Changelog

v0.1.0 (09/01/2025)

  • First release of pysorting!

Marek Updates:

  • Reformatted Insertion sort docstring to match other functions (commit link: bac027abb6ec4efc8962fd2e81ed82a4f3185a00)

  • Reformatted Insertion sort code body to handle exceptions like other functions (commit link: bac027abb6ec4efc8962fd2e81ed82a4f3185a00)

  • Reformatted test file for insertion sort (commit link: bac027abb6ec4efc8962fd2e81ed82a4f3185a00)

Sid Updates:

  • Reformatted Shell sort docstring to match other functions (commit link: 8725fa1)

  • Reformatted Shell sort code body to handle exceptions like other functions (commit link: 8725fa1)

  • Reformatted test file for shell sort (commit link: 837e1ec)

  • Updated init file for shell sort (commit link: 36f25fd)