Skip to content

Commit e2ed742

Browse files
Updated version v4.7.2
1 parent 97df28e commit e2ed742

File tree

5 files changed

+26
-15
lines changed

5 files changed

+26
-15
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.7.2] - 2025-09-01
9+
10+
### Added
11+
12+
- Plot Layout:
13+
14+
- New `strip_spacing`, `strip_spacing_x`, and `strip_spacing_y` parameters in `theme()` to control spacing between the facet strip (title bar) and the plot panel.
15+
- New `panel_spacing`, `panel_spacing_x`, and `panel_spacing_y` parameters in `theme()` to control spacing between plot panels in faceted plots, [[#1380](https://github.com/JetBrains/lets-plot/issues/1380)].
16+
17+
See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25d/facet_spacings.ipynb).
18+
19+
- Image resolution is saved in the metadata of PNG files created with `ggsave()`.
20+
21+
### Changed
22+
23+
- plot-image-export: switched from Batik to Graphics2D API
24+
25+
### Fixed
26+
27+
- ggsave(): memory leak when using `geom_raster()`.
28+
- Incorrect physical image size when exporting PDF with `ggsave()` without specifying `dpi`.
29+
830
## [4.7.1] - 2025-08-13
931

1032
### Added

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ val letsPlotTaskGroup by extra { "lets-plot" }
4343

4444
allprojects {
4545
group = "org.jetbrains.lets-plot"
46-
version = "4.7.3-SNAPSHOT" // see also: python-package/lets_plot/_version.py
46+
version = "4.7.2" // see also: python-package/lets_plot/_version.py
4747
// version = "0.0.0-SNAPSHOT" // for local publishing only
4848

4949
// Generate JVM 1.8 bytecode

future_changes.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
1-
## [4.7.2] - 2025-mm-dd
1+
## [4.7.3] - 2025-mm-dd
22

33
### Added
4-
- Plot Layout:
5-
6-
- New `strip_spacing`, `strip_spacing_x`, and `strip_spacing_y` parameters in `theme()` to control spacing between the facet strip (title bar) and the plot panel.
7-
- New `panel_spacing`, `panel_spacing_x`, and `panel_spacing_y` parameters in `theme()` to control spacing between plot panels in faceted plots, [[#1380](https://github.com/JetBrains/lets-plot/issues/1380)].
8-
9-
See: [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25d/facet_spacings.ipynb).
10-
11-
- Image resolution is saved in the metadata of PNG files created with `ggsave()`.
124

135
### Changed
146

157
### Fixed
16-
17-
- ggsave(): memory leak when using `geom_raster()`.
18-
- Incorrect physical image size when exporting PDF with `ggsave()` without specifying `dpi`.

js-package/distr/lets-plot.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python-package/lets_plot/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Use of this source code is governed by the MIT license that can be found in the LICENSE file.
44
#
55
# see: https://www.python.org/dev/peps/pep-0440/#developmental-releases
6-
__version__ = '4.7.3.dev1'
6+
__version__ = '4.7.2'

0 commit comments

Comments
 (0)