Skip to content

Releases: juba/pyobsplot

v0.4.2

08 Feb 19:20
Compare
Choose a tag to compare
  • Fix jsdom renderer file saving encoding (#22, @harrylojames)
  • Update Observable Plot to 0.6.13
  • Migrate build system from poetry to hatch
  • Update pyarrow and apache-arrow to 15.0.0 and remove data frame conversion to 32bits data types before serialization

v0.4.1

11 Oct 07:43
Compare
Choose a tag to compare
  • Plots generated by the widget renderer can now be saved to HTML files
  • Move required Python version to 3.9
  • Update pyarrow to 13.0.0

v0.4.0

08 Oct 21:11
Compare
Choose a tag to compare
  • Plots generated by the jsdom renderer can now be saved to HTML or SVG files
  • Update Observable Plot to 0.6.11

v0.3.8

21 Aug 13:35
Compare
Choose a tag to compare
  • Update Observable Plot to 0.6.10
  • Add styling for titles, subtitles and captions
  • Update anywidget to 0.6.3

v0.3.7

03 Jul 12:22
Compare
Choose a tag to compare
  • Update Observable Plot to 0.6.9
  • Update anywidget to 0.6.1

v0.3.6

08 Jun 14:14
Compare
Choose a tag to compare
  • Fix UnicodeDecodeError with widget renderer on Windows (#17, thanks @harrylojames)
  • Timestamp and datetime dataframe columns are now converted to JavaScript Date (#19, thanks @harrylojames)
  • Update anywidget to 0.4.3

v0.3.5

07 Jun 10:26
Compare
Choose a tag to compare
  • Update Observable Plot to 0.6.8 (tooltips and interactions in widget renderer)
  • Add light/dark/current modes
  • Update apache-arrow to 12.0.0
  • Update anywidget to 0.4.2

v0.3.4

29 Apr 17:35
Compare
Choose a tag to compare
  • Add small padding around figure outputs for jsdom renderer to improve presentation over non-white backgrounds.
  • Update Observable Plot to 0.6.6.

v0.3.3

23 Apr 17:36
Compare
Choose a tag to compare
  • jsdom renderer now uses a local http server instead of calling a script at each invocation, improving rendering speed.
  • Autocompletion of Plot methods should now be working in IDEs.
  • Ensure that the needed version of the npm package is run if jsdom renderer is used.
  • Debug mode also works with jsdom renderer.
  • Plot generator objects now have correct __repr__ methods.
  • Update anywidget to 0.2.3.
  • Fix: "Exception not rethrown" errors in pytest.