Skip to content

Commit

Permalink
up versions (#2198)
Browse files Browse the repository at this point in the history
* up versions

* add news entries

* fix bug only showing up on intel
  • Loading branch information
SimonDanisch authored Aug 4, 2022
1 parent df9db82 commit 0252621
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CairoMakie/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CairoMakie"
uuid = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
author = ["Simon Danisch <[email protected]>"]
version = "0.8.12"
version = "0.8.13"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand All @@ -22,7 +22,7 @@ FFTW = "1"
FileIO = "1.1"
FreeType = "3, 4.0"
GeometryBasics = "0.4.1"
Makie = "=0.17.12"
Makie = "=0.17.13"
julia = "1.3"

[extras]
Expand Down
4 changes: 2 additions & 2 deletions GLMakie/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "GLMakie"
uuid = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
version = "0.6.12"
version = "0.6.13"

[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Expand Down Expand Up @@ -29,7 +29,7 @@ FixedPointNumbers = "0.7, 0.8"
FreeTypeAbstraction = "0.8, 0.9"
GLFW = "3"
GeometryBasics = "0.4.1"
Makie = "=0.17.12"
Makie = "=0.17.13"
MeshIO = "0.4"
ModernGL = "1"
Observables = "0.5.1"
Expand Down
2 changes: 1 addition & 1 deletion GLMakie/src/GLAbstraction/GLRenderObject.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function (sp::StandardPrerender)()
glBlendFunci(0, GL_ONE, GL_ONE)

# buffer 1 is objectid, do nothing
glDisablei(1, GL_BLEND)
glDisablei(GL_BLEND, 1)

# buffer 2 is color.a, should do product
# destination <- 0 * source + (source) * destination
Expand Down
2 changes: 1 addition & 1 deletion MakieCore/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
authors = ["Simon Danisch"]
name = "MakieCore"
uuid = "20f20a25-4f0e-4fdf-b5d1-57303727442b"
version = "0.3.6"
version = "0.4.0"

[deps]
Observables = "510215fc-4207-5dde-b226-833fc4488ee2"
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## master

## v0.17.13

- Fix boundingboxes [#2184](https://github.com/JuliaPlots/Makie.jl/pull/2184).
- Fix highclip/lowclip in meshscatter, poly, contourf, barplot [#2183](https://github.com/JuliaPlots/Makie.jl/pull/2183).
- fix gridline updates [#2196](https://github.com/JuliaPlots/Makie.jl/pull/2196).
- fix glDisablei argument order, which crashed some Intel drivers

## v0.17.12

- Fix stackoverflow in show [#2167](https://github.com/JuliaPlots/Makie.jl/pull/2167)

## v0.17.11

- `rainclouds`(!) now supports `violin_limits` keyword argument, serving the same.
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Makie"
uuid = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
authors = ["Simon Danisch", "Julius Krumbiegel"]
version = "0.17.12"
version = "0.17.13"

[deps]
Animations = "27a7e980-b3e6-11e9-2bcd-0b925532e340"
Expand Down Expand Up @@ -71,7 +71,7 @@ IntervalSets = "0.3, 0.4, 0.5, 0.6, 0.7"
Isoband = "0.1"
KernelDensity = "0.5, 0.6"
LaTeXStrings = "1.2"
MakieCore = "0.3.6"
MakieCore = "=0.4.0"
Match = "1.1"
MathTeXEngine = "0.4"
Observables = "0.5.1"
Expand Down
2 changes: 1 addition & 1 deletion RPRMakie/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ julia = "1.3"
Colors = "0.9, 0.10, 0.11, 0.12"
FileIO = "1.6"
GeometryBasics = "0.4.1"
Makie = "=0.17.12"
Makie = "=0.17.13"
RadeonProRender = "0.2.1"

[extras]
Expand Down
4 changes: 2 additions & 2 deletions WGLMakie/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "WGLMakie"
uuid = "276b4fcb-3e11-5398-bf8b-a0c2d153d008"
authors = ["SimonDanisch <[email protected]>"]
version = "0.6.12"
version = "0.6.13"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand All @@ -26,7 +26,7 @@ GeometryBasics = "0.4.1"
Hyperscript = "0.0.3, 0.0.4"
ImageMagick = "1.1"
JSServe = "1.2.7"
Makie = "=0.17.12"
Makie = "=0.17.13"
Observables = "0.5.1"
RelocatableFolders = "0.1, 0.2, 0.3"
ShaderAbstractions = "0.2.1"
Expand Down

12 comments on commit 0252621

@SimonDanisch
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir=MakieCore

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/65628

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a MakieCore-v0.4.0 -m "<description of version>" 0252621cbd4e9479e5c0db8ea4b528d800bf3e22
git push origin MakieCore-v0.4.0

@SimonDanisch
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/65630

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.17.13 -m "<description of version>" 0252621cbd4e9479e5c0db8ea4b528d800bf3e22
git push origin v0.17.13

@SimonDanisch
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir=GLMakie

@SimonDanisch
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir=WGLMakie

@SimonDanisch
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir=RPRMakie

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/65632

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a GLMakie-v0.6.13 -m "<description of version>" 0252621cbd4e9479e5c0db8ea4b528d800bf3e22
git push origin GLMakie-v0.6.13

@SimonDanisch
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir=CairoMakie

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/65633

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a WGLMakie-v0.6.13 -m "<description of version>" 0252621cbd4e9479e5c0db8ea4b528d800bf3e22
git push origin WGLMakie-v0.6.13

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Version 0.3.12 already exists

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/65634

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a CairoMakie-v0.8.13 -m "<description of version>" 0252621cbd4e9479e5c0db8ea4b528d800bf3e22
git push origin CairoMakie-v0.8.13

Please sign in to comment.