Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.9.0 #38

Merged
merged 3 commits into from
Aug 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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