- Add Python 3.12 support.
- Drop Python 3.7 support (end-of-life was June 27, 2023).
- Use
yaml.safe_load
.
- Add missing module.
- Remove monkeypatching pattern.
- Upgrade required agate to
1.5.0
.
- Reorganize docs.
- Add caching to docs.
- Reversed order of source and table keys in lookup method.
- Update to latest lookup metadata format.
- Implement local caching for offline usage. (#14)
- Remove options to :class:`Source` for generating custom file paths.
- Added CPI calculation example to docs.
- Improvements to error handling.
- Fetched lookup tables now automatically have row names assigned.
- :meth:`TableLookup.from_table` class method implemented.
- Initial version.