Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1007 Bytes

CHANGELOG.md

File metadata and controls

32 lines (21 loc) · 1007 Bytes

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.6 - 2025-03-22

Added

  • Added option pricing models and support for vanilla and exotic options
  • Added support for non-directional option strategies
  • Option strategy payoff and price curve visualization
  • Support for option strategy visualization with plot_strategy_breakdown

Changed

  • Upgraded dependency versions
  • Changed MSRV from 1.65.0 to 1.77.0
  • Added new tests (90.7% project coverage)

Fixed

  • Fixed incorrect calculations in condor strategy implementation
  • Resolved issues with fontconfig in CI pipeline
  • Fixed margin spacing in plot visualization