Skip to content

Commit

Permalink
Compat with POMDPs 1
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg authored Jun 12, 2024
1 parent c3ec0ee commit aa6c5aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BasicPOMCP"
uuid = "d721219e-3fc6-5570-a8ef-e5402f47c49e"
repo = "https://github.com/JuliaPOMDP/BasicPOMCP.jl"
version = "0.3.10"
version = "0.3.11"

[deps]
CPUTime = "a9c8d775-2e2e-55fc-8582-045d282d599e"
Expand All @@ -22,8 +22,8 @@ Colors = "0.9, 0.10, 0.11, 0.12"
D3Trees = "0.3"
MCTS = "0.4, 0.5"
POMDPLinter = "0.1"
POMDPTools = "0.1"
POMDPs = "0.9"
POMDPTools = "0.1, 1"
POMDPs = "0.9, 1"
Parameters = "0.12"
ParticleFilters = "0.5"
julia = "1.1"
Expand Down

4 comments on commit aa6c5aa

@zsunberg
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/108844

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.11 -m "<description of version>" aa6c5aa0ab4dc539d90562ba21ebfd39ff43112d
git push origin v0.3.11

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

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.11 -m "<description of version>" aa6c5aa0ab4dc539d90562ba21ebfd39ff43112d
git push origin v0.3.11

Please sign in to comment.