Skip to content

Commit 3a3449d

Browse files
Updated version v4.8.1
1 parent f89044c commit 3a3449d

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.8.1] - 2025-12-01
9+
10+
### Fixed
11+
12+
- saving plots as png takes a very long time [[#1423](https://github.com/JetBrains/lets-plot/issues/1423)].
13+
- `stat_ecdf()` takes a very long time for even moderately sized datasets [[#1424](https://github.com/JetBrains/lets-plot/issues/1424)].
14+
- lets-plot plots are not displayed in plots pane [[PST-8170](https://github.com/posit-dev/positron/issues/8170)].
15+
- inconsistencies in theme/flavor inheritance in `gggrid()` subplots.
16+
817
## [4.8.0] - 2025-11-05
918

1019
### 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.8.2-SNAPSHOT" // see also: python-package/lets_plot/_version.py
46+
version = "4.8.1" // 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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
## [4.8.1] - 2025-12-dd
1+
## [4.8.2] - 2025-mm-dd
22

33
### Added
44

55
### Changed
66

77
### Fixed
8-
9-
- saving plots as png takes a very long time [[#1423](https://github.com/JetBrains/lets-plot/issues/1423)].
10-
- `stat_ecdf()` takes a very long time for even moderately sized datasets [[#1424](https://github.com/JetBrains/lets-plot/issues/1424)].
11-
- lets-plot plots are not displayed in plots pane [[PST-8170](https://github.com/posit-dev/positron/issues/8170)].
12-
- inconsistencies in theme/flavor inheritance in `gggrid()` subplots.

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.8.2.dev1'
6+
__version__ = '4.8.1'

0 commit comments

Comments
 (0)