Releases: jvfe/reconciler
Releases · jvfe/reconciler
0.2.1 (2021-05-31)
- 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)
- 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)
Minor styling fixes, started using isort.
Check HISTORY.md for a complete version history.
v0.1.5 (27-10-2020)
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)
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.