This release introduces major changes in the project structure and usage:
-
The R package
restoptr
(https://github.com/dimitri-justeau/restoptr) is now the preferred interface to userestopt
. It provides many useful functionalities to prepare the input data consistently and test different scenarios. -
This means that the command-line interface (CLI) has been dropped. The old CLI can still be accessed in version 1.0-beta (https://github.com/dimitri-justeau/restopt/releases/tag/1.0-beta)
-
Geotools dependency is now test-only, to reduce the size of the fat-jar.
-
The structure of the code has been substantially improved to provide more flexibility.
-
Overall efficiency was improved.