Skip to content

Build20200507

Compare
Choose a tag to compare
@jourquin jourquin released this 07 May 17:18
· 380 commits to master since this release
  • Bug fix : intercept exception when vnet and path writers are in batch mode and there is nothing to write in the tables.
  • Replace the DBF related methods with a Nodus specific fork of JavaDBF. This should not break any user script as this specific version of JavaDBF has a "Nodus compatible" API. This lib is more flexible and opens the way to handle more DBF data types in Nodus.
  • Get rid of the "RJDBC" stuff in the R script provided with the demo project. Therefore, CreateMLogitInput.groovy saves its results in a DBF file that is read by the MLogit.R script.
  • Bug fix : Back to Guava 19, as the latest version breaks Jung.
  • Bug fix : Labels were incorrect if the objects in their layer where filtered with a SQL "where" clause.