Skip to content

Commit 59a9a4a

Browse files
committed
Release 4.4.2, incr dev v -> 4.4.3-alpha1
1 parent d0505e2 commit 59a9a4a

File tree

8 files changed

+138
-89
lines changed

8 files changed

+138
-89
lines changed

CHANGELOG.md

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,95 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). All scales should have the 'format' parameter.
77

88

9+
## [4.4.2] - 2023-08-23
10+
11+
### Added
12+
13+
- Flavor-aware colors: **pen**, **brush** and **paper**
14+
- By default, all geometries utilize new flavor-aware colors.
15+
- Theme `geom` parameter allows redefinition of "geom colors": `theme(geom = elementGeom(pen, brush, paper))`.
16+
17+
See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/geom_theme_colors.ipynb).
18+
19+
20+
- Support for variadic line width and/or color in `geom_line()` and `geom_path()` [[LP-313](https://github.com/JetBrains/lets-plot/issues/313)].
21+
22+
Ses: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/aes_size_color_variadic_lines.ipynb).
23+
24+
25+
- `themeVoid()`:
26+
[example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/theme_void.ipynb)
27+
28+
- `statECDF()` :
29+
[example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/stat_ecdf.ipynb).
30+
31+
- `geomFunction()` :
32+
[example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/geom_function.ipynb).
33+
34+
- `statSummary()`:
35+
[example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/stat_summary.ipynb).
36+
37+
- `statSummaryBin()`:
38+
[example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/stat_summary_bin.ipynb).
39+
40+
- `Stat.sum()` statistic:
41+
[example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/stat_sum.ipynb).
42+
43+
- `Stat.boxplotOutlier()` statistic:
44+
[example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/stat_boxplot_outlier.ipynb).
45+
46+
47+
- In tooltip customization API:\
48+
`disableSplitting()` function [[#189](https://github.com/JetBrains/lets-plot-kotlin/issues/189)].
49+
50+
[example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/tooltips_disable_splitting.ipynb).
51+
52+
53+
- In `geomPie()`:
54+
- `stroke` and `color` aesthetics - the width and color of pie sector arcs.
55+
- `strokeSide` parameter - which arcs to show (inner, outer, both).
56+
- `spacerWidth` and `spacerColor` parameters - lines between sectors.
57+
58+
See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/geom_pie_stroke_and_spacers.ipynb).
59+
60+
- `sizeUnit` parameter : [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/geom_pie_size_unit.ipynb).
61+
62+
63+
### Changed
64+
65+
> Note: Due to major package refactoring in the main Lets-Plot library, this version (4.4.2) of the Kotlin API\
66+
> is not compatible with versions of Lets-Plot library v3.2.0 and earlier.
67+
68+
- The default qualitative color palette is now [Color Brewer "Set1"](https://colorbrewer2.org/#type=qualitative&scheme=Set1&n=9) (was ["Set2"](https://colorbrewer2.org/#type=qualitative&scheme=Set2&n=8))
69+
- Geometries default colors are now flavor-dependent: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/geom_theme_colors.ipynb).
70+
- Geometries default size/line-width is now slightly bigger.
71+
- Point size is adjusted to match the width of a line of the same "size".
72+
73+
- [BREAKING] Kotlin/JS **LEGACY** apps are no longer supported.
74+
75+
- [BREAKING] `geomPie()` no longer supports parameter `strokeColor`.
76+
- [BREAKING] `geomBoxplot()` no longer support parameter `sampling`.
77+
- [BREAKING] `geomPointRange()`: size aesthetic shouldn't affect line width [[#751](https://github.com/JetBrains/lets-plot/issues/751)]:\
78+
`linewidth` aesthetic is now used for the line width, `size` - for mid-point size only.
79+
80+
- `geomBoxplot()`: `size` and `stroke` parameters now affect outlier shapes.
81+
82+
83+
### Fixed
84+
- ggsave: saving geomImshow() to SVG produces fuzzy picture [[#188](https://github.com/JetBrains/lets-plot-kotlin/issues/188)].
85+
- `geomCrossbar()` aesthetics take `middle` argument instead of `y` [[#804](https://github.com/JetBrains/lets-plot/issues/804)].
86+
- `geomBoxplot()` doesn't apply alpha to outliers [[#754](https://github.com/JetBrains/lets-plot/issues/754)].
87+
- `geomBoxplot()`: outliers do not show tooltips.
88+
- `geomBoxplot()`: some strange outliers drawn here [[#143](https://github.com/JetBrains/lets-plot-kotlin/issues/143)].
89+
- `geomStep()`: no tooltips.
90+
- `geomStep()`: add 'tooltips' parameter [[#195](https://github.com/JetBrains/lets-plot-kotlin/issues/195)].
91+
- `geomStep()`: toggle the behavior of the `direction` parameter when the orientation is changed.
92+
- `geomRibbon()`: not all tooltips are shown on a multi-layer plot [[#847](https://github.com/JetBrains/lets-plot/issues/847)].
93+
- Bug in empty plot: IndexOutOfBoundsException [[#194](https://github.com/JetBrains/lets-plot-kotlin/issues/194)].
94+
- How to remove side tooltips without anchor? [[#189](https://github.com/JetBrains/lets-plot-kotlin/issues/189)].
95+
96+
97+
998
## [4.4.1] - 2023-05-11
1099

11100
### Fixed

LPK_APP.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,17 @@ repositories {
7878

7979
```groovy
8080
dependencies {
81-
implementation "org.jetbrains.lets-plot:lets-plot-batik:3.2.0"
82-
implementation "org.jetbrains.lets-plot:lets-plot-kotlin-jvm:4.4.1"
81+
implementation "org.jetbrains.lets-plot:lets-plot-batik:4.0.0"
82+
implementation "org.jetbrains.lets-plot:lets-plot-kotlin-jvm:4.4.2"
8383
}
8484
```
8585

8686
#### JVM/Swing/JavaFX application
8787

8888
```groovy
8989
dependencies {
90-
implementation "org.jetbrains.lets-plot:lets-plot-jfx:3.2.0"
91-
implementation "org.jetbrains.lets-plot:lets-plot-kotlin-jvm:4.4.1"
90+
implementation "org.jetbrains.lets-plot:lets-plot-jfx:4.0.0"
91+
implementation "org.jetbrains.lets-plot:lets-plot-kotlin-jvm:4.4.2"
9292
}
9393
```
9494

@@ -100,16 +100,16 @@ If your JVM app doesn't use either frontend, you can provide just "lets-plot-com
100100

101101
```groovy
102102
dependencies {
103-
implementation "org.jetbrains.lets-plot:lets-plot-common:3.2.0"
104-
implementation "org.jetbrains.lets-plot:lets-plot-kotlin-jvm:4.4.1"
103+
implementation "org.jetbrains.lets-plot:lets-plot-common:4.0.0"
104+
implementation "org.jetbrains.lets-plot:lets-plot-kotlin-jvm:4.4.2"
105105
}
106106
```
107107

108108
#### Kotlin/JS application:
109109

110110
```groovy
111111
dependencies {
112-
implementation "org.jetbrains.lets-plot:lets-plot-kotlin-js:4.4.1"
112+
implementation "org.jetbrains.lets-plot:lets-plot-kotlin-js:4.4.2"
113113
}
114114
```
115115

@@ -180,7 +180,7 @@ val rawSpec = figure.toSpec()
180180
```kotlin
181181
val html: String = PlotHtmlExport.buildHtmlFromRawSpecs(
182182
plotSpec = rawSpec,
183-
scriptUrl = PlotHtmlHelper.scriptUrl(version="3.2.0"),
183+
scriptUrl = PlotHtmlHelper.scriptUrl(version="4.0.0"),
184184
iFrame = true
185185
)
186186
```

README.md

Lines changed: 33 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ See the "Quickstart" notebook in [Datalore](https://datalore.jetbrains.com/view/
8585
- [Lets-Plot in JVM and Kotlin/JS Application](#in-jvm-js)
8686
- [Documentation](#documentation)
8787

88-
- [What is new in 4.4.0](#new)
88+
- [What is new in 4.4.2](#new)
8989
- [Migrating from v3 to v4](#migrating4)
9090
- [Change Log](#change_log)
9191
- [Code of Conduct](#CoC)
@@ -144,37 +144,52 @@ using Lets-Plot Kotlin API in JVM and Kotlin/JS projects.
144144

145145

146146
<a id="new"></a>
147-
## What is new in 4.4.0
147+
## What is new in 4.4.2
148148

149-
### Aesthetics `stroke` and `linewidth`
150-
<br>
151-
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-23b/images/stroke.png" alt="f-23b/images/stroke.png" width="336" height="150">
152-
153-
See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.0/aes_stroke.ipynb).
149+
### A Number of Geometry Defaults Changed
154150

155-
See also `geomLollipop()` example below.
151+
- The default qualitative color palette is now [Color Brewer "Set1"](https://colorbrewer2.org/#type=qualitative&scheme=Set1&n=9) (was ["Set2"](https://colorbrewer2.org/#type=qualitative&scheme=Set2&n=8)).
152+
- Slightly bigger default size of points and width of lines.
153+
- Flavor-aware default colors for points, lines etc.
154+
<br>
155+
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-23c/images/geom_defaults.png" alt="f-23c/images/geom_defaults.png" width="504" height="150">
156+
<br>
157+
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-23c/images/flavor_geom_colors.png" alt="f-23c/images/flavor_geom_colors.png" width="1024" height="120">
156158

159+
See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/geom_theme_colors.ipynb).
157160

158-
### Lollipop Plot
161+
- Size of points is slightly adjusted to match the width of a line of the same "size".
162+
<br>
163+
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-23c/images/point_vs_line.png" alt="f-23c/images/point_vs_line.png" width="170" height="150">
159164
<br>
160-
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-23b/images/lollipop.png" alt="f-23b/images/lollipop.png" width="600" height="200">
161165

162-
See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.0/geom_lollipop.ipynb).
166+
### Support for Variadic Line Width and/or Color in `geomLine()` and `geomPath()`
167+
<br>
168+
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-23c/images/variadic_width.png" alt="f-23c/images/variadic_width.png" width="455" height="150">
163169

170+
See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/aes_size_color_variadic_lines.ipynb).
164171

165-
### Horizontal error bars and vertical "dodge"
172+
### Parameter `"sizeUnit"` in `geomPie()`
173+
A way to specify size of the pie in units relative to the plot size.
166174

167-
See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.0/horizontal_error_bars.ipynb).
175+
See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/geom_pie_size_unit.ipynb).
168176

177+
### Stroke and Spacers in `geomPie()`
178+
<br>
179+
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-23c/images/pie_stroke.png" alt="f-23c/images/pie_stroke.png" width="162" height="150">
169180

170-
### Multi-line Labels in Legends
181+
See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/geom_pie_stroke_and_spacers.ipynb).
171182

172-
See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.0/legend_text_multiline.ipynb).
173183

184+
### New `themeVoid()`, Geometries and Statistics
174185

175-
### Colorbar in `geomImshow()`
176-
<br>
177-
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot-kotlin/master/docs/examples/jupyter-notebooks/f-4.4.0/images/kauai_DEM.png" alt="f-4.4.0/images/kauai_DEM.png" width="508" height="368">
186+
- `themeVoid()`: [example](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/theme_void.ipynb).
187+
- `statECDF()`: [example](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/stat_ecdf.ipynb).
188+
- `geomFunction()`: [example](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/geom_function.ipynb).
189+
- `statSummary()`: [example](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/stat_summary.ipynb).
190+
- `statSummaryBin()`: [example](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/stat_summary_bin.ipynb).
191+
- `Stat.sum()` statistic: [example](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/stat_sum.ipynb).
192+
- `Stat.boxplotOutlier()` statistic: [example](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/stat_boxplot_outlier.ipynb).
178193

179194

180195
### Other improvements and fixes

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ val sonatypeSettings = settings["sonatype"] as Map<*, *>
3232
allprojects {
3333
group = "org.jetbrains.lets-plot"
3434
version = when (name) {
35-
"dokka" -> "4.4.0"
36-
else -> "4.4.2-alpha5"
35+
"dokka" -> "4.4.2"
36+
else -> "4.4.3-alpha1"
3737
}
3838

3939
val version = version as String

docs/geotools.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ the artifact `lets-plot-kotlin-geotools` must be included to make the `toSpatial
6060

6161
You can include it into a Gradle project.
6262
```groovy
63-
implementation 'org.jetbrains.lets-plot-kotlin:lets-plot-kotlin-geotools:4.4.1'
63+
implementation 'org.jetbrains.lets-plot-kotlin:lets-plot-kotlin-geotools:4.4.2'
6464
```
6565

6666
[ ![Download](https://api.bintray.com/packages/jetbrains/lets-plot-maven/lets-plot-kotlin-jars/images/download.svg)](https://bintray.com/jetbrains/lets-plot-maven/lets-plot-kotlin-jars/_latestVersion)
@@ -69,13 +69,13 @@ The `gt-geojson` artifact from GeoTools must be also included.
6969
```groovy
7070
dependencies {
7171
...
72-
implementation "org.jetbrains.lets-plot-kotlin:lets-plot-kotlin-geotools:4.4.1"
72+
implementation "org.jetbrains.lets-plot-kotlin:lets-plot-kotlin-geotools:4.4.2"
7373
implementation "org.geotools:gt-geojson:$geotools_version"
7474
...
7575
}
7676
```
7777

78-
The `lets-plot-kotlin-api` artifact v4.4.1 was compiled with GeoTools v24.1. However, it doesn't declare any run-time dependency, so
78+
The `lets-plot-kotlin-api` artifact v4.4.2 was compiled with GeoTools v24.1. However, it doesn't declare any run-time dependency, so
7979
you are free to use other versions of the GeoTools toolkit.
8080

8181
<a id="examples-jvm"></a>

future_changes.md

Lines changed: 1 addition & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,7 @@
1-
## [4.4.2] - 2023-mm-dd
1+
## [4.4.3] - 2023-mm-dd
22

33
### Added
44

5-
- Support for variadic line width and/or color in `geom_line()` and `geom_path()` [[LP-313](https://github.com/JetBrains/lets-plot/issues/313)].
6-
7-
[example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/aes_size_color_variadic_lines.ipynb).
8-
9-
- In tooltip customization API:\
10-
`disableSplitting()` function [[#189](https://github.com/JetBrains/lets-plot-kotlin/issues/189)].
11-
12-
[example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/tooltips_disable_splitting.ipynb).
13-
14-
15-
- `themeVoid()`:
16-
[example notebook](https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/theme_void.ipynb)
17-
18-
- [ToDo] `geomFunction()` :
19-
[example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/geom_function.ipynb).
20-
21-
- `statSummary()`:
22-
[example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/stat_summary.ipynb).
23-
24-
- `statSummaryBin()`:
25-
[example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/stat_summary_bin.ipynb).
26-
27-
- `statECDF()` :
28-
[example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/stat_ecdf.ipynb).
29-
30-
- `"boxplotOutlier"` statistic:
31-
[example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/stat_boxplot_outlier.ipynb).
32-
33-
34-
- In `geomPie()`:
35-
- `stroke` and `color` aesthetics - the width and color of pie sector arcs.
36-
- `strokeSide` parameter - which arcs to show (inner, outer, both).
37-
- `spacerWidth` and `spacerColor` parameters - lines between sectors.
38-
39-
See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/geom_pie_stroke_and_spacers.ipynb).
40-
41-
- `sizeUnit` parameter : [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/geom_pie_size_unit.ipynb).
42-
43-
- Flavor-aware colors: **pen**, **brush** and **paper**
44-
- By default, all geometries utilize new flavor-aware colors.
45-
- Theme `geom` parameter allows redefinition of "geom colors": `theme(geom = elementGeom(pen, brush, paper))`.
46-
47-
See: [example notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.4.2/geom_theme_colors.ipynb).
48-
49-
505
### Changed
516

52-
- [BREAKING] Kotlin/JS LEGACY apps are no longer supported.
53-
54-
- [BREAKING] `geomBoxplot()` no longer support parameter `sampling`.
55-
56-
- [BREAKING] `geomPointRange()`: size aesthetic shouldn't affect line width [[#751](https://github.com/JetBrains/lets-plot/issues/751)]:
57-
58-
`linewidth` aesthetic is used for line width, `size` - for mid-point size only.
59-
607
### Fixed
61-
- ggsave: saving geomImshow() to SVG produces fuzzy picture [[#188](https://github.com/JetBrains/lets-plot-kotlin/issues/188)].
62-
- `geomCrossbar()` aesthetics take `middle` argument instead of `y` [[#804](https://github.com/JetBrains/lets-plot/issues/804)].

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ datetime.version=0.3.2
2929
kotlinLogging.version=2.0.5
3030
slf4j.version=1.7.32
3131

32-
dokka.version=1.7.20
32+
dokka.version=1.8.20
3333
nexusStaging.version=0.30.0
3434
nexusPublish.version=1.3.0
3535

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
lets_plot.version=4.0.0
2-
lets_plot_kotlin_api.version=4.4.2-alpha5
2+
lets_plot_kotlin_api.version=4.4.2

0 commit comments

Comments
 (0)