Releases: UBC-MDS/traders_copilot_mzza_25
v1.1.0
v1.0.0
v0.1.1
v0.1.0
v0.1.0 (2025-02-02)
Bug Fixes
-
Append path for test generate data (
672ee1b
) -
Feedback addressed by kuo4230 (
24b1cba
) -
Include path for test generate synthetic data (
e37827f
) -
Poetry run pytest failure (
0a21ba6
)
Build System
-
Add dependencies. (
159ce2f
) -
Add pandas and numpy as dependencies. (
5144de3
) -
Add yfinance as a dependency (
00cfdbc
) -
Remove upper bound on dependency versions (
032c02c
)
Documentation
-
Create usage tutorial (
677296c
) -
Update README.md (
96efee4
) -
Update README.md (
3ed1149
) -
Update tutorial (
4234ca3
)
Features
-
Add data module (
4ab1891
) -
Add fetch_market_data function signature (
d7f6388
) -
Add generate_signals function definition (
3f81c66
) -
Add pytest dependency (
5ba62f1
) -
Additional dependencies to support readthedocs are included (
a87a185
) -
Data test coverage set to 100%. (
01aacd5
) -
Example for synthetic data generation is added to data.py (
4ee6216
)
Refactoring
-
Delete unused file (
0028c9d
) -
Rename fetch_market_data to simulate_market_data (
abce10c
) -
Update function names (
a59f40f
)
Testing
- Add test cases for genreate_signals function (
6542a40
)
Milestone 3
1.1.0 Update README.md
1.0.0
What's Changed
- Data sourcing by @abbyturi in #18
- SMA and RSI functions complete and add tests by @cherylziunzhao in #26
- Test unit for data frame by @abbyturi in #25
- Complete generate_signals function and its tests by @zananpech in #28
- add plot_signals.py and testing by @MasonZhang-MZ in #27
- fix: append path for test generate data by @zananpech in #29
- added path in test_plot_signals.py by @MasonZhang-MZ in #30
- doc: Updated README.md by @abbyturi in #31
Full Changelog: 0.0.1...1.0.0