- Switch from Pydantic V1 to V2
- Dependency upgrades
- Drop support for Python 3.10
- Bugfixes
- Add group based aggregation, aggregate by year
- Add some util functions from downstream dependencies
- Update dependencies
- Update dependencies
- add
get_country_code
util function
- Implement simple search
- Add id filters
- Refactor filters to allow comparator lookups for
schema
anddataset
as well
- Add
nomeklatura
based stores and query views built upon that (needs documentation)
- Align with
nomenklatura
v3
- Model nomenklatura catalog/dataset via pydantic
- Replace
smart_open
with fsspec - add generic IO handling based on
fsspec