Skip to content

Commit

Permalink
update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesli124 committed Dec 20, 2024
1 parent d5fb8c0 commit 30f4412
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.10.2] - 2024-12-19

### Fixed
- changed default args for `wps` would lead to errors. Now `wps` defaults to
LWPS fragment lengths (120-180nt).

### Changed
- made `finaeltoolkit.utils.typing` public. This is a module containing some
useful type aliases
- minor formatting and typing changes
- renamed `fraction_low` and `fraction_high` to `min_length` and `max_length`
for `.utils.frag_array` and `.frag.wps`. `wps` retains the deprecated arg names
but issues a warning.

## [0.10.1] - 2024-12-19

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/finaletoolkit/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Single-source module for the package version number.
"""

__version__ = "0.10.1"
__version__ = "0.10.2"

0 comments on commit 30f4412

Please sign in to comment.