Skip to content

Releases: neptune-ai/neptune-sacred

1.0.1

26 Jul 11:24
c9b05c6
Compare
Choose a tag to compare

Fixes

  • Fixed file upload if full path is used and file is not in CWD (#25)

1.0.0

28 Mar 14:04
15e6071
Compare
Choose a tag to compare

Changes

  • Updated integration to be compatible with neptune 1.0.0. (#20)
  • Removed neptune and neptune-client from base requirements. (#20)
  • Only files are now uploaded instead of a catch-all object. (#20)

0.10.1

07 Nov 14:32
b6866d4
Compare
Choose a tag to compare

Changes

  • Moved neptune_sacred package to src directory (#14)
  • Moved to Poetry with package building (#19)

Fixes

  • Fixed NeptuneObserver import error - now possible to directly import with from neptune_sacred import NeptuneObserver
    (#16)

0.10.0

12 Sep 13:10
7dd9476
Compare
Choose a tag to compare

Changes

  • Changed integrations utils to be imported from non-internal package

0.9.7

05 Oct 07:26
22d65d2
Compare
Choose a tag to compare

Fixes

  • Corrected filename parsing for artifacts when running on Windows
  • Added the ability to log artifacts under a different name than the original filename
  • Convert result lists/dictionaries to JSON strings so that they can be logged as metrics

0.9.6

07 Jul 12:48
38be2e5
Compare
Choose a tag to compare

Features

  • Mechanism to prevent using legacy Experiments in new-API integrations (#4)

0.9.5

18 Jun 09:45
5716249
Compare
Choose a tag to compare
Merge pull request #3 from neptune-ai/jk/remove-logs-lvl

Remove logs level for metrics

0.9.4

18 Jun 08:56
Compare
Choose a tag to compare
Fix gitattributes

0.9.3

17 Jun 16:18
Compare
Choose a tag to compare
Fix runtime version

0.9.2

27 May 09:31
b3930dc
Compare
Choose a tag to compare
Merge pull request #2 from neptune-ai/jk/NPT-10139-update-all-integra…