Skip to content

Update Main to 0.2.0

Jonathan Hartman requested to merge dev into main

Version 0.2.0

Updates related to use cases identified in the Coscine Report

Patch Notes

New

  • Added a ScatterTrace object for drawing scatter plots (!10 (merged))
  • Added a Trendline object that can be use to calculate an RMSE linear model, and can optionally be used to identify outliers (!7 (merged))
  • Added add_annotation function to add standardized annotations to plots (!8 (merged))
  • Added add_range_slider function to add a common UI element to plots (!9 (merged))

Improvements

  • Added default parameters for HistoricalPlot (!6 (merged))

Changed

  • Deprecated the HistoricalPlot.add_range_slider function (!9 (merged))

Bugfixes

Edited by Jonathan Hartman

Merge request reports