Releases: Jay2owe/ReproFig
Releases · Jay2owe/ReproFig
Release list
ReproFig 0.5.1
Full Changelog: v0.5.0...v0.5.1
ReproFig 0.5.0
ReproFig 0.5.0 makes exported evidence readable without changing permanent figure identity.
- Use human-readable names for unpacked data, statistics, producer code, reports, reproduced figures, public derivatives, manifests, and archives.
- Set an explicit name with the Python export_name parameter or the command-line --name option.
- Keep format variants together and add a short identity suffix only when distinct figures would collide.
- Preserve previous filenames with naming=legacy or --naming legacy.
- Regenerate the Matplotlib, Seaborn, Plotly, and verification-layer examples with readable outputs.
Install with: pip install reprofig==0.5.0
ReproFig 0.4.0
ReproFig 0.4.0 adds opt-in proof-carrying figure reproduction.
- Reproduce a saved figure into a separate carrier without modifying the master.
- Independently verify embedded data tables, statistics, and display summaries.
- Require explicit trust before executing a producer script.
- Audit common-library examples across every verification layer.
Install with pip install reprofig==0.4.0.
ReproFig 0.3.0
ReproFig 0.2.0
ReproFig 0.2.0 adds audited metadata embedding, extraction, validation, scanning, publication, and bundling across 16 figure and scientific-data formats.
It retains the existing SVG interface and adds explicit dots-per-inch control for raster exports.
ReproFig 0.1.0
Initial public release of ReproFig.
- Embeds exact plotted data, statistics, software identity, and provenance in master SVG figures.
- Extracts embedded records and companion CSV files.
- Creates privacy-checked public and minimal-public derivatives.
- Supports batch publication, source checking, Figure-Statistics Bundle interoperability, and Research Object Crate export.
Install with: python -m pip install reprofig==0.1.0
Python Package Index: https://pypi.org/project/reprofig/0.1.0/