Skip to content

Commit e0d7ccb

Browse files
committed
Updated README, Changelog and docs config file with info about new version (v3.3.2).
1 parent c3e841b commit e0d7ccb

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 3.3.2 - 2024-01-16
4+
5+
- Changed FASTA file validation to reduce memory usage.
6+
7+
- Removed legacy schema conversion. Users should use the `PrepExternalSchema` module to adapt schemas created with chewBBACA<=2.1.0.
8+
9+
- Added prints about output files created by the `PrepExternalSchema` module.
10+
311
## 3.3.1 - 2023-11-03
412

513
- Fixed issue leading to errors during allele calling if it was running in default mode (4) and all CDSs were classified before representative determination.

CHEWBBACA/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = "3.3.1"
2+
__version__ = "3.3.2"

CHEWBBACA/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Rafael Mamede'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '3.3.1'
25+
release = '3.3.2'
2626

2727
# -- General configuration ---------------------------------------------------
2828

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ settings and a set of functions to visualize and validate allele variation in th
2121

2222
## News
2323

24-
## 3.3.1 - 2023-11-03
24+
## 3.3.2 - 2024-01-16
2525

26-
- Fixed issue leading to errors during allele calling if it was running in default mode (4) and all CDSs were classified before representative determination.
26+
- Changed FASTA file validation to reduce memory usage.
2727

28-
- Fixed schema name assignment in the DownloadSchema module.
28+
- Removed legacy schema conversion. Users should use the `PrepExternalSchema` module to adapt schemas created with chewBBACA<=2.1.0.
2929

30-
- Fixed bug related to gene prediction parallelization when running Pyrodigal in meta mode.
30+
- Added prints about output files created by the `PrepExternalSchema` module.
3131

3232
Check our [Changelog](https://github.com/B-UMMI/chewBBACA/blob/master/CHANGELOG.md) to learn about the latest changes.
3333

0 commit comments

Comments
 (0)