owlbarn / owl

Owl - OCaml Scientific Computing @ https://ocaml.xyz
MIT License
1.22k stars 124 forks source link

Fix compilation with OCaml 5.2.0 and update documentation #677

Closed jzstark closed 4 months ago

jzstark commented 4 months ago

This PR includes three parts:

  1. Fix compilation error due to the introduction of Float16 type in new OCaml version
  2. Fix math notations in the existing inline documentation
  3. Add inline documentation to a part of existing functions that do not have doc yet