Releases: Sedimark/InteroperabilityEnabler
Releases · Sedimark/InteroperabilityEnabler
v0.1.6
v0.1.5
✅ Update of the Data Formatter component supporting time-series data (in JSON)
✅ Update of the Data Quality Annotations component
✅ Update of the Data Mapper component
🧪 Update of the unit tests
✏️ Update of the README files
v0.1.4
✏️ Data Merger: Properly handles missing values with np.nan instead of string 'null'
v0.1.3
✅ Support raw CSV strings with delimiters (',' and ';')
v0.1.2
✅ Supports raw dict/list JSON objects.
v0.1.1
✏️ Update README files
v0.1.0
🚀 New Package Name: InteroperabilityEnabler
This is the first release under the new package name (InteroperabilityEnabler), formerly known as interoperability-enabler.
🔄 Migration Guide
Users of the old package must update their dependencies:
pip uninstall interoperability-enabler
pip install InteroperabilityEnabler