v0.0.1
What's Changed
- Expose version info by @kotarot in #2
- Add argument guard to Solution class constructor by @kotarot in #3
- Add unit tests by @kotarot in #4
- Add lint (black, flake8, isort, and mypy) by @kotarot in #5
- Add examples by @kotarot in #6
- Add Codecov by @kotarot in #7
- Refactor Codecov setting by @kotarot in #8
- Refactoring coordinate indices and random choice by @kotarot in #9
- Ability to define a rectangle size as a tuple in Problem by @kotarot in #10
- Fix 'bounding box' and other words by @kotarot in #11
- Override SIGINT trap by @kotarot in #12
- Add simple benchmark by @kotarot in #13
- Add floorplan visualizer by @kotarot in #14
Full Changelog: https://github.com/kotarot/rectangle-packing-solver/commits/v0.0.1