Skip to content

Commit

Permalink
version bump (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
filtron authored Jan 21, 2025
1 parent 7e6a58b commit 9335dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MarkovKernels"
uuid = "202a2b00-fae3-41a1-a054-d2db40c1e3ea"
authors = ["Filip Tronarp <[email protected]> and contributors"]
version = "0.2.1"
version = "0.3.0"

[deps]
AliasTables = "66dad0bd-aa9a-41b7-9441-69ab47430ed8"
Expand Down

4 comments on commit 9335dc0

@filtron
Copy link
Owner 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/123445

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

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.3.0 -m "<description of version>" 9335dc026aefa87e81af32eb06cc6a3f6b6abd0b
git push origin v0.3.0

@filtron
Copy link
Owner 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:

Features

  • Support for scalars as input/output of affine maps
  • Support for Univariate Dirac/Normal distributions
  • Costum types can now opt into being a valid representation of a PSD matrix by implementing psdcheck(::MyType) = IsPSD() and the accompanying interface
  • Support for Ǹumber``` and ÙniformScaling```as PSD parametrizations.
  • New type for representing Categorical distributions
  • New type for representing Stochastic matrices
  • New type for representing likelihood functions over categories
  • New type for canonical parametrization of log-quadratic likelihood functions
  • New function htransform for implementing backward likelihood recursions

Breaking

  • sample_type instead of typeof_sample
  • sample_eltype instead of eltype_sample

docs

  • Updated to showcase both forward and backward recursions for posterior inference.

Testing

  • Now testing against current Julia release
  • Aqua tests
  • JET tests

@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 updated: JuliaRegistries/General/123445

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.3.0 -m "<description of version>" 9335dc026aefa87e81af32eb06cc6a3f6b6abd0b
git push origin v0.3.0

Please sign in to comment.