Skip to content

Releases: UBC-MDS/mathdistops

v3.0.0

03 Feb 01:19
Compare
Choose a tag to compare

v3.0.0 (2024-02-03)

Breaking

  • feat!: Milestone 4 Major Patch Update

BREAKING CHANGES: Artificial change to pushed to version 3.0.0 (b561d3f)

Unknown

  • Merge pull request #130 from UBC-MDS/milestone4-1

feat!: Milestone 4 Major Patch Update (901c68a)

  • Merge pull request #129 from UBC-MDS/release

BREAKING CHANGE: Set ci-cd and address feedback from milestone & peer… (8ca0364)

  • BREAKING CHANGE: Set ci-cd and address feedback from milestone & peer review (92ad4bd)

v2.0.7

02 Feb 05:06
Compare
Choose a tag to compare

v2.0.7 (2024-02-02)

Fix

  • fix: typo (17779d9)

  • fix: give explanation of why not median (6551092)

Unknown

  • Merge pull request #127 from UBC-MDS/explain_median

fix: Feedback addressed by explaining why not median (40c5b39)

  • Fix: Update qexp.py doctoring (18c07d8)

v2.0.6

01 Feb 20:56
Compare
Choose a tag to compare

v2.0.6 (2024-02-01)

Fix

  • fix: added raise section into docstring (faa65e3)

Unknown

  • Merge pull request #128 from UBC-MDS/raise_docstring

fix: added raise section into docstring (9b37fb6)

  • Correct Spelling error in README (04fcc0b)

  • Update README.md (54cf09e)

v2.0.5

01 Feb 02:31
Compare
Choose a tag to compare

v2.0.5 (2024-02-01)

Fix

  • fix: Feedback addressed by adding more badges (0bd6ed4)

Unknown

  • Merge pull request #125 from UBC-MDS/func-polish

fix: Feedback addressed by adding more badges (3b7c600)

  • Merge pull request #122 from UBC-MDS/milestone3_feedback

Milestone3 feedback (b83cc7e)

  • Fix: Further adaptions to the tests (ce4a0ef)

  • Fix: Feedback addressed by adapting tests ot fucntion arguments (6444686)

  • Fix: Feedback addressed by stressing its integration into Python Ecosystem (6d22708)

  • Fix: Update README.md with a more specific README description (e877159)

v2.0.4

31 Jan 23:08
Compare
Choose a tag to compare

v2.0.4 (2024-01-31)

Fix

  • fix: polish norm function dogstring format (a4a1fe6)

  • fix: Feedback addressed by adding more usage example on readme file (4a76331)

Unknown

  • Merge pull request #123 from UBC-MDS/func-polish

fix: Feedback addressed by adding more usage example on readme file (d7dfd3a)

  • Fix: indentation on README.md (94b91e3)

  • Fix: Update README with pytest instructions (86c11de)

  • Merge pull request #109 from UBC-MDS/README_update

Fix: Feedback addressed by adding link to vignettes and the documenta… (b6935aa)

  • Merge pull request #118 from UBC-MDS/func-polish

Function polish (6c5efcf)

  • Merge branch 'main' into func-polish (37d3a8e)

  • fix link bug on readme file (9c23611)

  • Fix: Feedback addressed by adding more usage example on readme file (14b6b71)

  • Merge pull request #120 from UBC-MDS/raise_docstring

update form on pnorm/qnorm (87f2a2c)

  • update form (e7c307b)

  • Fix: Feedback addressed by editing the example in dogstring to match the output the function generate (e86e0ad)

v2.0.3

31 Jan 04:41
Compare
Choose a tag to compare

v2.0.3 (2024-01-31)

Fix

  • fix: Feedback addressed by adding hyperlink to contribution and cc (35284e6)

  • fix: Feedback addressed by adding hyperlink to contribution and cc (ffe1dfe)

Unknown

  • Merge pull request #117 from UBC-MDS/hyperlink

Hyperlink was added to Contributing file and code of conduct, Please review. (02c72c0)

  • fix typo (2140603)

  • Fix: Remove Dollar symbols on README.md (1fd61d2)

v2.0.2

30 Jan 22:54
Compare
Choose a tag to compare

v2.0.2 (2024-01-30)

Fix

  • fix: remove environment file (a1b017f)

  • fix: virtual environment via poetry (29570f4)

Unknown

  • Merge pull request #101 from UBC-MDS/ci-cd

Ci-cd (d69dbc5)

  • Fix: Feedback addressed by removing environment file and fixing dependencies on Poetry (0caba18)

  • Update ci-cd.yml

Changes to ci-cd (5684497)

  • Update pyproject.toml

Change the psr table in pyproject.toml (da79623)

v2.0.1

30 Jan 19:17
Compare
Choose a tag to compare

v2.0.1 (2024-01-30)

Fix

Unknown

  • Merge pull request #100 from UBC-MDS/ci-cd

Fix: Update ci-cd.yml (11aba9a)

  • Fix: Update ci-cd.yml (bafcaf1)

  • Merge pull request #99 from UBC-MDS/ci-cd

fix: update README (779cc29)

  • Merge pull request #98 from UBC-MDS/ci-cd

Ci-cd (d8e6b11)

  • change project to match gthub release (eec12be)

  • change condition to main branch only (bb44e1a)

  • add release token (68581ff)

  • fix error (a227a5a)

  • update cd to latest (ec64538)

  • change cd trigger to happen on other branches too for testing (b95274f)

  • fix bug (d0e7930)

Version 2.0.0

27 Jan 04:20
fdcf492
Compare
Choose a tag to compare

it is for milestone3

Milestone 2 - v.1.0.0

20 Jan 06:42
ca75593
Compare
Choose a tag to compare

v1.0.0

Added code and tests for the function pnorm.
Added code and tests for the function qnorm.
Added code and tests for the function pexp.
Added code and tests for the function qexp.
Updated README with Usage section.
Ensure poetry suite works.
Ensure code coverage is 100%.
Few hot fixes to ensure function and test consistencies