Skip to content

Commit d1c6fbf

Browse files
Updated version v4.6.2
1 parent 593ceca commit d1c6fbf

File tree

5 files changed

+18
-10
lines changed

5 files changed

+18
-10
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.2] - 2025-03-28
9+
10+
### Fixed
11+
12+
- macOS: incorrect system libraries linkage that may lead to Lets-Plot import failure:<br>
13+
```libc++abi: Terminating due to typed operator new being invoked before its static initializer in libcxx has been executed.```
14+
15+
16+
- `geom_livemap()`: map zoom freezes after multiple rapid clicks on +/- buttons [[#1315](https://github.com/JetBrains/lets-plot/issues/1315)].
17+
- Misleading warnings when using CARTO 'base-midnight', 'base-antique' and 'base-flatblue' tilesets in livemap.
18+
819
## [4.6.1] - 2025-03-07
920

1021
### Changed

build.gradle.kts

+1-1
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.2-SNAPSHOT" // see also: python-package/lets_plot/_version.py
32+
version = "4.6.2" // 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

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
## [4.6.2] - 2025-mm-dd
1+
## [4.6.3] - 2025-mm-dd
22

3-
### Fixed
4-
5-
- macOS: incorrect system libraries linkage that may lead to Lets-Plot import failure:<br>
6-
```libc++abi: Terminating due to typed operator new being invoked before its static initializer in libcxx has been executed.```
3+
### Added
74

5+
### Changed
86

9-
- `geom_livemap()`: map zoom freezes after multiple rapid clicks on +/- buttons [[#1315](https://github.com/JetBrains/lets-plot/issues/1315)].
10-
- Misleading warnings when using CARTO 'base-midnight', 'base-antique' and 'base-flatblue' tilesets in livemap.
7+
### Fixed

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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python-package/lets_plot/_version.py

+1-1
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.2.dev1'
6+
__version__ = '4.6.2'

0 commit comments

Comments
 (0)