Skip to content

Commit

Permalink
Patch bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmushenningsson committed Sep 27, 2024
1 parent f90a319 commit 502ac64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.2] - 2024-09-27

### Fixed

* Fix bug when merging samples with different sets of features, which sometimes could cause unsorted row values and thus sparse matrices with invalid internal representation.
* `project` now handles `kwargs` that are only needed for some of the projection steps - by simply ignoring when not needed.
* `project` now handles `kwargs` that are only needed for some of the projection steps (by simply ignoring them when not needed).

## [0.4.1] - 2024-08-27

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SingleCellProjections"
uuid = "03d38035-ed2f-4a36-82eb-797f1727ab2e"
authors = ["Rasmus Henningsson <[email protected]>"]
version = "0.4.1"
version = "0.4.2"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand Down

2 comments on commit 502ac64

@rasmushenningsson
Copy link
Collaborator 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:

Fixed

  • Fix bug when merging samples with different sets of features, which sometimes could cause unsorted row values and thus sparse matrices with invalid internal representation.
  • project now handles kwargs that are only needed for some of the projection steps (by simply ignoring them when not needed).

@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/116139

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.4.2 -m "<description of version>" 502ac643f0463027c49039060604bea2c0daabc0
git push origin v0.4.2

Please sign in to comment.