Releases: PermutaTriangle/Tilings
Releases · PermutaTriangle/Tilings
Version 1.0.2
[1.0.2] - 2019-03-30
Changed
- Update dependency versions
Version 1.0.1
[1.0.1] - 2019-08-26
Changed
- Update comb_spec_searcher to 0.2.1
version 1.0.0
[1.0.0] - 2019-08-26
Added
- Remove factors from requirements if already implied by other requirement
list. - Added tiling method
is_empty_cell
andis_monotone_cell
Changed
- The
cell_basis
method of the tilings has an 1 obstruction for empty cell.
The basis of a cell that is outside of the tiling is no longer defined. - The requirement list in
cell_basis
method now finds intersections of
requirement lists - New
add_list_requirement
method toTiling
.
Fixed
- Infinite recursion issue in get_genf.
- Close mongo when finished.