Skip to content

Commit

Permalink
Merge pull request #43 from FAST-ASR/copytranspose
Browse files Browse the repository at this point in the history
Copytranspose
  • Loading branch information
lucasondel authored Oct 19, 2022
2 parents 6504fa8 + 37c61f2 commit 185ddc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Releases

## 0.10.1
### Added
* Improved SpMV performance

## 0.10.0
### Added
* CompiledFSM object whichstore the fsm and it's reversal.
* CompiledFSM object which stores the fsm and it's reversal.
### Enhancement
* Improved SpMV performance

## 0.9.1
### Fixed
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 = "MarkovModels"
uuid = "c2ae6250-d0a1-11ea-0991-234599ce5244"
authors = ["Lucas Ondel <lucas.ondel@gmail.com>", "Martin Kocour <ikocour@fit.vutbr.cz>"]
version = "0.10.1"
version = "0.10.0"

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

2 comments on commit 185ddc9

@lucasondel
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
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/70600

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.10.0 -m "<description of version>" 185ddc9a55768abdc8971e9781d31c5f4a630d05
git push origin v0.10.0

Please sign in to comment.