Skip to content

Commit

Permalink
changelog 0.3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed Jun 11, 2021
1 parent 804a5e0 commit f288723
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 8 deletions.
28 changes: 26 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog

Last releases: [[0.3.8] - 2021-06-01](#038---2021-06-01) and [[0.3.7] - 2021-04-01](#037---2021-04-01)
Last releases: [[0.3.8.1] - 2021-06-12](#0381---2021-06-12) and [[0.3.8] - 2021-06-01](#038---2021-06-01)

## [0.3.8.1] - 2021-06-12

### Added

- in `sequences.v`:
+ lemma `dvg_harmonic`
- in `classical_sets.v`:
+ definitions `image`, `image2`

### Changed

- in `classical_sets.v`
+ notations `[set E | x in A]` and `[set E | x in A & y in B]`
now use definitions `image` and `image2` resp.
+ notation ``f @` A`` now uses the definition `image`

### Removed

- in `sequences.v`:
+ lemma `iter_addr`

## [0.3.8] - 2021-06-01

Expand Down Expand Up @@ -89,7 +110,9 @@ Last releases: [[0.3.8] - 2021-06-01](#038---2021-06-01) and [[0.3.7] - 2021-04-

### Changed

- in `classical_sets.v`, lemma `subset_bigsetU`
- in `classical_sets.v`
+ lemma `subset_bigsetU`
+ notation ``f @` A`` defined as `[set f x | x in A]` instead of using `image`
- in `ereal.v`:
+ change implicits of lemma `lee_sum_nneg_ord`
+ `ereal_sup_ninfty` and `ereal_inf_pinfty` made equivalences
Expand Down Expand Up @@ -144,6 +167,7 @@ Last releases: [[0.3.8] - 2021-06-01](#038---2021-06-01) and [[0.3.7] - 2021-04-

- in `classical_sets.v`
+ lemmas `eq_set_inl`, `set_in_in`
+ definition `image`
- from `topology.v`:
+ lemmas `homoRL_in`, `homoLR_in`, `homo_mono_in`, `monoLR_in`,
`monoRL_in`, `can_mono_in`, `onW_can`, `onW_can_in`, `in_onW_can`,
Expand Down
6 changes: 0 additions & 6 deletions CHANGELOG_UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,12 @@

### Added

- in `sequences.v`:
+ lemma `dvg_harmonic`

### Changed

### Renamed

### Removed

- in `sequences.v`:
+ lemma `iter_addr`

### Infrastructure

### Misc

0 comments on commit f288723

Please sign in to comment.