Skip to content

Commit

Permalink
Merge branch 'main' into refactor-splines
Browse files Browse the repository at this point in the history
  • Loading branch information
attack68 committed Jan 6, 2025
2 parents f49e315 + 8dd97e2 commit df80e88
Show file tree
Hide file tree
Showing 5 changed files with 1,009 additions and 671 deletions.
5 changes: 5 additions & 0 deletions docs/source/i_whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ email contact, see `rateslib <https://rateslib.com>`_.
(`532 <https://github.com/attack68/rateslib/pull/532>`_)
(`535 <https://github.com/attack68/rateslib/pull/535>`_)
(`536 <https://github.com/attack68/rateslib/pull/536>`_)
* - Bug
- :meth:`~rateslib.legs.CustomLeg` now allows construction from recently constructed
*Period* types including *CreditProtectionPeriod*, *CreditPremiumPeriod*,
*IndexCashflow* and *IndexFixedPeriod*.
(`596 <https://github.com/attack68/rateslib/pull/596>`_)
* - Dependencies
- Drop support for Python 3.9, only versions 3.10 - 3.13 now supported.
* - Refactor
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ packages = [
exclude = [
"/instruments",
"fx_volatility.py",
"legs.py",
"solver.py",
]
strict = true
Expand Down
Loading

0 comments on commit df80e88

Please sign in to comment.