Skip to content

Commit eeec234

Browse files
asinghvi17ffreyer
andauthored
Release v0.22.4 (#4916)
* add `apply_transform(f, data, space::Symbol)` back * bump all versions * update changelog * bump all downstream versions * fix docs * bring back old code at the exact dispatches * Update CHANGELOG.md --------- Co-authored-by: Frederic Freyer <frederic481994@hotmail.de>
1 parent 1855f9a commit eeec234

File tree

7 files changed

+25
-10
lines changed

7 files changed

+25
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## [0.22.4] - 2025-04-11
6+
7+
- Re-added the `apply_transform(f, data, space)` method that was removed in v0.22.3 with a deprecation warning. It will be removed in the next breaking version. [#4916](https://github.com/MakieOrg/Makie.jl/pull/4916)
8+
59
## [0.22.3] - 2025-04-08
610

711
- Added `alpha` attribute to `tricontourf.jl` to control the transparency of filled contours [#4800](https://github.com/MakieOrg/Makie.jl/pull/4800)
@@ -779,7 +783,8 @@ All other changes are collected [in this PR](https://github.com/MakieOrg/Makie.j
779783
- Fixed rendering of `heatmap`s with one or more reversed ranges in CairoMakie, as in `heatmap(1:10, 10:-1:1, rand(10, 10))` [#1100](https://github.com/MakieOrg/Makie.jl/pull/1100).
780784
- Fixed volume slice recipe and added docs for it [#1123](https://github.com/MakieOrg/Makie.jl/pull/1123).
781785

782-
[Unreleased]: https://github.com/MakieOrg/Makie.jl/compare/v0.22.3...HEAD
786+
[Unreleased]: https://github.com/MakieOrg/Makie.jl/compare/v0.22.4...HEAD
787+
[0.22.4]: https://github.com/MakieOrg/Makie.jl/compare/v0.22.3...v0.22.4
783788
[0.22.3]: https://github.com/MakieOrg/Makie.jl/compare/v0.22.2...v0.22.3
784789
[0.22.2]: https://github.com/MakieOrg/Makie.jl/compare/v0.22.1...v0.22.2
785790
[0.22.1]: https://github.com/MakieOrg/Makie.jl/compare/v0.22.0...v0.22.1

CairoMakie/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CairoMakie"
22
uuid = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
33
author = ["Simon Danisch <sdanisch@gmail.com>"]
4-
version = "0.13.3"
4+
version = "0.13.4"
55

66
[deps]
77
CRC32c = "8bf52ea8-c179-5cab-976a-9e18b702a9bc"
@@ -24,7 +24,7 @@ FileIO = "1.1"
2424
FreeType = "3, 4.0"
2525
GeometryBasics = "0.5"
2626
LinearAlgebra = "1.0, 1.6"
27-
Makie = "=0.22.3"
27+
Makie = "=0.22.4"
2828
PrecompileTools = "1.0"
2929
julia = "1.3"
3030

GLMakie/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "GLMakie"
22
uuid = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
3-
version = "0.11.4"
3+
version = "0.11.5"
44

55
[deps]
66
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
@@ -30,7 +30,7 @@ FreeTypeAbstraction = "0.10"
3030
GLFW = "3.4.3"
3131
GeometryBasics = "0.5"
3232
LinearAlgebra = "1.0, 1.6"
33-
Makie = "=0.22.3"
33+
Makie = "=0.22.4"
3434
Markdown = "1.0, 1.6"
3535
MeshIO = "0.5"
3636
ModernGL = "1"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Makie"
22
uuid = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
33
authors = ["Simon Danisch", "Julius Krumbiegel"]
4-
version = "0.22.3"
4+
version = "0.22.4"
55

66
[deps]
77
Animations = "27a7e980-b3e6-11e9-2bcd-0b925532e340"

RPRMakie/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "RPRMakie"
22
uuid = "22d9f318-5e34-4b44-b769-6e3734a732a6"
33
authors = ["Simon Danisch"]
4-
version = "0.8.3"
4+
version = "0.8.4"
55

66
[deps]
77
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
@@ -17,7 +17,7 @@ Colors = "0.9, 0.10, 0.11, 0.12, 0.13"
1717
FileIO = "1.6"
1818
GeometryBasics = "0.5"
1919
LinearAlgebra = "1.0, 1.6"
20-
Makie = "=0.22.3"
20+
Makie = "=0.22.4"
2121
Printf = "1.0, 1.6"
2222
RadeonProRender = "0.3.2"
2323
julia = "1.3"

WGLMakie/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "WGLMakie"
22
uuid = "276b4fcb-3e11-5398-bf8b-a0c2d153d008"
33
authors = ["SimonDanisch <sdanisch@gmail.com>"]
4-
version = "0.11.3"
4+
version = "0.11.4"
55

66
[deps]
77
Bonito = "824d6782-a2ef-11e9-3a09-e5662e0c26f8"
@@ -27,7 +27,7 @@ FreeTypeAbstraction = "0.10"
2727
GeometryBasics = "0.5"
2828
Hyperscript = "0.0.3, 0.0.4, 0.0.5"
2929
LinearAlgebra = "1.0, 1.6"
30-
Makie = "=0.22.3"
30+
Makie = "=0.22.4"
3131
Observables = "0.5.1"
3232
PNGFiles = "0.3, 0.4"
3333
PrecompileTools = "1.0"

src/layouting/transformation.jl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,16 @@ end
351351
# PointTrans{N}(func::F) where {N, F} = PointTrans{N, F}(func)
352352
Base.broadcastable(x::PointTrans) = (x,)
353353

354+
function apply_transform(f, data, space)
355+
Base.depwarn("`apply_transform(f, data, space::Symbol)` is deprecated, use `apply_transform(f, data)` instead.", :apply_transform)
356+
to_value(space) == :data ? apply_transform(f, data) : apply_transform(identity, data)
357+
end
358+
359+
function apply_transform(f::Observable, data::Observable, space::Observable)
360+
Base.depwarn("`apply_transform(f, data, space::Observable)` is deprecated, use `apply_transform(f, data)` instead.", :apply_transform)
361+
return lift(apply_transform, f, data, space)
362+
end
363+
354364
function apply_transform(f::PointTrans{N}, point::Point{N}) where N
355365
return f.f(point)
356366
end

0 commit comments

Comments
 (0)