-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[new release] owl-zoo, owl-top, owl-base, owl and owl-plplot (1.0.1) #17929
Conversation
CHANGES: * Add eighth-order finite difference approximation * Fix bug in Jacobian with different input/output dimensions (owlbarn/owl#557) * Fix bug in nested grads (owlbarn/owl#558) * Update to ocamlformat.0.16.0 (thanks @gpetiot owlbarn/owl#556) * Add get_fancy to AD * Check input and output type of `diff` operation * Fix bug in `build_info` of aiso pattern in AD * Implement split forward mode and check max tag of `build_info` * Add initial implementation of fft2 and ifft2 * Add nonsymmetric qs suppport for continuous and discrete time lyapunov gradients * Improve `care` and `dare` operations in AD * Improve forward mode efficiency for sylv, clyap and dlyap operations in AD
Commit: 63c4d18 @jzstark has posted 6 contributions. 🌤️ opam-lint warnings 63c4d18
☀️ Installability check (+7)
|
|
@@ -31,6 +31,10 @@ depexts: [ | |||
["openblas"] {os = "macos" & os-distribution = "homebrew"} | |||
["openblas"] {os = "freebsd"} | |||
] | |||
x-ci-accept-failures: [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I just merged this feature yesterday (ocurrent/opam-repo-ci#62), sorry I forgot to tell you about it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing to be sorry about, don't worry. This is a fantastic news, I am glad we have it finally 🎉
@@ -0,0 +1,29 @@ | |||
opam-version: "2.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I had meant to do this for a while and always procrastinated
OCaml Scientific and Engineering Computing - Zoo
CHANGES:
diff
operationbuild_info
of aiso pattern in ADbuild_info
care
anddare
operations in AD