| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-18 | cardinality lemmas for #|A| <= 1 and n <= #|A| | Christian Doczkal | |
| 2020-06-17 | Merge pull request #499 from chdoc/contra-prop | Cyril Cohen | |
| contra lemmas involving propositions | |||
| 2020-06-17 | contra lemmas involving propositions | Christian Doczkal | |
| 2020-06-10 | Merge pull request #535 from CohenCyril/allow-coq-dev | Cyril Cohen | |
| Generated opam packages allow coq-dev again | |||
| 2020-06-10 | Generated opam packages allow coq-dev again | Cyril Cohen | |
| As a result of [a discussion on Zulip](https://coq.zulipchat.com/#narrow/stream/237665-math-comp-devs/topic/MathComp.201.2E11.2E0.20OPAM.20packages.20Coq.20compatibility) Reverts "removing opam `| (= "dev")` for released packages" (commit 313e44316177c918b363c118f15297e08d13eb4e). | |||
| 2020-06-09 | removing opam `| (= "dev")` for released packages | Cyril Cohen | |
| 2020-06-09 | Complying to SPDX | Cyril Cohen | |
| 2020-06-09 | fixing mailmap | Cyril Cohen | |
| 2020-06-09 | mailmap for Yves and Reynald | Cyril Cohen | |
| 2020-06-09 | Merge pull request #533 from affeldt-aist/changelogs_before_release | affeldt-aist | |
| edit changelogs before release | |||
| 2020-06-09 | Merge pull request #534 from CohenCyril/doc-1.11 | Cyril Cohen | |
| add lua&sed to nixshell and switch to coq 8.11 + fixing doc | |||
| 2020-06-09 | add lua&sed to shell and switch to coq 8.11 + fixing doc | Cyril Cohen | |
| 2020-06-09 | edit changelogs before release | Reynald Affeldt | |
| 2020-06-09 | Merge pull request #532 from CohenCyril/silence-8.12-warnings | Cyril Cohen | |
| fix coq 8.12 warnings | |||
| 2020-06-09 | fix coq 8.12 warnings | Cyril Cohen | |
| 2020-06-08 | Merge pull request #531 from CohenCyril/fix_cyclotomic | Cyril Cohen | |
| turning let into local definition | |||
| 2020-06-08 | turning let into local definition | Cyril Cohen | |
| 2020-06-08 | Merge pull request #528 from CohenCyril/silence_warnings | Cyril Cohen | |
| silencing warnings in individual packages | |||
| 2020-06-08 | silencing warnings in individual packages | Cyril Cohen | |
| 2020-06-08 | Merge pull request #519 from CohenCyril/homomono_in | Yves Bertot | |
| Missing homo/mono lemmas in the presence of cancellation | |||
| 2020-06-08 | Cachix action (#525) | Cyril Cohen | |
| tentative fix | |||
| 2020-06-08 | Documenting addition policy to coq. | Cyril Cohen | |
| 2020-06-08 | Merge pull request #524 from erikmd/coq-8.12 | Cyril Cohen | |
| [CI/CD] Deploy mathcomp/mathcomp-dev:coq-8.12 (with Coq 8.12+alpha) | |||
| 2020-06-07 | [CI/CD] Deploy mathcomp/mathcomp-dev:coq-8.12 (with Coq 8.12+alpha) | Erik Martin-Dorel | |
| 2020-06-06 | Merge pull request #522 from affeldt-aist/update_readme | Cyril Cohen | |
| change links to the wiki to links to the website | |||
| 2020-06-06 | bugfix | Cyril Cohen | |
| 2020-06-06 | fix the changelog | Reynald Affeldt | |
| 2020-06-06 | add new lemmas to the changelog | Reynald Affeldt | |
| 2020-06-06 | Missing homo_mono lemmas | Cyril Cohen | |
| 2020-06-06 | Merge pull request #516 from CohenCyril/maxr | affeldt-aist | |
| Generalizing max and min to porderType | |||
| 2020-06-06 | Improvements | Cyril Cohen | |
| - deprecating `fintype.arg_(min|max)P` - removing dangling comments connecting min max and meet join - better compatibility module - removing broken notations with `\min` and `\max` (no neutral available) - fixing `incompare` and `incomparel` in order.v - adding missing elimination lemmas (`(comparable_)?(max|min)E[lg][et]`) - adding missing `(comparable|real)_arg(min|max)P` - CHANGELOG update | |||
| 2020-06-06 | tentative changelog | Reynald Affeldt | |
| - mostly gathered the changes from previous commits - add `minrC` - minor doc addition to `order.v` | |||
| 2020-06-06 | General theory of min and max, and use in ssrnum | Cyril Cohen | |
| - min and max can now be used in a partial order (sometimes under preconditions) - min and max can now be used in a numDomainType (sometimes under preconditions) | |||
| 2020-06-06 | Increasing definitional equalities | Cyril Cohen | |
| - `Order.max` and `Order.min` are now convertible to `maxn` and `minn` - Inserting `(fun _ _ => erefl)` in `LeOrderMixin` and `LtOrderMixin` gives `meet`/`join` which are convertible to `min`/`max` - `Order.max` and `Order.min` are not convertible to former `Num.max` and `Num.min` | |||
| 2020-06-06 | Generalizing max and min to porderType | Cyril Cohen | |
| - max and min are not defined in terms or meet and join anymore - extremum_inP is a generalization of extremum suitable for a partial order - arg_min and arg_max are usable in a porderType - equivalences between min and meet, and max and join are proven for orderType - leP, ltP, ltgtP, and `[l]?comparable_.*P` lemmas have been generalized to take this into account - total_display was completely removed | |||
| 2020-06-06 | change links to the wiki to links to the website | Reynald Affeldt | |
| 2020-06-05 | Merge pull request #514 from affeldt-aist/lemmas_from_analysis_20200521 | Yves Bertot | |
| Lemma addition to ssrnum | |||
| 2020-06-05 | fix naming | Reynald Affeldt | |
| 2020-06-05 | Missing mono lemmas (#513) | Cyril Cohen | |
| * Missing mono lemmas | |||
| 2020-06-04 | fix changelog | Reynald Affeldt | |
| 2020-06-04 | fix md formatting | Reynald Affeldt | |
| 2020-06-04 | fix naming | Reynald Affeldt | |
| 2020-06-03 | Merge pull request #520 from CohenCyril/cachix-action | Cyril Cohen | |
| Cachix action | |||
| 2020-06-03 | update default nix and setup cachix | Cyril Cohen | |
| 2020-06-03 | add real_* variants | Reynald Affeldt | |
| 2020-06-02 | another lemma about norm from mathcomp-analysis | Reynald Affeldt | |
| 2020-05-28 | Merge pull request #511 from CohenCyril/nix | Yves Bertot | |
| adding default nix shell | |||
| 2020-05-28 | Merge pull request #504 from pi8027/selectors | affeldt-aist | |
| Revise proofs in ssreflect/*.v | |||
| 2020-05-27 | URL in https | Cyril Cohen | |
| 2020-05-22 | tentative change of naming convention and add variants | Reynald Affeldt | |
