JuliaPOMDP / POMDPs.jl

MDPs and POMDPs in Julia - An interface for defining, solving, and simulating fully and partially observable Markov decision processes on discrete and continuous spaces.
http://juliapomdp.github.io/POMDPs.jl/latest/
Other
652 stars 99 forks source link

compat requirements for julia changed to LTS 1.6 #535

Closed dylan-asmar closed 6 months ago

dylan-asmar commented 6 months ago

Changed the compat of julia to 1.6 and added tests for the 1.6 version in the CI.

dylan-asmar commented 6 months ago

I wasn't sure about a version bump, so I didn't include it in this PR. I can add it if desired.

zsunberg commented 6 months ago

@dylan-asmar thanks! I typically wait for version bumps until we are ready to release a new version.