Releases: holoviz/holonote
Releases · holoviz/holonote
Version 0.2.1
Version 0.2.0
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
v0.1.0
v0.1.0rc1
v0.1.0a11
v0.1.0a10
v0.1.0a9
v0.1.0a8
v0.1.0a7
v0.1.0a6
What's Changed
- Add option for annotator to set selection_enable and editable_enabled by @hoxbro in #23
- Use annotators fields if none is provided to the connector by @hoxbro in #24
- Correctly merge field_df and region_df by @hoxbro in #26
- Simple panel app by @hoxbro in #27
Full Changelog: v0.1.0a5...v0.1.0a6