Skip to content

Commit 58e72f5

Browse files
Updated version v4.6.1
1 parent 41cd5d2 commit 58e72f5

File tree

5 files changed

+19
-12
lines changed

5 files changed

+19
-12
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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.6.1] - 2025-03-07
9+
10+
### Changed
11+
12+
- [**BREAKING**] the `height` and `height_unit` parameters have been deprecated for the `geom_errorbar`.
13+
14+
- the minimum distance between axis labels was reduced to avoid unsuitable layouts.
15+
16+
### Fixed
17+
18+
- `geom_errorbar()`: the plot domain is always stretched to zero, regardless of the data.
19+
20+
- overlapped axis labels when using `hjust/vjust` or multiline text.
21+
22+
823
## [4.6.0] - 2025-03-03
924

1025
### Added

build.gradle.kts

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

3030
allprojects {
3131
group = "org.jetbrains.lets-plot"
32-
version = "4.6.1-SNAPSHOT" // see also: python-package/lets_plot/_version.py
32+
version = "4.6.1" // see also: python-package/lets_plot/_version.py
3333
// version = "0.0.0-SNAPSHOT" // for local publishing only
3434

3535
// Generate JVM 1.8 bytecode

future_changes.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1-
## [4.6.1] - 2025-mm-dd
1+
## [4.6.2] - 2025-mm-dd
22

33
### Added
44

55
### Changed
66

7-
- [**BREAKING**] the `height` and `height_unit` parameters have been deprecated for the `geom_errorbar`.
8-
9-
- the minimum distance between axis labels was reduced to avoid unsuitable layouts.
10-
117
### Fixed
12-
13-
- `geom_errorbar()`: the plot domain is always stretched to zero, regardless of the data.
14-
15-
- overlapped axis labels when using `hjust/vjust` or multiline text.

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.6.1.dev1'
6+
__version__ = '4.6.1'

0 commit comments

Comments
 (0)