Skip to content

Commit 37d7f12

Browse files
committed
Update future_changes.md
1 parent fd1ab9b commit 37d7f12

File tree

2 files changed

+22
-9
lines changed

2 files changed

+22
-9
lines changed

docs/examples/jupyter-notebooks-dev/README.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

future_changes.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,39 @@
1-
## [4.1.2] - 2022-mm-dd
1+
## [4.2.0] - 2022-12-dd
22

33
### Added
44

55
- `residualPlot()`.
66

7-
See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/residual_plot.ipynb).
7+
See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.2.0/residual_plot.ipynb).
88

99
- `geomAreaRidges()`.
1010

11-
See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/ridgeline_plot.ipynb).
11+
See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.2.0/ridgeline_plot.ipynb).
1212

1313
- `geomPie()`.
1414

15-
See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/geom_pie.ipynb).
15+
See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.2.0/geom_pie.ipynb).
1616

1717
- Annotations for pie chart:
1818

19-
See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/annotations_for_pie.ipynb).
19+
See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.2.0/annotations_for_pie.ipynb).
2020

2121
- New variables computed by 'count' and 'count2d' statistics: '..sum..', '..prop..', '..proppct..'.
2222

23-
See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/stat_count_2d.ipynb).
23+
See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.2.0/stat_count_2d.ipynb).
24+
25+
- `geomImshow()`:
26+
27+
See: [image_101](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.2.0/image_101.ipynb),
28+
[image_fisher_boat](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.2.0/image_fisher_boat.ipynb),
29+
[image_grayscale](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.2.0/image_grayscale.ipynb),
30+
[image_extent](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.2.0/image_extent.ipynb)
2431

2532
- New parameters in `geomViolin()`:
2633
- `tailsCutoff`
27-
([example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/violin_tails_cutoff.ipynb))
34+
([example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.2.0/violin_tails_cutoff.ipynb))
2835
- `showHalf`
29-
([example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/violin_show_half.ipynb))
36+
([example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.2.0/violin_show_half.ipynb))
3037

3138
- Static maps:
3239
- `useCRS` parameter with value "provided" for `geomMap()` and other geoms, working with `SpatialDataset`.
@@ -37,7 +44,14 @@
3744
### Changed
3845

3946
- Upgraded Lets-Plot version to 3.0.0 (was 2.5.1).
47+
- Java/Swing platf.: Apache Batik upgraded to v.1.16 [[#624](https://github.com/JetBrains/lets-plot/issues/624)], [[LPK #140](https://github.com/JetBrains/lets-plot-kotlin/issues/140)].
48+
- The default size is increased for the plot title and decreased for the caption.
49+
- Upgraded Kotlin version to 1.7.21 (was 1.7.20).
4050

4151

4252
### Fixed
4353

54+
- Themes: can't change plot background after applying a "flavor" [[#623](https://github.com/JetBrains/lets-plot/issues/623)].
55+
- Layout: uneven left/right, top/bottom plot margins [[#625](https://github.com/JetBrains/lets-plot/issues/625)].
56+
- A plot building error with empty data on various geoms.
57+
- Precision error in gradient [[#634](https://github.com/JetBrains/lets-plot/issues/634)].

0 commit comments

Comments
 (0)