Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@dimitri-justeau dimitri-justeau released this 13 Oct 16:34
· 39 commits to master since this release

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 use restopt. 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.