tag:github.com,2008:https://github.com/math-comp/math-comp/releases Release notes from math-comp 2025-10-13T14:33:39Z tag:github.com,2008:Repository/32018344/mathcomp-2.5.0 2025-10-13T18:54:55Z The Mathematical Components Library 2.5.0 <p>This release is compatible with Coq 8.20 and Rocq 9.0 and 9.1.</p> <p>The main changes are:</p> <ul> <li>multiple refinements of the algebraic hierarchies (this may lead to a few small breakages, in which case we recommend using Rocq 9.1 that should minimize such breakages in the future)</li> <li>package mathcomp-ssreflect got split into mathcomp-boot and mathcomp-order, if you weren't using the order.v file, replacing your mathcomp-ssreflect dependency by mathcomp-boot may save you some compilation time</li> </ul> <p>See the <a href="https://github.com/math-comp/math-comp/blob/master/CHANGELOG.md">CHANGELOG.md</a> file for more details.</p> proux01 tag:github.com,2008:Repository/32018344/mathcomp-2.4.0 2025-04-14T16:00:21Z The Mathematical Components Library 2.4.0 <p>This release is compatible with Coq 8.19, 8.20 and Rocq 9.0.</p> <p>There are five main changes:</p> <ul> <li>the implementation of potentially zero rings,</li> <li>the generalization of modules to semi-modules,</li> <li>the archimedean structure contains the <code>ceil</code> and <code>floor</code> functions,</li> <li>there is now a lightweight automation procedure for semi-decision of interval membership (see <code>interval_inference.v</code>),</li> <li>there is no more dependency in the standard library,</li> </ul> <p>and many other improvements.</p> <p>See the <a href="https://github.com/math-comp/math-comp/blob/master/CHANGELOG.md">CHANGELOG.md</a> file for more details.</p> hoheinzollern tag:github.com,2008:Repository/32018344/mathcomp-2.3.0 2024-11-28T15:22:35Z The Mathematical Components Library 2.3.0 <p>This release is compatible with Coq 8.18 to 8.20.<br> From now on there will be no more 1.x version of mathcomp.</p> <p>See the <a href="https://github.com/math-comp/math-comp/blob/mathcomp-2.3.0/CHANGELOG.md">CHANGELOG.md</a> file for more details.</p> CohenCyril tag:github.com,2008:Repository/32018344/mathcomp-2.2.0 2024-01-17T09:22:51Z The Mathematical Components Library 2.2.0 <p>This release is compatible with Coq 8.16 to 8.19.</p> <p>See the <a href="https://github.com/math-comp/math-comp/blob/mathcomp-2.2.0/CHANGELOG.md">CHANGELOG.md</a> file for more details.</p> proux01 tag:github.com,2008:Repository/32018344/mathcomp-1.19.0 2024-01-15T13:31:30Z The Mathematical Components Library 1.19.0 <p>This release is compatible with Coq 8.16 to 8.19.</p> <p>See the <a href="https://github.com/math-comp/math-comp/blob/mathcomp-1.19.0/CHANGELOG.md">CHANGELOG.md</a> file for more details.</p> proux01 tag:github.com,2008:Repository/32018344/mathcomp-1.18.0 2023-11-01T08:52:28Z The Mathematical Components Library 1.18.0 <p>This release is compatible with Coq versions 8.16, 8.17, and 8.18.</p> <p>See the <a href="https://github.com/math-comp/math-comp/blob/master/CHANGELOG.md">CHANGELOG.md</a> file for more details.</p> affeldt-aist tag:github.com,2008:Repository/32018344/mathcomp-2.1.0 2023-10-24T11:30:48Z The Mathematical Components Library 2.1.0 <p>This release is compatible with Coq 8.16, 8.17, and 8.18.</p> <p>Thanks to the latest versions of Coq, coq-elpi, and Hierarchy-Builder, compilation requires less resources than MathComp 2.0.0. Memory consumption is below 1.5GB and compilation time has been almost halved. This remains slower than MathComp 1.17.0 (and the forthcoming MathComp 1.18.0).</p> <p>See the <a href="https://github.com/math-comp/math-comp/blob/master/CHANGELOG.md">CHANGELOG.md</a> for the several additions (new mathematical structures, lemmas, etc.) to the library.</p> affeldt-aist tag:github.com,2008:Repository/32018344/mathcomp-2.0.0 2023-05-14T18:31:47Z The Mathematical Components Library 2.0.0 <h3><g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> Important <g-emoji class="g-emoji" alias="warning">⚠️</g-emoji></h3> <p>MathComp 2.x is not immediately compatible with version 1.17.0, i.e., porting your development to this new version may require more effort than usual. On the positive side, the entire hierarchy of structures and morphisms has been rewritten using <a href="https://github.com/math-comp/hierarchy-builder/">the Hierarchy Builder tool</a>. This greatly simplifies the development of the hierarchy of structures and will make it possible to extend it without breaking user developments.</p> <p>MathComp 1.x will continue to be maintained and ported to new versions of Coq for the foreseeable future. Still we expect most of the development to happen on top of 2.0.0 and we encourage users to port their developments to the new version. We ported many developments ourselves [1] and wrote <a href="https://github.com/math-comp/math-comp/blob/master/etc/porting_to_mathcomp2/porting.pdf">a little tutorial detailing the most commonly required steps</a>.</p> <h1>MathComp 2.0.0</h1> <p>This release is compatible with Coq 8.16 and 8.17.<br> This release requires HB version 1.4 (on Coq-Elpi 1.16).</p> <p>The hierarchy of structures and morphisms is now based on HB and features 63 new structures, among which the ones for semigroups and semi rings as well as the ones for morphisms on order structures.</p> <p>The contributors to this version are: Anton Trunov, Cyril Cohen, Enrico Tassi, Kazuhiko Sakaguchi, Laurent Théry, Marie Kerjean, Pierre Roux, Quentin Canu, Reynald Affeldt, Thomas Portet, Xavier Allamigeon, Yves Bertot.</p> <p>The <a href="https://hub.docker.com/r/mathcomp/mathcomp/tags?name=2.0.0" rel="nofollow">Docker images</a> are maintained by Érik Martin-Dorel.</p> <p>See the <a href="https://github.com/math-comp/math-comp/blob/master/CHANGELOG.md">CHANGELOG.md</a> file for more details.</p> <h2>Known annoyances</h2> <p>While we believe MathComp 2.0.0 is in a usable state for the majority of our users, we are also aware of few annoyances which we plan to fix in future releases:</p> <ul> <li>The 2.0.0 release requires substantial resources to compile: some huge files (e.g., order.v) require 2.5G of memory to compile (or 4.5G with Coq 8.17), and the full compilation is four times longer than it was with 1.17.0 (about 15 minutes on recent laptops).</li> <li>Canonical instances have longer, generated, names than in 1.17.0, hence they may clutter your goal more than they used to (e.g., if you used to see <code>bool_eqType</code> you will now see <code>Datatypes_bool__canonical__eqtype_Equality</code>). Usually the <code>/=</code> flag helps tyding goals up. Note that one should not rely on these generated names. Since Coq 8.16 one can use type casts to input them (e.g. <code>bool : eqType</code>).</li> <li>Rewriting with theorems from the predicate hierarchies (<code>rpredD</code>, etc.) may leave subgoals which require an extra simplification step (i.e. use <code>rpredD/=</code>).</li> <li>The output of <code>HB.about</code>, <code>HB.howto</code>, and <code>HB.instance</code> is quite useful already but still subpar to our taste.</li> <li>The output of coqdoc is missing the <code>HB.mixin</code> and <code>HB.factory</code> commands as well as the <code>HB.builders</code> sections. Links to generated definitions are also broken.</li> </ul> <p>[1] : Our CI is currently green on the following developments: abel, addition-chains, mathcomp-analysis, autosubst, bigenough, category-theory, mathcomp-classical, coqeal, coq-bits, finmap, fourcolor, gaia, graph-theory, interval, multinomials, odd-order, QuickChick, real-closed, reglang, relation-algebra, tarjan, Verdi, comp-dec-modal.<br> We will open a PR on your repo soon, if we did not already.</p> affeldt-aist tag:github.com,2008:Repository/32018344/mathcomp-1.17.0 2023-05-09T14:21:56Z The Mathematical Components Library 1.17.0 <p>This release is compatible with Coq 8.15, 8.16, and 8.17.</p> <p>See the <a href="https://github.com/math-comp/math-comp/blob/master/CHANGELOG.md">CHANGELOG.md</a> file for more details.</p> affeldt-aist tag:github.com,2008:Repository/32018344/mathcomp-1.16.0 2023-02-01T16:09:46Z The Mathematical Components Library 1.16.0 <p>This release is compatible with Coq 8.13, 8.14, 8.15, 8.16, and 8.17.</p> <p>See the <a href="https://github.com/math-comp/math-comp/blob/master/CHANGELOG.md">CHANGELOG.md</a> file for more details.</p> affeldt-aist