Skip to content

v1.0.1

Compare
Choose a tag to compare
@dylannalex dylannalex released this 28 Nov 21:19
· 28 commits to main since this release
9120171

This update brings a structure improvement and better documentation. Curvipy 1.0.0 scripts are completely compatible with this new version:

  • Made modules private. Now importing curvipy will only import its classes.
  • Created 'curvipy._screen' module. This module contains the 'ScreenFacade' class which encapsulates the turtle package functionalities.
  • Updated documentation.