Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 authored and affeldt-aist committed Oct 28, 2024
1 parent b3ad7ec commit 57b7b2d
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG_UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,39 @@

### Added

- file `Rstruct_topology.v`

- package `coq-mathcomp-reals` depending on `coq-mathcomp-classical`
with files
+ `constructive_ereal.v`
+ `reals.v`
+ `real_interval.v`
+ `signed.v`
+ `itv.v`
+ `prodnormedzmodule.v`
+ `nsatz_realtype.v`
+ `all_reals.v`

- in file `separation_axioms.v`,
+ new lemmas `compact_normal_local`, and `compact_normal`.

- package `coq-mathcomp-altreals` depending on `coq-mathcomp-reals`
with files
+ `xfinmap.v`
+ `discrete.v`
+ `realseq.v`
+ `realsum.v`
+ `distr.v`

- package `coq-mathcomp-reals-stdlib` depending on `coq-mathcomp-reals`
with file
+ `Rstruct.v`

- package `coq-mathcomp-analysis-stdlib` depending on
`coq-mathcomp-analysis` and `coq-mathcomp-reals-stdlib` with files
+ `Rstruct_topology.v`
+ `showcase/uniform_bigO.v`

- in file `separation_axioms.v`,
+ new lemmas `compact_normal_local`, and `compact_normal`.

Expand Down Expand Up @@ -31,6 +64,16 @@
which removes the dependency on `R`. The old formulation can be
recovered easily with `uniform_separatorP`.

- moved from `Rstruct.v` to `Rstruct_topology.v`
+ lemmas `continuity_pt_nbhs`, `continuity_pt_cvg`,
`continuity_ptE`, `continuity_pt_cvg'`, `continuity_pt_dnbhs`
and `nbhs_pt_comp`

- moved from `real_interval.v` to `normedtype.v`
+ lemmas `set_itvK`, `RhullT`, `RhullK`, `set_itv_setT`,
`Rhull_smallest`, `le_Rhull`, `neitv_Rhull`, `Rhull_involutive`,
`disj_itv_Rhull`

### Renamed

### Generalized
Expand Down

0 comments on commit 57b7b2d

Please sign in to comment.