-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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-base, owl, owl-zoo and owl-top (0.7.1) #15408
Conversation
CHANGES: * Add unsafe network save (owlbarn/owl#429) * Sketch Count-Min and Heavy-Hitters * Various ugfixes * Owl_io.marshal_to_file: use to_channel * Do not create .owl folder when loading owl library * Re-design of exceptions and replace asserts with verify * Add OWL_DISABLE_LAPACKE_LINKING_FLAG * Reorganise Algodiff module * Add parameter support to Zoo * Two new features in algodiff: eye and linsolve (triangular option) + improved stability of qr and chol * Implemented solve triangular * Added linsolve and lq reverse-mode differentiation * Fix build on archlinux (pkg-config cblas) * Add median and sort along in ndarray * Improve stability of lyapunov gradient tests
The link time issues in ubuntu and debian unstable are unfortunately expected |
"ocaml" {>= "4.06.0"} | ||
"dune" {>= "1.7.0"} | ||
"ocaml-compiler-libs" | ||
"owl" {>= version} |
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.
"owl" {>= version} | |
"owl" {= version} |
Wouldn't it be more error prone to use =
instead of >=
? (same for the other sub-packages)
These packages use a microscopic stable part of the API, in fact we could use >= 0.4 and it would still be fine. We use the version lower bound to be over zealous. It may be worth doing it for owl-base but the api is only growing, not expected to shrink |
I have added the constraint to owl wrt owl-base. I’ll do the same upstream |
Thanks! |
OCaml Scientific and Engineering Computing - Base
CHANGES: