|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -Latest releases: [[1.7.0] - 2024-11-22](#170---2024-11-22) and [[1.6.0] - 2024-10-25](#160---2024-10-25) |
| 3 | +Latest releases: [[1.8.0] - 2024-12-19](#180---2024-12-19), [[1.7.0] - 2024-11-22](#170---2024-11-22) and [[1.6.0] - 2024-10-25](#160---2024-10-25) |
| 4 | + |
| 5 | +## [1.8.0] - 2024-12-19 |
| 6 | + |
| 7 | +### Added |
| 8 | + |
| 9 | +- in `mathcomp_extra.v`: |
| 10 | + + lemma `partition_disjoint_bigfcup` |
| 11 | + |
| 12 | +- in `constructive_ereal.v`: |
| 13 | + + notations `\prod` in scope ereal_scope |
| 14 | + + lemmas `prode_ge0`, `prode_fin_num` |
| 15 | + |
| 16 | +- in `num_topology.v`: |
| 17 | + + lemma `in_continuous_mksetP` |
| 18 | + |
| 19 | +- in `normedtype.v`: |
| 20 | + + lemmas `continuous_within_itvcyP`, `continuous_within_itvNycP` |
| 21 | + |
| 22 | +- in file `realfun.v`: |
| 23 | + + lemma `cvg_nbhsP` |
| 24 | + |
| 25 | +- in `measure.v`: |
| 26 | + + lemma `countable_bigcupT_measurable` |
| 27 | + + definition `discrete_measurable` |
| 28 | + + lemmas `discrete_measurable0`, `discrete_measurableC`, `discrete_measurableU` |
| 29 | + |
| 30 | +- in `lebesgue_measure.v`: |
| 31 | + + lemma `measurable_indicP` |
| 32 | + + lemma `measurable_powRr` |
| 33 | + |
| 34 | +- in `lebesgue_integral.v`: |
| 35 | + + definition `dyadic_approx` (was `Let A`) |
| 36 | + + definition `integer_approx` (was `Let B`) |
| 37 | + + lemma `measurable_sum` |
| 38 | + + lemma `integrable_indic` |
| 39 | + + lemmas `integrable_pushforward`, `integral_pushforward` |
| 40 | + + lemma `integral_measure_add` |
| 41 | + |
| 42 | +- in `probability.v`: |
| 43 | + + lemma `expectation_def` |
| 44 | + + notation `'M_` |
| 45 | + + lemma `integral_distribution` (existing lemma `integral_distribution` has been renamed) |
| 46 | + |
| 47 | +### Changed |
| 48 | + |
| 49 | +- in `lebesgue_integrale.v` |
| 50 | + + change implicits of `measurable_funP` |
| 51 | + |
| 52 | +### Renamed |
| 53 | + |
| 54 | +- in `classical_sets.v`: |
| 55 | + + `preimage_itv_o_infty` -> `preimage_itvoy` |
| 56 | + + `preimage_itv_c_infty` -> `preimage_itvcy` |
| 57 | + + `preimage_itv_infty_o` -> `preimage_itvNyo` |
| 58 | + + `preimage_itv_infty_c` -> `preimage_itvNyc` |
| 59 | + |
| 60 | +- in `constructive_ereal.v`: |
| 61 | + + `maxeMr` -> `maxe_pMr` |
| 62 | + + `maxeMl` -> `maxe_pMl` |
| 63 | + + `mineMr` -> `mine_pMr` |
| 64 | + + `mineMl` -> `mine_pMl` |
| 65 | + |
| 66 | +- file `homotopy_theory/path.v` -> `homotopy_theory/continuous_path.v` |
| 67 | + |
| 68 | +- in `lebesgue_measure.v`: |
| 69 | + + `measurable_fun_indic` -> `measurable_indic` |
| 70 | + + `emeasurable_fun_sum` -> `emeasurable_sum` |
| 71 | + + `emeasurable_fun_fsum` -> `emeasurable_fsum` |
| 72 | + + `ge0_emeasurable_fun_sum` -> `ge0_emeasurable_sum` |
| 73 | + |
| 74 | +- in `probability.v`: |
| 75 | + + `expectationM` -> `expectationZl` |
| 76 | + + `integral_distribution` -> `ge0_integral_distribution` |
| 77 | + |
| 78 | +### Generalized |
| 79 | + |
| 80 | +- in `sequences.v`: |
| 81 | + + lemmas `cvg_restrict`, `cvg_centern`, `cvg_shiftn cvg_shiftS` |
| 82 | + |
| 83 | +- in `lebesgue_integral.v`: |
| 84 | + + lemma `measurable_sfunP` |
| 85 | + |
| 86 | +- in `probability.v`: |
| 87 | + + definition `random_variable` |
| 88 | + + lemmas `notin_range_measure`, `probability_range` |
| 89 | + + definition `distribution` |
| 90 | + + lemma `probability_distribution`, `integral_distribution` |
| 91 | + + mixin `MeasurableFun_isDiscrete` |
| 92 | + + structure `discreteMeasurableFun` |
| 93 | + + definition `discrete_random_variable` |
| 94 | + + lemma `dRV_dom_enum` |
| 95 | + + definitions `dRV_dom`, `dRV_enum`, `enum_prob` |
| 96 | + + lemmas `distribution_dRV`, `sum_enum_prob` |
| 97 | + |
| 98 | +### Deprecated |
| 99 | + |
| 100 | +- in file `lebesgue_integral.v`: |
| 101 | + + lemma `approximation` |
| 102 | + |
| 103 | +### Removed |
| 104 | + |
| 105 | +- in `constructive_ereal.v` |
| 106 | + + notation `lee_opp` (deprecated since 0.6.5) |
| 107 | + + notation `lte_opp` (deprecated since 0.6.5) |
| 108 | + |
| 109 | +- in `measure.v`: |
| 110 | + + `dynkin_setI_bigsetI` (use `big_ind` instead) |
| 111 | + |
| 112 | +- in `lebesgue_measurable.v`: |
| 113 | + + notation `measurable_fun_power_pos` (deprecated since 0.6.3) |
| 114 | + + notation `measurable_power_pos` (deprecated since 0.6.4) |
| 115 | + |
| 116 | +- in `lebesgue_integral.v`: |
| 117 | + + lemma `measurable_indic` (was uselessly specializing `measurable_fun_indic` (now `measurable_indic`) from `lebesgue_measure.v`) |
| 118 | + + notation `measurable_fun_indic` (deprecation since 0.6.3) |
4 | 119 |
|
5 | 120 | ## [1.7.0] - 2024-11-22 |
6 | 121 |
|
|
0 commit comments