Changelog

All notable changes to Rhoa are documented here.

For the complete changelog, see the CHANGELOG.md file in the repository.

Recent Releases

Version 0.1.7 (2025-02-08)

Added

  • Comprehensive documentation structure

  • User guide section with conceptual guides

  • FAQ and troubleshooting documentation

  • Separate installation and quickstart pages

  • Reorganized examples into categories

  • CHANGELOG.md

Changed

  • Reorganized examples into separate pages by topic

  • Enhanced API reference documentation

  • Improved docstring standards across all modules

Fixed

  • Version synchronization between conf.py and pyproject.toml

  • Documentation build issues

Version 0.1.6

Added

  • Test suite for targets module

  • Additional validation in target generation

Changed

  • Improved error messages in targets module

Fixed

  • Edge cases in target generation

Version 0.1.5

Added

  • Visualization module (plots.py)

  • Signal plotting with confusion matrices

  • Professional chart styling

Changed

  • Enhanced plot customization options

Version 0.1.4

Added

  • Target generation module with auto and manual modes

  • Pareto optimization for target selection

  • Elbow method for threshold detection

Changed

  • Improved target generation performance

Version 0.1.3

Added

  • Additional technical indicators

  • Parabolic SAR indicator

  • CCI (Commodity Channel Index)

Changed

  • Enhanced indicator documentation

Fixed

  • Edge cases in RSI calculation

  • MACD signal line calculation

Version 0.1.2

Added

  • MACD indicator

  • ADX (Average Directional Index)

  • Williams %R indicator

Changed

  • Improved indicator performance

Version 0.1.1

Added

  • Stochastic Oscillator

  • Average True Range (ATR)

  • Bollinger Bands

Fixed

  • Window handling in moving averages

Version 0.1.0

Initial Release

  • Pandas Series accessor for indicators

  • Basic moving averages (SMA, EWMA)

  • RSI indicator

  • Basic documentation structure

  • Test suite

  • PyPI package configuration

Full Changelog

View the full changelog with detailed commit history on GitHub.

Upgrade Guide

See the Installation page for upgrade instructions.

For breaking changes and migration notes, see the individual version notes in CHANGELOG.md.