Skip to content

Commit 759294f

Browse files
committed
Bump version to 3.4.6 and update release notes for performance improvements in read_file
1 parent 5668fa4 commit 759294f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

NEWS.md

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

3+
### Changes from v3.4.5 to v3.4.6
4+
5+
- The performance (both in terms of time and memory) of `read_file` has been greatly
6+
improved for large MSA files. This has been achieved by optimizing mapping generation
7+
and the `deletefullgapcolumns!`, `deletefullgapcolumns` and `filtercolumns!` functions.
8+
39
### Changes from v3.4.3 to v3.4.5
410

511
- The `getseq2pdb` internal cache has been improved to reduce memory consumption (it does

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.4.5"
3+
version = "3.4.6"
44

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

0 commit comments

Comments
 (0)