Skip to content

Commit

Permalink
Merge pull request #38 from FAST-ASR/uniqfsm
Browse files Browse the repository at this point in the history
v0.9.0
  • Loading branch information
lucasondel authored Aug 23, 2022
2 parents 3241625 + e40ecf5 commit a6941a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Releases

## 0.10.0
## 0.9.0
### Added
* All the different storage of FSM are now replaced with a single type:
FSM which is internally a matrix-based FSM. Construction and
inference algorithms are applied directly on this format.
* FSM constructor using a JSON-formatted string.

## 0.9.0
### Added
* Removed the old code `src/semirings` with semiring algebra and replace it
with new external `Semirings` package.

Expand Down
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name = "MarkovModels"
uuid = "c2ae6250-d0a1-11ea-0991-234599ce5244"
authors = ["Lucas Ondel <lucas.ondel@gmail.com>", "Martin Kocour <ikocour@fit.vutbr.cz>"]
version = "0.10.0"
version = "0.9.0"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
BlockDiagonals = "0a1fb500-61f7-11e9-3c65-f5ef3456f9f0"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Semirings = "900aad66-9ca5-44d4-b043-321c62cb7767"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

Expand Down

4 comments on commit a6941a2

@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.

Error while trying to register: "Tag with name v0.9.0 already exists and points to a different commit"

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

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.9.0 -m "<description of version>" a6941a2ec8c2c3e19c6cda42e412b0aa9f6b33e2
git push origin v0.9.0

Please sign in to comment.