Skip to content

Latest commit

 

History

History
75 lines (48 loc) · 1.53 KB

File metadata and controls

75 lines (48 loc) · 1.53 KB

Changelog

A brief summary of the changes made.

Version 0.1.0 (20-04-2024)

  • Initial structure for project and some initial code structure.

Version 0.1.1 (29-04-2024)

  • Clean up imports and extend order types.
  • Expand Order API
  • Many adjustments to Units

Version 0.1.2 (15-05-2024)

  • Unit framework
  • Some example of modeling.

Version 0.1.3 (17-08-2024)

  • Numerous bug fixes

Version 0.1.5 (24-08-2024)

  • Fixes and convertion to poetry for project management

Version 0.1.6 (25-10-2024)

  • Small bug-fixes and updates to dependencies.

Version 0.1.7 (25-10-2024)

  • Change Calendar to have a simple is_business_day property and create the DetailedCalendar which knows about holidays and weekends.
  • Add business_days service

Version 0.1.8 (29-10-2024)

  • Small bug-fix in business_day service

Version 0.1.9 (30-10-2024)

  • Add CalendarImpl, DelegateCalendar, UnionCalendar
  • Add price_mid subscription service and dataframe service impl

Version 0.1.10 (3-11-2024)

  • Clean up calendar

Version 0.1.11 (15-01-2025)

  • Numerous bug fixes

Version 0.1.12 (22-02-2025)

  • Small bug fixes and added unit tests

Version 0.1.13 (22-02-2025)

Update to hgraph 0.4.0 and fix switch_ statement use