finalized flux 0.37 release

pull/347/head
Scott Anderson 2019-07-25 16:18:00 -06:00
parent 0552a1d499
commit 00ee515e01
4 changed files with 12 additions and 3 deletions

View File

@ -12,6 +12,7 @@ related:
- /v2.0/reference/flux/functions/built-in/transformations/aggregates/movingaverage/
- /v2.0/reference/flux/functions/built-in/transformations/aggregates/timedmovingaverage/
- https://docs.influxdata.com/influxdb/v1.7/query_language/functions/#exponential-moving-average, InfluxQL EXPONENTIAL_MOVING_AVERAGE()
draft: true
---
The `exponentialMovingAverage()` function calculates the exponential moving average

View File

@ -20,7 +20,7 @@ import "date"
date.minute(t: 2019-07-17T12:05:21.012Z)
// Returns 21
// Returns 5
```
## Parameters

View File

@ -11,7 +11,7 @@ weight: 301
---
The `date.month()` function returns the month of a specified time.
Results range from `[1-12]`
Results range from `[1-12]`.
_**Function type:** Transformation_

View File

@ -11,11 +11,19 @@ aliases:
---
{{% note %}}
_The latest release of InfluxDB v2.0 alpha includes **Flux v0.37.1**.
_The latest release of InfluxDB v2.0 alpha includes **Flux v0.37.2**.
Though newer versions of Flux may be available, they will not be included with
InfluxDB until the next InfluxDB v2.0 release._
{{% /note %}}
---
## v0.37.2 [2019-07-24]
- _General cleanup of internal code._
---
## v0.37.1 [2019-07-23]
### Bug fixes