You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: Containerdata 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