Skip to content

Commit

Permalink
BUG: MultiCsaCurve in main namespace (#436)
Browse files Browse the repository at this point in the history
Co-authored-by: JHM Darbyshire (Win) <[email protected]>
  • Loading branch information
attack68 and attack68 authored Oct 9, 2024
1 parent 006f5ad commit 51a7f77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/i_whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ email contact, see `rateslib <https://rateslib.com>`_.
in *Solvers* and standardised *Instruments*. This feature can be opted out of using the
``defaults.curve_caching`` setting. Note also the added :meth:`~rateslib.curves.Curve.clear_cache` method.
(`435 <https://github.com/attack68/rateslib/pull/435>`_)
* - Bug
- :class:`~rateslib.curves.MultiCsaCurve` is now included in the main namespace.
(`436 <https://github.com/attack68/rateslib/pull/436>`_)

1.5.0 (25th September 2024)
****************************
Expand Down
2 changes: 2 additions & 0 deletions python/rateslib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def __exit__(self, *args) -> None:
Curve,
IndexCurve,
LineCurve,
MultiCsaCurve,
ProxyCurve,
index_left,
interpolate,
Expand Down Expand Up @@ -178,6 +179,7 @@ def __exit__(self, *args) -> None:
"Curve",
"LineCurve",
"IndexCurve",
"MultiCsaCurve",
"CompositeCurve",
"ProxyCurve",
"interpolate",
Expand Down

0 comments on commit 51a7f77

Please sign in to comment.