Releases: neptune-ai/neptune-contrib
Releases · neptune-ai/neptune-contrib
0.21.1
Changed:
- updated version
0.21.0
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
toNeptuneCallback
- renamed
neptunecontrib.monitoring.optuna
NeptuneMonitor
toNeptuneCallback
- renamed
neptunecontrib.monitoring.optuna
log_study
tolog_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
- fixed version
0.20.2
- docs fix
0.20.1
- Documentation fix
version 0.20.0
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
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
fix dependencies
0.18.3
Fixed memory problem when logging multiple importance charts (#80) * Fixed memory problem when logging multiple importance charts * version update
0.18.2
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