Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@hoxbro hoxbro released this 04 Jul 14:41
· 12 commits to main since this release
ceb60de

What's Changed

  • Fixed inheritance declaration of PanelWidgets by @jlstevens in #59
  • General mainteance by @hoxbro in #60
  • Update pre-commit and align with HoloViews by @hoxbro in #64
  • Reduce updating triggers for displays by @hoxbro in #66
  • Example testing by @hoxbro in #67
  • Small improvements to example testing script by @hoxbro in #68
  • Performance improvements related to static_indicators by @hoxbro in #70
  • Don't send index to frontend instead have a column with true/false by @hoxbro in #71
  • Autocolor when using groupby by @hoxbro in #69
  • Benchmark by @hoxbro in #73
  • Don't concatenate data for region_df / field_df before necessary by @hoxbro in #72
  • Add commit benchmark by @hoxbro in #74
  • Make benchmark save to file SQLite database and not memory by @hoxbro in #78
  • Add description field to benchmark by @hoxbro in #79
  • Add setup to benchmark by @hoxbro in #80
  • Bump codspeed action by @hoxbro in #81
  • Setting up infrastructure for documentation and jupyterlite by @hoxbro in #82
  • Update pre-commit by @hoxbro in #86
  • Map more Python types to SQLite types by @ahuang11 in #84
  • Use adapters for conversion of np.datetime64 and pd.TimeStamp in SQLite by @hoxbro in #88
  • Fix update_annotation_region by @hoxbro in #89
  • Add event when create, update, or create an annotation by @hoxbro in #87
  • Moving conda to scripts folder by @hoxbro in #90
  • Fix copying of database not work in Jupyterlite by @hoxbro in #93
  • Ignore pandas 2.2 warning by @hoxbro in #94
  • Use contextmanager for SQLite communication by @hoxbro in #91
  • Don't send None values to the database when adding new rows by @hoxbro in #92
  • Update pre-commit by @hoxbro in #95
  • Update pre-commit by @hoxbro in #97
  • Improve the combination logic for overlaying an annotator by @hoxbro in #98
  • Improve PanelWidgets with visible widget and make color deterministic by @hoxbro in #100
  • Update point calculation so it works for timeseries by @hoxbro in #104
  • Add as_popup by @ahuang11 in #101
  • Public edit streams by @ahuang11 in #105
  • Update jupyterlite files by @hoxbro in #107
  • Update to pixi.toml by @hoxbro in #115
  • Conditionally invert axis to align annotations with elements by @droumis in #113
  • Fix visible indicator in Chrome by @hoxbro in #111
  • Fix edit stream and make popup more robust by @ahuang11 in #117
  • Update jupyterlite.yaml by @hoxbro in #120
  • Support points 2d by @ahuang11 in #108
  • Fix PyPi release by @hoxbro in #121
  • Handle empty indicator when groupby is set by @droumis in #118
  • Enable main deploy from documentation by @hoxbro in #122
  • Add Tabulator app by @hoxbro in #106

New Contributors

Full Changelog: v0.1.0...v0.2.0