Skip to content

Releases: Meaningful-Data/sdmxthon

v2.6.4

12 Mar 17:59
Compare
Choose a tag to compare

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

22 Feb 16:34
Compare
Choose a tag to compare

2.6.2 (2024-02-22)

Added

  • Added tons of webservices queries and query builders.

Changes

Bugfixes

  • Fixed bug on Series writing if Attribute Descriptor is not present (#56)

v2.4

25 Oct 10:46
Compare
Choose a tag to compare

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

26 Sep 14:51
Compare
Choose a tag to compare

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

15 Sep 10:55
Compare
Choose a tag to compare

2.3.1 (2023-09-15)

Added

Changes

Bugfixes

  • Fixed webservices URLs and params.

v2.3

13 Sep 11:23
Compare
Choose a tag to compare

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

03 Mar 11:35
Compare
Choose a tag to compare

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

22 Dec 17:03
7e2cd0c
Compare
Choose a tag to compare
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

01 Dec 17:53
d6c187b
Compare
Choose a tag to compare
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

25 Jun 07:40
a4784ce
Compare
Choose a tag to compare

Added support for raw strings for all API methods.

Fixed bug on Series Constraints with duplicated rows.