File tree 19 files changed +23
-20
lines changed
19 files changed +23
-20
lines changed Original file line number Diff line number Diff line change 80
80
- 4.14.x
81
81
- 5.1.x
82
82
- 5.2.x
83
+ - 5.3.x
83
84
exclude :
84
85
- os : " ubuntu-latest"
85
86
ocaml-compiler : 4.14.x
Original file line number Diff line number Diff line change 1
- # v0.11.0 - Unreleased
1
+ # v0.11.0 - 2025-01-27
2
2
3
+ - Add some ` reflexive_equal ` and ` reflexive_compare ` functions
4
+ - Add ` min_binding_inter ` for maps, ` min_elt_inter ` for sets and their max counterparts
3
5
- Add ` difference ` and ` symmetric_difference ` function to maps (and add ` difference ` to ` WithForeign ` )
4
6
- Add ` diff ` functions to sets
5
7
- Internal refactor.
Original file line number Diff line number Diff line change 4
4
;; This file is part of the Codex semantics library ;;
5
5
;; (patricia-tree sub-component). ;;
6
6
;; ;;
7
- ;; Copyright (C) 2024 ;;
7
+ ;; Copyright (C) 2024-2025 ;;
8
8
;; CEA (Commissariat à l'énergie atomique et aux énergies ;;
9
9
;; alternatives) ;;
10
10
;; ;;
23
23
24
24
(name patricia-tree)
25
25
26
- ( version 0 .10 .0)
26
+ ( version 0 .11 .0)
27
27
28
28
(using mdx 0 .2)
29
29
Original file line number Diff line number Diff line change 2
2
(* This file is part of the Codex semantics library *)
3
3
(* (patricia-tree sub-component). *)
4
4
(* *)
5
- (* Copyright (C) 2024 *)
5
+ (* Copyright (C) 2024-2025 *)
6
6
(* CEA (Commissariat à l'énergie atomique et aux énergies *)
7
7
(* alternatives) *)
8
8
(* *)
Original file line number Diff line number Diff line change 2
2
(* This file is part of the Codex semantics library *)
3
3
(* (patricia-tree sub-component). *)
4
4
(* *)
5
- (* Copyright (C) 2024 *)
5
+ (* Copyright (C) 2024-2025 *)
6
6
(* CEA (Commissariat à l'énergie atomique et aux énergies *)
7
7
(* alternatives) *)
8
8
(* *)
Original file line number Diff line number Diff line change 2
2
;; This file is part of the Codex semantics library ;;
3
3
;; (patricia-tree sub-component). ;;
4
4
;; ;;
5
- ;; Copyright (C) 2024 ;;
5
+ ;; Copyright (C) 2024-2025 ;;
6
6
;; CEA (Commissariat à l'énergie atomique et aux énergies ;;
7
7
;; alternatives) ;;
8
8
;; ;;
Original file line number Diff line number Diff line change 2
2
(* This file is part of the Codex semantics library *)
3
3
(* (patricia-tree sub-component). *)
4
4
(* *)
5
- (* Copyright (C) 2024 *)
5
+ (* Copyright (C) 2024-2025 *)
6
6
(* CEA (Commissariat à l'énergie atomique et aux énergies *)
7
7
(* alternatives) *)
8
8
(* *)
Original file line number Diff line number Diff line change 2
2
(* This file is part of the Codex semantics library *)
3
3
(* (patricia-tree sub-component). *)
4
4
(* *)
5
- (* Copyright (C) 2024 *)
5
+ (* Copyright (C) 2024-2025 *)
6
6
(* CEA (Commissariat à l'énergie atomique et aux énergies *)
7
7
(* alternatives) *)
8
8
(* *)
Original file line number Diff line number Diff line change 2
2
3
3
This library contains a single module: {!PatriciaTree}.
4
4
5
- This is version [0.10 .0] of the library. It is known to work with OCaml versions
6
- ranging from [4.14] to [5.2 ].
5
+ This is version [0.11 .0] of the library. It is known to work with OCaml versions
6
+ ranging from [4.14] to [5.3 ].
7
7
8
8
This is an {{: https://ocaml.org/}OCaml} library that implements sets and maps as
9
9
Patricia Trees, as described in Okasaki and Gill's 1998 paper
Original file line number Diff line number Diff line change 2
2
(* This file is part of the Codex semantics library *)
3
3
(* (patricia-tree sub-component). *)
4
4
(* *)
5
- (* Copyright (C) 2024 *)
5
+ (* Copyright (C) 2024-2025 *)
6
6
(* CEA (Commissariat à l'énergie atomique et aux énergies *)
7
7
(* alternatives) *)
8
8
(* *)
Original file line number Diff line number Diff line change 2
2
(* This file is part of the Codex semantics library *)
3
3
(* (patricia-tree sub-component). *)
4
4
(* *)
5
- (* Copyright (C) 2024 *)
5
+ (* Copyright (C) 2024-2025 *)
6
6
(* CEA (Commissariat à l'énergie atomique et aux énergies *)
7
7
(* alternatives) *)
8
8
(* *)
Original file line number Diff line number Diff line change 2
2
(* This file is part of the Codex semantics library *)
3
3
(* (patricia-tree sub-component). *)
4
4
(* *)
5
- (* Copyright (C) 2024 *)
5
+ (* Copyright (C) 2024-2025 *)
6
6
(* CEA (Commissariat à l'énergie atomique et aux énergies *)
7
7
(* alternatives) *)
8
8
(* *)
Original file line number Diff line number Diff line change 2
2
(* This file is part of the Codex semantics library *)
3
3
(* (patricia-tree sub-component). *)
4
4
(* *)
5
- (* Copyright (C) 2024 *)
5
+ (* Copyright (C) 2024-2025 *)
6
6
(* CEA (Commissariat à l'énergie atomique et aux énergies *)
7
7
(* alternatives) *)
8
8
(* *)
Original file line number Diff line number Diff line change 2
2
(* This file is part of the Codex semantics library *)
3
3
(* (patricia-tree sub-component). *)
4
4
(* *)
5
- (* Copyright (C) 2024 *)
5
+ (* Copyright (C) 2024-2025 *)
6
6
(* CEA (Commissariat à l'énergie atomique et aux énergies *)
7
7
(* alternatives) *)
8
8
(* *)
Original file line number Diff line number Diff line change 2
2
(* This file is part of the Codex semantics library *)
3
3
(* (patricia-tree sub-component). *)
4
4
(* *)
5
- (* Copyright (C) 2024 *)
5
+ (* Copyright (C) 2024-2025 *)
6
6
(* CEA (Commissariat à l'énergie atomique et aux énergies *)
7
7
(* alternatives) *)
8
8
(* *)
Original file line number Diff line number Diff line change 2
2
(* This file is part of the Codex semantics library *)
3
3
(* (patricia-tree sub-component). *)
4
4
(* *)
5
- (* Copyright (C) 2024 *)
5
+ (* Copyright (C) 2024-2025 *)
6
6
(* CEA (Commissariat à l'énergie atomique et aux énergies *)
7
7
(* alternatives) *)
8
8
(* *)
Original file line number Diff line number Diff line change 2
2
;; This file is part of the Codex semantics library ;;
3
3
;; (patricia-tree sub-component). ;;
4
4
;; ;;
5
- ;; Copyright (C) 2024 ;;
5
+ ;; Copyright (C) 2024-2025 ;;
6
6
;; CEA (Commissariat à l'énergie atomique et aux énergies ;;
7
7
;; alternatives) ;;
8
8
;; ;;
Original file line number Diff line number Diff line change 2
2
(* This file is part of the Codex semantics library *)
3
3
(* (patricia-tree sub-component). *)
4
4
(* *)
5
- (* Copyright (C) 2024 *)
5
+ (* Copyright (C) 2024-2025 *)
6
6
(* CEA (Commissariat à l'énergie atomique et aux énergies *)
7
7
(* alternatives) *)
8
8
(* *)
Original file line number Diff line number Diff line change 2
2
(* This file is part of the Codex semantics library *)
3
3
(* (patricia-tree sub-component). *)
4
4
(* *)
5
- (* Copyright (C) 2024 *)
5
+ (* Copyright (C) 2024-2025 *)
6
6
(* CEA (Commissariat à l'énergie atomique et aux énergies *)
7
7
(* alternatives) *)
8
8
(* *)
You can’t perform that action at this time.
0 commit comments