Skip to content

v0.1.4

Choose a tag to compare

@nazroll nazroll released this 11 Sep 20:01
· 7 commits to main since this release
4719fa6

What's Changed

0.1.4 by @nazroll in #7

  • Update README and adjust trick generation logic to ensure a minimum of 2 tricks in combos
  • Initial idea for Trick class
  • Refactor Trick class to improve validation and default value assignment; update direction, stance, and move definitions.
  • Add missing move "540" and enhance Trick class for better validation and default value handling in combo generation
  • Refactor Trick class and update init.py to remove unused imports and improve type hints; streamline combo generation logic.
  • Update pyproject.toml and tests: switch to setuptools, bump version to 0.1.4, and enhance trick validation tests
  • Fix test_generate_combo_only_first_rule to ensure proper assertion for moves after the first trick
  • Add type hints to test functions for improved clarity and consistency
  • Update README.md for clarity and improved usage examples

Full Changelog: v0.1.3...v0.1.4