Skip to content

Commit 3f086bc

Browse files
add changelog
1 parent 4a4e832 commit 3f086bc

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
### Changed
11+
12+
* Update PyO3 from v0.8.2 to v0.9.0-alpha1
13+
14+
## [0.1.2]
15+
16+
### Added
17+
18+
* Add Python bindings using PyO3 v0.8.2
19+
20+
## [0.1.1]
21+
22+
### Changed
23+
24+
* Split common functionality out into internal function `remove_zero_from_interval`
25+
26+
### Added
27+
28+
* Added functions for calculating the integer part of the base-2 log of a `RealAlgebraicNumber`
29+
30+
## 0.1.0
31+
32+
### Added
33+
34+
* Initial release
35+
36+
[Unreleased]: https://salsa.debian.org/Kazan-team/algebraics/-/compare/v0.1.2...master
37+
[0.1.2]: https://salsa.debian.org/Kazan-team/algebraics/-/compare/v0.1.1...v0.1.2
38+
[0.1.1]: https://salsa.debian.org/Kazan-team/algebraics/-/compare/v0.1.0...v0.1.1

0 commit comments

Comments
 (0)