Skip to content

v1.8.0

Choose a tag to compare

@0x17 0x17 released this 08 Mar 17:41

GAMS Transfer R v1.8.0

  • removeSymbols removes symbol links in other symbols
  • added symbols argument to Container methods renameUELs and removeUELs
  • findDuplicateRecords now returns a data frame instead of row indices
  • Breaking: Container data field is now an ordered dictionary from collections package instead of named list. Instead of m$data$<symbolname>, use m[<symbolname>].
  • performance improvement to Container method hasSymbols. This results in significant speed-ups when adding multiple symbols to the Container.
  • added symbols argument to Container methods getDomainViolations, hasDomainViolations, countDomainViolations, dropDomainViolations, hasDuplicateRecords, countDuplicateRecords, dropDuplicateRecords, isValid, and write for partial operation.
  • Container method getSymbols now always returns a list
  • added equals method to Symbols to check if symbols are equal
  • bug fix in SpecialValues$isNA
  • bug fix in getUELs for scalar symbols
  • bug fix in Symbol method isValid for symbols containing only NA
  • bug fix in Variable and Equation set records for numeric inputs
  • added equals method for Container and ConstContainer