Skip to content

Releases: NREL/nrelCsvExt

Version 1.0.1

23 Aug 00:51
1dc99fc
Compare
Choose a tag to compare

View Changes

Changed

  • Added Github links to documentation for release notes, change log, and
    reporting issues.

Version 1.0.0: Public Release

19 Aug 00:06
84afce7
Compare
Choose a tag to compare

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

Version 0.9.6 Beta

12 Apr 01:50
a824294
Compare
Choose a tag to compare
Version 0.9.6 Beta Pre-release
Pre-release

Ok, one more beta...

Added

Changed

  • csvImportHistory() now tries parseBool() and parseNumber() first, before falling back to parseAuto() on parsing failures
  • csvImportHistory() now executes callback functions and rollups within tasks for enhanced security
  • The csvCallback tag now supports partial application function syntax

Version 0.9.5 Beta

02 Apr 22:24
b3d62fb
Compare
Choose a tag to compare
Version 0.9.5 Beta Pre-release
Pre-release

Final beta before public release?

  • More updates to function internals and documentation (mostly to ensure internal consistency)
  • Parsing now leverages nrelUtilityExt
  • Added csvExportHistory() function
  • Added option to overwrite existing history to csvImportHistory() function
  • Added a basic test suite

Version 0.9.4 Beta

07 Mar 18:43
Compare
Choose a tag to compare
Version 0.9.4 Beta Pre-release
Pre-release

Major rewrite of internals and documentation.

  • Rewrote functions to take advantage of SkySpark 3.1+
  • Updating parsing to eliminate reliance on eval()
  • More consistency and flexibility in import control options
  • Moved documentation to pod.fandoc
  • (Temporary) included parsing functions; these will move later to nrelUtilityExt
  • BSD3 license in preparation for public release

Version 0.9.3 Beta

07 Mar 18:43
Compare
Choose a tag to compare
Version 0.9.3 Beta Pre-release
Pre-release

Minor enhancements:

  • Added support for "ignore" column type to csvReadRecs(), for ignoring unwanted columns
  • Added support for composite (multiple column) timestamps to csvImportHistory()
  • Added primaryFunction and yearBuilt fields to site import template

Version 0.9.2 Beta

07 Mar 18:43
Compare
Choose a tag to compare
Version 0.9.2 Beta Pre-release
Pre-release

Updated dependencies (so it will load correctly)

Version 0.9.1 Beta

07 Mar 18:42
Compare
Choose a tag to compare
Version 0.9.1 Beta Pre-release
Pre-release

Beta release. Updated 0.9 with corrected dependency. Still no write support or docs, other than function docs.

Version 0.9 Beta

07 Mar 18:42
Compare
Choose a tag to compare
Version 0.9 Beta Pre-release
Pre-release

Initial beta release (internal use). All read functions included. Write functions not completed. Documentation not completed.