Releases: neptune-ai/neptune-client
Releases · neptune-ai/neptune-client
0.16.18
0.16.17
0.16.16
Features
- Added
stringify_unsupported
function for handling backward compatibility of implicit casting - Better support for
Handler
level objects
Changes
- Docstrings and deprecation messages updated
- Deprecate name parameter in init_project and management API
Fixes
- Fixed deprecation warnings for implicit casting to string
- Disabled info about stopping when using read-only mode
- Disabled "Explore the metadata" message when stopping in debug mode
0.16.15
0.16.14
0.16.13
0.16.12
Changes
- Building a package with Poetry (#1069)
- Automatically convert image and html like assignments to uploads (#1006)
- File.from_stream does not load content into memory (#1065)
- Move sync and status commands to
neptune.new.cli
package #1078 neptune status
- shows trashed containers #1079- Drop limits for in-memory Files (#1070)
0.16.11
0.16.10
Features
- Track artifacts on S3 compatible storage (#1053)
Fixes
- Update jsonschema requirement with explicit
format
specifier (#1010) - Escape inputs to SQL in Artifact LocalFileHashStorage (#1034)
jsonschema
requirements unpined and patched related Bravado issue (#1051)- Version checking with importlib and versioneer config update (#1048)
Changes
- More consistent and strict way of git repository, source files and entrypoint detection (#1007)
- Moved neptune and neptune_cli to src dir (#1027)
fetch_runs_table(...)
,fetch_models_table(...)
andfetch_model_versions_table(...)
now queries only non-trashed (#1033)get_last_run
,get_run_url
,get_project
andneptune.init
marked as deprecated (#1011)- Deprecated implicit casting of objects to strings with
log
andassign
operations (#1028) - Internally extracted legacy client to
legacy
submodule (#1039) - Marked legacy client as deprecated (#1047)