CHANGELOG

v0.0.6 (2025-02-01)

Bug Fixes

  • Feedback addressed by adding a docstring example to plot_histogram (peer suggestion) (0c76707)

  • Feedback addressed by adding test cases for full coverage (TA and peer suggestion) (4b1feb3)

  • Feedback addressed by improving test_plot_histogram documentation (TA suggestion) (e07b2c9)

Documentation

  • Improve README formatting for better code clarity (8736d73)

v0.0.5 (2025-02-01)

v0.0.4 (2025-02-01)

Bug Fixes

  • Feedback addressed by Stephanie-Ta to add test empty numpy array (6b32cc2)

v0.0.3 (2025-02-01)

Bug Fixes

  • Add table overflow handling for wide tables in ReadTheDocs (d9fc9f4)

v0.0.2 (2025-02-01)

Bug Fixes

  • Address feedback by cherylziunzhao to obtain 100% coverage in function (a3bdb37)

  • Address feedback by psingh238 to fix import structure (49b316d)

v0.0.1 (2025-01-31)

Bug Fixes

  • Address TA feedback by adding tests for NumPy input validation in plot_heatmap (58bde4f)

  • Update plot_heatmap function to match test expectations (5841868)

  • Updated plot_heatmap to rename df → data & improved docstring (#TA feedback) (da84959)

v0.0.0 (2025-01-27)

Documentation

  • Add documentation for plot_line function (7954a20)