Skip to content

Commit b4f2663

Browse files
authored
changelog for version 1.0.0 (#1165)
* changelog for version 1.0.0
1 parent cb51fad commit b4f2663

File tree

6 files changed

+665
-655
lines changed

6 files changed

+665
-655
lines changed

CHANGELOG.md

Lines changed: 646 additions & 1 deletion
Large diffs are not rendered by default.

CHANGELOG_UNRELEASED.md

Lines changed: 0 additions & 637 deletions
Large diffs are not rendered by default.

INSTALL.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## Requirements
44

5-
- [The Coq Proof Assistant version ≥ 8.15](https://coq.inria.fr)
6-
- [Mathematical Components version ≥ 1.17.0](https://github.com/math-comp/math-comp)
7-
- [Finmap library version ≥ 1.5.1](https://github.com/math-comp/finmap)
8-
- [Hierarchy builder version >= 1.2.0](https://github.com/math-comp/hierarchy-builder)
5+
- [The Coq Proof Assistant version ≥ 8.16](https://coq.inria.fr)
6+
- [Mathematical Components version ≥ 2.0.0](https://github.com/math-comp/math-comp)
7+
- [Finmap library version ≥ 2.0.0](https://github.com/math-comp/finmap)
8+
- [Hierarchy builder version >= 1.4.0](https://github.com/math-comp/hierarchy-builder)
99
- [bigenough >= 1.0.0](https://github.com/math-comp/bigenough)
1010

1111
These requirements can be installed in a custom way, or through
@@ -48,7 +48,7 @@ $ opam install coq-mathcomp-analysis
4848
```
4949
To install a precise version, type, say
5050
```
51-
$ opam install coq-mathcomp-analysis.0.7.0
51+
$ opam install coq-mathcomp-analysis.1.0.0
5252
```
5353
4. Everytime you want to work in this same context, you need to type
5454
```
@@ -71,28 +71,28 @@ using [proof general for emacs](https://github.com/ProofGeneral/PG)
7171

7272
## Break-down of phase 3 of the installation procedure step by step
7373

74-
With the example of Coq 8.15.0 and MathComp 1.17.0. For other versions, update the
74+
With the example of Coq 8.16.0 and MathComp 2.0.0. For other versions, update the
7575
version numbers accordingly.
7676

77-
1. Install Coq 8.15.0
77+
1. Install Coq 8.16.0
7878
```
79-
$ opam install coq.8.15.0
79+
$ opam install coq.8.16.0
8080
```
8181
2. Install the Mathematical Components
8282
```
83-
$ opam install coq-mathcomp-ssreflect.1.17.0
84-
$ opam install coq-mathcomp-fingroup.1.17.0
85-
$ opam install coq-mathcomp-algebra.1.17.0
86-
$ opam install coq-mathcomp-solvable.1.17.0
87-
$ opam install coq-mathcomp-field.1.17.0
83+
$ opam install coq-mathcomp-ssreflect.2.0.0
84+
$ opam install coq-mathcomp-fingroup.2.0.0
85+
$ opam install coq-mathcomp-algebra.2.0.0
86+
$ opam install coq-mathcomp-solvable.2.0.0
87+
$ opam install coq-mathcomp-field.2.0.0
8888
```
8989
3. Install the Finite maps library
9090
```
91-
$ opam install coq-mathcomp-finmap.1.5.1
91+
$ opam install coq-mathcomp-finmap.2.0.0
9292
```
9393
4. Install the Hierarchy Builder
9494
```
95-
$ opam install coq-hierarchy-builder.1.2.0
95+
$ opam install coq-hierarchy-builder.1.6.0
9696
```
9797
5. Download and compile `coq-mathcomp-analysis` without installing
9898
```

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ the Coq proof-assistant and using the Mathematical Components library.
2222

2323
- Author(s):
2424
- Reynald Affeldt (initial)
25+
- Alessandro Bruni
2526
- Yves Bertot
2627
- Cyril Cohen (initial)
2728
- Marie Kerjean
@@ -69,7 +70,6 @@ make # or make -j <number-of-cores-on-your-machine>
6970
make install
7071
```
7172

72-
7373
## Disclaimer
7474

7575
This library is still at an experimental stage. Contents may
@@ -80,7 +80,7 @@ own risk.
8080
## Documentation
8181

8282
Each file is documented in its header
83-
([coqdoc presentation for the last version](https://math-comp.github.io/analysis/htmldoc_0_7_0/index.html)).
83+
([coqdoc presentation for the last version](https://math-comp.github.io/analysis/htmldoc_1_0_0/index.html)).
8484

8585
Changes are documented in [CHANGELOG.md](CHANGELOG.md) and
8686
[CHANGELOG_UNRELEASED.md](CHANGELOG_UNRELEASED.md).

coq-mathcomp-analysis.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ tags: [
5151
]
5252
authors: [
5353
"Reynald Affeldt"
54+
"Alessandro Bruni"
5455
"Yves Bertot"
5556
"Cyril Cohen"
5657
"Marie Kerjean"

coq-mathcomp-classical.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ tags: [
3838
]
3939
authors: [
4040
"Reynald Affeldt"
41+
"Alessandro Bruni"
4142
"Yves Bertot"
4243
"Cyril Cohen"
4344
"Marie Kerjean"

0 commit comments

Comments
 (0)