heliosdrm / GRUtils.jl

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

Bump GR version #118

Closed jheinen closed 1 year ago

jheinen commented 1 year ago

add GR version 0.68

jheinen commented 1 year ago

It seems that we have to drop Julia 1.3.

heliosdrm commented 1 year ago

It seems that we have to drop Julia 1.3.

Well, yes, but as far as I can see that applies to GR.jl first. See https://github.com/jheinen/GR.jl/issues/469

jheinen commented 1 year ago

I re-established Julia 1.3 compatibility in GR#master. Maybe you can apply the patch to GRUtils#master and tag a new release with the next GR release.

heliosdrm commented 1 year ago

There is nothing that needs be changed in GRUtils; as far as I know there is nothing in its code incompatible with Julia 1.3.

But I think it isn't possible to release a version of a package that depends on a specific branch of another one, so I'll have to wait until the next release of GR to change this (it might be 0.68.1 with just the last nonbreaking change you have made, in order to speed it up).