Skip to content

Releases: neptune-ai/neptune-contrib

0.24.3

22 Oct 13:23
2f4ba44
Compare
Choose a tag to compare

XGBoost callback does not log trees by default.

0.24.2

19 Oct 16:57
d426e2a
Compare
Choose a tag to compare
  • Fixes logging matplotlib plots as interactive Plotly figures

0.24.1

12 Oct 08:05
965f4d5
Compare
Choose a tag to compare
Removed LibraryNotInstalled exception, fixed docstrings (#107)

* changed import error message, added missing example and link to experiment

* fixed docstrings

* added pylint fix for python 3.5

0.24.0

04 Sep 11:19
4edeb37
Compare
Choose a tag to compare

Added log_video function, so that you can log video files, like mp4 to Experiment's "artifacts/video" and play them directly from the neptune UI.

0.23.4

26 Aug 12:14
8feead4
Compare
Choose a tag to compare
  • Added log_audio function, so that you can log audio files (wav, mp3 and more) to artifacts/audio and listen to them directly from the neptune UI.
  • Fixes in documentation.

0.23.3

12 Aug 13:45
fed44eb
Compare
Choose a tag to compare
added a helper script that creates comparison markdown table (#99)

* moved sync script to main contrib module, added docstrings, implemented parameter parsing, updated docs

* fixed formatting, dropped unused function

* changed imports order

* dropped branch names -> changed to main and pr_branch, updated docs

* added option to find experiments by uuid tags

* changed tag names, fixed shadowing, added assert on the list of experiments returned by tags

* moved neptune.init to a separate function

0.23.2

31 Jul 15:31
aa43257
Compare
Choose a tag to compare
fixed the plotting for numerical variables in global explanations (#98)

0.23.1

24 Jul 14:42
b751721
Compare
Choose a tag to compare

New:

  • Improved versioning

0.23.0

24 Jul 14:07
53b7a08
Compare
Choose a tag to compare

New:

  • Add integration with Dalex

Changed:

  • renamed pickle_and_log_artifact to log_pickle
  • renamed get_pickled_artifact to get_pickle

0.22.0

19 Jun 07:51
Compare
Choose a tag to compare

New:

  • Keras integration through neptunecontrib.monitoring.keras.NeptuneMonitor