Skip to content

1.0.0

Compare
Choose a tag to compare
@kshitij12345 kshitij12345 released this 20 Feb 07:57
· 17 commits to master since this release
1db8bd2

Changes

  • NeptuneCallback now accepts a namespace Handler as an alternative to Run for the run argument. This means that
    you can call it like NeptuneCallback(run=run["some/namespace/"]) to log everything to the some/namespace/
    location of the run.

Breaking changes

  • Instead of the log() method, the integration now uses append() which is available since version 0.16.14
    of neptune-client.