We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c7fbb commit 0427f07Copy full SHA for 0427f07
NEWS.md
@@ -1,5 +1,12 @@
1
## MIToS.jl Release Notes
2
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
10
### Changes from v3.8.0 to v3.9.0
11
12
- Added `AnnotatedFASTASequences` in `MIToS.MSA` to parse annotated sequence files in
Project.toml
@@ -1,6 +1,6 @@
name = "MIToS"
uuid = "51bafb47-8a16-5ded-8b04-24ef4eede0b5"
-version = "3.9.0"
+version = "3.10.0"
[deps]
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
0 commit comments