Skip to content

Commit a24d4f6

Browse files
authored
chore: release version 1.1.2 (#90)
1 parent 12cbc9e commit a24d4f6

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
### Changed
1212

13+
## [1.1.2] - 2020-12-01
14+
15+
### Added
16+
17+
- 12cbc9e feat: add piecewise linear cpd (#91)
18+
- a12b215 test: add code coverage badge (#97)
19+
- 2e9b17f docs: add binder for notebooks (#94)
20+
- da7544f docs(costcosine): add entry for CostCosine in docs (#93)
21+
- 8c9aa35 build(setup.py/cfg): add build_ext to setup.py (#88)
22+
- 10ef8e8 build(python39): add py39 to supported versions (#87)
23+
24+
### Changed
25+
26+
- 069bd41 fix(kernelcpd): bug fix in pelt (#95)
27+
- b4abc34 fix: memory leak in KernelCPD (#89)
28+
1329
## [1.1.1] - 2020-11-26
1430

1531
No change to the code compared to the previous version.
@@ -50,8 +66,8 @@ Since Pypi's policy prevents re-uploading twice the same version, we have to inc
5066
### Changed
5167
- Link to documentation in PyPi description
5268

53-
54-
[Unreleased]: https://github.com/deepcharles/ruptures/compare/v1.1.1...HEAD
69+
[Unreleased]: https://github.com/deepcharles/ruptures/compare/v1.1.2...HEAD
70+
[1.1.2]: https://github.com/deepcharles/ruptures/compare/v1.1.1...v1.1.2
5571
[1.1.1]: https://github.com/deepcharles/ruptures/compare/v1.1.0...v1.1.1
5672
[1.1.0]: https://github.com/deepcharles/ruptures/compare/v1.0.6...v1.1.0
5773
[1.0.6]: https://github.com/deepcharles/ruptures/compare/v1.0.5...v1.0.6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name="ruptures",
28-
version="1.1.1",
28+
version="1.1.2",
2929
packages=find_packages(exclude=["docs", "tests*", "images"]),
3030
install_requires=["numpy", "scipy"],
3131
extras_require={"display": ["matplotlib"]},

0 commit comments

Comments
 (0)