Skip to content

Commit 48b2176

Browse files
committed
Release v0.3.0
1 parent e4cfcb5 commit 48b2176

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
@@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## [Unreleased]
77

8+
### Added
9+
10+
### Changed
11+
12+
### Fixed
13+
14+
### Removed
15+
16+
## [0.3.0] - 2020-05-24
17+
818
### Added
919
- `compare` method to score predictions relative to each other
1020
- Ability to import directly from `predictionscorer`
@@ -44,7 +54,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4454
### Added
4555
- Brier score calculation.
4656

47-
[Unreleased]: https://github.com/yhoiseth/python-prediction-scorer/compare/v0.2.0...HEAD
57+
[Unreleased]: https://github.com/yhoiseth/python-prediction-scorer/compare/v0.3.0...HEAD
58+
[0.3.0]: https://github.com/yhoiseth/python-prediction-scorer/compare/v0.2.0...v0.3.0
4859
[0.2.0]: https://github.com/yhoiseth/python-prediction-scorer/compare/v0.1.1...v0.2.0
4960
[0.1.1]: https://github.com/yhoiseth/python-prediction-scorer/compare/v0.1.0...v0.1.1
5061
[0.1.0]: https://github.com/yhoiseth/python-prediction-scorer/releases/tag/v0.1.0

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.7",
1717
url="https://github.com/yhoiseth/python-prediction-scorer",
18-
version="0.2.0",
18+
version="0.3.0",
1919
zip_safe=False,
2020
)

0 commit comments

Comments
 (0)