Skip to content

Releases: neptune-ai/neptune-contrib

0.21.1

22 May 09:28
9954c42
Compare
Choose a tag to compare

Changed:

  • updated version

0.21.0

21 May 09:46
0fbf34c
Compare
Choose a tag to compare

New:

  • logging of optuna interactive visualizations (contour, slice, parallel_coordinate, history) after training with neptunecontrib.monitoring.optuna log_study_info.
  • logging of optuna interactive visualizations (contour, slice, parallel_coordinate, history) after each iteration in neptunecontrib.monitoring.optuna NeptuneCallback.
  • logging of optuna study object after each iteration in neptunecontrib.monitoring.optuna NeptuneCallback.
  • logging of skopt plot_regret study figure after training neptunecontrib.monitoring.skopt log_results.

Changed:

  • renamed neptunecontrib.monitoring.skopt NeptuneMonitor to NeptuneCallback
  • renamed neptunecontrib.monitoring.optuna NeptuneMonitor to NeptuneCallback
  • renamed neptunecontrib.monitoring.optuna log_study to log_study_info

Deprecated:

  • removed the following (helper) functions from neptunecontrib.monitoring.skopt : log_runs, log_best_parameters, log_best_score, log_plot_convergence, log_plot_evaluations ,log_plot_objective,

0.20.3

20 May 14:10
48cbdd3
Compare
Choose a tag to compare
  • fixed version

0.20.2

20 May 13:53
94530af
Compare
Choose a tag to compare
  • docs fix

0.20.1

19 May 19:04
9a9b9ea
Compare
Choose a tag to compare
  • Documentation fix

version 0.20.0

11 May 11:31
Compare
Choose a tag to compare

New features

  • added support for bokeh, altair chart logging
  • added log_table for logging pandas dataframes as html
  • added log_html for logging standalone HTML objects

Improvements

  • moved log_chart to neptunecontrib.api
  • improved lib UX with adding functions to top-level submodule namespace for: API, viz, versioning, hpo

0.19.0

18 Apr 07:50
3154948
Compare
Choose a tag to compare
Merge pull request #82 from neptune-ai/szymon/log-chart

Added logging.chart module that logs figures from matplotlib and plotly to Neptune

0.18.4

13 Apr 11:56
59514f1
Compare
Choose a tag to compare
fix dependencies

0.18.3

12 Apr 13:57
f027343
Compare
Choose a tag to compare
Fixed memory problem when logging multiple importance charts (#80)

* Fixed memory problem when logging multiple importance charts

* version update

0.18.2

11 Apr 15:05
262057b
Compare
Choose a tag to compare
Add badges (#79)

* added badges

* Update README.md

* bumped version to 0.18.1

* version to 0.18.1

* updating travis file

* Updated gitignore to ignore build dir

* Added new password secure, made few updates

* Update docs/conf.py

* Update setup.py