Skip to content

Commit

Permalink
Merge pull request #449 from ksahlin/release
Browse files Browse the repository at this point in the history
Prepare release: Bump version to 0.14.0
  • Loading branch information
marcelm authored Oct 3, 2024
2 parents e6808d2 + f1ecfd5 commit b3b8f48
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Strobealign Changelog

## development version
## v0.14.0 (2024-10-03)

* #401: The default number of threads is now 1 instead of 3.
* #409: Ensure reference names are unique and conform to the SAM
Expand All @@ -13,6 +13,10 @@
a separate thread. We tested up to 128 cores, and strobealign was still
able to use all cores.
Contributed by @telmin.
* #447: Switched to a new way for hashing randstrobes in preparation for the
introduction of multi-context seeds.
Pre-generated index files (`.sti` files) therefore need to be re-generated.
(Strobealign will complain if you try to use an outdated index file.)

## v0.13.0 (2024-03-04)

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16)

project(strobealign VERSION 0.13.0)
project(strobealign VERSION 0.14.0)
include(FetchContent)
include(ExternalProject)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name="strobealign",
description="Python bindings for strobealign",
license="MIT",
version="0.13.0",
version="0.14.0",
packages=["strobealign"],
package_dir={"": "src/python"},
cmake_install_dir="src/python",
Expand Down

0 comments on commit b3b8f48

Please sign in to comment.