Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 657 Bytes

File metadata and controls

18 lines (12 loc) · 657 Bytes

Changelog

All notable changes to this project will be documented in this file.

Unreleased

Fixed

  • Removed the implicit numpy runtime dependency by using standard-library numeric type checks.
  • Restored native token lookup in get_all_chain_tokens() and ChainTokens.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.

Docs

  • Rewrote the README with installation, usage, and API overview sections.
  • Added this changelog so repository links resolve correctly.