Skip to content

Releases: Sedimark/InteroperabilityEnabler

v0.1.6

08 Aug 13:50
bf5babf

Choose a tag to compare

✅ Update the data mapper component
❌ Remove the data quality annotations component
🧪 Update units tests
✏️ Update readme files

v0.1.5

01 Aug 00:15
1002a76

Choose a tag to compare

✅ 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

22 Jun 10:24
3e41b63

Choose a tag to compare

✏️ Data Merger: Properly handles missing values with np.nan instead of string 'null'

v0.1.3

15 Jun 13:17
a454315

Choose a tag to compare

✅ Support raw CSV strings with delimiters (',' and ';')

v0.1.2

27 May 08:15
4229a67

Choose a tag to compare

✅ Supports raw dict/list JSON objects.

v0.1.1

03 May 15:28

Choose a tag to compare

✏️ Update README files

v0.1.0

03 May 11:31

Choose a tag to compare

🚀 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