heliosdrm / GRUtils.jl

Tools for using the GR framework in Julia
Other
31 stars 6 forks source link

Update Project.toml #98

Closed jheinen closed 3 years ago

jheinen commented 3 years ago

bump GR version

jheinen commented 3 years ago

@heliosdrm : Could you please merge #98 ? Thanks.

heliosdrm commented 3 years ago

I didn't merge because it was not working properly: GRUtils was using some constants of GR that had been turned into Refs, and there were also issues with volume plots and other things seemingly related with the latest changes. I'm fixing that, and as soon as I get it solved, I'll merge this too.

jheinen commented 3 years ago

That's strange. The test pass and the volume plot is fixed IMO. The "old" 3D transformation is still supported and should work.

heliosdrm commented 3 years ago

This PR is replaced by #99