Changelog¶
v0.20.2 (2022-04-27)¶
v0.20.0.post0 (2022-04-11)¶
v0.20.0 (2022-04-08)¶
Backwards Incompatibilities¶
DeployedModel
can no longer be directly instantiated from a run ID (though it usually shouldn’t be directly instantiated anyway) (#2727)ExperimentRun.deploy()
and related methods have been removed in favor ofEndpoint
(#2740)custom module collection now favors pip-installed libraries over local directories with the same name (#2805)
verta.monitoring
andClient.monitoring
have been removed (#2812)
New Features¶
support JWT cookies as an authn mechanism (#2716, #2738, #2737, #2928)
add explicit credentials parameter to
get_deployed_model()
(#2727)add
ModelError
exception for use in Verta Standard Models (#2735)support
pip install verta[unit_tests]
for optional testing dependencies (#2788)add
RegisteredModelVersion.log_setup_script()
(#2873)
Enhancements¶
Bug Fixes¶
make sure everything subclasses
object
(#2748)add validation for the
artifacts
parameter inRegisteredModelVersion.log_model()
(#2783)support directly deploying models that come from
keras
rather thantensorflow.python.keras
(#2872)properly fall back to client config file if an environment variable isn’t set (#2875)
v0.19.3 (2021-10-29)¶
Backwards Incompatibilities¶
validate
VertaModelBase.__init__()
parameter names inRegisteredModel.create_standard_model()
(#2570)remove
ExperimentRun.log_requirements()
(#2584)remove
ExperimentRun.log_model_for_deployment()
(#2584)Python.read_pip_file()
andPython.read_pip_environment()
now include previously-unsupported lines rather than skipping them by default (#2584)
New Features¶
add
SummarySample.is_aggregate
(#2555)fall back to logging raw requirements if manual parsing fails (#2584, #2643, #2676)
support setting custom environment variables in environment objects (#2634)
add
Docker
environment object (#2636)support
Docker
inlog_environment()
/get_environment()
(#2637)add
DockerImage
andRegisteredModelVersion.log_docker()
(#2641)add
RegisteredModel.create_containerized_model()
(#2648)add support for updating endpoints with existing builds (#2685)
Bug Fixes¶
Internal Changes¶
rename
remove_public_version_identifier()
toremove_local_version_identifier()
(#2601)move
_get_artifact_msg()
to_DeployableEntity
interface (#2626)add
_MODEL_KEY
to_DeployableEntity
interface (#2628)save metadata in
Artifact
proto when logging model (#2592)add
ensure_starts_with_slash()
(#2640)
v0.19.2 (2021-09-30)¶
Bug Fixes¶
restrict
protobuf
dependency version upper constraint from<4.0
to<3.18
for Python 2 compatibility (#2633)
v0.19.1 (2021-08-09)¶
v0.18.2 (2021-07-14)¶
New Features¶
Enhancements¶
Bug Fixes¶
Internal Changes¶
v0.18.1 (2021-06-17)¶
v0.18.0 (2021-06-11)¶
Backwards Incompatibilities¶
rename with_workspace(workspace_name) parameter to with_workspace(workspace)
move formerly-private modules and entity classes to public import paths (#2011, #2308, #2313, #2314)
Deprecations¶
New Features¶
Enhancements¶
Bug Fixes¶
v0.17.6 (2021-04-23)¶
v0.17.5 (2021-04-14)¶
v0.16.4 (2021-01-14)¶
v0.16.3 (2020-12-18)¶
v0.16.2 (2020-12-16)¶
v0.15.9 (2020-11-21)¶
v0.15.8 (2020-11-17)¶
v0.15.6 (2020-10-02)¶
New Features¶
v0.15.4 (2020-09-09)¶
v0.15.1 (2020-08-24)¶
v0.14.16 (2020-08-06)¶
v0.14.15 (2020-07-28)¶
v0.14.14 (2020-07-28)¶
v0.14.12 (2020-07-16)¶
Backwards Incompatibilities¶
Enhancements¶
v0.14.11 (2020-06-26)¶
v0.14.10 (2020-06-22)¶
v0.14.9 (2020-06-22)¶
v0.14.4 (2020-05-04)¶
v0.14.2 (2020-04-01)¶
v0.14.0 (2020-02-11)¶
Backwards Incompatibilities¶
v0.13.19 (2020-01-08)¶
v0.13.18 (2019-12-12)¶
v0.13.16 (2019-12-02)¶
v0.13.15 (2019-11-27)¶
v0.13.5 (2019-09-05)¶
v0.13.3 (2019-09-04)¶
Deprecations¶
New Features¶
Bug Fixes¶
v0.13.1 (2019-08-20)¶
v0.13.0 (2019-08-20)¶
v0.12.8 (2019-08-08)¶
Internal Changes¶
bump patch version to 8, to celebrate August 8th
handle getting Verta environment variables more consistently
v0.12.5 (2019-07-26)¶
v0.12.4 (2019-07-25)¶
v0.12.3 (2019-07-17)¶
v0.12.2 (2019-07-16)¶
v0.12.1 (2019-07-16)¶
Backwards Incompatibilities¶
New Features¶
Bug Fixes¶
Internal Changes¶
implement internal utility for unwrapping directory paths into contained filepaths
implement internal utilities for reading Git information from the local filesystem
implement internal utilities for finding executing Python source files
implement internal utility for getting the file extension from a filepath
v0.11.1 (2019-05-29)¶
v0.11.0 (2019-05-29)¶
Backwards Incompatibilities¶
Internal Changes¶
create an example notebook that downloads our beloved Census data with wget
update demo utility predict function to simply dump the JSON input into the request body
implement internal utility to check for exact version pins in a requirements.txt
implement internal utility to obtain the local environment’s Python version number
v0.10.2 (2019-05-22)¶
no functional changes