Releases: echemdb/svgdigitizer
Releases · echemdb/svgdigitizer
0.12.5
0.12.4
Added:
- Added wheel upload on new release.
0.12.3
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 keyfigure description
.
0.12.2
Added:
- Added testing with Python 3.13.
0.12.1
Fixed:
- Fixed dependency issue, by re-including
scipy
andsvg.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
Updated CHANGELOG for 0.12.0
0.11.0
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
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
Added:
- Digitizing with flag
--bibliography
creates a "bibliography key, which is an empty string when no citation key is given inmetadata["source"]["citation key"]
or no BIB file with the given citation key is available.
0.9.0
Added:
- Added flag
--citation
to the click commandcv
, 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 inmetadata['source']['bib']
.