Releases: johentsch/ms3
Releases · johentsch/ms3
v2.5.3
v2.5.2
v2.5.1
v2.5.0
v2.4.4
v2.4.3
v2.4.2 Bugfix
Full Changelog: v2.4.1...v2.4.2
v2.4.1 Bugfixes
Full Changelog: v2.4.0...v2.4.1
v2.4.0 Adds version info to all frictionless (JSON) descriptors
- adds
git_revision
andgit_tag
to frictionless JSON descriptors whenever the git repo is clean (5b76a81)- This includes the new property
Corpus.repo
that makes thegit.Repo
object available if applicable.
- This includes the new property
- adds
--force
toms3 compare
andms3 review
commands, allowing to output comparison files (potentially
including thecompared_against
metadata key) even if no differences were found (5b76a81)
v2.3.1 Ignoring pandas 2.1.0 FutureWarning
These cause some intimidating output when using the ms3 precommit hook and should be ignored.