Releases: quantmind/ccy
Releases · quantmind/ccy
v2.0.0
What's Changed
- Bump deps and use uv by @lsbardel in #54
DayCounterrewritten asStrEnum- Old class hierarchy (DayCounterMeta, Act360, Act365, Thirty360, ActAct), getdc() and alldc() removed
- ccy renamed to
CCYand converted to a Pydantic frozen BaseModel - TradingCentre / TradingCentres converted from dataclasses to Pydantic models
- 30 new currencies
- New day count conventions: 30E/360 (Eurobond basis) and BUS/252 (Brazilian)
- Docs migrated from Jupyter Book to MkDocs with auto-generated currency table and full API reference
Full Changelog: v1.7.2...v2.0.0
v1.7.2
v1.7.0
v1.6.0
v1.4.0
What's Changed
- Adds support for python 3.12
- Drop python support for 3.8 and 3.9
- Initial mypy support
- New docs
- Add optional command line tool
- Fix Polish Zloty symbol
Full Changelog: v1.3.1...v1.4.0
v1.3.1
v1.3.0
- Use poetry
- support python 3.8, 3.9, 3.10 and 3.11
- for earlier python support use previous versions
Full Changelog: v1.2.2...v1.3.0