Skip to content

Releases: neptune-ai/neptune-xgboost

1.1.1

31 Mar 14:49
cc66c06
Compare
Choose a tag to compare
  • update docstrings (#22)

1.1.0

14 Mar 15:04
d58a179
Compare
Choose a tag to compare

Changes

  • Removed neptune and neptune-client from base requirements (#23)

1.0.0

20 Feb 07:57
1db8bd2
Compare
Choose a tag to compare

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.

0.10.1

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

Changes

  • Moved neptune-xgboost package to src directory (#12)
  • Moved to Poetry with package building (#17)

Fixes

  • Fixed import issue for callback - now it is possible to import as from neptune_xgboost import NeptuneCallback
    (#14)

0.10.0

12 Sep 13:11
abbae91
Compare
Choose a tag to compare

Changes

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

0.9.13

20 Jul 13:41
a63130a
Compare
Choose a tag to compare

Fixes

  • Support learning reate for updater types (#8)

0.9.12

19 Jul 10:36
0f597ae
Compare
Choose a tag to compare

Fixes

  • Do not log learning rate if value is unavailable (#6)

0.9.11

07 Jul 12:50
64a3f4e
Compare
Choose a tag to compare

Features

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

0.9.10

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

0.9.9

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