-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0821e3f
commit 1f5be02
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
# ryser | ||
|
||
# ryser (v0.2.0) | ||
|
||
* A function to convert a dictionary representing the fixed cells of a partial latin square into an equivalent list edge-colouring problem for a complete directed graph with self-loops. | ||
* Functions to convert cell labels into row or column indices. | ||
* Functions to create ranges of cell labels. | ||
* Most other functions removed. | ||
|
||
# ryser (v0.1.0) | ||
|
||
* Minimal functionality. | ||
* Using poetry. | ||
|