Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix things after 1.0 release #550

Open
zsunberg opened this issue Jun 12, 2024 · 5 comments
Open

Fix things after 1.0 release #550

zsunberg opened this issue Jun 12, 2024 · 5 comments

Comments

@zsunberg
Copy link
Member

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
Copy link
Member Author

zsunberg commented Jun 12, 2024

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

  • BasicPOMCP
  • DroneSurveillance
  • MCTS
  • NativeSARSOP
  • POMDPGifs
  • POMDPLinter
  • POMDPModels
  • POMDPTools
  • ParticleFilters
  • QMDP
  • QuickPOMDPs
  • RockSample
  • TagPOMDPProblem
  • DiscreteValueIteration

@dylan-asmar
Copy link
Member

dylan-asmar commented Jun 13, 2024

Updated RoombaPOMDP which solved the remaining docs issue.

@zsunberg zsunberg reopened this Jun 13, 2024
@zsunberg
Copy link
Member Author

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
Copy link
Member Author

zsunberg commented Jun 13, 2024

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.

  • AdaOPS
  • AEMS
  • ARDESPOT
  • BeliefGridValueIteration
  • ContinuumWorld
  • DeepQLearning
  • DiscreteValueIteration
  • FactoredValueMCTS
  • FIB
  • FiniteHorizonPOMDPs
  • FiniteHorizonValueIteration
  • GlobalApproximationValueIteration
  • IncrementalPruning
  • LaserTag
  • LocalApproximationValueIteration
  • MCVI
  • MultiAgentPOMDPs
  • MultiAgentSysAdmin
  • MultiUAVDelivery
  • ParticleFilterTrees
    • PR Submitted
    • PR Merged
    • Registered new version with the General registry (not registered)
  • POMCPOW
  • POMDPFiles
  • POMDPSolve
  • POMDPXFiles
  • PointBasedValueIteration
  • SARSOP
  • SymbolicMDPs (Just a PR I suppose, since we don't have control over this)
    • PR Submitted
    • PR Merged
    • Registered new version with the General registry (not registered)
  • TabularTDLearning
  • VDPTag2

@dylan-asmar
Copy link
Member

@zsunberg I think we are close to complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants