1.3.0#
Switch to source structure with src/package.
Add configure.sh and Makefile for building the documentation and the sdist and wheel packages.
Switch to mostly markdownd, through myst-parser, for the sphinx documentation.
Drop support for Python 3.8 (end of life).
Increase minimal version of Numpy to >=1.22.
Add executable scripts for running gui: datadigitizer.
Full changelog available at github
1.2.2#
Switch to pyproject.toml.
Full changelog available at github
1.2.1#
Refractoring and code cleaning.
Full changelog available at github
1.2.0#
Change of numpy minimum version from 1.17 to 1.20 for taking advantage of the typing module.
Change of matplotlib minimum version from 3.0 to 3.4 for taking advantage of new features.
Simplify the settings in init file.
Full changelog available at github
1.1.2#
Minor fixes in documentation.
Full changelog available at github
1.1.1#
Minor fixes in documentation.
Full changelog available at github
1.1.0#
Data table for visualizing the extracted data values as a toplevel window.
Documentation bug fixes and improvements.
Data are visible as an array.
Full changelog available at github
1.0.2#
Documentation minor fixes.
Explicit internal functions for converting (i,j) array indexes to (xpix, ypix) graph indexes
Added
data folder
as an option for folder profile.
The data table will be visible in version 1.1 during the process of drawing data
from the shortcut
The full data array is now saved instead of (x, y) columns only. This changes does not bring any compatibility issue but it is worth mentionning that the format has changed.
Full changelog available at github
1.0.1#
Documentation minor fixes.
Full changelog available at github
1.0.0#
Initial release with basic features:
Import image
Set scale
Multiple selection of data points
Compute and save data
Full changelog available at github