Skip to content

Commit ecacc0a

Browse files
Add the Time Series Plotting section in future_changes.md
1 parent f53b5bc commit ecacc0a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

future_changes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ GeoTools [v 33.2](https://github.com/geotools/geotools/releases/tag/33.2)
55

66
### Added
77

8+
- Time Series Plotting [[#278](https://github.com/JetBrains/lets-plot-kotlin/issues/278)],
9+
[[discussion](https://github.com/JetBrains/lets-plot-kotlin/discussions/92#discussioncomment-12976040)],
10+
[[#678](https://github.com/JetBrains/lets-plot/issues/678)],
11+
[[LPK-129](https://github.com/JetBrains/lets-plot-kotlin/issues/129)]:
12+
- Support temporal data types from `kotlinx.datetime`, `java.time`, and `java.util`.
13+
- Support for timezone-aware `kotlinx.datetime.LocalDateTime`, `java.time.ZonedDateTime`, and `java.time.OffsetDateTime` objects.
14+
15+
See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.11.0/time_date_datetime.ipynb).
16+
817
- Geometries:
918

1019
- `geomSina()` [[#1298](https://github.com/JetBrains/lets-plot/issues/1298)].

0 commit comments

Comments
 (0)