Skip to content

Commit

Permalink
update to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuehhua committed Feb 22, 2023
1 parent d25fa8d commit 5ca0e3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## [0.2.0]

- Support `OmicsProfile` and `AnnotatedProfile` moving to GPU by `tocpu` and `togpu`
- Support reading distinct name of feature files, e.g. `genes.csv` and `features.csv`

## [0.1.7]

- improve documentation
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 = "OmicsProfiles"
uuid = "2c1f4335-9aeb-47fb-ad11-94d99429346c"
authors = ["Yueh-Hua Tu"]
version = "0.1.7"
version = "0.2.0"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down

2 comments on commit 5ca0e3c

@yuehhua
Copy link
Member 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:

  • Support OmicsProfile and AnnotatedProfile moving to GPU by tocpu and togpu
  • Support reading distinct name of feature files, e.g. genes.csv and features.csv

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

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.2.0 -m "<description of version>" 5ca0e3c4ae2a41f44a095dd98e7f75dc58fd5ea2
git push origin v0.2.0

Please sign in to comment.