Release 4.1.2

Former-commit-id: 68a0f5c50b7a33e31b76c0c0994e17dc8321963b
This commit is contained in:
2024-02-16 18:05:08 +01:00
parent 54ec09037e
commit c1d9bea6bb

View File

@ -2,6 +2,15 @@
## Latest changes
## February 16th, 2024. Release 4.1.2
### Bug fixes
- Several bugs in the parsing of EMBL and Genbank files have been fixed. The bugs occurred in the case
of very large sequences, such as complete genomes. The Genbank parser is now more robust. It breaks
for more errors than the previous version. This allows to detect parsing errors instead of hiding them
and producing wrong results.
## December 20th, 2023. Release 4.1.1
### New feature