All notable changes to this project will be documented in this file.
- Removed the implicit
numpyruntime dependency by using standard-library numeric type checks. - Restored native token lookup in
get_all_chain_tokens()andChainTokens.get_token(). - Removed import-time global logging configuration from the library module.
- Aligned the exported package version with the project metadata.
- Restored Python 3.7-compatible type annotations in the public models.
- Rewrote the README with installation, usage, and API overview sections.
- Added this changelog so repository links resolve correctly.