We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0.3
1 parent aa798af commit adde06dCopy full SHA for adde06d
CHANGELOG.md
@@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+...
11
+
12
+## [0.3] - 2025-01-09
13
14
### Added
15
16
- `Turtle.save_iamge()`
17
+- Koch curve example
18
+- Fractal conifer example
19
20
### Changed
21
@@ -41,5 +47,6 @@ It can draw lines on its array using [turtle graphics].
41
47
[L-system]: https://en.wikipedia.org/wiki/L-system
42
48
43
49
[unreleased]: https://github.com/jorenham/numpy_turtle/compare/0.2...HEAD
50
+[0.3]: https://github.com/jorenham/numpy_turtle/compare/0.2...0.3
44
51
[0.2]: https://github.com/jorenham/numpy_turtle/compare/0.1...0.2
45
52
[0.1]: https://github.com/jorenham/numpy_turtle/releases/tag/0.1
0 commit comments