Releases: pmaher86/blacksquare
Releases · pmaher86/blacksquare
v0.8.0
What's Changed
- remove github release action by @pmaher86 in #34
- move GHA to main by @pmaher86 in #35
- move to weasyprint by @pmaher86 in #36
- dont allow repeats in fill by default by @pmaher86 in #37
- Update README example by @pmaher86 in #38
- .npz serialization by @pmaher86 in #39
- cleanup by @pmaher86 in #40
Full Changelog: v0.7.2...v0.8.0
v0.7.2 Fixing deployment pipeline
v0.7.1
v0.7.0
New build system, updating dependencies
v0.5.1 Parsing bug fix
Full Changelog: v0.5.0...v0.5.1
v0.5.0
This release contains breaking changes to the set_word
and set_cell
APIs, removing the inplace
flag in favor of a separate .copy()
method. The fill algorithm has been substantially improved
What's Changed
- Fix numbering of words by @wom-bat in #13
- refactoring set and get methods by @pmaher86 in #16
- disconnected subgrids function by @pmaher86 in #17
- Subgrid_fill by @pmaher86 in #18
New Contributors
Full Changelog: v0.4.0...v0.5.0
Adding word lists
v0.4.0 Word lists can be combined using the plus operator (#15)
v0.3.1
v0.3.0
What's Changed
- adding cell number method and rich output by @pmaher86 in #3
- creating sphinx docs by @pmaher86 in #4
- fixing workflow by @pmaher86 in #5
- Add Symmetry and refactor parsing to preserve clues by @pmaher86 in #6
- Documentation by @pmaher86 in #7
- Depth-first search fill by @pmaher86 in #8
- adding cell shading and circling by @pmaher86 in #9
- add filter function by @pmaher86 in #10
Full Changelog: v0.2.1...v0.3.0