Releases: neptune-ai/neptune-sacred
Releases · neptune-ai/neptune-sacred
1.0.1
Fixes
- Fixed file upload if full path is used and file is not in CWD (#25)
1.0.0
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
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
Changes
- Changed integrations utils to be imported from non-internal package
0.9.7
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
Features
- Mechanism to prevent using legacy Experiments in new-API integrations (#4)
0.9.5
Merge pull request #3 from neptune-ai/jk/remove-logs-lvl
Remove logs level for metrics
0.9.2
Merge pull request #2 from neptune-ai/jk/NPT-10139-update-all-integra…