Neptune Client Versions Save

📘 The MLOps stack component for experiment tracking

1.10.3

1 week ago

Fixes

  • Clarified the autoscale parameter description in the as_image() docstring (#1742)

Changes

  • Neptune now shows a warning instead of an error when the dependency tracking file is not found (#1739)

2.0.0-alpha.3

4 weeks ago

Pre-release with a lot of functionalities disabled to conform to API changes.

Breaking changes

  • Deleted neptune.new package (#1684)
  • Deleted neptune.legacy package (#1685)
  • Deleted neptune.common package (#1693) (#1690)
  • Renamed metadata_containers to objects (#1696)
  • Removed neptune-client (#1699)
  • Deleted neptune.logging package (#1698)
  • Disabled Model (#1701)
  • Disabled ModelVersion (#1701)
  • Disabled Project (#1709)
  • Disabled neptune command-line tool (#1718)
  • Disabled deleting fields in Handler (#1729)
  • Removed AbstractNeptuneObject (#1725)
  • Disabled artifact-related methods in Handler (#1734)
  • Removed boto3 from requirements (#1743)
  • Disabled StringSet remove and clear methods (#1732)
  • Disable fetch_last and download_last (#1731)
  • Removed pillow from requirements (#1745)
  • Disabled file related functionality (#1726)
  • Disabled file logging (#1733)

Changes

  • Stop sending X-Neptune-LegacyClient header (#1715)
  • Use tqdm.auto (#1717)
  • Fields DTO conversion reworked (#1722)
  • Added support for Protocol Buffers (#1728)
  • Series values DTO conversion reworked with protocol buffer support (#1738)
  • Series values fetching reworked with protocol buffer support (#1744)
  • Added support for enhanced field definitions querying (#1751)

Fixes

  • Fixed tqdm.notebook import only in Notebook environment (#1716)
  • Added setuptools to dependencies for python >= 3.12 (#1721)
  • Fixed compatibility checks with pre-release versions (#1730)
  • Added Accept and Accept-Encoding headers to protocol buffer requests (#1736)
  • Fixed default params for getAttributesWithPathsFilter (#1740)

2.0.0-alpha.2

1 month ago

Pre-release with a lot of functionalities disabled to conform to API changes.

Breaking changes

  • Deleted neptune.new package (#1684)
  • Deleted neptune.legacy package (#1685)
  • Deleted neptune.common package (#1693) (#1690)
  • Renamed metadata_containers to objects (#1696)
  • Removed neptune-client (#1699)
  • Deleted neptune.logging package (#1698)
  • Disabled Model (#1701)
  • Disabled ModelVersion (#1701)
  • Disabled Project (#1709)
  • Disabled neptune command-line tool (#1718)
  • Disabled deleting fields in Handler (#1729)
  • Removed AbstractNeptuneObject (#1725)
  • Disabled artifact-related methods in Handler (#1734)
  • Removed boto3 from requirements (#1743)
  • Disabled StringSet remove and clear methods (#1732)
  • Disable fetch_last and download_last (#1731)
  • Disabled file related functionality (#1726)

Changes

  • Stop sending X-Neptune-LegacyClient header (#1715)
  • Use tqdm.auto (#1717)
  • Fields DTO conversion reworked (#1722)
  • Added support for Protocol Buffers (#1728)
  • Series values DTO conversion reworked with protocol buffer support (#1738)
  • Series values fetching reworked with protocol buffer support (#1744)

Fixes

  • Fixed tqdm.notebook import only in Notebook environment (#1716)
  • Added setuptools to dependencies for python >= 3.12 (#1721)
  • Fixed compatibility checks with pre-release versions (#1730)
  • Added Accept and Accept-Encoding headers to protocol buffer requests (#1736)
  • Fixed default params for getAttributesWithPathsFilter (#1740)

2.0.0-alpha.1

1 month ago

Pre-release with a lot of functionalities disabled to conform to API changes.

Breaking changes

  • Deleted neptune.new package (#1684)
  • Deleted neptune.legacy package (#1685)
  • Deleted neptune.common package (#1693)
  • Renamed metadata_containers to objects (#1696)
  • Removed neptune-client (#1699)
  • Deleted neptune.logging package (#1698)

Changes

  • Use tqdm.auto (#1717)
  • Fields DTO conversion reworked (#1722)
  • Added support for Protocol Buffers (#1728)

Fixes

  • Fixed tqdm.notebook import only in Notebook environment (#1716)
  • Added setuptools to dependencies for python >= 3.12 (#1721)
  • Fixed compatibility checks with pre-release versions (#1730)
  • Added Accept and Accept-Encoding headers to protocol buffer requests (#1736)

2.0.0-alpha

1 month ago

Pre-release with a lot of functionalities disabled to conform to API changes.

Breaking changes

  • Deleted neptune.new package (#1684)
  • Deleted neptune.legacy package (#1685)
  • Deleted neptune.common package (#1693)
  • Renamed metadata_containers to objects (#1696)
  • Removed neptune-client (#1699)
  • Deleted neptune.logging package (#1698)

Changes

  • Use tqdm.auto (#1717)
  • Fields DTO conversion reworked (#1722)
  • Added support for Protocol Buffers (#1728)

Fixes

  • Fixed tqdm.notebook import only in Notebook environment (#1716)
  • Added setuptools to dependencies for python >= 3.12 (#1721)

1.10.2

1 month ago

Fixes

  • Added setuptools to dependencies for python >= 3.12 (#1723)
  • Fixed PTL integration requirement check (#1719)

1.10.1

1 month ago

Fixes

  • Fixed requirement checking for integrations (#1711)

1.10.0

1 month ago

Features

  • Added get_workspace_status() method to management API (#1662)
  • Added auto-scaling pixel values for image logging (#1664)
  • Introduce querying capabilities to fetch_runs_table(), fetch_models_table() and fetch_model_versions_table() (#1660) (#1677) (#1688)

Fixes

  • Restored support for SSL verification exception (#1661)
  • Allow user to control logging level (#1679)
  • Fix sending data with forked container (#1692)

Changes

  • Improve dependency installation checking (#1670)
  • Cache dependencies check (#1675)
  • Improve datetime parsing in fetch_*_table() (#1680)
  • Minor updates to made package compatible with Python 3.11 and 3.12 (#1678)

1.10.0-rc0

2 months ago

Features

  • Added get_workspace_status() method to management API (#1662)
  • Added auto-scaling pixel values for image logging (#1664)
  • Introduce querying capabilities to fetch_runs_table() (#1660)
  • Introduce querying capabilities to fetch_models_table() (#1677)

Fixes

  • Restored support for SSL verification exception (#1661)
  • Allow user to control logging level (#1679)

Changes

  • Improve dependency installation checking (#1670)
  • Cache dependencies check (#1675)

1.9.1

3 months ago

Fixes

  • Fixed conda package (#1652)