Skip to content

Commit 039380c

Browse files
authored
Merge pull request #82 from UBC-MDS/update_changelog
Update changelog with fixed peer review issues
2 parents 772e2c4 + ff38f4b commit 039380c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121

2222
- Milestone 3: Continuous integration, deployment, documentation site
2323

24-
## [1.0.1] - (2026-01-31)
24+
## [1.0.1] - (2026-02-03)
2525

2626
- Milestone 4: Improved documentation, small fixes, reflections
2727
- In response to Issue #67: updated median.py function to always return a float.
28+
- In response to Issue #67 and Issue #65: validate_list now rejects NaN/Inf values.
29+
- In response to Issue #64: Fixed installation method through `pip install -i https://test.pypi.org/simple/ dumbpy`

src/dumbpy/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Version control file
33
"""
44

5-
__version__ = "1.0.0"
5+
__version__ = "1.0.1"

0 commit comments

Comments
 (0)