CHANGELOG

v0.1.1 (2025-02-03)

Bug Fixes

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

v0.1.0 (2025-02-02)

Bug Fixes

  • Addressed issue by MavisWong295 (4458aef)

  • 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)