Skip to content

Commit 0427f07

Browse files
committed
Update release notes and version to 3.10.0: add threads support for hobohmI function
1 parent 29c7fbb commit 0427f07

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## MIToS.jl Release Notes
22

3+
### Changes from v3.9.0 to v3.10.0
4+
5+
- The `hobohmI` function now accepts an optional `threads` keyword argument to
6+
parallelize the inner scan over candidate cluster members when multiple Julia
7+
threads are available.
8+
9+
310
### Changes from v3.8.0 to v3.9.0
411

512
- Added `AnnotatedFASTASequences` in `MIToS.MSA` to parse annotated sequence files in

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "MIToS"
22
uuid = "51bafb47-8a16-5ded-8b04-24ef4eede0b5"
3-
version = "3.9.0"
3+
version = "3.10.0"
44

55
[deps]
66
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"

0 commit comments

Comments
 (0)