Package Release Info

ocaml-ocamlgraph-1.8.8-bp152.3.17

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ocaml-ocamlgraph
ocaml-ocamlgraph-devel

Change Logs

Version: 1.8.8-bp150.1.3
* Wed Apr 18 2018 andy@onthewings.net
- Remove old code in the spec file.
- Install LICENSE with %license.
* Fri Dec 22 2017 antoine.belvire@opensuse.org
- Update to version 1.8.8:
  * Fix installation.
  * Safe-string compatible.
  * Fix method get_edge_layout of class abstract_model of
    DGraphModel.Make. The bug could have occured when there are
    several edges between two vertices.
  * [Traverse/Pack] added Dfs.fold and Dfs.fold_component
    (tail-recursive).
  * Fix implementation of Golberg-Tarjan maximal flow algorithm:
    + No more function min_capacity in the input interface.
    + Renaming as follows: Flow.Goldberg -> Flow.Goldberg_Tarjan
    and Pack.goldberg -> Pack.goldberg_tarjan.
  * New functors [WeakTopological] and [ChaoticIteration] to
    compute fixpoints with widening, following Bourdoncle's
    algorithms.
* Tue Jul 25 2017 ohering@suse.de
- Use Group: Development/Languages/OCaml
* Thu Jul 20 2017 olaf@aepfle.de
- Upgrade to version 1.8.7
* Mon Jul 17 2017 ohering@suse.de
- Wrap specfile conditionals to fix quilt setup
* Sun Dec 25 2016 antoine.belvire@opensuse.org
- Initial package: ocaml-ocamlgrah-1.8.6