Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Milestone 3: Continuous integration, deployment, documentation site

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

- Milestone 4: Improved documentation, small fixes, reflections
- In response to Issue #67: updated median.py function to always return a float.
- In response to Issue #67 and Issue #65: validate_list now rejects NaN/Inf values.
- In response to Issue #64: Fixed installation method through `pip install -i https://test.pypi.org/simple/ dumbpy`
2 changes: 1 addition & 1 deletion src/dumbpy/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Version control file
"""

__version__ = "1.0.0"
__version__ = "1.0.1"