Skip to content

Releases: UBC-MDS/FinanceCalculator2025

v0.2.1

30 Jan 02:07
Compare
Choose a tag to compare

v0.2.1 (2025-01-30)

Bug Fixes

  • Issue62 fixed, all team members added into pyproject.toml (a1feb9e)

  • Issue64 fixed, Raises and Warnings sections added to all function docstrings (2979eeb)

  • Issue65 fixed, error messages specified (4a22088)

  • Issue66 fixed, tests/test_financecalculator.py deleted (1070d49)

  • Joseph's comment 1 fixed, examples added to docstrings (bda3038)

  • Joseph's comment 2 fixed, Raises and Warnings already added before (43a3cb4)

  • Joseph's comment 3 fixed, test_financecalculator.py already deleted before (4d39928)

  • Some tests failure have been fixed (56ef99b)


Detailed Changes: v0.2.0...v0.2.1

v0.2.0

28 Jan 01:08
Compare
Choose a tag to compare

v0.2.0 (2025-01-28)

Features


Detailed Changes: v0.1.2...v0.2.0

v0.1.2

28 Jan 00:50
Compare
Choose a tag to compare

v0.1.2 (2025-01-28)

Bug Fixes

  • Changed name to financecalculator2025 (e8a66fe)

Detailed Changes: v0.1.1...v0.1.2

v0.1.1

27 Jan 23:51
Compare
Choose a tag to compare

v0.1.1 (2025-01-27)

Bug Fixes

  • Added middle initial of author (3ea1f5a)

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

v0.1.0

27 Jan 23:04
Compare
Choose a tag to compare

v0.1.0 (2025-01-27)

Features


Detailed Changes: v0.0.0...v0.1.0

v0.0.0

27 Jan 22:51
Compare
Choose a tag to compare

v0.0.0 (2025-01-27)

1.1.0

26 Jan 16:54
38758f7
Compare
Choose a tag to compare

This release focused on:

  1. Write and publish the package-level documentation
  2. Uploading package documentation to Readthedocs
  3. Updating README file for better instructions

1.0.0

18 Jan 01:24
27a2206
Compare
Choose a tag to compare

This release:

  1. Creates test code for the docstrings that were created previously
  2. Writes function based on test cases, with iterative adjustments

0.0.1

11 Jan 02:58
108e779
Compare
Choose a tag to compare

This release:

  1. sets up the inital package structure on github using the cookiecutter template
  2. Includes function specifications and details about how our package fits into the Python ecosystem
    Contributors: @meagangardner @ethanfang08 @sgdkd @Shell-human