Skip to content

Releases: MazamaScience/air-monitor-algorithms

1.0.4

03 May 12:09
Compare
Choose a tag to compare

Version bump

1.0.3

25 Jan 23:48
Compare
Choose a tag to compare

air-monitor-algorithms 1.0.3

  • Replaced dailyAverage() and diurnalAverage() functions with dailyStats() and diurnalStats(). These new functions return an object properties for datetime or hour as well as count, min, mean, and max.
  • Added array manipulation functions: arrayCount(), arraySum(), arrayMin(), arrayMean(), and arrayMax().

1.0.2

24 Jan 13:26
Compare
Choose a tag to compare

air-monitor-algorithms 1.0.2

  • Restructured the directory to put all source code in a src/ directory.
  • Now generating documentation using jsdoc.

1.0.1

18 Jan 23:25
Compare
Choose a tag to compare

air-monitor-algorithms 1.0.1

Initial release includes the following algorithms:

  • dailyAverage() -- Creates daily averages for the specified time zone.
  • diurnalAverage() -- Creates hour-of-day averages for the specified time zone.* nowcast() -- Returns an array of NowCast values derived from the incoming time series.
  • trimDate() -- Trims time series data to complete days in the specified time zone.