Skip to content

Releases: PermutaTriangle/Tilings

Version 1.0.2

31 Mar 12:49
2bbc017
Compare
Choose a tag to compare

[1.0.2] - 2019-03-30

Changed

  • Update dependency versions

Version 1.0.1

27 Aug 10:02
76d160d
Compare
Choose a tag to compare

[1.0.1] - 2019-08-26

Changed

  • Update comb_spec_searcher to 0.2.1

version 1.0.0

26 Aug 14:23
8240f98
Compare
Choose a tag to compare

[1.0.0] - 2019-08-26

Added

  • Remove factors from requirements if already implied by other requirement
    list.
  • Added tiling method is_empty_cell and is_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 to Tiling.

Fixed

  • Infinite recursion issue in get_genf.
  • Close mongo when finished.