Skip to content

Releases: dexplo/dataframe_image

v0.2.5

08 Oct 08:31
Compare
Choose a tag to compare
  • Fix bug caused by chrome 129
  • Add async playwright converter support

v0.2.4

17 Jul 10:33
Compare
Choose a tag to compare

Support table caption in matplotlib mode

This will be the final version use legacy setup.py and add choice to jupyter notebook.

Next version will use pyproject.toml and cannot insert file directly into jupyter directory.

I may bring this feature back soon with new format jupyter notebook plugin.

v0.2.3

02 Dec 04:17
Compare
Choose a tag to compare

v0.2.2

28 Sep 02:11
Compare
Choose a tag to compare
  • Fix a small css bug which align header left

v0.2.1

06 Sep 06:19
Compare
Choose a tag to compare
  • Fix 0.2.0 import error when matplotlib not installed

v0.2.0

01 Sep 08:49
Compare
Choose a tag to compare
  • Add html2image and playwright backend

  • Bump lowest version to 3.8

  • Ensure test output path

  • Update readme

  • Remove ChromeController dependency

  • Increase waiting time in notebook convert

v0.1.14

29 Aug 06:21
Compare
Choose a tag to compare
  • Change --no-input to flag
  • add __version__ to __init__
  • fix windows problem

v0.1.13

21 Aug 04:11
Compare
Choose a tag to compare
  • Fix bug caused by breaking changes on converting notebook to pdf since Chrome v111
  • Fix no input not work with browser_pdf target

v0.1.12

15 Aug 14:22
Compare
Choose a tag to compare
  • Add --no-input flag to command line arguments, allow hiding notebook input cells #10
  • Add interface to pass nbconvert config into convert function
  • Use NO_SANDBOX environment variable to force add --no-sandbox argument to Chrome which will be useful with container. #92

v0.1.11

25 Apr 12:07
Compare
Choose a tag to compare
  • colorfull dataframe exported by matplotlib #76
  • bring back origin enlarge logic even it does not work with Chrome version 111 and 112