Skip to content

Commit

Permalink
Bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten authored Nov 7, 2023
1 parent 878b25b commit 01e783f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "VectorizedKmers"
uuid = "2ef45bd6-4c2b-43d8-88b3-40597287359a"
authors = ["Anton O. Sollman"]
version = "0.7.1"
version = "0.8.0"

[deps]

Expand Down

2 comments on commit 01e783f

@AntonOresten
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

  • Moved functionality for k-mer counting on GPU to the gpu branch, as the code haven't been properly tested, and can not be tested with the GitHub CI.
    • Removed compat entry for CUDA
    • Removed the BioSeqCUDAExt extension
    • Removed the CUDAExt extension
  • Changed the meaning of the D type parameter such that KmerColumns means KmerVectors{1} and KmerRows means KmerVectors{2}. This change is purely semantic and does not change any structure or functionality.
  • Removed get_S and get_k functions.
  • Added usage examples to README.md

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/94935

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.0 -m "<description of version>" 01e783fbc740aa0d6f4a0afc0cbeee6204f2a8fa
git push origin v0.8.0

Please sign in to comment.