pomdpSolve 1.0.7 (09/22/2026)
- Added tests.
- Improved filename validation and cleanup.
pomdpSolve 1.0.6 (02/27/2026)
- Installation now reports the C compiler used in the CRAN log.
pomdpSolve 1.0.5 (04/19/2025)
pomdpSolve 1.0.4 (08/31/2023)
- Fixed a bug in
write_grid_file().
pomdpSolve 1.0.3 (03/03/2023)
- Added file read/write functions.
- Added a bare-bones interface.
- Cleaned up the help documentation for pomdp-solve.
pomdpSolve 1.0.2 (12/27/2022)
- Fixed the use of
true, which is now a reserved keyword
in C23.
- Added a package manual page.
pomdpSolve 1.0.1 (10/19/2022)
- Fixed C prototype declaration issues in pomdp-solve.
pomdpSolve 1.0.0 (02/04/2022)
- Moved the pomdp-solve code from the
pomdp package into
its own package for better code management.