Skip to content

Releases: UBC-MDS/traders_copilot_mzza_25

v1.1.0

03 Feb 20:14
524769c
Compare
Choose a tag to compare
  • Addressed feedback by reviewers
  • Set up ci-cd pipeline
  • Justified why MIT license is the chosen one
  • Cleared all open issues

v1.0.0

03 Feb 08:44
524769c
Compare
Choose a tag to compare
  • Addressed feedback by reviewers
  • Set up ci-cd pipeline
  • Justified why MIT license is the chosen one

v0.1.1

03 Feb 07:03
Compare
Choose a tag to compare

v0.1.1 (2025-02-03)

Bug Fixes

  • Updated README addressing virtual enironment issues with importing functions #66 (8019dad)

Detailed Changes: v0.1.0...v0.1.1

v0.1.0

02 Feb 20:50
Compare
Choose a tag to compare

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

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

26 Jan 10:18
6f37fb4
Compare
Choose a tag to compare
1.1.0

Update README.md

1.0.0

18 Jan 15:39
9766bfd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.1...1.0.0

0.0.1

11 Jan 06:28
70c4e83
Compare
Choose a tag to compare

Milestone 1