Skip to content

Latest commit

 

History

History
124 lines (64 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

124 lines (64 loc) · 1.51 KB

Changelog

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

[0.8.0] - 2024-12-06

🚀 Features

  • Pass in custom std dev multiplier to bollinger bands

[0.7.2] - 2024-05-30

🐛 Bug Fixes

  • Make field public on Point struct

[0.7.1] - 2024-05-30

⚙️ Miscellaneous Tasks

  • Add more documentation

[0.7.0] - 2024-05-29

⚙️ Miscellaneous Tasks

  • Bump version

Add

  • Slope formula
  • Angle of slope function

[0.6.1] - 2024-05-14

🚀 Features

  • Price peak and valley algo

⚙️ Miscellaneous Tasks

  • Bump version and changelog update

[0.6.0] - 2024-05-10

🚜 Refactor

  • Group modules

⚙️ Miscellaneous Tasks

  • Bump version
  • Bump version

[0.5.2] - 2024-03-26

🚜 Refactor

  • Simplify bollinger bands

⚙️ Miscellaneous Tasks

  • Bump version

[0.5.1] - 2024-03-26

🚜 Refactor

  • Use std::io error instead of MathError

⚙️ Miscellaneous Tasks

  • Update changelog

[0.5.0] - 2024-03-26

🚜 Refactor

  • Simplify rsi method

⚙️ Miscellaneous Tasks

  • Bump version

Change

  • TindiError -> MathError

[0.4.1] - 2024-03-25

Add

  • Custom TindiError type and tests to each method
  • Serde serialize

[0.3.0] - 2024-03-22

Miscellaneous Tasks

  • Update version

Testing

  • Rate of change

Add

  • More robust error handling

[0.2.0] - 2024-03-21

Miscellaneous Tasks

  • Update readme

Testing

  • Rsi

Remove

  • Dead code and comments