1.0.0
Changes
NeptuneCallback
now accepts a namespaceHandler
as an alternative toRun
for therun
argument. This means that
you can call it likeNeptuneCallback(run=run["some/namespace/"])
to log everything to thesome/namespace/
location of the run.
Breaking changes
- Instead of the
log()
method, the integration now usesappend()
which is available since version 0.16.14
of neptune-client.