Releases: neptune-ai/neptune-client
Releases · neptune-ai/neptune-client
1.5.0rc1
Features
- Users can pass neptune data directory path by env variable (#1409)
Fixes
- Load CLI plug-ins in try..except block to avoid a failure in loading a plug-in to crash entire CLI (#1392)
- Fixed cleaning operation storage when using
sync
mode and forking (#1413) - Fix FileDependenciesStrategy when the dependency file is in a folder (#1411)
- Fixed cleaning operation storage when using
async
mode and forking (#1418)
1.5.0rc0
1.4.1
What's Changed
- fix performance issues on forking process (Linux) by @PatrykGala in #1407
- fix: Retry request when ChunkedEncodingError occurred. by @PatrykGala in #1402
Full Changelog: 1.4.0...1.4.1
1.4.1rc1
What's Changed
- fix performance issues on forking process (Linux) by @PatrykGala in #1407
Full Changelog: 1.4.0...1.4.1RC1
1.4.0
1.4.0rc0
1.3.3rc0
Changes
- Dependency tracking feature will log an error if a given file path doesn't exist (#1389)
- Use
pip list --format=freeze
instead ofpip freeze
in dependency tracking (#1389) - Log both uploaded and inferred requirements to the same namespace (#1389)
Fixes
- Tracking uncommitted changes and dependencies will be skipped in case of any exception, to not disturb the run initialization (#1395)
1.3.2
Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 (#1388) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1.3.2rc1
Temporarly disable waiting for tests on release (#1377)
1.3.2rc0
Temporarly skip one unittest on Windows (#1367)