Frames White
Frames White
should be an easy fix to relax the type constraints on the Jets.
The PRs in each release are shown now on the github releases page: https://github.com/JuliaCollections/DataStructures.jl/releases occationally tagbot screws up and puts them wrong. In particular with things going into different branches....
One way would be to go fine the version via pulling out out with `dirname(Base.module_loc(Base.JuliaSyntax....` and then parsing the Project.toml. That's really annoying tho. A simpler option might be just...
Or chose one version that is good and vender that one then when that is not the one that is being used by Base (or one that is not compatible...
Fair. I don't think it's a priority at all. If I keep seeing 2 minute precompile time on CI I will make a PR.
I am knocking-in ractions from one "universal" model into another model that I want to simulate. So I want to make sure I am not knocking in a reaction that...
Or if one uses a deprecated id and the other the current one. I think sensibly the annotations can only be considered metadata and that stoichiometry and GPR is all...
We *used* to have this. We broke this in #189 in order to get type stability. Because we wanted branches that returned the same type on each side to also...
This should also be called in `zero_bundle` since `zero_tangent` doesn't do it for AbstractArrays only Arrays
Ok I have rewritten it, hopefully it is now clear. Indeed the chervon regex does not cause the difference. It is the contraction regex doing so. (I think) But since...