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
664 stars 100 forks source link

Fix things after 1.0 release #550

Open zsunberg opened 3 months ago

zsunberg commented 3 months ago

Since I created v1.0, a few things have broken. Most importantly, the docs don't build. This mostly means that we have to update the Project.toml files for all the things needed to build the docs.

zsunberg commented 3 months ago

To fix the docs, looks like we need to update:

dylan-asmar commented 3 months ago

Updated RoombaPOMDP which solved the remaining docs issue.

zsunberg commented 3 months ago

Now that the docs build, we'll need to update the rest of the packages. The procedure for this is:

  1. Add 1 to the compat entries for POMDPs and POMDPTools
  2. Increase the PATCH version
  3. Register the new patch version
zsunberg commented 3 months ago

Here is the list of packages with the ones already completed above:

@dylan-asmar I think that you have already done some of the compat updates, but we should also register new patch versions for all of these because if one of them doesn't use POMDPs v1.0, it will hold everything back.

dylan-asmar commented 3 months ago

@zsunberg I think we are close to complete.