Skip to content
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

Merged
merged 3 commits into from
Nov 28, 2019

Conversation

mseri
Copy link
Member

@mseri mseri commented Nov 27, 2019

OCaml Scientific and Engineering Computing - Base

CHANGES:

mseri and others added 2 commits November 27, 2019 09:19
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
@mseri
Copy link
Member Author

mseri commented Nov 27, 2019

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}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"owl" {>= version}
"owl" {= version}

Wouldn't it be more error prone to use = instead of >=? (same for the other sub-packages)

@mseri
Copy link
Member Author

mseri commented Nov 27, 2019

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

@mseri
Copy link
Member Author

mseri commented Nov 27, 2019

I have added the constraint to owl wrt owl-base. I’ll do the same upstream

@camelus
Copy link
Contributor

camelus commented Nov 27, 2019

Commit: 095bcac

A pull request by opam-seasoned @mseri.

☀️ All lint checks passed 095bcac
  • These packages passed lint tests: owl-base.0.7.1, owl-top.0.7.1, owl-zoo.0.7.1, owl.0.7.1

☀️ Installability check (+4)
  • new installable packages (4): owl.0.7.1 owl-base.0.7.1 owl-top.0.7.1 owl-zoo.0.7.1

@kit-ty-kate
Copy link
Member

Thanks!

@kit-ty-kate kit-ty-kate merged commit cd3090a into ocaml:master Nov 28, 2019
@mseri mseri deleted the release-owl-0.7.1 branch July 16, 2020 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants