Skip to content

Commit

Permalink
prepare v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbean committed Mar 4, 2024
1 parent c3764f1 commit ee89680
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## Unreleased

## [4.0.0 - 2024-03-04]
### Added
- added `TileScopePack.requirement_and_row_and_col_placements`
- `AssumptionAndPointJumpingFactory` which adds rules where requirements and/or
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def get_version(rel_path):
long_description=read("README.rst"),
install_requires=[
"comb-spec-searcher==4.2.0",
"permuta==2.2.0",
"permuta==2.3.0",
],
python_requires=">=3.8",
include_package_data=True,
Expand Down
2 changes: 1 addition & 1 deletion tilings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
from tilings.griddedperm import GriddedPerm
from tilings.tiling import Tiling

__version__ = "3.1.0"
__version__ = "4.0.0"

__all__ = ["GriddedPerm", "Tiling", "TrackingAssumption"]

0 comments on commit ee89680

Please sign in to comment.