Skip to content

Commit 8bd7142

Browse files
committed
changelog for version 0.5.0
1 parent b012cf4 commit 8bd7142

File tree

3 files changed

+63
-53
lines changed

3 files changed

+63
-53
lines changed

CHANGELOG.md

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

3-
Last releases: [[0.4.0] - 2022-03-08](#040---2022-03-08) and [[0.3.13] - 2022-01-24](#0313---2022-01-24)
3+
Last releases: [[0.5.0] - 2022-03-23](#050---2022-03-23) and [[0.4.0] - 2022-03-08](#040---2022-03-08)
4+
5+
## [0.5.0] - 2022-03-23
6+
7+
### Added
8+
9+
- in `signed.v`:
10+
+ notations `%:nngnum` and `%:posnum`
11+
- in `ereal.v`:
12+
+ notations `{posnum \bar R}` and `{nonneg \bar R}`
13+
+ notations `%:pos` and `%:nng` in `ereal_dual_scope` and `ereal_scope`
14+
+ variants `posnume_spec` and `nonnege_spec`
15+
+ definitions `posnume`, `nonnege`, `abse_reality_subdef`,
16+
`ereal_sup_reality_subdef`, `ereal_inf_reality_subdef`
17+
+ lemmas `ereal_comparable`, `pinfty_snum_subproof`, `ninfty_snum_subproof`,
18+
`EFin_snum_subproof`, `fine_snum_subproof`, `oppe_snum_subproof`,
19+
`adde_snum_subproof`, `dadde_snum_subproof`, `mule_snum_subproof`,
20+
`abse_reality_subdef`, `abse_snum_subproof`, `ereal_sup_snum_subproof`,
21+
`ereal_inf_snum_subproof`, `num_abse_eq0`, `num_lee_maxr`, `num_lee_maxl`,
22+
`num_lee_minr`, `num_lee_minl`, `num_lte_maxr`, `num_lte_maxl`,
23+
`num_lte_minr`, `num_lte_minl`, `num_abs_le`, `num_abs_lt`,
24+
`posnumeP`, `nonnegeP`
25+
+ signed instances `pinfty_snum`, `ninfty_snum`, `EFin_snum`, `fine_snum`,
26+
`oppe_snum`, `adde_snum`, `dadde_snum`, `mule_snum`, `abse_snum`,
27+
`ereal_sup_snum`, `ereal_inf_snum`
28+
29+
### Changed
30+
31+
- in `functions.v`:
32+
+ `addrfunE` renamed to `addrfctE` and generalized to `Type`, `zmodType`
33+
+ `opprfunE` renamed to `opprfctE` and generalized to `Type`, `zmodType`
34+
- moved from `functions.v` to `classical_sets.v`
35+
+ lemma `subsetW`, definition `subsetCW`
36+
- in `mathcomp_extra.v`:
37+
+ fix notation `ltLHS`
38+
39+
### Renamed
40+
41+
- in `topology.v`:
42+
+ `open_bigU` -> `bigcup_open`
43+
- in `functions.v`:
44+
+ `mulrfunE` -> `mulrfctE`
45+
+ `scalrfunE` -> `scalrfctE`
46+
+ `exprfunE` -> `exprfctE`
47+
+ `valLr` -> `valR`
48+
+ `valLr_fun` -> `valR_fun`
49+
+ `valLrK` -> `valRK`
50+
+ `oinv_valLr` -> `oinv_valR`
51+
+ `valLr_inj_subproof` -> `valR_inj_subproof`
52+
+ `valLr_surj_subproof` -> `valR_surj_subproof`
53+
- in `measure.v`:
54+
+ `measurable_bigcup` -> `bigcupT_measurable`
55+
+ `measurable_bigcap` -> `bigcapT_measurable`
56+
+ `measurable_bigcup_rat` -> `bigcupT_measurable_rat`
57+
- in `lebesgue_measure.v`:
58+
+ `emeasurable_bigcup` -> `bigcupT_emeasurable`
59+
60+
### Removed
61+
62+
- files `posnum.v` and `nngnum.v` (both subsumed by `signed.v`)
63+
- in `topology.v`:
64+
+ `ltr_distlC`, `ler_distlC`
465

566
## [0.4.0] - 2022-03-08
667

CHANGELOG_UNRELEASED.md

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -4,63 +4,12 @@
44

55
### Added
66

7-
- in `signed.v`:
8-
+ notations `%:nngnum` and `%:posnum`
9-
- in `ereal.v`:
10-
+ notations `{posnum \bar R}` and `{nonneg \bar R}`
11-
+ notations `%:pos` and `%:nng` in `ereal_dual_scope` and `ereal_scope`
12-
+ variants `posnume_spec` and `nonnege_spec`
13-
+ definitions `posnume`, `nonnege`, `abse_reality_subdef`,
14-
`ereal_sup_reality_subdef`, `ereal_inf_reality_subdef`
15-
+ lemmas `ereal_comparable`, `pinfty_snum_subproof`, `ninfty_snum_subproof`,
16-
`EFin_snum_subproof`, `fine_snum_subproof`, `oppe_snum_subproof`,
17-
`adde_snum_subproof`, `dadde_snum_subproof`, `mule_snum_subproof`,
18-
`abse_reality_subdef`, `abse_snum_subproof`, `ereal_sup_snum_subproof`,
19-
`ereal_inf_snum_subproof`, `num_abse_eq0`, `num_lee_maxr`, `num_lee_maxl`,
20-
`num_lee_minr`, `num_lee_minl`, `num_lte_maxr`, `num_lte_maxl`,
21-
`num_lte_minr`, `num_lte_minl`, `num_abs_le`, `num_abs_lt`,
22-
`posnumeP`, `nonnegeP`
23-
+ signed instances `pinfty_snum`, `ninfty_snum`, `EFin_snum`, `fine_snum`,
24-
`oppe_snum`, `adde_snum`, `dadde_snum`, `mule_snum`, `abse_snum`,
25-
`ereal_sup_snum`, `ereal_inf_snum`
26-
277
### Changed
288

29-
- in `functions.v`:
30-
+ `addrfunE` renamed to `addrfctE` and generalized to `Type`, `zmodType`
31-
+ `opprfunE` renamed to `opprfctE` and generalized to `Type`, `zmodType`
32-
- moved from `functions.v` to `classical_sets.v`
33-
+ lemma `subsetW`, definition `subsetCW`
34-
- in `mathcomp_extra.v`:
35-
+ fix notation `ltLHS`
36-
379
### Renamed
3810

39-
- in `topology.v`:
40-
+ `open_bigU` -> `bigcup_open`
41-
- in `functions.v`:
42-
+ `mulrfunE` -> `mulrfctE`
43-
+ `scalrfunE` -> `scalrfctE`
44-
+ `exprfunE` -> `exprfctE`
45-
+ `valLr` -> `valR`
46-
+ `valLr_fun` -> `valR_fun`
47-
+ `valLrK` -> `valRK`
48-
+ `oinv_valLr` -> `oinv_valR`
49-
+ `valLr_inj_subproof` -> `valR_inj_subproof`
50-
+ `valLr_surj_subproof` -> `valR_surj_subproof`
51-
- in `measure.v`:
52-
+ `measurable_bigcup` -> `bigcupT_measurable`
53-
+ `measurable_bigcap` -> `bigcapT_measurable`
54-
+ `measurable_bigcup_rat` -> `bigcupT_measurable_rat`
55-
- in `lebesgue_measure.v`:
56-
+ `emeasurable_bigcup` -> `bigcupT_emeasurable`
57-
5811
### Removed
5912

60-
- files `posnum.v` and `nngnum.v` (both subsumed by `signed.v`)
61-
- in `topology.v`:
62-
+ `ltr_distlC`, `ler_distlC`
63-
6413
### Infrastructure
6514

6615
### Misc

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $ opam install coq-mathcomp-analysis
4747
```
4848
To install a precise version, type, say
4949
```
50-
$ opam install coq-mathcomp-analysis.0.4.0
50+
$ opam install coq-mathcomp-analysis.0.5.0
5151
```
5252
4. Everytime you want to work in this same context, you need to type
5353
```

0 commit comments

Comments
 (0)