Skip to content

Releases: attack68/rateslib

v1.2.0

28 May 19:31
Compare
Choose a tag to compare

Version 1.2.0 has new Rust extensions to greatly improve performance for Splines and Dual number AD.
See the full release notes on the documentation website for the minor breaking changes.

Python wheels are precompiled for Mac OS and Windows AMD64 users, meaning no changes to the install via pip install rateslib for those users.
Other platforms such as Linux will need to install rust before calling pip install rateslib so that the binaries can be compiled from the source.

Rateslib v1.1.1 (21st March 2024)

08 Apr 16:36
Compare
Choose a tag to compare

Rateslib Stable v1.0.0

02 Feb 20:00
Compare
Choose a tag to compare

The release of the core library, also at the same time the architecture is published: https://www.amazon.com/dp/0995455554

Rateslib v0.7.0 (29 Nov 2023)

29 Nov 17:34
Compare
Choose a tag to compare
Pre-release

See the documentation for all release notes.

Rateslib v0.6.0 (19th Oct 2023)

11 Nov 09:42
Compare
Choose a tag to compare
Pre-release

Additions:

  • Add a :class:STIRFuture class
  • Merge all :class:XCS classes into one, adding new arguments,
    fixed, leg2_fixed and leg2_mtm to differentiate between types.
  • Separate :class:MultiCsaCurve
    from :class:CompositeCurve for increased transparency on its action.
  • Add the ability to supply curves in a dict for forecasting FloatPeriods to be
    able handle interpolated stub periods under an "ibor" fixing_method.
  • Added the methods :meth:Solver.jacobian and
    :meth:Solver.market_movements for coordinating multiple Solvers.

Bug fixes:

  • Instrument spec with method_param set to 2 day lag for certain IBOR instruments.
  • The :meth:Portfolio.npv method on a Portfolio no longer allows
    mixed currency outputs to be aggregated into a single float value.
  • Now emit a warning if a discount factor or rate is requested on a curve with a spline
    outside of the rightmost boundary of the spline interval.

v0.5.0beta

11 Sep 19:59
Compare
Choose a tag to compare
v0.5.0beta Pre-release
Pre-release

Rateslib v0.5.0 (11th Sep 2023)

Development continues. Still aiming to release v1.0 before 2024
For release notes see the docs here

v0.4.0beta

11 Sep 07:27
Compare
Choose a tag to compare
v0.4.0beta Pre-release
Pre-release
DOC: fix link