Skip to content

Commit

Permalink
Prepare package for v0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfwilson committed Dec 3, 2021
1 parent 939584e commit 50dee64
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ SetPackageInfo( rec(

PackageName := "BacktrackKit",
Subtitle := "An extensible, easy to understand backtracking framework",
Version := "0.5.1",
Date := "12/11/2021", # dd/mm/yyyy format
Version := "0.6.0",
Date := "03/12/2021", # dd/mm/yyyy format


Persons := [
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,19 @@ at https://github.com/peal/BacktrackKit/issues

## History

0.6.0
-----

Refiners now have a “constraint” member, which is a new type of GAP object, and
which stores information about the constraint that the refiner refiners with
respect to. Constraints are available via the `Constraint` record.

0.5.1
-----

Add IsEven and IsOdd refiners, to more efficiently handle alternating groups
Add `IsEven` and `IsOdd` refiners, to more efficiently handle alternating groups

0.5.0
-----

* Significant change to the API -- remove the requirement to give the size of the partition to most refiners
* Significant change to the API -- remove the requirement to give the size of the partition to most refiners

0 comments on commit 50dee64

Please sign in to comment.