Skip to content

Releases: dsa-ou/paddles

Version 0.1 beta

05 Jan 17:50
Compare
Choose a tag to compare
Version 0.1 beta Pre-release
Pre-release

This version

  • adds tests, type annotations and docstrings to the code
  • adds pre-commit hooks for testing, linting, type checking and doc generation
  • configures the project for PyPi
  • adds developer documentation

Version 0.1 alpha

28 Dec 10:17
Compare
Choose a tag to compare
Version 0.1 alpha Pre-release
Pre-release

Defines functionality for the 0.1 release:

  • stacks implemented with dynamic arrays and singly-linked lists
  • queues implemented with singly-linked lists
  • deques implemented with doubly-linked lists