added links to flux 0.65 changelog, fixed typo in shapeData doc

pull/897/head
Scott Anderson 2020-03-31 11:26:01 -06:00
parent ae4ccf24c7
commit ec9e79f031
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ Use `geo.shapeData()` to ensure geo-temporal data meets the
[requirements of the Geo package](/v2.0/reference/flux/stdlib/experimental/geo/#geo-schema-requirements):
1. Rename existing latitude and longitude fields to `lat` and `lon`.
2. Pivot data into row-wise sets based on the [`correlatinKey`](#correlationkey).
2. Pivot data into row-wise sets based on the [`correlationKey`](#correlationkey).
3. Generate `s2_cell_id` tags using `lat` and `lon` values and a specified
[S2 cell level](https://s2geometry.io/resources/s2cell_statistics.html).

View File

@ -19,9 +19,9 @@ InfluxDB until the next InfluxDB v2.0 release._
## v0.65.0 [2020-03-27]
### Features
- Add `experimental.join()` function.
- Add [`experimental.join()`](/v2.0/reference/flux/stdlib/experimental/join/) function.
- Store comments in the AST and preserve on format.
- Add `shapeData()` function to Geo package.
- Add [`shapeData()`](/v2.0/reference/flux/stdlib/experimental/geo/shapedata/) function to Geo package.
- Expose format to Wasm users.
### Bug fixes