Skip to content

Releases: echemdb/svgdigitizer

0.12.5

24 Feb 22:34
Compare
Choose a tag to compare

Fixed:

  • Fixed uploading wheel.

0.12.4

24 Feb 21:04
Compare
Choose a tag to compare

Added:

  • Added wheel upload on new release.

0.12.3

05 Feb 20:55
Compare
Choose a tag to compare

Added:

  • Added tests for validating output datapackages against echemdb's svgdigitizer Data Package schema.

Removed:

  • Removed key data description from output Data Package, since the information is included in the key figure description.

0.12.2

02 Feb 08:49
Compare
Choose a tag to compare

Added:

  • Added testing with Python 3.13.

0.12.1

10 Jan 20:42
Compare
Choose a tag to compare

Fixed:

  • Fixed dependency issue, by re-including scipy and svg.path (see feedstock issue).
  • Fixed breaking tests on GitHub (tests should be more stable now since we switched to pixi for locked versions of dependencies.)

0.12.0

29 Feb 13:43
Compare
Choose a tag to compare
Updated CHANGELOG for 0.12.0

0.11.0

10 Oct 21:28
Compare
Choose a tag to compare

Added:

  • Improved the documentation with a large number of usage examples for the CLI, API and SVG annotation.

Fixed:

  • Upgraded dependency on vulnerable version of pillow, see GHSA-j7hp-h8jx-5ppr. This possibly leads to an incompatibilities of svgdigitizer with Macos.

0.10.0

13 Apr 05:51
Compare
Choose a tag to compare

Added:

  • Added CLI command svgdigitzer figure which allows creating a datapackage from a figure with units on the axis.

Changed:

  • Changed structure of the output frictionless datapackage. The metadata are now included as custom key in the resource instead of being a top level key. Moved the "bibliography" key from top level to metadata.source.

Removed:

  • Removed flag --package from the CLI and create datapackages by default.

0.9.1

04 Apr 18:24
Compare
Choose a tag to compare

Added:

  • Digitizing with flag --bibliography creates a "bibliography key, which is an empty string when no citation key is given in metadata["source"]["citation key"] or no BIB file with the given citation key is available.

0.9.0

31 Mar 17:49
Compare
Choose a tag to compare

Added:

  • Added flag --citation to the click command cv, which includes the content of a BIB file as bibtex string in a descriptor in the datapackage. The name to the BIB file must be provided in the metadata in metadata['source']['bib'].