author | wenzelm |
Fri, 01 Apr 2022 11:27:04 +0200 | |
changeset 75386 | 9d67ca1a57e3 |
parent 75364 | 366f85a10407 |
child 75401 | 010a77180dff |
permissions | -rw-r--r-- |
24799 | 1 |
For the purposes of the license agreement in the file COPYRIGHT, a |
62098 | 2 |
'contributor' is anybody who is listed in this file (CONTRIBUTORS) or who is |
3 |
listed as an author in one of the source files of this Isabelle distribution. |
|
4 |
||
23382 | 5 |
|
74775 | 6 |
Contributions to this Isabelle version |
7 |
-------------------------------------- |
|
8 |
||
75126
da1108a6d249
various improvements to Isabelle/VSCode (by Denis Paluca and Fabian Huch);
wenzelm
parents:
74775
diff
changeset
|
9 |
* April - August 2021: Denis Paluca and Fabian Huch, TU München |
da1108a6d249
various improvements to Isabelle/VSCode (by Denis Paluca and Fabian Huch);
wenzelm
parents:
74775
diff
changeset
|
10 |
Various improvements to Isabelle/VSCode. |
da1108a6d249
various improvements to Isabelle/VSCode (by Denis Paluca and Fabian Huch);
wenzelm
parents:
74775
diff
changeset
|
11 |
|
75364 | 12 |
* March 2021: Florian Haftmann, TU München |
75386 | 13 |
More ambitious minimization of case expressions in generated code. |
75364 | 14 |
|
74775 | 15 |
|
74423 | 16 |
Contributions to Isabelle2021-1 |
17 |
------------------------------- |
|
73126 | 18 |
|
74488 | 19 |
* September / October 2021: Jasmin Blanchette, Martin Desharnais, |
74474 | 20 |
Mathias Fleury, Makarius Wenzel |
74488 | 21 |
Upgrade of automatic theorem provers in Sledgehammer and the "smt" proof |
22 |
method. |
|
74474 | 23 |
|
74488 | 24 |
* July - September 2021: Makarius Wenzel |
74435 | 25 |
Significantly improved Isabelle/Haskell library. |
26 |
||
74488 | 27 |
* July - September 2021: Jasmin Blanchette, Martin Desharnais |
74474 | 28 |
Various improvements to Sledgehammer. |
29 |
||
74475
409ca22dee4c
new notion of infinite sums in HOL-Analysis, ordering on complex numbers
eberlm <eberlm@in.tum.de>
parents:
74474
diff
changeset
|
30 |
* September 2021: Dominique Unruh |
74488 | 31 |
New theory of infinite sums (theory HOL-Analysis.Infinite_Sum), ordering of |
32 |
complex numbers (theory HOL-Library.Complex_Order), and products of uniform |
|
33 |
spaces (theory HOL-Analysis.Product_Vector). |
|
74475
409ca22dee4c
new notion of infinite sums in HOL-Analysis, ordering on complex numbers
eberlm <eberlm@in.tum.de>
parents:
74474
diff
changeset
|
34 |
|
74677 | 35 |
* August 2021: Fabian Huch, TU München |
36 |
Improved HTML presentation: links to formal entities. |
|
37 |
||
74589 | 38 |
* November 2020 / July 2021: Norbert Schirmer, Apple |
39 |
Various improvements and cleanup of session "HOL-Statespace". |
|
40 |
||
74027 | 41 |
* July 2021: Florian Haftmann |
42 |
Further consolidation of bit operations and word types. |
|
43 |
||
44 |
* June 2021: Florian Haftmann |
|
45 |
More context situations susceptible to global_interpretation. |
|
46 |
||
73526
a3cc9fa1295d
new automatic order prover: stateless, complete, verified
nipkow
parents:
73477
diff
changeset
|
47 |
* March 2021: Lukas Stevens |
74423 | 48 |
New order prover. |
73526
a3cc9fa1295d
new automatic order prover: stateless, complete, verified
nipkow
parents:
73477
diff
changeset
|
49 |
|
73477 | 50 |
* March 2021: Florian Haftmann |
51 |
Dedicated session for combinatorics. |
|
52 |
||
73455 | 53 |
* March 2021: Simon Foster and Leo Freitas |
54 |
More symbol definitions for Z Notation: Isabelle fonts and LaTeX macros. |
|
73446
d1c4c2395650
more Isabelle symbol definitions for Z Notation, based on https://github.com/isabelle-utp/Z_Toolkit 998c9f7880d3 by Simon Foster;
wenzelm
parents:
73253
diff
changeset
|
55 |
|
73253
f6bb31879698
HOL-Analysis/Probability: Hoeffding's inequality, negative binomial distribution, etc.
Manuel Eberl <eberlm@in.tum.de>
parents:
73213
diff
changeset
|
56 |
* February 2021: Manuel Eberl |
74488 | 57 |
New material in sessions HOL-Analysis and HOL-Probability, most notably |
58 |
Hoeffding's inequality and the negative binomial distribution |
|
73253
f6bb31879698
HOL-Analysis/Probability: Hoeffding's inequality, negative binomial distribution, etc.
Manuel Eberl <eberlm@in.tum.de>
parents:
73213
diff
changeset
|
59 |
|
73127
4c4d479b097d
new magerial from Jakub Kądziołka
paulson <lp15@cam.ac.uk>
parents:
73126
diff
changeset
|
60 |
* January 2021: Jakub Kądziołka |
4c4d479b097d
new magerial from Jakub Kądziołka
paulson <lp15@cam.ac.uk>
parents:
73126
diff
changeset
|
61 |
Some lemmas for HOL-Computational_Algebra. |
4c4d479b097d
new magerial from Jakub Kądziołka
paulson <lp15@cam.ac.uk>
parents:
73126
diff
changeset
|
62 |
|
73213
bb35f7f60d6c
contributors
Andreas Lochbihler <mail@andreas-lochbihler.de>
parents:
73183
diff
changeset
|
63 |
* January 2021: Martin Rasyzk |
bb35f7f60d6c
contributors
Andreas Lochbihler <mail@andreas-lochbihler.de>
parents:
73183
diff
changeset
|
64 |
Fast set operations for red-black trees. |
73126 | 65 |
|
73446
d1c4c2395650
more Isabelle symbol definitions for Z Notation, based on https://github.com/isabelle-utp/Z_Toolkit 998c9f7880d3 by Simon Foster;
wenzelm
parents:
73253
diff
changeset
|
66 |
|
72972 | 67 |
Contributions to Isabelle2021 |
68 |
----------------------------- |
|
72971
162b71f7e554
rebuild component with proper ZIPPERPOSITION_HOME for sledgehammer;
wenzelm
parents:
72806
diff
changeset
|
69 |
|
73108
981a383610df
HOL-Data_Structures: added Selection and time functions for list functions
Manuel Eberl <eberlm@in.tum.de>
parents:
73079
diff
changeset
|
70 |
* January 2021: Manuel Eberl |
73124 | 71 |
Characteristic of a semiring. |
73108
981a383610df
HOL-Data_Structures: added Selection and time functions for list functions
Manuel Eberl <eberlm@in.tum.de>
parents:
73079
diff
changeset
|
72 |
|
981a383610df
HOL-Data_Structures: added Selection and time functions for list functions
Manuel Eberl <eberlm@in.tum.de>
parents:
73079
diff
changeset
|
73 |
* January 2021: Manuel Eberl |
73124 | 74 |
Algebraic integers in HOL-Computational_Algebra. |
73108
981a383610df
HOL-Data_Structures: added Selection and time functions for list functions
Manuel Eberl <eberlm@in.tum.de>
parents:
73079
diff
changeset
|
75 |
|
73018 | 76 |
* December 2020: Stepan Holub |
73079 | 77 |
Contributed lemmas for theory HOL.List. |
73018 | 78 |
|
72971
162b71f7e554
rebuild component with proper ZIPPERPOSITION_HOME for sledgehammer;
wenzelm
parents:
72806
diff
changeset
|
79 |
* December 2020: Martin Desharnais |
72972 | 80 |
Zipperposition 2.0 as external prover for Sledgehammer. |
72971
162b71f7e554
rebuild component with proper ZIPPERPOSITION_HOME for sledgehammer;
wenzelm
parents:
72806
diff
changeset
|
81 |
|
72972 | 82 |
* December 2020: Walter Guttmann |
83 |
Extension of session HOL-Hoare with total correctness proof system. |
|
72806
4fa08e083865
Extension of session HOL/Hoare with total correctness proof system by Walter Guttmann
nipkow
parents:
72732
diff
changeset
|
84 |
|
73007 | 85 |
* November / December 2020: Makarius Wenzel |
86 |
Improved HTML presentation and PDF document preparation, using mostly |
|
87 |
Isabelle/Scala instead of Isabelle/ML. |
|
88 |
||
72732 | 89 |
* November 2020: Stepan Holub |
72972 | 90 |
Removed preconditions from lemma comm_append_are_replicate. |
71557 | 91 |
|
72606 | 92 |
* November 2020: Florian Haftmann |
93 |
Bundle mixins for locale and class expressions. |
|
94 |
||
72630
4167d3d3d478
Jakub Kądziołka's stronger version of generate_pow_card (required some restructuring)
paulson <lp15@cam.ac.uk>
parents:
72606
diff
changeset
|
95 |
* November 2020: Jakub Kądziołka |
72972 | 96 |
Stronger lemmas about orders of group elements (generate_pow_card). |
72630
4167d3d3d478
Jakub Kądziołka's stronger version of generate_pow_card (required some restructuring)
paulson <lp15@cam.ac.uk>
parents:
72606
diff
changeset
|
97 |
|
72518
4be6ae020fc4
Added smt (verit) to Sledgehammer's proof preplay.
desharna
parents:
72495
diff
changeset
|
98 |
* October 2020: Jasmin Blanchette, Martin Desharnais, Mathias Fleury |
72972 | 99 |
Support veriT as external prover in Sledgehammer. |
72518
4be6ae020fc4
Added smt (verit) to Sledgehammer's proof preplay.
desharna
parents:
72495
diff
changeset
|
100 |
|
72478
b452242dce36
proper Isabelle component settings: prefer standard terminology "ISABELLE_VERIT", avoid conflict of "VERIT_VERSION" with processing of implicit options by veriT;
wenzelm
parents:
72292
diff
changeset
|
101 |
* October 2020: Mathias Fleury |
b452242dce36
proper Isabelle component settings: prefer standard terminology "ISABELLE_VERIT", avoid conflict of "VERIT_VERSION" with processing of implicit options by veriT;
wenzelm
parents:
72292
diff
changeset
|
102 |
Updated proof reconstruction for the SMT solver veriT in the smt method. |
b452242dce36
proper Isabelle component settings: prefer standard terminology "ISABELLE_VERIT", avoid conflict of "VERIT_VERSION" with processing of implicit options by veriT;
wenzelm
parents:
72292
diff
changeset
|
103 |
|
72495 | 104 |
* October 2020: Jasmin Blanchette, Martin Desharnais |
72972 | 105 |
Support E prover 2.5 as external prover in Sledgehammer. |
72495 | 106 |
|
72606 | 107 |
* September 2020: Florian Haftmann |
73007 | 108 |
Substantial reworking and modularization of Word library, with generic type |
109 |
conversions. |
|
110 |
||
111 |
* August 2020: Makarius Wenzel |
|
112 |
Finally enable PIDE protocol for batch-builds, with various consequences of |
|
113 |
handling session build databases, Isabelle/Scala within Isabelle/ML etc. |
|
72606 | 114 |
|
72150 | 115 |
* August 2020: Makarius Wenzel |
116 |
Improved monitoring of runtime statistics: ML GC progress and Java. |
|
117 |
||
72004 | 118 |
* July 2020: Martin Desharnais |
72972 | 119 |
Update to Metis 2.4. |
72004 | 120 |
|
71980 | 121 |
* June 2020: Makarius Wenzel |
72103 | 122 |
Batch-builds via "isabelle build" allow to invoke Scala from ML. |
71980 | 123 |
|
72606 | 124 |
* June 2020: Florian Haftmann |
125 |
Simproc defined_all for more aggressive substitution with variables |
|
126 |
from assumptions. |
|
127 |
||
71980 | 128 |
* May 2020: Makarius Wenzel |
129 |
Antiquotations for Isabelle systems programming, notably @{scala_function} |
|
130 |
and @{scala} to invoke Scala from ML. |
|
131 |
||
71956 | 132 |
* May 2020: Florian Haftmann |
71957
3e162c63371a
build bit operations on word on library theory on bit operations
haftmann
parents:
71956
diff
changeset
|
133 |
Generic algebraically founded bit operations NOT, AND, OR, XOR. |
71956 | 134 |
|
71557 | 135 |
|
71485 | 136 |
Contributions to Isabelle2020 |
137 |
----------------------------- |
|
71431 | 138 |
|
71437 | 139 |
* February 2020: E. Gunther, M. Pagano and P. Sánchez Terraf |
140 |
Simplified, generalised version of ZF/Constructible. |
|
141 |
||
142 |
* January 2020: LC Paulson |
|
143 |
The full finite Ramsey's theorem and elements of finite and infinite |
|
144 |
Ramsey theory. |
|
70265 | 145 |
|
71438 | 146 |
* December 2019: Basil Fürer, Andreas Lochbihler, Joshua Schneider, Dmitriy |
147 |
Traytel |
|
71264 | 148 |
Extension of lift_bnf to support quotient types. |
149 |
||
71473
be84312a2d53
update to WebviewPanel API, following initial version by Peter Zeller;
wenzelm
parents:
71438
diff
changeset
|
150 |
* November 2019: Peter Zeller, TU Kaiserslautern |
be84312a2d53
update to WebviewPanel API, following initial version by Peter Zeller;
wenzelm
parents:
71438
diff
changeset
|
151 |
Update of Isabelle/VSCode to WebviewPanel API. |
be84312a2d53
update to WebviewPanel API, following initial version by Peter Zeller;
wenzelm
parents:
71438
diff
changeset
|
152 |
|
71438 | 153 |
* October..December 2019: Makarius Wenzel |
154 |
Isabelle/Phabrictor server setup, including Linux platform support in |
|
155 |
Isabelle/Scala. Client-side tool "isabelle hg_setup". |
|
156 |
||
70955 | 157 |
* October 2019: Maximilian Schäffeler |
158 |
Port of the HOL Light decision procedure for metric spaces. |
|
70265 | 159 |
|
71437 | 160 |
* October 2019: Makarius Wenzel |
161 |
More scalable Isabelle dump and underlying headless PIDE session. |
|
71435
d8fb621fea02
some lemmas about the lex ordering on lists, etc.
paulson <lp15@cam.ac.uk>
parents:
71431
diff
changeset
|
162 |
|
71438 | 163 |
* August 2019: Makarius Wenzel |
164 |
Better support for proof terms in Isabelle/Pure, notably via method |
|
165 |
combinator SUBPROOFS (ML) and "subproofs" (Isar). |
|
166 |
||
71436 | 167 |
* July 2019: Alexander Krauss, Makarius Wenzel |
168 |
Minimal support for a soft-type system within the Isabelle logical |
|
169 |
framework. |
|
170 |
||
71435
d8fb621fea02
some lemmas about the lex ordering on lists, etc.
paulson <lp15@cam.ac.uk>
parents:
71431
diff
changeset
|
171 |
|
70024 | 172 |
Contributions to Isabelle2019 |
173 |
----------------------------- |
|
69814 | 174 |
|
70164
1f163f772da3
Group theory developments towards proving algebraic closure (by de Vilhena and Baillon)
paulson <lp15@cam.ac.uk>
parents:
70024
diff
changeset
|
175 |
* April 2019: LC Paulson |
1f163f772da3
Group theory developments towards proving algebraic closure (by de Vilhena and Baillon)
paulson <lp15@cam.ac.uk>
parents:
70024
diff
changeset
|
176 |
Homology and supporting lemmas on topology and group theory |
1f163f772da3
Group theory developments towards proving algebraic closure (by de Vilhena and Baillon)
paulson <lp15@cam.ac.uk>
parents:
70024
diff
changeset
|
177 |
|
1f163f772da3
Group theory developments towards proving algebraic closure (by de Vilhena and Baillon)
paulson <lp15@cam.ac.uk>
parents:
70024
diff
changeset
|
178 |
* April 2019: Paulo de Vilhena and Martin Baillon |
70216 | 179 |
Group theory developments, esp. algebraic closure of a field |
70164
1f163f772da3
Group theory developments towards proving algebraic closure (by de Vilhena and Baillon)
paulson <lp15@cam.ac.uk>
parents:
70024
diff
changeset
|
180 |
|
70024 | 181 |
* February/March 2019: Makarius Wenzel |
182 |
Stateless management of export artifacts in the Isabelle/HOL code generator. |
|
69791
195aeee8b30a
Formal Laurent series and overhaul of Formal power series (due to Jeremy Sylvestre)
Manuel Eberl <eberlm@in.tum.de>
parents:
69790
diff
changeset
|
183 |
|
69785
9e326f6f8a24
More material for HOL-Number_Theory: ord, Carmichael's function, primitive roots
Manuel Eberl <eberlm@in.tum.de>
parents:
69568
diff
changeset
|
184 |
* February 2019: Manuel Eberl |
69790
154cf64e403e
Exponentiation by squaring, fast modular exponentiation
Manuel Eberl <eberlm@in.tum.de>
parents:
69785
diff
changeset
|
185 |
Exponentiation by squaring, used to implement "power" in monoid_mult and |
154cf64e403e
Exponentiation by squaring, fast modular exponentiation
Manuel Eberl <eberlm@in.tum.de>
parents:
69785
diff
changeset
|
186 |
fast modular exponentiation. |
154cf64e403e
Exponentiation by squaring, fast modular exponentiation
Manuel Eberl <eberlm@in.tum.de>
parents:
69785
diff
changeset
|
187 |
|
154cf64e403e
Exponentiation by squaring, fast modular exponentiation
Manuel Eberl <eberlm@in.tum.de>
parents:
69785
diff
changeset
|
188 |
* February 2019: Manuel Eberl |
70024 | 189 |
Carmichael's function, primitive roots in residue rings, more properties of |
190 |
the order in residue rings. |
|
191 |
||
192 |
* February 2019: Jeremy Sylvestre |
|
193 |
Formal Laurent Series and overhaul of Formal power series. |
|
194 |
||
195 |
* January 2019: Florian Haftmann |
|
196 |
Clarified syntax and congruence rules for big operators on sets involving |
|
197 |
the image operator. |
|
198 |
||
199 |
* January 2019: Florian Haftmann |
|
200 |
Renovation of code generation, particularly export into session data and |
|
201 |
proper strings and proper integers based on zarith for OCaml. |
|
69785
9e326f6f8a24
More material for HOL-Number_Theory: ord, Carmichael's function, primitive roots
Manuel Eberl <eberlm@in.tum.de>
parents:
69568
diff
changeset
|
202 |
|
69568
de09a7261120
new implementation for case_of_simps based on Code_Lazy's pattern matching elimination algorithm
Andreas Lochbihler
parents:
69205
diff
changeset
|
203 |
* January 2019: Andreas Lochbihler |
70024 | 204 |
New implementation for case_of_simps based on Code_Lazy's pattern matching |
205 |
elimination algorithm. |
|
206 |
||
207 |
* November/December 2018: Makarius Wenzel |
|
208 |
Support for Isabelle/Haskell applications of Isabelle/PIDE. |
|
209 |
||
210 |
* August/September 2018: Makarius Wenzel |
|
211 |
Improvements of headless Isabelle/PIDE session and server, and systematic |
|
212 |
exports from theory documents. |
|
69568
de09a7261120
new implementation for case_of_simps based on Code_Lazy's pattern matching elimination algorithm
Andreas Lochbihler
parents:
69205
diff
changeset
|
213 |
|
69814 | 214 |
* December 2018: Florian Haftmann |
215 |
Generic executable sorting algorithms based on executable comparators. |
|
216 |
||
69205
8050734eee3e
add reconstruction by veriT in method smt
fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
68683
diff
changeset
|
217 |
* October 2018: Mathias Fleury |
69814 | 218 |
Proof reconstruction for the SMT solver veriT in the smt method. |
69205
8050734eee3e
add reconstruction by veriT in method smt
fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
68683
diff
changeset
|
219 |
|
68683 | 220 |
|
68391 | 221 |
Contributions to Isabelle2018 |
222 |
----------------------------- |
|
66651 | 223 |
|
68630 | 224 |
* July 2018: Manuel Eberl |
225 |
"real_asymp" proof method for automatic proofs of real limits, "Big-O" |
|
226 |
statements, etc. |
|
227 |
||
68522
d9cbc1e8644d
example for Types_To_Sets: transfer from type-based linear algebra to subspaces
immler
parents:
68466
diff
changeset
|
228 |
* June 2018: Fabian Immler |
d9cbc1e8644d
example for Types_To_Sets: transfer from type-based linear algebra to subspaces
immler
parents:
68466
diff
changeset
|
229 |
More tool support for HOL-Types_To_Sets. |
d9cbc1e8644d
example for Types_To_Sets: transfer from type-based linear algebra to subspaces
immler
parents:
68466
diff
changeset
|
230 |
|
68466 | 231 |
* June 2018: Martin Baillon and Paulo Emílio de Vilhena |
232 |
A variety of contributions to HOL-Algebra. |
|
233 |
||
68532
f8b98d31ad45
Incorporating new/strengthened proofs from Library and AFP entries
paulson <lp15@cam.ac.uk>
parents:
68522
diff
changeset
|
234 |
* June 2018: Wenda Li |
f8b98d31ad45
Incorporating new/strengthened proofs from Library and AFP entries
paulson <lp15@cam.ac.uk>
parents:
68522
diff
changeset
|
235 |
New/strengthened results involving analysis, topology, etc. |
f8b98d31ad45
Incorporating new/strengthened proofs from Library and AFP entries
paulson <lp15@cam.ac.uk>
parents:
68522
diff
changeset
|
236 |
|
68545 | 237 |
* May/June 2018: Makarius Wenzel |
238 |
System infrastructure to export blobs as theory presentation, and to dump |
|
239 |
PIDE database content in batch mode. |
|
240 |
||
68246
b48bab511939
Moved Landau_Symbols from the AFP to HOL-Library
Manuel Eberl <eberlm@in.tum.de>
parents:
68200
diff
changeset
|
241 |
* May 2018: Manuel Eberl |
68391 | 242 |
Landau symbols and asymptotic equivalence (moved from the AFP). |
68246
b48bab511939
Moved Landau_Symbols from the AFP to HOL-Library
Manuel Eberl <eberlm@in.tum.de>
parents:
68200
diff
changeset
|
243 |
|
68073
fad29d2a17a5
merged; resolved conflicts manually (esp. lemmas that have been moved from Linear_Algebra and Cartesian_Euclidean_Space)
immler
diff
changeset
|
244 |
* May 2018: Jose Divasón (Universidad de la Rioja), |
68072
493b818e8e10
added Johannes' generalizations Modules.thy and Vector_Spaces.thy; adapted HOL and HOL-Analysis accordingly
immler
parents:
67928
diff
changeset
|
245 |
Jesús Aransay (Universidad de la Rioja), Johannes Hölzl (VU Amsterdam), |
493b818e8e10
added Johannes' generalizations Modules.thy and Vector_Spaces.thy; adapted HOL and HOL-Analysis accordingly
immler
parents:
67928
diff
changeset
|
246 |
Fabian Immler (TUM) |
493b818e8e10
added Johannes' generalizations Modules.thy and Vector_Spaces.thy; adapted HOL and HOL-Analysis accordingly
immler
parents:
67928
diff
changeset
|
247 |
Generalizations in the formalization of linear algebra. |
493b818e8e10
added Johannes' generalizations Modules.thy and Vector_Spaces.thy; adapted HOL and HOL-Analysis accordingly
immler
parents:
67928
diff
changeset
|
248 |
|
68028 | 249 |
* May 2018: Florian Haftmann |
250 |
Consolidation of string-like types in HOL. |
|
251 |
||
68200
5859c688102a
NEWS and CONTRIBUTORS for 8b50f29a1992
Andreas Lochbihler
parents:
68073
diff
changeset
|
252 |
* May 2018: Andreas Lochbihler (Digital Asset), |
5859c688102a
NEWS and CONTRIBUTORS for 8b50f29a1992
Andreas Lochbihler
parents:
68073
diff
changeset
|
253 |
Pascal Stoop (ETH Zurich) |
5859c688102a
NEWS and CONTRIBUTORS for 8b50f29a1992
Andreas Lochbihler
parents:
68073
diff
changeset
|
254 |
Code generation with lazy evaluation semantics. |
5859c688102a
NEWS and CONTRIBUTORS for 8b50f29a1992
Andreas Lochbihler
parents:
68073
diff
changeset
|
255 |
|
67928 | 256 |
* March 2018: Florian Haftmann |
68391 | 257 |
Abstract bit operations push_bit, take_bit, drop_bit, alongside with an |
258 |
algebraic foundation for bit strings and word types in HOL-ex. |
|
67928 | 259 |
|
67831
07f5588f2735
Removed stray 'sledgehammer' invocation
Manuel Eberl <eberlm@in.tum.de>
parents:
67456
diff
changeset
|
260 |
* March 2018: Viorel Preoteasa |
07f5588f2735
Removed stray 'sledgehammer' invocation
Manuel Eberl <eberlm@in.tum.de>
parents:
67456
diff
changeset
|
261 |
Generalisation of complete_distrib_lattice |
07f5588f2735
Removed stray 'sledgehammer' invocation
Manuel Eberl <eberlm@in.tum.de>
parents:
67456
diff
changeset
|
262 |
|
68531 | 263 |
* February 2018: Wenda Li |
68548 | 264 |
A unified definition for the order of zeros and poles. Improved reasoning |
265 |
around non-essential singularities. |
|
68531 | 266 |
|
67456 | 267 |
* January 2018: Sebastien Gouezel |
268 |
Various small additions to HOL-Analysis |
|
269 |
||
67224 | 270 |
* December 2017: Jan Gilcher, Andreas Lochbihler, Dmitriy Traytel |
67279 | 271 |
A new conditional parametricity prover. |
67224 | 272 |
|
66893
ced164fe3bbd
derived axiom iffI as a lemma (thanks to Alexander Maletzky)
nipkow
parents:
66651
diff
changeset
|
273 |
* October 2017: Alexander Maletzky |
68391 | 274 |
Derivation of axiom "iff" in theory HOL.HOL from the other axioms. |
275 |
||
66651 | 276 |
|
66475 | 277 |
Contributions to Isabelle2017 |
66482 | 278 |
----------------------------- |
64439 | 279 |
|
66648 | 280 |
* September 2017: Lawrence Paulson |
281 |
HOL-Analysis, e.g. simplicial complexes, Jordan Curve Theorem. |
|
282 |
||
283 |
* September 2017: Jasmin Blanchette |
|
284 |
Further integration of Nunchaku model finder. |
|
285 |
||
66475 | 286 |
* November 2016 - June 2017: Makarius Wenzel |
287 |
New Isabelle/VSCode, with underlying restructuring of Isabelle/PIDE. |
|
288 |
||
289 |
* 2017: Makarius Wenzel |
|
290 |
Session-qualified theory names (theory imports and ROOT files). |
|
291 |
Prover IDE improvements. |
|
292 |
Support for SQL databases in Isabelle/Scala: SQLite and PostgreSQL. |
|
293 |
||
66563 | 294 |
* August 2017: Andreas Lochbihler, ETH Zurich |
295 |
type of unordered pairs (HOL-Library.Uprod) |
|
296 |
||
66480
4b8d1df8933b
HOL-Analysis: Convergent FPS and infinite sums
Manuel Eberl <eberlm@in.tum.de>
parents:
66475
diff
changeset
|
297 |
* August 2017: Manuel Eberl, TUM |
4b8d1df8933b
HOL-Analysis: Convergent FPS and infinite sums
Manuel Eberl <eberlm@in.tum.de>
parents:
66475
diff
changeset
|
298 |
HOL-Analysis: infinite products over natural numbers, |
4b8d1df8933b
HOL-Analysis: Convergent FPS and infinite sums
Manuel Eberl <eberlm@in.tum.de>
parents:
66475
diff
changeset
|
299 |
infinite sums over arbitrary sets, connection between formal |
4b8d1df8933b
HOL-Analysis: Convergent FPS and infinite sums
Manuel Eberl <eberlm@in.tum.de>
parents:
66475
diff
changeset
|
300 |
power series and analytic complex functions |
4b8d1df8933b
HOL-Analysis: Convergent FPS and infinite sums
Manuel Eberl <eberlm@in.tum.de>
parents:
66475
diff
changeset
|
301 |
|
65330 | 302 |
* March 2017: Alasdair Armstrong, University of Sheffield and |
303 |
Simon Foster, University of York |
|
65099
30d0b2f1df76
Knaster-Tarski fixed point theorem and Galois Connections.
ballarin
parents:
65042
diff
changeset
|
304 |
Fixed-point theory and Galois Connections in HOL-Algebra. |
30d0b2f1df76
Knaster-Tarski fixed point theorem and Galois Connections.
ballarin
parents:
65042
diff
changeset
|
305 |
|
65041 | 306 |
* February 2017: Florian Haftmann, TUM |
65042 | 307 |
Statically embedded computations implemented by generated code. |
65041 | 308 |
|
64439 | 309 |
|
64072 | 310 |
Contributions to Isabelle2016-1 |
311 |
------------------------------- |
|
62216 | 312 |
|
64551 | 313 |
* December 2016: Ondřej Kunčar, TUM |
314 |
Types_To_Sets: experimental extension of Higher-Order Logic to allow |
|
315 |
translation of types to sets. |
|
316 |
||
64393 | 317 |
* October 2016: Jasmin Blanchette |
318 |
Integration of Nunchaku model finder. |
|
319 |
||
320 |
* October 2016: Jaime Mendizabal Roche, TUM |
|
321 |
Ported remaining theories of session Old_Number_Theory to the new |
|
322 |
Number_Theory and removed Old_Number_Theory. |
|
323 |
||
324 |
* September 2016: Sascha Boehme |
|
325 |
Proof method "argo" based on SMT technology for a combination of |
|
326 |
quantifier-free propositional logic, equality and linear real arithmetic |
|
327 |
||
328 |
* July 2016: Daniel Stuewe |
|
329 |
Height-size proofs in HOL-Data_Structures. |
|
330 |
||
331 |
* July 2016: Manuel Eberl, TUM |
|
332 |
Algebraic foundation for primes; generalization from nat to general |
|
333 |
factorial rings. |
|
334 |
||
335 |
* June 2016: Andreas Lochbihler, ETH Zurich |
|
336 |
Formalisation of discrete subprobability distributions. |
|
337 |
||
338 |
* June 2016: Florian Haftmann, TUM |
|
339 |
Improvements to code generation: optional timing measurements, more succint |
|
340 |
closures for static evaluation, less ambiguities concering Scala implicits. |
|
341 |
||
342 |
* May 2016: Manuel Eberl, TUM |
|
343 |
Code generation for Probability Mass Functions. |
|
62343
24106dc44def
prefer abbreviations for compound operators INFIMUM and SUPREMUM
haftmann
parents:
62284
diff
changeset
|
344 |
|
64011 | 345 |
* March 2016: Florian Haftmann, TUM |
62499 | 346 |
Abstract factorial rings with unique factorization. |
347 |
||
64011 | 348 |
* March 2016: Florian Haftmann, TUM |
64393 | 349 |
Reworking of the HOL char type as special case of a finite numeral type. |
62216 | 350 |
|
64393 | 351 |
* March 2016: Andreas Lochbihler, ETH Zurich |
352 |
Reasoning support for monotonicity, continuity and admissibility in |
|
353 |
chain-complete partial orders. |
|
64011 | 354 |
|
64393 | 355 |
* February - October 2016: Makarius Wenzel |
356 |
Prover IDE improvements. |
|
357 |
ML IDE improvements: bootstrap of Pure. |
|
358 |
Isar language consolidation. |
|
359 |
Notational modernization of HOL. |
|
360 |
Tight Poly/ML integration. |
|
361 |
More Isabelle/Scala system programming modules (e.g. SSH, Mercurial). |
|
63552 | 362 |
|
64433 | 363 |
* Winter 2016: Jasmin Blanchette, Inria & LORIA & MPII, Aymeric Bouzy, |
364 |
Ecole polytechnique, Andreas Lochbihler, ETH Zurich, Andrei Popescu, |
|
365 |
Middlesex University, and Dmitriy Traytel, ETH Zurich |
|
366 |
'corec' command and friends. |
|
367 |
||
64393 | 368 |
* January 2016: Florian Haftmann, TUM |
369 |
Abolition of compound operators INFIMUM and SUPREMUM for complete lattices. |
|
64389 | 370 |
|
371 |
||
62016 | 372 |
Contributions to Isabelle2016 |
373 |
----------------------------- |
|
60138 | 374 |
|
62201
eca7b38c8ee5
Added approximation of powr to NEWS/CONTRIBUTORS
Manuel Eberl <eberlm@in.tum.de>
parents:
62138
diff
changeset
|
375 |
* Winter 2016: Manuel Eberl, TUM |
eca7b38c8ee5
Added approximation of powr to NEWS/CONTRIBUTORS
Manuel Eberl <eberlm@in.tum.de>
parents:
62138
diff
changeset
|
376 |
Support for real exponentiation ("powr") in the "approximation" method. |
62693 | 377 |
(This was removed in Isabelle 2015 due to a changed definition of "powr".) |
62201
eca7b38c8ee5
Added approximation of powr to NEWS/CONTRIBUTORS
Manuel Eberl <eberlm@in.tum.de>
parents:
62138
diff
changeset
|
378 |
|
62138 | 379 |
* Summer 2015 - Winter 2016: Lawrence C Paulson, Cambridge |
380 |
General, homology form of Cauchy's integral theorem and supporting material |
|
62205 | 381 |
(ported from HOL Light). |
62138 | 382 |
|
62118 | 383 |
* Winter 2015/16: Gerwin Klein, NICTA |
62205 | 384 |
New print_record command. |
62118 | 385 |
|
62236 | 386 |
* May - December 2015: Makarius Wenzel |
387 |
Prover IDE improvements. |
|
388 |
More Isar language elements. |
|
389 |
Document language refinements. |
|
390 |
Poly/ML debugger integration. |
|
391 |
Improved multi-platform and multi-architecture support. |
|
392 |
||
62060
b75764fc4c35
Added summability/Gamma/etc. to NEWS and CONTRIBUTORS
eberlm
parents:
62016
diff
changeset
|
393 |
* Winter 2015: Manuel Eberl, TUM |
b75764fc4c35
Added summability/Gamma/etc. to NEWS and CONTRIBUTORS
eberlm
parents:
62016
diff
changeset
|
394 |
The radius of convergence of power series and various summability tests. |
62064 | 395 |
Harmonic numbers and the Euler-Mascheroni constant. |
62060
b75764fc4c35
Added summability/Gamma/etc. to NEWS and CONTRIBUTORS
eberlm
parents:
62016
diff
changeset
|
396 |
The Generalised Binomial Theorem. |
62064 | 397 |
The complex and real Gamma/log-Gamma/Digamma/Polygamma functions and their |
398 |
most important properties. |
|
62138 | 399 |
|
62086
1c0246456ab9
Added formal power series updates to NEWS/CONTRIBUTORS
Manuel Eberl <eberlm@in.tum.de>
parents:
62084
diff
changeset
|
400 |
* Autumn 2015: Manuel Eberl, TUM |
1c0246456ab9
Added formal power series updates to NEWS/CONTRIBUTORS
Manuel Eberl <eberlm@in.tum.de>
parents:
62084
diff
changeset
|
401 |
Proper definition of division (with remainder) for formal power series; |
1c0246456ab9
Added formal power series updates to NEWS/CONTRIBUTORS
Manuel Eberl <eberlm@in.tum.de>
parents:
62084
diff
changeset
|
402 |
Euclidean Ring and GCD instance for formal power series. |
62060
b75764fc4c35
Added summability/Gamma/etc. to NEWS and CONTRIBUTORS
eberlm
parents:
62016
diff
changeset
|
403 |
|
61891
76189756ff65
documentation on last state of the art concerning interpretation
haftmann
parents:
61766
diff
changeset
|
404 |
* Autumn 2015: Florian Haftmann, TUM |
62064 | 405 |
Rewrite definitions for global interpretations and sublocale declarations. |
61891
76189756ff65
documentation on last state of the art concerning interpretation
haftmann
parents:
61766
diff
changeset
|
406 |
|
61766
507b39df1a57
add formalisation of Bourbaki-Witt fixpoint theorem
Andreas Lochbihler
parents:
61552
diff
changeset
|
407 |
* Autumn 2015: Andreas Lochbihler |
62064 | 408 |
Bourbaki-Witt fixpoint theorem for increasing functions on chain-complete |
409 |
partial orders. |
|
61766
507b39df1a57
add formalisation of Bourbaki-Witt fixpoint theorem
Andreas Lochbihler
parents:
61552
diff
changeset
|
410 |
|
61552
980dd46a03fb
Added binomial identities to CONTRIBUTORS; small lemmas on of_int/pochhammer
eberlm
parents:
60920
diff
changeset
|
411 |
* Autumn 2015: Chaitanya Mangla, Lawrence C Paulson, and Manuel Eberl |
980dd46a03fb
Added binomial identities to CONTRIBUTORS; small lemmas on of_int/pochhammer
eberlm
parents:
60920
diff
changeset
|
412 |
A large number of additional binomial identities. |
980dd46a03fb
Added binomial identities to CONTRIBUTORS; small lemmas on of_int/pochhammer
eberlm
parents:
60920
diff
changeset
|
413 |
|
60632 | 414 |
* Summer 2015: Daniel Matichuk, NICTA and Makarius Wenzel |
62064 | 415 |
Isar subgoal command for proof structure within unstructured proof scripts. |
60632 | 416 |
|
60434 | 417 |
* Summer 2015: Florian Haftmann, TUM |
60632 | 418 |
Generic partial division in rings as inverse operation of multiplication. |
60434 | 419 |
|
60517
f16e4fb20652
separate class for notions specific for integral (semi)domains, in contrast to fields where these are trivial
haftmann
parents:
60434
diff
changeset
|
420 |
* Summer 2015: Manuel Eberl and Florian Haftmann, TUM |
62064 | 421 |
Type class hierarchy with common algebraic notions of integral (semi)domains |
422 |
like units, associated elements and normalization wrt. units. |
|
60517
f16e4fb20652
separate class for notions specific for integral (semi)domains, in contrast to fields where these are trivial
haftmann
parents:
60434
diff
changeset
|
423 |
|
60804 | 424 |
* Summer 2015: Florian Haftmann, TUM |
425 |
Fundamentals of abstract type class for factorial rings. |
|
426 |
||
60920 | 427 |
* Summer 2015: Julian Biendarra, TUM and Dmitriy Traytel, ETH Zurich |
62064 | 428 |
Command to lift a BNF structure on the raw type to the abstract type for |
429 |
typedefs. |
|
60920 | 430 |
|
62236 | 431 |
* Summer 2014: Jeremy Avigad, Luke Serafin, CMU, and Johannes Hölzl, TUM |
432 |
Proof of the central limit theorem: includes weak convergence, |
|
433 |
characteristic functions, and Levy's uniqueness and continuity theorem. |
|
434 |
||
60138 | 435 |
|
60012 | 436 |
Contributions to Isabelle2015 |
437 |
----------------------------- |
|
57695 | 438 |
|
60119
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60012
diff
changeset
|
439 |
* 2014/2015: Daniel Matichuk, Toby Murray, NICTA and Makarius Wenzel |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60012
diff
changeset
|
440 |
The Eisbach proof method language and "match" method. |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60012
diff
changeset
|
441 |
|
60260 | 442 |
* Winter 2014 and Spring 2015: Ondrej Kuncar, TUM |
60261 | 443 |
Extension of lift_definition to execute lifted functions that have as a |
444 |
return type a datatype containing a subtype. |
|
60260 | 445 |
|
59980 | 446 |
* March 2015: Jasmin Blanchette, Inria & LORIA & MPII, Mathias Fleury, MPII, |
447 |
and Dmitriy Traytel, TUM |
|
59813 | 448 |
More multiset theorems, syntax, and operations. |
449 |
||
59980 | 450 |
* December 2014: Johannes Hölzl, Manuel Eberl, Sudeep Kanav, TUM, and |
451 |
Jeremy Avigad, Luke Serafin, CMU |
|
452 |
Various integration theorems: mostly integration on intervals and |
|
453 |
substitution. |
|
59092
d469103c0737
add integral substitution theorems from Manuel Eberl, Jeremy Avigad, Luke Serafin, and Sudeep Kanav
hoelzl
parents:
58626
diff
changeset
|
454 |
|
58196
1b3fbfb85980
theory about lexicographic ordering on functions
haftmann
parents:
58023
diff
changeset
|
455 |
* September 2014: Florian Haftmann, TUM |
1b3fbfb85980
theory about lexicographic ordering on functions
haftmann
parents:
58023
diff
changeset
|
456 |
Lexicographic order on functions and |
1b3fbfb85980
theory about lexicographic ordering on functions
haftmann
parents:
58023
diff
changeset
|
457 |
sum/product over function bodies. |
1b3fbfb85980
theory about lexicographic ordering on functions
haftmann
parents:
58023
diff
changeset
|
458 |
|
58626 | 459 |
* August 2014: Andreas Lochbihler, ETH Zurich |
59980 | 460 |
Test infrastructure for executing generated code in target languages. |
58626 | 461 |
|
58023
62826b36ac5e
generic euclidean algorithm (due to Manuel Eberl)
haftmann
parents:
57882
diff
changeset
|
462 |
* August 2014: Manuel Eberl, TUM |
59980 | 463 |
Generic euclidean algorithms for GCD et al. |
58023
62826b36ac5e
generic euclidean algorithm (due to Manuel Eberl)
haftmann
parents:
57882
diff
changeset
|
464 |
|
57695 | 465 |
|
57452 | 466 |
Contributions to Isabelle2014 |
467 |
----------------------------- |
|
54055 | 468 |
|
57513 | 469 |
* July 2014: Thomas Sewell, NICTA |
57516 | 470 |
Preserve equality hypotheses in "clarify" and friends. New |
471 |
"hypsubst_thin" method configuration option. |
|
57513 | 472 |
|
57519 | 473 |
* Summer 2014: Florian Haftmann, TUM |
474 |
Consolidation and generalization of facts concerning (abelian) |
|
475 |
semigroups and monoids, particularly products (resp. sums) on |
|
476 |
finite sets. |
|
57419 | 477 |
|
57216 | 478 |
* Summer 2014: Mathias Fleury, ENS Rennes, and Albert Steckermeier, TUM |
57452 | 479 |
Work on exotic automatic theorem provers for Sledgehammer (LEO-II, |
480 |
veriT, Waldmeister, etc.). |
|
57216 | 481 |
|
57875 | 482 |
* June 2014: Florian Haftmann, TUM |
483 |
Internal reorganisation of the local theory / named target stack. |
|
484 |
||
57254
d3d91422f408
lemmas about the moments of the normal distribution
hoelzl
parents:
57252
diff
changeset
|
485 |
* June 2014: Sudeep Kanav, TUM, Jeremy Avigad, CMU, and Johannes Hölzl, TUM |
57452 | 486 |
Various properties of exponentially, Erlang, and normal distributed |
487 |
random variables. |
|
57235
b0b9a10e4bf4
properties of Erlang and exponentially distributed random variables (by Sudeep Kanav)
hoelzl
parents:
57216
diff
changeset
|
488 |
|
57452 | 489 |
* May 2014: Cezary Kaliszyk, University of Innsbruck, and |
490 |
Jasmin Blanchette, TUM |
|
57030 | 491 |
SML-based engines for MaSh. |
492 |
||
55913 | 493 |
* March 2014: René Thiemann |
55895 | 494 |
Improved code generation for multisets. |
495 |
||
56416 | 496 |
* February 2014: Florian Haftmann, TUM |
57452 | 497 |
Permanent interpretation inside theory, locale and class targets |
498 |
with mixin definitions. |
|
499 |
||
57474 | 500 |
* Spring 2014: Lawrence C Paulson, Cambridge |
501 |
Theory Complex_Basic_Analysis. Tidying up Number_Theory vs Old_Number_Theory |
|
502 |
||
57827 | 503 |
* Winter 2013 and Spring 2014: Ondrej Kuncar, TUM |
504 |
Various improvements to Lifting/Transfer, integration with the BNF package. |
|
505 |
||
57452 | 506 |
* Winter 2013 and Spring 2014: Makarius Wenzel, Université Paris-Sud / LRI |
507 |
Improvements of Isabelle/Scala and Isabelle/jEdit Prover IDE. |
|
56416 | 508 |
|
57452 | 509 |
* Fall 2013 and Winter 2014: Martin Desharnais, Lorenz Panny, |
510 |
Dmitriy Traytel, and Jasmin Blanchette, TUM |
|
511 |
Various improvements to the BNF-based (co)datatype package, |
|
512 |
including a more polished "primcorec" command, optimizations, and |
|
513 |
integration in the "HOL" session. |
|
56118
d3967fdc800a
updated NEWS and CONTRIBUTORS (BNF, SMT2, Sledgehammer)
blanchet
parents:
55913
diff
changeset
|
514 |
|
57452 | 515 |
* Winter/Spring 2014: Sascha Boehme, QAware GmbH, and |
516 |
Jasmin Blanchette, TUM |
|
517 |
"SMT2" module and "smt2" proof method, based on SMT-LIB 2 and |
|
518 |
Z3 4.3. |
|
56118
d3967fdc800a
updated NEWS and CONTRIBUTORS (BNF, SMT2, Sledgehammer)
blanchet
parents:
55913
diff
changeset
|
519 |
|
55316
885500f4aa6a
interactive simplifier trace: new panel in Isabelle/jEdit to inspect and modify simplification state
Lars Hupel <lars.hupel@mytum.de>
parents:
54384
diff
changeset
|
520 |
* January 2014: Lars Hupel, TUM |
885500f4aa6a
interactive simplifier trace: new panel in Isabelle/jEdit to inspect and modify simplification state
Lars Hupel <lars.hupel@mytum.de>
parents:
54384
diff
changeset
|
521 |
An improved, interactive simplifier trace with integration into the |
885500f4aa6a
interactive simplifier trace: new panel in Isabelle/jEdit to inspect and modify simplification state
Lars Hupel <lars.hupel@mytum.de>
parents:
54384
diff
changeset
|
522 |
Isabelle/jEdit Prover IDE. |
54055 | 523 |
|
56416 | 524 |
* December 2013: Florian Haftmann, TUM |
525 |
Consolidation of abstract interpretations concerning min and max. |
|
526 |
||
527 |
* November 2013: Florian Haftmann, TUM |
|
56418 | 528 |
Abolition of negative numeral literals in the logic. |
56416 | 529 |
|
55913 | 530 |
|
53984 | 531 |
Contributions to Isabelle2013-1 |
532 |
------------------------------- |
|
50994 | 533 |
|
54363 | 534 |
* September 2013: Lars Noschinski, TUM |
54364 | 535 |
Conversion between function definitions as list of equations and |
536 |
case expressions in HOL. |
|
537 |
New library Simps_Case_Conv with commands case_of_simps, |
|
538 |
simps_of_case. |
|
54363 | 539 |
|
53396 | 540 |
* September 2013: Nik Sultana, University of Cambridge |
541 |
Improvements to HOL/TPTP parser and import facilities. |
|
542 |
||
54029 | 543 |
* September 2013: Johannes Hölzl and Dmitriy Traytel, TUM |
544 |
New "coinduction" method (residing in HOL-BNF) to avoid boilerplate. |
|
545 |
||
53984 | 546 |
* Summer 2013: Makarius Wenzel, Université Paris-Sud / LRI |
547 |
Improvements of Isabelle/Scala and Isabelle/jEdit Prover IDE. |
|
548 |
||
53613 | 549 |
* Summer 2013: Manuel Eberl, TUM |
550 |
Generation of elimination rules in the function package. |
|
551 |
New command "fun_cases". |
|
552 |
||
54051 | 553 |
* Summer 2013: Christian Sternagel, JAIST |
554 |
Improved support for ad hoc overloading of constants, including |
|
555 |
documentation and examples. |
|
556 |
||
53396 | 557 |
* Spring and Summer 2013: Lorenz Panny, Dmitriy Traytel, and |
558 |
Jasmin Blanchette, TUM |
|
56118
d3967fdc800a
updated NEWS and CONTRIBUTORS (BNF, SMT2, Sledgehammer)
blanchet
parents:
55913
diff
changeset
|
559 |
Various improvements to the BNF-based (co)datatype package, including |
54010 | 560 |
"primrec_new" and "primcorec" commands and a compatibility layer. |
53307 | 561 |
|
54021 | 562 |
* Spring and Summer 2013: Ondrej Kuncar, TUM |
54035 | 563 |
Various improvements of Lifting and Transfer packages. |
54021 | 564 |
|
565 |
* Spring 2013: Brian Huffman, Galois Inc. |
|
54035 | 566 |
Improvements of the Transfer package. |
54051 | 567 |
|
53728 | 568 |
* Summer 2013: Daniel Kühlwein, ICIS, Radboud University Nijmegen |
569 |
Jasmin Blanchette, TUM |
|
570 |
Various improvements to MaSh, including a server mode. |
|
571 |
||
572 |
* First half of 2013: Steffen Smolka, TUM |
|
573 |
Further improvements to Sledgehammer's Isar proof generator. |
|
574 |
||
52485 | 575 |
* May 2013: Florian Haftmann, TUM |
576 |
Ephemeral interpretation in local theories. |
|
577 |
||
52266 | 578 |
* May 2013: Lukas Bulwahn and Nicolai Schaffroth, TUM |
53164
beb4ee344c22
clarified position of Spec_Check for Isabelle/ML -- it is unrelated to Isabelle/HOL;
wenzelm
parents:
52896
diff
changeset
|
579 |
Spec_Check: A Quickcheck tool for Isabelle/ML. |
52266 | 580 |
|
51682 | 581 |
* April 2013: Stefan Berghofer, secunet Security Networks AG |
582 |
Dmitriy Traytel, TUM |
|
583 |
Makarius Wenzel, Université Paris-Sud / LRI |
|
584 |
Case translations as a separate check phase independent of the |
|
585 |
datatype package. |
|
586 |
||
51487 | 587 |
* March 2013: Florian Haftmann, TUM |
51489 | 588 |
Reform of "big operators" on sets. |
589 |
||
590 |
* March 2013: Florian Haftmann, TUM |
|
51487 | 591 |
Algebraic locale hierarchy for orderings and (semi)lattices. |
592 |
||
52503 | 593 |
* February 2013: Florian Haftmann, TUM |
594 |
Reworking and consolidation of code generation for target language |
|
595 |
numerals. |
|
51167 | 596 |
|
52503 | 597 |
* February 2013: Florian Haftmann, TUM |
51173 | 598 |
Sieve of Eratosthenes. |
599 |
||
51167 | 600 |
|
50993 | 601 |
Contributions to Isabelle2013 |
602 |
----------------------------- |
|
47887 | 603 |
|
49532 | 604 |
* 2012: Makarius Wenzel, Université Paris-Sud / LRI |
605 |
Improvements of Isabelle/Scala and Isabelle/jEdit Prover IDE. |
|
606 |
||
50648 | 607 |
* Fall 2012: Daniel Kühlwein, ICIS, Radboud University Nijmegen |
50222 | 608 |
Jasmin Blanchette, TUM |
609 |
Implemented Machine Learning for Sledgehammer (MaSh). |
|
610 |
||
50219 | 611 |
* Fall 2012: Steffen Smolka, TUM |
50648 | 612 |
Various improvements to Sledgehammer's Isar proof generator, |
613 |
including a smart type annotation algorithm and proof shrinking. |
|
50219 | 614 |
|
50573 | 615 |
* December 2012: Alessandro Coglio, Kestrel |
50991 | 616 |
Contributions to HOL's Lattice library. |
50573 | 617 |
|
50142 | 618 |
* November 2012: Fabian Immler, TUM |
50184 | 619 |
"Symbols" dockable for Isabelle/jEdit. |
620 |
||
621 |
* November 2012: Fabian Immler, TUM |
|
622 |
Proof of the Daniell-Kolmogorov theorem: the existence of the limit |
|
623 |
of projective families. |
|
50142 | 624 |
|
49770
cf6a78acf445
efficient construction of red black trees from sorted associative lists
Andreas Lochbihler
parents:
49532
diff
changeset
|
625 |
* October 2012: Andreas Lochbihler, KIT |
50184 | 626 |
Efficient construction of red-black trees from sorted associative |
627 |
lists. |
|
49770
cf6a78acf445
efficient construction of red black trees from sorted associative lists
Andreas Lochbihler
parents:
49532
diff
changeset
|
628 |
|
49190 | 629 |
* September 2012: Florian Haftmann, TUM |
630 |
Lattice instances for type option. |
|
631 |
||
49145 | 632 |
* September 2012: Christian Sternagel, JAIST |
633 |
Consolidated HOL/Library (theories: Prefix_Order, Sublist, and |
|
634 |
Sublist_Order) w.r.t. prefixes, suffixes, and embedding on lists. |
|
635 |
||
48977 | 636 |
* August 2012: Dmitriy Traytel, Andrei Popescu, Jasmin Blanchette, TUM |
49510
ba50d204095e
renamed "Codatatype" directory "BNF" (and corresponding session) -- this opens the door to no-nonsense session names like "HOL-BNF-LFP"
blanchet
parents:
49481
diff
changeset
|
637 |
New BNF-based (co)datatype package. |
48977 | 638 |
|
639 |
* August 2012: Andrei Popescu and Dmitriy Traytel, TUM |
|
640 |
Theories of ordinals and cardinals. |
|
641 |
||
48585
a82910dd2270
announce advanced support for Isabelle sessions and build management;
wenzelm
parents:
48124
diff
changeset
|
642 |
* July 2012: Makarius Wenzel, Université Paris-Sud / LRI |
a82910dd2270
announce advanced support for Isabelle sessions and build management;
wenzelm
parents:
48124
diff
changeset
|
643 |
Advanced support for Isabelle sessions and build management, notably |
a82910dd2270
announce advanced support for Isabelle sessions and build management;
wenzelm
parents:
48124
diff
changeset
|
644 |
"isabelle build". |
a82910dd2270
announce advanced support for Isabelle sessions and build management;
wenzelm
parents:
48124
diff
changeset
|
645 |
|
48111 | 646 |
* June 2012: Felix Kuperjans, Lukas Bulwahn, TUM and Rafal Kolanski, NICTA |
48585
a82910dd2270
announce advanced support for Isabelle sessions and build management;
wenzelm
parents:
48124
diff
changeset
|
647 |
Simproc for rewriting set comprehensions into pointfree expressions. |
47887 | 648 |
|
49481
818bf31759e7
NEWS and CONTRIBUTORS for a5377f6d9f14 and f0ecc1550998
Andreas Lochbihler
parents:
49190
diff
changeset
|
649 |
* May 2012: Andreas Lochbihler, KIT |
818bf31759e7
NEWS and CONTRIBUTORS for a5377f6d9f14 and f0ecc1550998
Andreas Lochbihler
parents:
49190
diff
changeset
|
650 |
Theory of almost everywhere constant functions. |
48124 | 651 |
|
50648 | 652 |
* 2010-2012: Markus Kaiser and Lukas Bulwahn, TUM |
653 |
Graphview in Scala/Swing. |
|
654 |
||
655 |
||
47462 | 656 |
Contributions to Isabelle2012 |
657 |
----------------------------- |
|
45109 | 658 |
|
47695 | 659 |
* April 2012: Johannes Hölzl, TUM |
47808 | 660 |
Probability: Introduced type to represent measures instead of |
661 |
locales. |
|
47695 | 662 |
|
663 |
* April 2012: Johannes Hölzl, Fabian Immler, TUM |
|
664 |
Float: Moved to Dyadic rationals to represent floating point numers. |
|
665 |
||
47808 | 666 |
* April 2012: Thomas Sewell, NICTA and |
667 |
2010: Sascha Boehme, TUM |
|
668 |
Theory HOL/Word/WordBitwise: logic/circuit expansion of bitvector |
|
669 |
equalities/inequalities. |
|
47567
407cabf66f21
New tactic "word_bitwise" expands word equalities/inequalities into logic.
Thomas Sewell <thomas.sewell@nicta.com.au>
parents:
47563
diff
changeset
|
670 |
|
47808 | 671 |
* March 2012: Christian Sternagel, JAIST |
47448 | 672 |
Consolidated theory of relation composition. |
673 |
||
47413 | 674 |
* March 2012: Nik Sultana, University of Cambridge |
675 |
HOL/TPTP parser and import facilities. |
|
676 |
||
47462 | 677 |
* March 2012: Cezary Kaliszyk, University of Innsbruck and |
678 |
Alexander Krauss, QAware GmbH |
|
679 |
Faster and more scalable Import mechanism for HOL Light proofs. |
|
680 |
||
47563 | 681 |
* January 2012: Florian Haftmann, TUM, et al. |
46596 | 682 |
(Re-)Introduction of the "set" type constructor. |
683 |
||
47700 | 684 |
* 2012: Ondrej Kuncar, TUM |
47808 | 685 |
New package Lifting, various improvements and refinements to the |
686 |
Quotient package. |
|
47700 | 687 |
|
47563 | 688 |
* 2011/2012: Jasmin Blanchette, TUM |
689 |
Various improvements to Sledgehammer, notably: tighter integration |
|
47808 | 690 |
with SPASS, support for more provers (Alt-Ergo, iProver, |
691 |
iProver-Eq). |
|
47563 | 692 |
|
47462 | 693 |
* 2011/2012: Makarius Wenzel, Université Paris-Sud / LRI |
47485 | 694 |
Various refinements of local theory infrastructure. |
47462 | 695 |
Improvements of Isabelle/Scala layer and Isabelle/jEdit Prover IDE. |
47265 | 696 |
|
45109 | 697 |
|
44801 | 698 |
Contributions to Isabelle2011-1 |
699 |
------------------------------- |
|
41651 | 700 |
|
44818
27ba81ad0890
theory of saturated naturals contributed by Peter Gammie
haftmann
parents:
41651
diff
changeset
|
701 |
* September 2011: Peter Gammie |
44908 | 702 |
Theory HOL/Library/Saturated: numbers with saturated arithmetic. |
44818
27ba81ad0890
theory of saturated naturals contributed by Peter Gammie
haftmann
parents:
41651
diff
changeset
|
703 |
|
27ba81ad0890
theory of saturated naturals contributed by Peter Gammie
haftmann
parents:
41651
diff
changeset
|
704 |
* August 2011: Florian Haftmann, Johannes Hölzl and Lars Noschinski, TUM |
27ba81ad0890
theory of saturated naturals contributed by Peter Gammie
haftmann
parents:
41651
diff
changeset
|
705 |
Refined theory on complete lattices. |
27ba81ad0890
theory of saturated naturals contributed by Peter Gammie
haftmann
parents:
41651
diff
changeset
|
706 |
|
44967 | 707 |
* August 2011: Brian Huffman, Portland State University |
708 |
Miscellaneous cleanup of Complex_Main and Multivariate_Analysis. |
|
709 |
||
710 |
* June 2011: Brian Huffman, Portland State University |
|
711 |
Proof method "countable_datatype" for theory Library/Countable. |
|
712 |
||
713 |
* 2011: Jasmin Blanchette, TUM |
|
714 |
Various improvements to Sledgehammer, notably: use of sound |
|
715 |
translations, support for more provers (Waldmeister, LEO-II, |
|
716 |
Satallax). Further development of Nitpick and 'try' command. |
|
717 |
||
718 |
* 2011: Andreas Lochbihler, Karlsruhe Institute of Technology |
|
719 |
Theory HOL/Library/Cset_Monad allows do notation for computable sets |
|
720 |
(cset) via the generic monad ad-hoc overloading facility. |
|
721 |
||
722 |
* 2011: Johannes Hölzl, Armin Heller, TUM and |
|
723 |
Bogdan Grechuk, University of Edinburgh |
|
724 |
Theory HOL/Library/Extended_Reals: real numbers extended with plus |
|
725 |
and minus infinity. |
|
726 |
||
44882 | 727 |
* 2011: Makarius Wenzel, Université Paris-Sud / LRI |
728 |
Various building blocks for Isabelle/Scala layer and Isabelle/jEdit |
|
729 |
Prover IDE. |
|
730 |
||
44908 | 731 |
|
41512 | 732 |
Contributions to Isabelle2011 |
733 |
----------------------------- |
|
37383 | 734 |
|
41567 | 735 |
* January 2011: Stefan Berghofer, secunet Security Networks AG |
736 |
HOL-SPARK: an interactive prover back-end for SPARK. |
|
737 |
||
40379 | 738 |
* October 2010: Bogdan Grechuk, University of Edinburgh |
739 |
Extended convex analysis in Multivariate Analysis. |
|
740 |
||
40287 | 741 |
* October 2010: Dmitriy Traytel, TUM |
742 |
Coercive subtyping via subtype constraints. |
|
743 |
||
41531 | 744 |
* October 2010: Alexander Krauss, TUM |
745 |
Command partial_function for function definitions based on complete |
|
746 |
partial orders in HOL. |
|
747 |
||
39644 | 748 |
* September 2010: Florian Haftmann, TUM |
41596 | 749 |
Refined concepts for evaluation, i.e., normalization of terms using |
41531 | 750 |
different techniques. |
40120 | 751 |
|
752 |
* September 2010: Florian Haftmann, TUM |
|
39644 | 753 |
Code generation for Scala. |
754 |
||
38656 | 755 |
* August 2010: Johannes Hoelzl, Armin Heller, and Robert Himmelmann, TUM |
41596 | 756 |
Improved Probability theory in HOL. |
38656 | 757 |
|
38461 | 758 |
* July 2010: Florian Haftmann, TUM |
39644 | 759 |
Reworking and extension of the Imperative HOL framework. |
38461 | 760 |
|
41596 | 761 |
* July 2010: Alexander Krauss, TUM and Christian Sternagel, University |
762 |
of Innsbruck |
|
41531 | 763 |
Ad-hoc overloading. Generic do notation for monads. |
764 |
||
37383 | 765 |
|
37144 | 766 |
Contributions to Isabelle2009-2 |
41512 | 767 |
------------------------------- |
33951 | 768 |
|
37303 | 769 |
* 2009/2010: Stefan Berghofer, Alexander Krauss, and Andreas Schropp, TUM, |
770 |
Makarius Wenzel, TUM / LRI |
|
771 |
Elimination of type classes from proof terms. |
|
772 |
||
37144 | 773 |
* April 2010: Florian Haftmann, TUM |
36416 | 774 |
Reorganization of abstract algebra type classes. |
775 |
||
37144 | 776 |
* April 2010: Florian Haftmann, TUM |
36416 | 777 |
Code generation for data representations involving invariants; |
778 |
various collections avaiable in theories Fset, Dlist, RBT, |
|
779 |
Mapping and AssocList. |
|
780 |
||
37144 | 781 |
* March 2010: Sascha Boehme, TUM |
782 |
Efficient SHA1 library for Poly/ML. |
|
783 |
||
37282 | 784 |
* February 2010: Cezary Kaliszyk and Christian Urban, TUM |
785 |
Quotient type package for Isabelle/HOL. |
|
786 |
||
26874 | 787 |
|
33842 | 788 |
Contributions to Isabelle2009-1 |
789 |
------------------------------- |
|
33649
854173fcd21c
added a tabled implementation of the reflexive transitive closure
bulwahn
parents:
33627
diff
changeset
|
790 |
|
33862 | 791 |
* November 2009, Brian Huffman, PSU |
792 |
New definitional domain package for HOLCF. |
|
793 |
||
33759
b369324fc244
Added the contributions of Robert Himmelmann to CONTRIBUTIONS and NEWS
hoelzl
parents:
33649
diff
changeset
|
794 |
* November 2009: Robert Himmelmann, TUM |
33862 | 795 |
Derivation and Brouwer's fixpoint theorem in Multivariate Analysis. |
33759
b369324fc244
Added the contributions of Robert Himmelmann to CONTRIBUTIONS and NEWS
hoelzl
parents:
33649
diff
changeset
|
796 |
|
33842 | 797 |
* November 2009: Stefan Berghofer and Lukas Bulwahn, TUM |
798 |
A tabled implementation of the reflexive transitive closure. |
|
33649
854173fcd21c
added a tabled implementation of the reflexive transitive closure
bulwahn
parents:
33627
diff
changeset
|
799 |
|
33627
ffb4a811e34d
announcing the predicate compiler in NEWS and CONTRIBUTORS
bulwahn
parents:
33419
diff
changeset
|
800 |
* November 2009: Lukas Bulwahn, TUM |
33842 | 801 |
Predicate Compiler: a compiler for inductive predicates to |
33843 | 802 |
equational specifications. |
48977 | 803 |
|
33897 | 804 |
* November 2009: Sascha Boehme, TUM and Burkhart Wolff, LRI Paris |
33842 | 805 |
HOL-Boogie: an interactive prover back-end for Boogie and VCC. |
33419 | 806 |
|
33192
08a39a957ed7
added Nitpick's theory and ML files to Isabelle/HOL;
blanchet
parents:
33010
diff
changeset
|
807 |
* October 2009: Jasmin Blanchette, TUM |
33842 | 808 |
Nitpick: yet another counterexample generator for Isabelle/HOL. |
33192
08a39a957ed7
added Nitpick's theory and ML files to Isabelle/HOL;
blanchet
parents:
33010
diff
changeset
|
809 |
|
33010 | 810 |
* October 2009: Sascha Boehme, TUM |
33182 | 811 |
Extension of SMT method: proof-reconstruction for the SMT solver Z3. |
33010 | 812 |
|
813 |
* October 2009: Florian Haftmann, TUM |
|
33182 | 814 |
Refinement of parts of the HOL datatype package. |
33005 | 815 |
|
33010 | 816 |
* October 2009: Florian Haftmann, TUM |
33182 | 817 |
Generic term styles for term antiquotations. |
33005 | 818 |
|
32762
5f485f98652f
Thomas Sewell, NICTA: more efficient HOL/record implementation;
wenzelm
parents:
32618
diff
changeset
|
819 |
* September 2009: Thomas Sewell, NICTA |
33182 | 820 |
More efficient HOL/record implementation. |
32762
5f485f98652f
Thomas Sewell, NICTA: more efficient HOL/record implementation;
wenzelm
parents:
32618
diff
changeset
|
821 |
|
32618
42865636d006
added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents:
32600
diff
changeset
|
822 |
* September 2009: Sascha Boehme, TUM |
33182 | 823 |
SMT method using external SMT solvers. |
32618
42865636d006
added new method "smt": an oracle-based connection to external SMT solvers
boehmes
parents:
32600
diff
changeset
|
824 |
|
32600 | 825 |
* September 2009: Florian Haftmann, TUM |
33182 | 826 |
Refinement of sets and lattices. |
32600 | 827 |
|
828 |
* July 2009: Jeremy Avigad and Amine Chaieb |
|
33182 | 829 |
New number theory. |
32600 | 830 |
|
32268
d50f0cb67578
Functionality for sum of squares to call a remote csdp prover
Philipp Meyer
parents:
31997
diff
changeset
|
831 |
* July 2009: Philipp Meyer, TUM |
33182 | 832 |
HOL/Library/Sum_Of_Squares: functionality to call a remote csdp |
833 |
prover. |
|
32268
d50f0cb67578
Functionality for sum of squares to call a remote csdp prover
Philipp Meyer
parents:
31997
diff
changeset
|
834 |
|
31997 | 835 |
* July 2009: Florian Haftmann, TUM |
33182 | 836 |
New quickcheck implementation using new code generator. |
31997 | 837 |
|
838 |
* July 2009: Florian Haftmann, TUM |
|
39644 | 839 |
HOL/Library/Fset: an explicit type of sets; finite sets ready to use |
33182 | 840 |
for code generation. |
31466 | 841 |
|
842 |
* June 2009: Florian Haftmann, TUM |
|
33843 | 843 |
HOL/Library/Tree: search trees implementing mappings, ready to use |
33182 | 844 |
for code generation. |
30978 | 845 |
|
32268
d50f0cb67578
Functionality for sum of squares to call a remote csdp prover
Philipp Meyer
parents:
31997
diff
changeset
|
846 |
* March 2009: Philipp Meyer, TUM |
33843 | 847 |
Minimization tool for results from Sledgehammer. |
33182 | 848 |
|
32268
d50f0cb67578
Functionality for sum of squares to call a remote csdp prover
Philipp Meyer
parents:
31997
diff
changeset
|
849 |
|
30978 | 850 |
Contributions to Isabelle2009 |
851 |
----------------------------- |
|
852 |
||
30383 | 853 |
* March 2009: Robert Himmelmann, TUM and Amine Chaieb, University of |
854 |
Cambridge |
|
855 |
Elementary topology in Euclidean space. |
|
856 |
||
30886
dda08b76fa99
updated official title of contribution by Johannes Hoelzl;
wenzelm
parents:
30383
diff
changeset
|
857 |
* March 2009: Johannes Hoelzl, TUM |
dda08b76fa99
updated official title of contribution by Johannes Hoelzl;
wenzelm
parents:
30383
diff
changeset
|
858 |
Method "approximation", which proves real valued inequalities by |
dda08b76fa99
updated official title of contribution by Johannes Hoelzl;
wenzelm
parents:
30383
diff
changeset
|
859 |
computation. |
dda08b76fa99
updated official title of contribution by Johannes Hoelzl;
wenzelm
parents:
30383
diff
changeset
|
860 |
|
30179 | 861 |
* February 2009: Filip Maric, Univ. of Belgrade |
862 |
A Serbian theory. |
|
863 |
||
30162 | 864 |
* February 2009: Jasmin Christian Blanchette, TUM |
30154 | 865 |
Misc cleanup of HOL/refute. |
866 |
||
30162 | 867 |
* February 2009: Timothy Bourke, NICTA |
29883 | 868 |
New find_consts command. |
869 |
||
30162 | 870 |
* February 2009: Timothy Bourke, NICTA |
29861
3c348f5873f3
updated NEWS etc with "solves" criterion and auto_solves
kleing
parents:
29398
diff
changeset
|
871 |
"solves" criterion for find_theorems and auto_solve option |
3c348f5873f3
updated NEWS etc with "solves" criterion and auto_solves
kleing
parents:
29398
diff
changeset
|
872 |
|
29398 | 873 |
* December 2008: Clemens Ballarin, TUM |
874 |
New locale implementation. |
|
875 |
||
29182 | 876 |
* December 2008: Armin Heller, TUM and Alexander Krauss, TUM |
877 |
Method "sizechange" for advanced termination proofs. |
|
878 |
||
28901 | 879 |
* November 2008: Timothy Bourke, NICTA |
880 |
Performance improvement (factor 50) for find_theorems. |
|
881 |
||
29398 | 882 |
* 2008: Florian Haftmann, TUM |
883 |
Various extensions and restructurings in HOL, improvements |
|
884 |
in evaluation mechanisms, new module binding.ML for name bindings. |
|
885 |
||
28604
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
886 |
* October 2008: Fabian Immler, TUM |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
887 |
ATP manager for Sledgehammer, based on ML threads instead of Posix |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
888 |
processes. Additional ATP wrappers, including remote SystemOnTPTP |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
889 |
services. |
f36496b73227
generic ATP manager based on threads (by Fabian Immler);
wenzelm
parents:
28474
diff
changeset
|
890 |
|
30162 | 891 |
* September 2008: Stefan Berghofer, TUM and Marc Bezem, Univ. Bergen |
892 |
Prover for coherent logic. |
|
893 |
||
28474
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
894 |
* August 2008: Fabian Immler, TUM |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
895 |
Vampire wrapper script for remote SystemOnTPTP service. |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
896 |
|
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
897 |
|
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
898 |
Contributions to Isabelle2008 |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
899 |
----------------------------- |
d0b8b0a1fca5
Vampire wrapper script for remote SystemOnTPTP service (by Fabian Immler);
wenzelm
parents:
27009
diff
changeset
|
900 |
|
27009 | 901 |
* 2007/2008: |
902 |
Alexander Krauss, TUM and Florian Haftmann, TUM and Stefan Berghofer, TUM |
|
903 |
HOL library improvements. |
|
25468 | 904 |
|
27009 | 905 |
* 2007/2008: Brian Huffman, PSU |
906 |
HOLCF library improvements. |
|
907 |
||
908 |
* 2007/2008: Stefan Berghofer, TUM |
|
30179 | 909 |
HOL-Nominal package improvements. |
27009 | 910 |
|
911 |
* March 2008: Markus Reiter, TUM |
|
912 |
HOL/Library/RBT: red-black trees. |
|
26728 | 913 |
|
26874 | 914 |
* February 2008: Alexander Krauss, TUM and Florian Haftmann, TUM and |
915 |
Lukas Bulwahn, TUM and John Matthews, Galois: |
|
916 |
HOL/Library/Imperative_HOL: Haskell-style imperative data structures |
|
917 |
for HOL. |
|
26728 | 918 |
|
27009 | 919 |
* December 2007: Norbert Schirmer, Uni Saarbruecken |
920 |
Misc improvements of record package in HOL. |
|
921 |
||
922 |
* December 2007: Florian Haftmann, TUM |
|
923 |
Overloading and class instantiation target. |
|
924 |
||
925 |
* December 2007: Florian Haftmann, TUM |
|
926 |
New version of primrec package for local theories. |
|
927 |
||
928 |
* December 2007: Alexander Krauss, TUM |
|
929 |
Method "induction_scheme" in HOL. |
|
930 |
||
931 |
* November 2007: Peter Lammich, Uni Muenster |
|
932 |
HOL-Lattice: some more lemmas. |
|
26198 | 933 |
|
26874 | 934 |
|
25454 | 935 |
Contributions to Isabelle2007 |
936 |
----------------------------- |
|
23252 | 937 |
|
25409 | 938 |
* October 2007: Norbert Schirmer, TUM / Uni Saarbruecken |
25398 | 939 |
State Spaces: The Locale Way (in HOL). |
940 |
||
25057
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
941 |
* October 2007: Mark A. Hillebrand, DFKI |
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
942 |
Robust sub/superscripts in LaTeX document output. |
021fcbe2aaa5
Mark A. Hillebrand, DFKI: Robust sub/superscripts in LaTeX document output.
wenzelm
parents:
24803
diff
changeset
|
943 |
|
24799 | 944 |
* August 2007: Jeremy Dawson, NICTA and Paul Graunke, Galois and Brian |
945 |
Huffman, PSU and Gerwin Klein, NICTA and John Matthews, Galois |
|
24333 | 946 |
HOL-Word: a library for fixed-size machine words in Isabelle. |
947 |
||
24332
e3a2b75b1cf9
boolean algebras as locales and numbers as types by Brian Huffman
kleing
parents:
23449
diff
changeset
|
948 |
* August 2007: Brian Huffman, PSU |
24799 | 949 |
HOL/Library/Boolean_Algebra and HOL/Library/Numeral_Type. |
24332
e3a2b75b1cf9
boolean algebras as locales and numbers as types by Brian Huffman
kleing
parents:
23449
diff
changeset
|
950 |
|
23252 | 951 |
* June 2007: Amine Chaieb, TUM |
24799 | 952 |
Semiring normalization and Groebner Bases. |
25449 | 953 |
Support for dense linear orders. |
17866 | 954 |
|
23449 | 955 |
* June 2007: Joe Hurd, Oxford |
24799 | 956 |
Metis theorem-prover. |
957 |
||
958 |
* 2007: Kong W. Susanto, Cambridge |
|
959 |
HOL: Metis prover integration. |
|
23449 | 960 |
|
24799 | 961 |
* 2007: Stefan Berghofer, TUM |
25449 | 962 |
HOL: inductive predicates and sets. |
24799 | 963 |
|
24803 | 964 |
* 2007: Norbert Schirmer, TUM |
965 |
HOL/record: misc improvements. |
|
966 |
||
24799 | 967 |
* 2006/2007: Alexander Krauss, TUM |
968 |
HOL: function package and related theories on termination. |
|
23449 | 969 |
|
22449 | 970 |
* 2006/2007: Florian Haftmann, TUM |
971 |
Pure: generic code generator framework. |
|
972 |
Pure: class package. |
|
24799 | 973 |
HOL: theory reorganization, code generator setup. |
974 |
||
25449 | 975 |
* 2006/2007: Christian Urban, TUM and Stefan Berghofer, TUM and |
976 |
Julien Narboux, TUM |
|
24799 | 977 |
HOL/Nominal package and related tools. |
22449 | 978 |
|
21242
d73735bb33c1
* November 2006: Lukas Bulwahn, TUM -- HOL/function: method "lexicographic_order".
wenzelm
parents:
21169
diff
changeset
|
979 |
* November 2006: Lukas Bulwahn, TUM |
24799 | 980 |
HOL: method "lexicographic_order" for function package. |
21242
d73735bb33c1
* November 2006: Lukas Bulwahn, TUM -- HOL/function: method "lexicographic_order".
wenzelm
parents:
21169
diff
changeset
|
981 |
|
21169 | 982 |
* October 2006: Stefan Hohe, TUM |
983 |
HOL-Algebra: ideals and quotients over rings. |
|
984 |
||
20340
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
985 |
* August 2006: Amine Chaieb, TUM |
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
986 |
Experimental support for generic reflection and reification in HOL. |
6afc1c133b86
Amine Chaieb: experimental generic reflection and reification in HOL;
wenzelm
parents:
20067
diff
changeset
|
987 |
|
20067
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
988 |
* July 2006: Rafal Kolanski, NICTA |
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
989 |
Hex (0xFF) and binary (0b1011) numerals. |
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
19896
diff
changeset
|
990 |
|
19896 | 991 |
* May 2006: Klaus Aehlig, LMU |
992 |
Command 'normal_form': normalization by evaluation. |
|
993 |
||
19650 | 994 |
* May 2006: Amine Chaieb, TUM |
995 |
HOL-Complex: Ferrante and Rackoff Algorithm for linear real |
|
996 |
arithmetic. |
|
19470 | 997 |
|
998 |
* February 2006: Benjamin Porter, NICTA |
|
23382 | 999 |
HOL and HOL-Complex: generalised mean value theorem, continuum is |
19470 | 1000 |
not denumerable, harmonic and arithmetic series, and denumerability |
1001 |
of rationals. |
|
17532 | 1002 |
|
19650 | 1003 |
* October 2005: Martin Wildmoser, TUM |
1004 |
Sketch for Isar 'guess' element. |
|
1005 |
||
1006 |
||
25454 | 1007 |
Contributions to Isabelle2005 |
1008 |
----------------------------- |
|
17382 | 1009 |
|
17640 | 1010 |
* September 2005: Lukas Bulwahn and Bernhard Haeupler, TUM |
1011 |
HOL-Complex: Formalization of Taylor series. |
|
1012 |
||
1013 |
* September 2005: Stephan Merz, Alwen Tiu, QSL Loria |
|
1014 |
Components for SAT solver method using zChaff. |
|
1015 |
||
17534 | 1016 |
* September 2005: Ning Zhang and Christian Urban, LMU Munich |
1017 |
A Chinese theory. |
|
1018 |
||
17562 | 1019 |
* September 2005: Bernhard Haeupler, TUM |
17382 | 1020 |
Method comm_ring for proving equalities in commutative rings. |
16892 | 1021 |
|
17532 | 1022 |
* July/August 2005: Jeremy Avigad, Carnegie Mellon University |
16892 | 1023 |
Various improvements of the HOL and HOL-Complex library. |
16868 | 1024 |
|
16892 | 1025 |
* July 2005: Florian Zuleger, Johannes Hoelzl, and Simon Funke, TUM |
1026 |
Some structured proofs about completeness of real numbers. |
|
1027 |
||
17532 | 1028 |
* May 2005: Rafal Kolanski and Gerwin Klein, NICTA |
1029 |
Improved retrieval of facts from theory/proof context. |
|
15994 | 1030 |
|
16252 | 1031 |
* February 2005: Lucas Dixon, University of Edinburgh |
17532 | 1032 |
Improved subst method. |
1033 |
||
1034 |
* 2005: Brian Huffman, OGI |
|
1035 |
Various improvements of HOLCF. |
|
1036 |
Some improvements of the HOL-Complex library. |
|
1037 |
||
1038 |
* 2005: Claire Quigley and Jia Meng, University of Cambridge |
|
1039 |
Some support for asynchronous communication with external provers |
|
1040 |
(experimental). |
|
1041 |
||
1042 |
* 2005: Florian Haftmann, TUM |
|
17543 | 1043 |
Contributions to document 'sugar'. |
17532 | 1044 |
Various ML combinators, notably linear functional transformations. |
1045 |
Some cleanup of ML legacy. |
|
1046 |
Additional antiquotations. |
|
1047 |
Improved Isabelle web site. |
|
1048 |
||
1049 |
* 2004/2005: David Aspinall, University of Edinburgh |
|
1050 |
Various elements of XML and PGIP based communication with user |
|
1051 |
interfaces (experimental). |
|
1052 |
||
1053 |
* 2004/2005: Gerwin Klein, NICTA |
|
1054 |
Contributions to document 'sugar'. |
|
1055 |
Improved Isabelle web site. |
|
1056 |
Improved HTML presentation of theories. |
|
1057 |
||
1058 |
* 2004/2005: Clemens Ballarin, TUM |
|
1059 |
Provers: tools for transitive relations and quasi orders. |
|
1060 |
Improved version of locales, notably interpretation of locales. |
|
1061 |
Improved version of HOL-Algebra. |
|
1062 |
||
1063 |
* 2004/2005: Amine Chaieb, TUM |
|
1064 |
Improved version of HOL presburger method. |
|
1065 |
||
1066 |
* 2004/2005: Steven Obua, TUM |
|
1067 |
Improved version of HOL/Import, support for HOL-Light. |
|
1068 |
Improved version of HOL-Complex-Matrix. |
|
17572 | 1069 |
Pure/defs: more sophisticated checks on well-formedness of overloading. |
17543 | 1070 |
Pure/Tools: an experimental evaluator for lambda terms. |
17532 | 1071 |
|
1072 |
* 2004/2005: Norbert Schirmer, TUM |
|
1073 |
Contributions to document 'sugar'. |
|
1074 |
Improved version of HOL/record. |
|
1075 |
||
1076 |
* 2004/2005: Sebastian Skalberg, TUM |
|
1077 |
Improved version of HOL/Import. |
|
1078 |
Some internal ML reorganizations. |
|
1079 |
||
1080 |
* 2004/2005: Tjark Weber, TUM |
|
17640 | 1081 |
SAT solver method using zChaff. |
17532 | 1082 |
Improved version of HOL/refute. |
62098 | 1083 |
|
1084 |
:maxLineLen=78: |