Skip to content

Commit

Permalink
Updates for release 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierleroy committed Jul 10, 2024
1 parent f71e859 commit 667d742
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Release 1.14 (2024-07-10)
- #148, #149: Fail unmarshaling when it would produce non-canonical big ints
- #145, #150: Use standard hash function for `Z.hash` and add `Z.seeded_hash`
- #140, #147: Add fast path for `Z.divisible` on small arguments

Release 1.13 (2023-07-19)
- #113: add conversions to/from small unsigned integers `(to|fits)_(int32|int64|nativeint)_unsigned` [Antoine Miné]
- #128: add functions to pseudo-randomly generate integers [Xavier Leroy]
Expand Down
2 changes: 1 addition & 1 deletion META
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description = "Arbitrary precision integers"
requires = ""
version = "1.13"
version = "1.14"

This comment has been minimized.

Copy link
@hhugo

hhugo Sep 12, 2024

Contributor

The package "top" bellow also has a version field which is now outdated

archive(byte) = "zarith.cma"
archive(native) = "zarith.cmxa"
plugin(byte) = "zarith.cma"
Expand Down
1 change: 1 addition & 0 deletions zarith.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
opam-version: "2.0"
name: "zarith"
version: "1.14"
maintainer: "Xavier Leroy <xavier.leroy@inria.fr>"
authors: [
"Antoine Miné"
Expand Down

0 comments on commit 667d742

Please sign in to comment.