|
1 | 1 | # Changelog |
2 | 2 |
|
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` |
4 | 65 |
|
5 | 66 | ## [0.4.0] - 2022-03-08 |
6 | 67 |
|
|
0 commit comments