Skip to content

Releases: jvfe/reconciler

0.2.1 (2021-05-31)

31 May 22:13
Compare
Choose a tag to compare
  • Adds options section to README (#11)
  • Fixes bug by handling both IndexErrors and KeyErrors on webutils.py (#11)
  • Changes the name of the main module to avoid conflicts (#13)

Check HISTORY.md for a complete version history.

v0.2.0 (18-01-2021)

18 Jan 19:19
Compare
Choose a tag to compare
  • Various refactorings in the utilities modules to make the code better and easier to read.
  • Changes the has_property argument to the property_mapping argument, which now takes in a dictionary of property-column mappings, instead of being a tuple of strings.

Check HISTORY.md for a complete version history.

v0.1.6 (20-12-2020)

20 Dec 14:17
Compare
Choose a tag to compare

Minor styling fixes, started using isort.

Check HISTORY.md for a complete version history.

v0.1.5 (27-10-2020)

27 Oct 13:42
Compare
Choose a tag to compare

Fixes a parsing issue when reconciler.reconcile faces an empty result.

Check HISTORY.md for a complete version history.

v0.1.4 (14-10-2020)

14 Oct 14:55
Compare
Choose a tag to compare

Makes the reconciliation function more flexible by letting type_id be an optional argument. This allows reconciliation against any term, which may prove useful for some users (Thanks @lubianat for the suggestion!). This is also the first release to go on Zenodo.

Check HISTORY.md for a complete version history.