Skip to content

Releases: holoviz/holonote

Version 0.2.0

04 Jul 14:41
ceb60de
Compare
Choose a tag to compare

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

15 Nov 11:06
585ae9a
Compare
Choose a tag to compare

First release of HoloNote

v0.1.0rc1

10 Nov 15:40
05b3880
Compare
Choose a tag to compare
v0.1.0rc1 Pre-release
Pre-release
v0.1.0rc1

v0.1.0a11

24 Oct 16:23
27a18c9
Compare
Choose a tag to compare
v0.1.0a11 Pre-release
Pre-release
v0.1.0a11

v0.1.0a10

02 Oct 09:53
5aa7e71
Compare
Choose a tag to compare
v0.1.0a10 Pre-release
Pre-release
v0.1.0a10

v0.1.0a9

29 Sep 16:56
2b0ab89
Compare
Choose a tag to compare
v0.1.0a9 Pre-release
Pre-release
v0.1.0a9

v0.1.0a8

29 Sep 16:41
2042a86
Compare
Choose a tag to compare
v0.1.0a8 Pre-release
Pre-release
v0.1.0a8

v0.1.0a7

29 Sep 16:36
17a5fb1
Compare
Choose a tag to compare
v0.1.0a7 Pre-release
Pre-release
v0.1.0a7

v0.1.0a6

20 Sep 10:00
2325406
Compare
Choose a tag to compare
v0.1.0a6 Pre-release
Pre-release

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

v0.1.0a5

19 Sep 09:39
a8fafa6
Compare
Choose a tag to compare
v0.1.0a5 Pre-release
Pre-release

What's Changed

  • Add a double tap to deselect by @hoxbro in #19
  • Add Python 3.11 to tests and support Pandas 2 by @hoxbro in #20
  • Implementation of new Annotator API by @hoxbro in #21

Full Changelog: v0.1.0a4...v0.1.0a5