-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unique API for single/multi-patch
Domain
objects (#173)
In order to improve the compatibility between single and multi-patch domains, we add: - `subdomains` and `mappings` attributes to the `Domain` class, which always return a tuple (fixes #171); - the possibility of calling the `join` function (which usually creates multipatch domains) with a single patch. We also increase the library version to 0.19.1. --------- Co-authored-by: Yaman Güçlü <yaman.guclu@gmail.com>
- Loading branch information
1 parent
623d6f8
commit b2cced3
Showing
2 changed files
with
21 additions
and
2 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
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