File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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 `
Original file line number Diff line number Diff line change 22Version control file
33"""
44
5- __version__ = "1.0.0 "
5+ __version__ = "1.0.1 "
You can’t perform that action at this time.
0 commit comments