Releases: JuliaPOMDP/LaserTag.jl
Releases · JuliaPOMDP/LaserTag.jl
v0.1.3
What's Changed
- Update to POMDPs 0.9 and optimize performance by @Wu-Chenyang in #4
- MassInstallAction: Install the TagBot workflow on this repository by @zsunberg in #5
- MassInstallAction: Install the CI workflow on this repository by @zsunberg in #7
- MassInstallAction: Install the CompatHelper workflow on this repository by @zsunberg in #6
- Install TagBot as a GitHub Action by @JuliaTagBot in #2
- MassInstallAction: Install the CompatHelper workflow on this repository by @zsunberg in #8
- CompatHelper: add new compat entry for AutoHashEquals at version 0.2, (keep existing compat) by @github-actions in #9
- CompatHelper: add new compat entry for IterTools at version 1, (keep existing compat) by @github-actions in #10
- CompatHelper: bump compat for Distributions to 0.25, (keep existing compat) by @github-actions in #11
- CompatHelper: add new compat entry for TikzPictures at version 3, (keep existing compat) by @github-actions in #12
- CompatHelper: add new compat entry for SpecialFunctions at version 1, (keep existing compat) by @github-actions in #13
- ci workflow update, readme update, files cleanup by @dylan-asmar in #15
- added broadcasting by @zlaouar in #17
- CompatHelper: add new compat entry for StatsBase at version 0.34, (keep existing compat) by @github-actions in #22
- CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat) by @github-actions in #24
- CompatHelper: bump compat for AutoHashEquals to 2, (keep existing compat) by @github-actions in #23
- CompatHelper: add new compat entry for POMDPTools at version 0.1, (keep existing compat) by @github-actions in #25
- CompatHelper: bump compat for POMDPs to 1, (keep existing compat) by @github-actions in #27
New Contributors
- @Wu-Chenyang made their first contribution in #4
- @zsunberg made their first contribution in #5
- @JuliaTagBot made their first contribution in #2
- @github-actions made their first contribution in #9
- @dylan-asmar made their first contribution in #15
- @zlaouar made their first contribution in #17
Full Changelog: v0.1.2...v0.1.3
bugfix: actionindex
added explicit implementation of actionindex because this was removed from the convenient implementations in POMDPModelTools
Bugfixes for AA228 notebook
v0.1.1 added link to despot paper
Initial release for AA228
Merge pull request #1 from JuliaPOMDP/shushman/1.0-fixes [WIP]Shushman/1.0 fixes