Skip to content

Commit 0252621

Browse files
authored
up versions (#2198)
* up versions * add news entries * fix bug only showing up on intel
1 parent df9db82 commit 0252621

File tree

8 files changed

+22
-11
lines changed

8 files changed

+22
-11
lines changed

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.8.12"
4+
version = "0.8.13"
55

66
[deps]
77
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
@@ -22,7 +22,7 @@ FFTW = "1"
2222
FileIO = "1.1"
2323
FreeType = "3, 4.0"
2424
GeometryBasics = "0.4.1"
25-
Makie = "=0.17.12"
25+
Makie = "=0.17.13"
2626
julia = "1.3"
2727

2828
[extras]

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.6.12"
3+
version = "0.6.13"
44

55
[deps]
66
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
@@ -29,7 +29,7 @@ FixedPointNumbers = "0.7, 0.8"
2929
FreeTypeAbstraction = "0.8, 0.9"
3030
GLFW = "3"
3131
GeometryBasics = "0.4.1"
32-
Makie = "=0.17.12"
32+
Makie = "=0.17.13"
3333
MeshIO = "0.4"
3434
ModernGL = "1"
3535
Observables = "0.5.1"

GLMakie/src/GLAbstraction/GLRenderObject.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function (sp::StandardPrerender)()
5656
glBlendFunci(0, GL_ONE, GL_ONE)
5757

5858
# buffer 1 is objectid, do nothing
59-
glDisablei(1, GL_BLEND)
59+
glDisablei(GL_BLEND, 1)
6060

6161
# buffer 2 is color.a, should do product
6262
# destination <- 0 * source + (source) * destination

MakieCore/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
authors = ["Simon Danisch"]
22
name = "MakieCore"
33
uuid = "20f20a25-4f0e-4fdf-b5d1-57303727442b"
4-
version = "0.3.6"
4+
version = "0.4.0"
55

66
[deps]
77
Observables = "510215fc-4207-5dde-b226-833fc4488ee2"

NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## master
44

5+
## v0.17.13
6+
7+
- Fix boundingboxes [#2184](https://github.com/JuliaPlots/Makie.jl/pull/2184).
8+
- Fix highclip/lowclip in meshscatter, poly, contourf, barplot [#2183](https://github.com/JuliaPlots/Makie.jl/pull/2183).
9+
- fix gridline updates [#2196](https://github.com/JuliaPlots/Makie.jl/pull/2196).
10+
- fix glDisablei argument order, which crashed some Intel drivers
11+
12+
## v0.17.12
13+
14+
- Fix stackoverflow in show [#2167](https://github.com/JuliaPlots/Makie.jl/pull/2167)
15+
516
## v0.17.11
617

718
- `rainclouds`(!) now supports `violin_limits` keyword argument, serving the same.

Project.toml

Lines changed: 2 additions & 2 deletions
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.17.12"
4+
version = "0.17.13"
55

66
[deps]
77
Animations = "27a7e980-b3e6-11e9-2bcd-0b925532e340"
@@ -71,7 +71,7 @@ IntervalSets = "0.3, 0.4, 0.5, 0.6, 0.7"
7171
Isoband = "0.1"
7272
KernelDensity = "0.5, 0.6"
7373
LaTeXStrings = "1.2"
74-
MakieCore = "0.3.6"
74+
MakieCore = "=0.4.0"
7575
Match = "1.1"
7676
MathTeXEngine = "0.4"
7777
Observables = "0.5.1"

RPRMakie/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ julia = "1.3"
1717
Colors = "0.9, 0.10, 0.11, 0.12"
1818
FileIO = "1.6"
1919
GeometryBasics = "0.4.1"
20-
Makie = "=0.17.12"
20+
Makie = "=0.17.13"
2121
RadeonProRender = "0.2.1"
2222

2323
[extras]

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.6.12"
4+
version = "0.6.13"
55

66
[deps]
77
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
@@ -26,7 +26,7 @@ GeometryBasics = "0.4.1"
2626
Hyperscript = "0.0.3, 0.0.4"
2727
ImageMagick = "1.1"
2828
JSServe = "1.2.7"
29-
Makie = "=0.17.12"
29+
Makie = "=0.17.13"
3030
Observables = "0.5.1"
3131
RelocatableFolders = "0.1, 0.2, 0.3"
3232
ShaderAbstractions = "0.2.1"

0 commit comments

Comments
 (0)