Skip to content

Releases: alexdej/puzpy

v0.3.2

23 Oct 22:39

Choose a tag to compare

hotfix to make puz.__version__ match package version

v0.3.1 hotfix

23 Oct 22:30

Choose a tag to compare

Hotfix for problem with build packaging in 0.3.0 -- missing puz.py module.

v0.3.0

23 Oct 21:38

Choose a tag to compare

What's Changed

  • new Grid helper class to simplify access to clues
  • support for reading and writing files in AcrossLite text format
  • version parameter to Puzzle constructor
  • bug fix (courtesy @afontenot) to allow serialized dicts to have ':' in values

Full Changelog: v0.2.6...v0.3.0

v0.3.0 (beta)

23 Oct 18:52

Choose a tag to compare

v0.3.0 (beta) Pre-release
Pre-release

Full Changelog: v0.2.5...v0.3.0-rc

v0.2.6

13 Jun 17:29

Choose a tag to compare

  • Add NotProvided value to SolutionState enum for puzzles without a solution
  • typo in Markup.is_markup_square
  • utf-8 support for v2 files
  • various fixes for diagramless

v0.2.5

12 Jun 21:25

Choose a tag to compare

  • added support for puz file version 1.4

v0.2.4

04 Jun 17:13

Choose a tag to compare

add python 3.7; bump version number

v0.2.1

23 Dec 15:01

Choose a tag to compare

Added package details to puz module for programmatic detection of ver…