Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

52 lines (35 loc) · 1.39 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

...

0.3 - 2025-01-09

Added

  • Turtle.save_iamge()
  • Koch curve example
  • Fractal conifer example

Changed

  • Require python >= 3.11
  • Require numpy >= 1.25
  • Require skimage >= 0.20
  • Migrated to uv

0.2 - 2019-09-29

Added

  • The Turtle class now has color support.
  • The examples work with RGBA images now.

0.1 - 2018-06-26

Added

  • The Turtle class as wrapper for a two-dimensional (grayscale) NumPy array. It can draw lines on its array using turtle graphics.
  • Utility function for L-system rule iteration.
  • Code example of L-system Sierpinski triangle.
  • Code example of an L-system fractal plant.
  • Unit tests for the Turtle class.
  • README with installation instructions and pointers to the examples.