Releases: Meaningful-Data/sdmxthon
Releases · Meaningful-Data/sdmxthon
v2.6.4
2.6.4 (2024-03-12)
Added
Changes
- Changed VTL Mapping on ObservationalTimePeriod and StandardTimePeriod to TimePeriod
- Improved sdmxthon comprehensive example notebook
Bugfixes
- Fixed circular import on webservices and API
2.6.3 (2024-02-23)
Added
Changes
Bugfixes
- Fixed bug on writing if Attribute Descriptor is not present
- Fixed bug on reading Structure Specific datasets with only one record
- Fixed bug on reading Generic with no Attributes at OBS level
v2.6.2
v2.4
2.4 (2023-10-23)
Added
Changes
- Support for DatasetID as key on get_pandas_df and xml_to_csv results
Bugfixes
v2.3.2
2.3.2 (2023-09-26)
Added
- Webservices and Data Discovery for OECD (v1 and v2) and UNICEF
Changes
Bugfixes
- Fixed bug on ConceptRole on Dimension
v2.3.1
2.3.1 (2023-09-15)
Added
Changes
Bugfixes
- Fixed webservices URLs and params.
v2.3
2.3 (2023-09-13)
Added
- Webservices and data discovery on BIS, ECB, ESTAT, ILO
Changes
Bugfixes
- Fixed duplication detection on ItemScheme. It is based now on ID instead of URN.
v2.0
2.0 (2023-03-03)
Added
- Added Webservices to search for datasets and dataflows in ECB, EUROSTAT,
BIS and ILO using a REST API.
Changes
- Fixed read_xml to allow for more flexibility on structural validation and better error management.
Bugfixes
- Fixed member reading on CubeRegion.
1.4
1.4 (2022-12-22)
Bugfixes
- Fixed bug on reading
- Fixed VTL mappings
1.3 (2022-31-05)
Added
Changes
- Implemented better understanding of inFile in read_xml.
- Adapted to_vtl_json() to new format.
1.2
Changelog (1.2)
- Redesigned reading process based on xmltodict
- Implemented custom writing process based on generators. Reduced memory footprint and improved performance and maintainability. Implemented Generic Series writing process.
- Improved overall performance on semantic validation.
- Implemented several formats on validFrom/validTo, as shown on issue #17
- Cleanup of old parsers and writing methods. Simplified code for better maintainability.
- Model changes:
- Deleted 'dataset' on data retrieval
- Changed keys of message.content on Metadata Type.
1.0.1
Added support for raw strings for all API methods.
Fixed bug on Series Constraints with duplicated rows.