Skip to content

Commit 3dbbb21

Browse files
committed
upd before release
1 parent 92f16dc commit 3dbbb21

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ information theory, and linear error-correcting codes.
2525
- Naruomi Obata, Titech (M2)
2626
- Alessandro Bruni, IT-University of Copenhagen
2727
- License: [LGPL-2.1-or-later](LICENSE)
28-
- Compatible Coq versions: Coq 8.19--8.20
28+
- Compatible Coq versions: Coq 8.20--9.1
2929
- Additional dependencies:
3030
- [MathComp ssreflect](https://math-comp.github.io)
3131
- [MathComp fingroup](https://math-comp.github.io)
@@ -39,7 +39,8 @@ information theory, and linear error-correcting codes.
3939
- [CoqInterval](https://gitlab.inria.fr/coqinterval)
4040
- Coq namespace: `infotheo`
4141
- Related publication(s):
42-
- [Robust Mean Estimation by All Means (short paper)]()
42+
- [An Approach to Formalize Information-Theoretic Security of Multiparty Computation Protocols](https://link.springer.com/chapter/10.1007/978-3-031-95497-9_11) doi:[10.1007/978-3-031-95497-9_11](https://doi.org/10.1007/978-3-031-95497-9_11)
43+
- [Robust Mean Estimation by All Means (short paper)](https://drops.dagstuhl.de/storage/00lipics/lipics-vol309-itp2024/LIPIcs.ITP.2024.39/LIPIcs.ITP.2024.39.pdf) doi:[10.4230/LIPIcs.ITP.2024.39](https://doi.org/10.4230/LIPIcs.ITP.2024.39)
4344
- [Trimming Data Sets: a Verified Algorithm for Robust Mean Estimation](https://dl.acm.org/doi/abs/10.1145/3479394.3479412) doi:[10.1145/3479394.3479412](https://doi.org/10.1145/3479394.3479412)
4445
- [Formal Adventures in Convex and Conical Spaces](https://arxiv.org/abs/2004.12713) doi:[10.1007/978-3-030-53518-6_2](https://doi.org/10.1007/978-3-030-53518-6_2)
4546
- [A Library for Formalization of Linear Error-Correcting Codes](https://link.springer.com/article/10.1007/s10817-019-09538-8) doi:[10.1007/s10817-019-09538-8](https://doi.org/10.1007/s10817-019-09538-8)

changelog.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
* changed
2-
3-
- in convex_equiv.v
4-
+ removed the large module NaryConvexSpace and
5-
put its parts into separate modules;
6-
replaced ML-style functors by HB structures and factories.
1+
-------------------
2+
from 0.9.4 to 0.9.5
3+
-------------------
74

85
* added
96

@@ -19,8 +16,6 @@
1916
ax_injmap_of_part_idem, ax_bary_of_injmap_barypart_idem,
2017
ax_bary_of_part_idem
2118

22-
* added
23-
2419
- in entropy.v
2520
+ inde_RV_joint_entropyE
2621
+ inde_dist_of_RV2
@@ -51,11 +46,16 @@
5146
+ pr_eq_domin_RV2 -> pfwd1_domin_RV2
5247
+ pr_eq_domin_RV1 -> pfwd1_domin_RV1
5348

54-
* changed
55-
5649
- in proba.v
5750
+ pr_eqE' -> dist_of_RVE
5851

52+
* changed
53+
54+
- in convex_equiv.v
55+
+ removed the large module NaryConvexSpace and
56+
put its parts into separate modules;
57+
replaced ML-style functors by HB structures and factories.
58+
5959
-------------------
6060
from 0.9.3 to 0.9.4
6161
-------------------

0 commit comments

Comments
 (0)