-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add `limit` argument to short-circuit and break early * Update documentation for limit argument
- Loading branch information
Showing
4 changed files
with
69 additions
and
15 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,9 +1,17 @@ | ||
# CHANGELOG | ||
|
||
## v1.1.0 (Unreleased) | ||
|
||
- Features | ||
- `limit` argument: Pass an integer limit of results to return in order to short-circuit and return early from long-running jobs. | ||
|
||
## v1.0.0 (January 11 2021) | ||
|
||
> This version adds map hinting in order to let a user specify partial matches in the `find_motifs` call. | ||
- Features | ||
- `hints` argument: Pass a list of partial starting maps in order to condition the search results. | ||
|
||
## v0.1.0 | ||
|
||
> This original release adds support for `find_motifs` and motif-counting with the `count_only=True` argument. |
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
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