File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
10
10
### Changed
11
11
12
+ * add changes here
13
+
14
+ ## [ 0.2.0]
15
+
16
+ ### Changed
17
+
12
18
* Update PyO3 from v0.8.2 to v0.9.0
13
19
14
20
## [ 0.1.2]
@@ -33,6 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
33
39
34
40
* Initial release
35
41
36
- [ Unreleased ] : https://salsa.debian.org/Kazan-team/algebraics/-/compare/v0.1.2...master
42
+ [ Unreleased ] : https://salsa.debian.org/Kazan-team/algebraics/-/compare/v0.2.0...master
43
+ [ 0.2.0 ] : https://salsa.debian.org/Kazan-team/algebraics/-/compare/v0.1.2...v0.2.0
37
44
[ 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
45
+ [ 0.1.1 ] : https://salsa.debian.org/Kazan-team/algebraics/-/compare/v0.1.0...v0.1.1
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ assert_eq!(
73
73
Using algebraics from Python:
74
74
75
75
``` bash
76
- python3 -m pip install algebraics==0.1.2
76
+ python3 -m pip install algebraics
77
77
```
78
78
79
79
``` python
@@ -86,8 +86,7 @@ Using algebraics in your own Rust project:
86
86
87
87
``` toml
88
88
[dependencies .algebraics ]
89
- version = " 0.1.2"
90
- features = [" python" ]
89
+ version = " 0.2"
91
90
```
92
91
93
92
Developing algebraics:
You can’t perform that action at this time.
0 commit comments