Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 2, 2025
1 parent baef0fb commit 1130056
Showing 1 changed file with 82 additions and 4 deletions.
86 changes: 82 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,85 @@
# Changelog
# CHANGELOG

<!--next-version-placeholder-->

## v0.1.0 (07/01/2025)
## v0.1.0 (2025-02-02)

- First release of `traders_copilot_mzza_25`!
### Bug Fixes

- Append path for test generate data
([`672ee1b`](https://github.com/UBC-MDS/traders_copilot_mzza_25/commit/672ee1bb4bfb919ff599be7454a53fe59d6b5294))

- Feedback addressed by kuo4230
([`24b1cba`](https://github.com/UBC-MDS/traders_copilot_mzza_25/commit/24b1cba29a36b4a584b001a7044528fdbecacac4))

- Include path for test generate synthetic data
([`e37827f`](https://github.com/UBC-MDS/traders_copilot_mzza_25/commit/e37827f4382dfcf8249bfc3368f58fc2dc427533))

- Poetry run pytest failure
([`0a21ba6`](https://github.com/UBC-MDS/traders_copilot_mzza_25/commit/0a21ba6cca848acfb893b7b5f9f55114dde93b18))

### Build System

- Add dependencies.
([`159ce2f`](https://github.com/UBC-MDS/traders_copilot_mzza_25/commit/159ce2f207318e56d49250716a1cdb454a3d2aa4))

- Add pandas and numpy as dependencies.
([`5144de3`](https://github.com/UBC-MDS/traders_copilot_mzza_25/commit/5144de39ff7949d3dba8cd6fd6ed59822123eebb))

- Add yfinance as a dependency
([`00cfdbc`](https://github.com/UBC-MDS/traders_copilot_mzza_25/commit/00cfdbcb8c015e0983982a36b3c4ba88e18ff4b7))

- Remove upper bound on dependency versions
([`032c02c`](https://github.com/UBC-MDS/traders_copilot_mzza_25/commit/032c02c94544d371e7e9732bd2c3ab2675568d76))

### Documentation

- Create usage tutorial
([`677296c`](https://github.com/UBC-MDS/traders_copilot_mzza_25/commit/677296cd92e15cd4c3480fe8a7f71aa2f920b7b0))

- Update README.md
([`96efee4`](https://github.com/UBC-MDS/traders_copilot_mzza_25/commit/96efee43a2865800cfe7cc1563d3397e09d0328c))

- Update README.md
([`3ed1149`](https://github.com/UBC-MDS/traders_copilot_mzza_25/commit/3ed11490705ff2919b05253e0fd073571ab16944))

- Update tutorial
([`4234ca3`](https://github.com/UBC-MDS/traders_copilot_mzza_25/commit/4234ca3d5fd2aa9d7d7bb2cc8e9acc4335765251))

### Features

- Add data module
([`4ab1891`](https://github.com/UBC-MDS/traders_copilot_mzza_25/commit/4ab1891ee3f223c9c2df1c2422276f89f57dfdd2))

- Add fetch_market_data function signature
([`d7f6388`](https://github.com/UBC-MDS/traders_copilot_mzza_25/commit/d7f6388adc8ab316c90a4db85e0ad79379c67aab))

- Add generate_signals function definition
([`3f81c66`](https://github.com/UBC-MDS/traders_copilot_mzza_25/commit/3f81c66eb31f4776faa8b967a8a438fe2779aafa))

- Add pytest dependency
([`5ba62f1`](https://github.com/UBC-MDS/traders_copilot_mzza_25/commit/5ba62f1093d0c2e640eb70c0b894b8f9f841ac0b))

- Additional dependencies to support readthedocs are included
([`a87a185`](https://github.com/UBC-MDS/traders_copilot_mzza_25/commit/a87a185e2b18ace8d1a59a70a035a7e8f45fbb17))

- Data test coverage set to 100%.
([`01aacd5`](https://github.com/UBC-MDS/traders_copilot_mzza_25/commit/01aacd59117291de5eae37264ffd07859bcdbf43))

- Example for synthetic data generation is added to data.py
([`4ee6216`](https://github.com/UBC-MDS/traders_copilot_mzza_25/commit/4ee62164830e429c88cdecb883369c94d2e9cf6b))

### Refactoring

- Delete unused file
([`0028c9d`](https://github.com/UBC-MDS/traders_copilot_mzza_25/commit/0028c9d24bf594aa10dc04f2eba3b8805a050129))

- Rename fetch_market_data to simulate_market_data
([`abce10c`](https://github.com/UBC-MDS/traders_copilot_mzza_25/commit/abce10c15dc2fa250c548e45e68d77d8fa8f5fb2))

- Update function names
([`a59f40f`](https://github.com/UBC-MDS/traders_copilot_mzza_25/commit/a59f40f6bf6adc78e2641a3a947acaaa65d43d97))

### Testing

- Add test cases for genreate_signals function
([`6542a40`](https://github.com/UBC-MDS/traders_copilot_mzza_25/commit/6542a406d7b7639bab21a25106dd958b53320b3a))

0 comments on commit 1130056

Please sign in to comment.