File tree 1 file changed +38
-0
lines changed
1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments