Skip to content

Commit

Permalink
changelog for version 1.0.0 (#1165)
Browse files Browse the repository at this point in the history
* changelog for version 1.0.0
  • Loading branch information
affeldt-aist committed Jan 26, 2024
1 parent cb51fad commit b4f2663
Show file tree
Hide file tree
Showing 6 changed files with 665 additions and 655 deletions.
647 changes: 646 additions & 1 deletion CHANGELOG.md

Large diffs are not rendered by default.

637 changes: 0 additions & 637 deletions CHANGELOG_UNRELEASED.md

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

## Requirements

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

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

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

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

1. Install Coq 8.15.0
1. Install Coq 8.16.0
```
$ opam install coq.8.15.0
$ opam install coq.8.16.0
```
2. Install the Mathematical Components
```
$ opam install coq-mathcomp-ssreflect.1.17.0
$ opam install coq-mathcomp-fingroup.1.17.0
$ opam install coq-mathcomp-algebra.1.17.0
$ opam install coq-mathcomp-solvable.1.17.0
$ opam install coq-mathcomp-field.1.17.0
$ opam install coq-mathcomp-ssreflect.2.0.0
$ opam install coq-mathcomp-fingroup.2.0.0
$ opam install coq-mathcomp-algebra.2.0.0
$ opam install coq-mathcomp-solvable.2.0.0
$ opam install coq-mathcomp-field.2.0.0
```
3. Install the Finite maps library
```
$ opam install coq-mathcomp-finmap.1.5.1
$ opam install coq-mathcomp-finmap.2.0.0
```
4. Install the Hierarchy Builder
```
$ opam install coq-hierarchy-builder.1.2.0
$ opam install coq-hierarchy-builder.1.6.0
```
5. Download and compile `coq-mathcomp-analysis` without installing
```
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ the Coq proof-assistant and using the Mathematical Components library.

- Author(s):
- Reynald Affeldt (initial)
- Alessandro Bruni
- Yves Bertot
- Cyril Cohen (initial)
- Marie Kerjean
Expand Down Expand Up @@ -69,7 +70,6 @@ make # or make -j <number-of-cores-on-your-machine>
make install
```


## Disclaimer

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

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

Changes are documented in [CHANGELOG.md](CHANGELOG.md) and
[CHANGELOG_UNRELEASED.md](CHANGELOG_UNRELEASED.md).
Expand Down
1 change: 1 addition & 0 deletions coq-mathcomp-analysis.opam
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ tags: [
]
authors: [
"Reynald Affeldt"
"Alessandro Bruni"
"Yves Bertot"
"Cyril Cohen"
"Marie Kerjean"
Expand Down
1 change: 1 addition & 0 deletions coq-mathcomp-classical.opam
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ tags: [
]
authors: [
"Reynald Affeldt"
"Alessandro Bruni"
"Yves Bertot"
"Cyril Cohen"
"Marie Kerjean"
Expand Down

0 comments on commit b4f2663

Please sign in to comment.