**Full Changelog**: https://github.com/DutchCryptoDad/bamboo-ta/commits/v0.1
New Features
- **bamboo_ta.py**: This is the main file of the project.
- **candles.py**: This file contains functions related to candlestick patterns in technical analysis.
- **cycles.py**: This file contains functions related to cycle indicators in technical analysis.
- **momentum.py**: This file contains functions related to momentum indicators in technical analysis.
- **performance.py**: This file contains functions related to performance measurement of the trading strategy.
- **statistics.py**: This file contains functions related to statistical analysis of the trading data.
- **trend.py**: This file contains functions related to trend indicators in technical analysis.
- **utility.py**: This file contains utility functions that are used across the project.
- **volatility.py**: This file contains functions related to volatility indicators in technical analysis.
- **volume.py**: This file contains functions related to volume indicators in technical analysis.
Improvements
- The project now uses **numpy**, **pandas**, and **pandas_ta** as per the requirements.txt file.
Bug Fixes
- No specific bug fixes have been detected in the project contents.
Known Issues
- No known issues have been detected in the project contents.
Breaking Changes
- No breaking changes have been detected in the project contents.
**Full Changelog**: https://github.com/DutchCryptoDad/bamboo-ta/compare/v0.1...v0.1