Skip to content

Commit

Permalink
Merge pull request #15 from OCamlPro/v0.5
Browse files Browse the repository at this point in the history
Version 0.5
  • Loading branch information
Stevendeo authored Nov 15, 2022
2 parents c79514f + 4513bbe commit 9b0944c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
(!!! = may break code that uses previous versions)

version 0.5, November 15, 2022
===============================

* Reworking the library build system, now only relying on dune.
The Makefile is now clearer and simpler to use.

* (!!!) Logs are handled by the `logs` library and debug is activated by this
library.

* (!!!) The `Rat2` module now abstract bounds as strict upper, strict lower or
soft bounds instead of pairs of rationals.

version 0.4, August 22, 2017
===============================

Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

(name ocplib-simplex)

(version dev)
(version 0.5)

(generate_opam_files true)

Expand Down
2 changes: 1 addition & 1 deletion ocplib-simplex.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "dev"
version: "0.5"
synopsis:
"ocplib-simplex: A library implementing a simplex algorithm, in a functional style, for solving systems of linear inequalities"
description:
Expand Down
2 changes: 1 addition & 1 deletion src/version.ml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
(* Copyright (C) --- OCamlPro --- See README.md for information and licensing *)
(******************************************************************************)

let version="0.4+"
let version="0.5"

0 comments on commit 9b0944c

Please sign in to comment.