Skip to content

Commit 58b7689

Browse files
joshfactorialclaude
andcommitted
Rename release from 4.4.1 to 4.4
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0474dd3 commit 58b7689

3 files changed

Lines changed: 11 additions & 14 deletions

File tree

ChangeLog.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# NEAT v4.4.1
1+
# NEAT v4.4
2+
- Official release of NEAT 4.0. Represents major contributions from NCSA and beyond.
3+
- Added parallel processing support, making NEAT production-ready for large genomes.
4+
- Includes more options for quality score modeling, a bacterial genome wrapper, additional tests, and performance improvements.
25
- Fixed inverted indel gate condition in the sequencing error model: indel errors were never generated due to a `>` vs `<=` logic error.
36
- Fixed deletion blacklist bug: the anchor position of a deletion was incorrectly blacklisted, causing the deletion to remove itself during error cleanup.
47
- Fixed quality array float promotion: applying a deletion error produced an empty quality slice (`np.array([])`), which defaulted to `float64` and broke quality string encoding.
@@ -10,12 +13,6 @@
1013
- Replaced debug print sentinels in the mutation model with proper log warnings.
1114
- Expanded test coverage for the error model, runner, and read simulator.
1215

13-
# NEAT v4.4
14-
- Official release of NEAT 4.0. Represents major contributions from NCSA and beyond.
15-
- Added parallel processing support, making NEAT production-ready for large genomes.
16-
- Includes more options for quality score modeling, a bacterial genome wrapper, additional tests, and performance improvements.
17-
- Future releases will focus on compatibility, bug fixes, and testing under the 4.4.X versioning scheme.
18-
1916
# NEAT has a new home
2017
NEAT is now a part of the NCSA github and active development will continue here. Please direct issues, comments, and requests to the NCSA issue tracker. Submit pull requests here insead of the old repo.
2118

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# The NEAT Project v4.4.1
1+
# The NEAT Project v4.4
22

3-
Welcome to the NEAT project, the NExt-generation sequencing Analysis Toolkit, version 4.4.1. NEAT 4.4 is the official release of NEAT 4.0. It represents a lot of hard work from several contributors at NCSA and beyond. With the addition of parallel processing, we feel that the code is ready for production, and future releases will focus on compatibility, bug fixes, and testing. Future releases for the time being will be enumerations of 4.4.X.
3+
Welcome to the NEAT project, the NExt-generation sequencing Analysis Toolkit, version 4.4. NEAT 4.4 is the official release of NEAT 4.0. It represents a lot of hard work from several contributors at NCSA and beyond. With the addition of parallel processing, we feel that the code is ready for production, and future releases will focus on compatibility, bug fixes, and testing. Future releases for the time being will be enumerations of 4.4.X.
44

5-
## NEAT v4.4.1
5+
## NEAT v4.4
66

7-
NEAT 4.4.1 is a bug-fix release targeting the sequencing error model. Several long-standing bugs in error generation were identified and corrected, resulting in more realistic sequencing error profiles. See the [ChangeLog](ChangeLog.md) for details.
7+
NEAT 4.4 is the official release of NEAT 4.0, including parallel processing support and significant bug fixes to the sequencing error model. See the [ChangeLog](ChangeLog.md) for details.
88

99
We have completed major revisions on NEAT since 3.4 and consider NEAT 4.4 to be a stable release, in that we will continue to update and provide bug fixes and support. We will consider new features and pull requests. Please include justification for major changes. See [contribute](CONTRIBUTING.md) for more information. If you'd like to use some of our code in your own, no problem! Just review the [license](LICENSE.md), first.
1010

@@ -22,8 +22,8 @@ To cite this work, please use:
2222
2323
## Table of Contents
2424

25-
* [The NEAT Project v4.4.1](#the-neat-project-v441)
26-
* [NEAT v4.4.1](#neat-v441)
25+
* [The NEAT Project v4.4](#the-neat-project-v44)
26+
* [NEAT v4.4](#neat-v44)
2727
* [Table of Contents](#table-of-contents)
2828
* [Prerequisites](#prerequisites)
2929
* [Installation](#installation)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "neat-genreads"
3-
version = "4.4.1"
3+
version = "4.4"
44
description = "NGS Simulation toolkit"
55
authors = ["Joshua Allen <jallen17@illinois.edu>"]
66
license = "BSD 3-Clause License"

0 commit comments

Comments
 (0)