Releases: primap-community/climate_categories
Releases · primap-community/climate_categories
climate_categories Version 0.10.2
0.10.2 (2024-10-23)
- Add a method to create a Conversion object from csv
- Use pypdf-table-extraction instead of camelot for extracting categorizations from pdf files.
- add M.BIO category
- Add new gas mixtures to the gas categorization.
climate_categories Version 0.10.1
0.10.1 (2024-01-25)
- ISO3_GCAM: Removed extraneous "v" from version specifications in region codes
climate_categories Version 0.10.0
0.10.0 (2024-01-25)
- Added ISO3_GCAM categorization which contains regions used in the integrated assessment model GCAM.
climate_categories Version 0.9.2
0.9.2 (2023-06-22)
- ISO3: Add all parties to the UNFCCC as direct children of UNFCCC as first set of
children. That way, it is easy to ergonomically get all parties to the UNFCCC without
adding up Annex-I and Non-Annex-I parties manually.
climate_categories Version 0.9.1
0.9.1 (2023-06-15)
- Add AOSIS country group to ISO3 categorization.
climate_categories Version 0.9.0
0.9.0 (2023-06-14)
- Add ISO3 terminology for countries, areas, and country groups including UNFCCC
signatories and Annex-I and Non-Annex-I groups and the evolution of the EU over time.
climate_categories Version 0.8.5
0.8.5 (2023-05-23)
climate_categories Version 0.8.4
0.8.4 (2023-05-23)
- Re-release to make sure py.typed is included in built package.
climate_categories Version 0.8.3
0.8.3 (2023-05-23)
- add py.typed file to announce this library is using type hints.
climate_categories Version 0.8.2
0.8.2 (2023-05-15)
- Remove pygments-csv-lexer dependency for docs building.
- Add function to find leaf children of a category, useful for re-calculating top-level
categories from constituents.