File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ after version 1.0.0.
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 0.0.8] - 2022-12-21
9
+ * Remove debug print - thanks to J-F-Liu, Ralith
10
+ * Fixed discriminant check in quartic equations - thanks to jingnanshi
11
+ * Allowed mutable closures for secant etc. - thanks to vron
12
+
8
13
## [ 0.0.7] - 2021-06-17
9
14
* SearchError becomes public - thanks to JP-Ellis
10
15
* Unnormalized cubic equations are solved using the general formula rather than trigonometrically - thanks to Logicalshift
@@ -37,7 +42,8 @@ after version 1.0.0.
37
42
## [ 0.0.1] - 2015-03-24
38
43
* Initial version
39
44
40
- [ Unreleased ] : https://github.com/vorot/roots/compare/v0.0.7...HEAD
45
+ [ Unreleased ] : https://github.com/vorot/roots/compare/v0.0.8...HEAD
46
+ [ 0.0.8 ] : https://github.com/vorot/roots/compare/v0.0.7...v0.0.8
41
47
[ 0.0.7 ] : https://github.com/vorot/roots/compare/v0.0.6...v0.0.7
42
48
[ 0.0.6 ] : https://github.com/vorot/roots/compare/v0.0.5...v0.0.6
43
49
[ 0.0.5 ] : https://github.com/vorot/roots/compare/v0.0.4...v0.0.5
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " roots"
4
- version = " 0.0.7 "
4
+ version = " 0.0.8 "
5
5
authors = [
" Mikhail Vorotilov <[email protected] >" ]
6
6
license = " BSD-2-Clause"
7
7
repository = " https://github.com/vorot/roots"
You can’t perform that action at this time.
0 commit comments