Releases: neptune-ai/neptune-contrib
Releases · neptune-ai/neptune-contrib
0.24.3
XGBoost callback does not log trees by default.
0.24.2
- Fixes logging matplotlib plots as interactive Plotly figures
0.24.1
0.24.0
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
- Added
log_audio
function, so that you can log audio files (wav, mp3 and more) toartifacts/audio
and listen to them directly from the neptune UI. - Fixes in documentation.
0.23.3
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
0.23.1
0.23.0
0.22.0
New:
- Keras integration through
neptunecontrib.monitoring.keras.NeptuneMonitor