Skip to content

Version 1.0.0: Public Release

Compare
Choose a tag to compare
@stephen-frank stephen-frank released this 19 Aug 00:06
· 3 commits to main since this release
84afce7

Public release of nrelCsvExt. Now available on StackHub.

View Changes

Changed

  • Replaced noWarn option with warn option in all relevant functions to avoid
    the double negative: warn = true vs. noWarn = false
  • The span option in csvImportHistory() is now start inclusive and end
    exclusive for consistency with the rest of SkySpark
  • Updated csvImportHistory() warning and error messages to include point ID
    along with display name

Fixed

  • csvImportHistory() no longer crashes and also provides useful warnings
    when a value column is present in the source file but contains no data