Skip to content

Commit 8db2238

Browse files
authored
Merge pull request #84 from UBC-MDS/dev
feat!: added semantic versioning, badges and other features
2 parents ca44d2d + 039380c commit 8db2238

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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`

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Welcome to dumbpy
22

3+
[![codecov](https://codecov.io/github/ubc-mds/dumbpy/graph/badge.svg?token=ESzmgptY4z)](https://codecov.io/github/ubc-mds/dumbpy)
4+
35
## 2025-26 DSCI-524 Group 18
46

57
## About dumbpy

0 commit comments

Comments
 (0)