Every small changes to include into Release 4.0.4

Former-commit-id: b2a48c5b5c471f072785e02d4bb0f149a09cdf6f
This commit is contained in:
2023-08-27 17:22:51 +02:00
parent d437fba535
commit 45ea4dacf7
6 changed files with 82 additions and 23 deletions

View File

@ -2,6 +2,15 @@
## Latest changes
### Becareful
GO 1.21.0 is out, and it includes new functionalities which are used in the OBITools4 code.
If you use the recommanded method for compiling OBITools on your computer, their is no problem,
as the script always load the latest GO version. If you rely on you personnal GO install, please
think to update.
## August 27th, 2023. Release 4.0.4
### Bugs
- Patch a bug in the install-script for correctly follow download redirection.
@ -13,6 +22,8 @@
- Comparison algorithms in `obitag` and `obirefidx` take more advantage of the data structure to limit the number of alignments
actually computed. This increase a bit the speed of both the software. `obirefidx` is nevertheless still too slow
compared to my expectation.
- Switch to a parallel version of the gzip library, allowing for high speed compress and
decompress operation on files.
### New feature