Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
stdpp
Commits
8b8653b8
Commit
8b8653b8
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
edit and fix changelog
parent
0a92e2be
No related branches found
No related tags found
No related merge requests found
Pipeline
#31401
passed
4 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+16
-13
16 additions, 13 deletions
CHANGELOG.md
with
16 additions
and
13 deletions
CHANGELOG.md
+
16
−
13
View file @
8b8653b8
...
...
@@ -3,26 +3,34 @@ API-breaking change is listed.
## std++ master
Coq 8.
7
is n
o longer
supported by this release.
Coq 8.
12
is n
ewly
supported by this release
, and Coq 8.7 is no longer supported
.
-
Rename
`Z2Nat_inj_div`
and
`Z2Nat_inj_mod`
to
`Nat2Z_inj_div`
and
`Nat2Z_inj_mod`
to follow the naming convention of
`Nat2Z`
and
`Z2Nat`
.
T
he names
`Z2Nat_inj_div`
and
`Z2Nat_inj_mod`
have been
repurposed for be the
lemmas they should actually be.
-
Add
ed
`rotate`
and
`rotate_take`
functions for accessing a list with
wrap-around. Also add
ed
`rotate_nat_add`
and
`rotate_nat_sub`
for
`Z2Nat`
.
Re-purpose t
he names
`Z2Nat_inj_div`
and
`Z2Nat_inj_mod`
for be the
lemmas they should actually be.
-
Add
`rotate`
and
`rotate_take`
functions for accessing a list with
wrap-around. Also add
`rotate_nat_add`
and
`rotate_nat_sub`
for
computing indicies into a rotated list.
-
Add
ed
the
`select`
and
`revert select`
tactics for selecting and
-
Add the
`select`
and
`revert select`
tactics for selecting and
reverting a hypothesis based on a pattern.
-
Extract
ed
`list_numbers.v`
from
`list.v`
and
`numbers.v`
for
-
Extract
`list_numbers.v`
from
`list.v`
and
`numbers.v`
for
functions, which operate on lists of numbers (
`seq`
,
`seqZ`
,
`sum_list(_with)`
and
`max_list(_with)`
).
`list_numbers.v`
is
exported by the prelude. This is a breaking change if one only
imports
`list.v`
, but not the prelude.
-
Rename
`drop_insert`
into
`drop_insert_gt`
and add
`drop_insert_le`
.
-
Add
ed
`Countable`
instance for
`Ascii.ascii`
.
-
Add
`Countable`
instance for
`Ascii.ascii`
.
-
Make lemma
`list_find_Some`
more apply friendly.
-
Add
`filter_app`
lemma.
-
Add tactic
`multiset_solver`
for solving goals involving multisets.
-
Rename
`fin_maps.singleton_proper`
into
`singletonM_proper`
since it concerns
`singletonM`
and to avoid overlap with
`sets.singleton_proper`
.
-
Add
`wn R`
for weakly normalizing elements w.r.t. a relation
`R`
.
-
Add
`encode_Z`
/
`decode_Z`
functions to encode elements of a countable type
as integers
`Z`
, in analogy with
`encode_nat`
/
`decode_nat`
.
-
Fix list
`Datatypes.length`
and string
`strings.length`
shadowing (
`length`
should now always be
`Datatypes.length`
).
## std++ 1.3 (released 2020-03-18)
...
...
@@ -76,11 +84,6 @@ Noteworthy additions and changes:
`seqZ_lookup_ge`
→
`lookup_seqZ_ge`
, and
`seqZ_lookup`
→
`lookup_seqZ`
+
Rename
`lookup_seq_inv`
→
`lookup_seq`
and generalize it to a bi-implication
+
Add
`NoDup_seqZ`
and
`Forall_seqZ`
-
Rename
`fin_maps.singleton_proper`
into
`singletonM_proper`
since it concerns
`singletonM`
and to avoid overlap with
`sets.singleton_proper`
.
-
Add
`wn R`
for weakly normalizing elements w.r.t. a relation
`R`
.
-
Add
`encode_Z`
/
`decode_Z`
functions to encode elements of a countable type
as integers
`Z`
, in analogy with
`encode_nat`
/
`decode_nat`
.
The following
`sed`
script should perform most of the renaming
(on macOS, replace
`sed`
by
`gsed`
, installed via e.g.
`brew install gnu-sed`
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment