Skip to content

Commit 3f5442a

Browse files
committed
Release v1.0.0
1 parent 6c5fa37 commit 3f5442a

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1010

1111
### Added
1212

13+
### Changed
14+
15+
### Fixed
16+
17+
### Removed
18+
19+
## [1.0.0]
20+
21+
### Added
22+
1323
- New scoring rules API
1424
- Charts for all scoring rules
1525

@@ -71,7 +81,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7181

7282
- Brier score calculation.
7383

74-
[unreleased]: https://github.com/yhoiseth/python-prediction-scorer/compare/v0.3.0...HEAD
84+
[unreleased]: https://github.com/yhoiseth/python-prediction-scorer/compare/v1.0.0...HEAD
85+
[1.0.0]: https://github.com/yhoiseth/python-prediction-scorer/compare/v0.3.0...v1.0.0
7586
[0.3.0]: https://github.com/yhoiseth/python-prediction-scorer/compare/v0.2.0...v0.3.0
7687
[0.2.0]: https://github.com/yhoiseth/python-prediction-scorer/compare/v0.1.1...v0.2.0
7788
[0.1.1]: https://github.com/yhoiseth/python-prediction-scorer/compare/v0.1.0...v0.1.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
packages=setuptools.find_packages(),
1616
python_requires=">=3.8,<3.9",
1717
url="https://github.com/yhoiseth/python-prediction-scorer",
18-
version="0.3.0",
18+
version="1.0.0",
1919
zip_safe=False,
2020
)

0 commit comments

Comments
 (0)