Skip to content

Commit 99c3a83

Browse files
authored
changelog for version 1.3.1 (#1290)
* changelog for version 1.3.1
1 parent 5517979 commit 99c3a83

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Changelog
22

3-
Latest releases: [[1.3.0] - 2024-08-06](#130---2024-08-06) and [[1.2.0] - 2024-06-06](#120---2024-06-06)
3+
Latest releases: [[1.3.1] - 2024-08-09](#131---2024-08-09) and [[1.3.0] - 2024-08-06](#130---2024-08-06)
4+
5+
## [1.3.1] - 2024-08-09
6+
7+
### Changed
8+
9+
- in `wochoice.v`:
10+
+ two applications of the lemma `in3W` have been removed because they seem to cause
11+
a universe inconsistency when one loads the `ring` module of `algebra-tactics`
12+
13+
### Generalized
14+
15+
- in `reals.v`:
16+
+ lemma `rat_in_itvoo` (from `realType` to `archiFieldType`)
417

518
## [1.3.0] - 2024-08-06
619

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.1.3.0
51+
$ opam install coq-mathcomp-analysis.1.3.1
5252
```
5353
4. Everytime you want to work in this same context, you need to type
5454
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ We try to preserve backward compatibility as best as we can.
8383
## Documentation
8484

8585
Each file is documented in its header
86-
([documentation for the last version](https://math-comp.github.io/analysis/htmldoc_1_3_0/index.html), using [`coq2html`](https://github.com/xavierleroy/coq2html)).
86+
([documentation for the last version](https://math-comp.github.io/analysis/htmldoc_1_3_1/index.html), using [`coq2html`](https://github.com/xavierleroy/coq2html)).
8787

8888
Overview presentations:
8989
- [Classical Analysis with Coq](https://perso.crans.org/cohen/CoqWS2018.pdf) (2018)

0 commit comments

Comments
 (0)