CONTRIBUTORS
author hoelzl
Mon, 16 Jun 2014 13:19:48 +0200
changeset 58596 d3d91422f408
parent 58594 19b7ace1c5da
child 58761 2b8b1a8587da
permissions -rw-r--r--
lemmas about the moments of the normal distribution
wenzelm@24799
     1
For the purposes of the license agreement in the file COPYRIGHT, a
wenzelm@24799
     2
'contributor' is anybody who is listed in this file (CONTRIBUTORS) or
kleing@23382
     3
who is listed as an author in one of the source files of this Isabelle
kleing@23382
     4
distribution.
kleing@23382
     5
wenzelm@55507
     6
Contributions to this Isabelle version
wenzelm@55507
     7
--------------------------------------
wenzelm@55507
     8
hoelzl@58577
     9
blanchet@58558
    10
* Summer 2014: Mathias Fleury, ENS Rennes, and Albert Steckermeier, TUM
blanchet@58558
    11
  Work on exotic automatic theorem provers for Sledgehammer (LEO-II, veriT,
blanchet@58558
    12
  Waldmeister, etc.).
blanchet@58558
    13
hoelzl@58596
    14
* June 2014: Sudeep Kanav, TUM, Jeremy Avigad, CMU, and Johannes Hölzl, TUM
hoelzl@58594
    15
  Various properties of exponentially, Erlang, and normal distributed random variables.
hoelzl@58577
    16
blanchet@58372
    17
* May 2014: Cezary Kaliszyk, University of Innsbruck, and Jasmin Blanchette, TUM
blanchet@58372
    18
  SML-based engines for MaSh.
blanchet@58372
    19
wenzelm@57255
    20
* March 2014: René Thiemann
nipkow@57237
    21
  Improved code generation for multisets.
nipkow@57237
    22
haftmann@57758
    23
* February 2014: Florian Haftmann, TUM
haftmann@57758
    24
  Permanent interpretation inside theory, locale and class targets with mixin definitions.
haftmann@57758
    25
blanchet@58558
    26
* Fall 2013 and Winter 2014: Martin Desharnais, Lorenz Panny, Dmitriy Traytel,
blanchet@58558
    27
  and Jasmin Blanchette, TUM
blanchet@57460
    28
  Various improvements to the BNF-based (co)datatype package, including
blanchet@57460
    29
  a more polished "primcorec" command, optimizations, and integration in
blanchet@57460
    30
  the "HOL" session.
blanchet@57460
    31
blanchet@58372
    32
* Winter/Spring 2014: Sascha Boehme, QAware GmbH, and Jasmin Blanchette, TUM
blanchet@57460
    33
  "SMT2" module and "smt2" proof method, based on SMT-LIB 2 and Z3 4.3.
blanchet@57460
    34
lars@56658
    35
* January 2014: Lars Hupel, TUM
lars@56658
    36
  An improved, interactive simplifier trace with integration into the
lars@56658
    37
  Isabelle/jEdit Prover IDE.
wenzelm@55507
    38
haftmann@57758
    39
* December 2013: Florian Haftmann, TUM
haftmann@57758
    40
  Consolidation of abstract interpretations concerning min and max.
haftmann@57758
    41
haftmann@57758
    42
* November 2013: Florian Haftmann, TUM
haftmann@57760
    43
  Abolition of negative numeral literals in the logic.
haftmann@57758
    44
wenzelm@57255
    45
wenzelm@55121
    46
Contributions to Isabelle2013-1
wenzelm@55121
    47
-------------------------------
wenzelm@52176
    48
noschinl@55251
    49
* September 2013: Lars Noschinski, TUM
wenzelm@55252
    50
  Conversion between function definitions as list of equations and
wenzelm@55252
    51
  case expressions in HOL.
wenzelm@55252
    52
  New library Simps_Case_Conv with commands case_of_simps,
wenzelm@55252
    53
  simps_of_case.
noschinl@55251
    54
wenzelm@54533
    55
* September 2013: Nik Sultana, University of Cambridge
wenzelm@54533
    56
  Improvements to HOL/TPTP parser and import facilities.
wenzelm@54533
    57
traytel@55166
    58
* September 2013: Johannes Hölzl and Dmitriy Traytel, TUM
traytel@55166
    59
  New "coinduction" method (residing in HOL-BNF) to avoid boilerplate.
traytel@55166
    60
wenzelm@55121
    61
* Summer 2013: Makarius Wenzel, Université Paris-Sud / LRI
wenzelm@55121
    62
  Improvements of Isabelle/Scala and Isabelle/jEdit Prover IDE.
wenzelm@55121
    63
krauss@54750
    64
* Summer 2013: Manuel Eberl, TUM
krauss@54750
    65
  Generation of elimination rules in the function package.
krauss@54750
    66
  New command "fun_cases".
krauss@54750
    67
wenzelm@55188
    68
* Summer 2013: Christian Sternagel, JAIST
wenzelm@55188
    69
  Improved support for ad hoc overloading of constants, including
wenzelm@55188
    70
  documentation and examples.
wenzelm@55188
    71
wenzelm@54533
    72
* Spring and Summer 2013: Lorenz Panny, Dmitriy Traytel, and
wenzelm@54533
    73
  Jasmin Blanchette, TUM
blanchet@57460
    74
  Various improvements to the BNF-based (co)datatype package, including
blanchet@55147
    75
  "primrec_new" and "primcorec" commands and a compatibility layer.
blanchet@54444
    76
kuncar@55158
    77
* Spring and Summer 2013: Ondrej Kuncar, TUM
wenzelm@55172
    78
  Various improvements of Lifting and Transfer packages.
kuncar@55158
    79
kuncar@55158
    80
* Spring 2013: Brian Huffman, Galois Inc.
wenzelm@55172
    81
  Improvements of the Transfer package.
wenzelm@55188
    82
blanchet@54865
    83
* Summer 2013: Daniel Kühlwein, ICIS, Radboud University Nijmegen
blanchet@54865
    84
  Jasmin Blanchette, TUM
blanchet@54865
    85
  Various improvements to MaSh, including a server mode.
blanchet@54865
    86
blanchet@54865
    87
* First half of 2013: Steffen Smolka, TUM
blanchet@54865
    88
  Further improvements to Sledgehammer's Isar proof generator.
blanchet@54865
    89
haftmann@53622
    90
* May 2013: Florian Haftmann, TUM
haftmann@53622
    91
  Ephemeral interpretation in local theories.
haftmann@53622
    92
bulwahn@53403
    93
* May 2013: Lukas Bulwahn and Nicolai Schaffroth, TUM
wenzelm@54301
    94
  Spec_Check: A Quickcheck tool for Isabelle/ML.
bulwahn@53403
    95
traytel@52819
    96
* April 2013: Stefan Berghofer, secunet Security Networks AG
traytel@52819
    97
  Dmitriy Traytel, TUM
traytel@52819
    98
  Makarius Wenzel, Université Paris-Sud / LRI
traytel@52819
    99
  Case translations as a separate check phase independent of the
traytel@52819
   100
  datatype package.
traytel@52819
   101
haftmann@52624
   102
* March 2013: Florian Haftmann, TUM
haftmann@52626
   103
  Reform of "big operators" on sets.
haftmann@52626
   104
haftmann@52626
   105
* March 2013: Florian Haftmann, TUM
haftmann@52624
   106
  Algebraic locale hierarchy for orderings and (semi)lattices.
haftmann@52624
   107
wenzelm@53640
   108
* February 2013: Florian Haftmann, TUM
wenzelm@53640
   109
  Reworking and consolidation of code generation for target language
wenzelm@53640
   110
  numerals.
haftmann@52304
   111
wenzelm@53640
   112
* February 2013: Florian Haftmann, TUM
haftmann@52310
   113
  Sieve of Eratosthenes.
haftmann@52310
   114
haftmann@52304
   115
wenzelm@52008
   116
Contributions to Isabelle2013
wenzelm@52008
   117
-----------------------------
wenzelm@48902
   118
wenzelm@50547
   119
* 2012: Makarius Wenzel, Université Paris-Sud / LRI
wenzelm@50547
   120
  Improvements of Isabelle/Scala and Isabelle/jEdit Prover IDE.
wenzelm@50547
   121
wenzelm@51663
   122
* Fall 2012: Daniel Kühlwein, ICIS, Radboud University Nijmegen
blanchet@51237
   123
  Jasmin Blanchette, TUM
blanchet@51237
   124
  Implemented Machine Learning for Sledgehammer (MaSh).
blanchet@51237
   125
blanchet@51234
   126
* Fall 2012: Steffen Smolka, TUM
wenzelm@51663
   127
  Various improvements to Sledgehammer's Isar proof generator,
wenzelm@51663
   128
  including a smart type annotation algorithm and proof shrinking.
blanchet@51234
   129
nipkow@51588
   130
* December 2012: Alessandro Coglio, Kestrel
wenzelm@52006
   131
  Contributions to HOL's Lattice library.
nipkow@51588
   132
hoelzl@51157
   133
* November 2012: Fabian Immler, TUM
wenzelm@51199
   134
  "Symbols" dockable for Isabelle/jEdit.
wenzelm@51199
   135
wenzelm@51199
   136
* November 2012: Fabian Immler, TUM
wenzelm@51199
   137
  Proof of the Daniell-Kolmogorov theorem: the existence of the limit
wenzelm@51199
   138
  of projective families.
hoelzl@51157
   139
Andreas@50785
   140
* October 2012: Andreas Lochbihler, KIT
wenzelm@51199
   141
  Efficient construction of red-black trees from sorted associative
wenzelm@51199
   142
  lists.
Andreas@50785
   143
haftmann@50205
   144
* September 2012: Florian Haftmann, TUM
haftmann@50205
   145
  Lattice instances for type option.
haftmann@50205
   146
Christian@50160
   147
* September 2012: Christian Sternagel, JAIST
Christian@50160
   148
  Consolidated HOL/Library (theories: Prefix_Order, Sublist, and
Christian@50160
   149
  Sublist_Order) w.r.t. prefixes, suffixes, and embedding on lists.
Christian@50160
   150
blanchet@49992
   151
* August 2012: Dmitriy Traytel, Andrei Popescu, Jasmin Blanchette, TUM
blanchet@50525
   152
  New BNF-based (co)datatype package.
blanchet@49992
   153
blanchet@49992
   154
* August 2012: Andrei Popescu and Dmitriy Traytel, TUM
blanchet@49992
   155
  Theories of ordinals and cardinals.
blanchet@49992
   156
wenzelm@49600
   157
* July 2012: Makarius Wenzel, Université Paris-Sud / LRI
wenzelm@49600
   158
  Advanced support for Isabelle sessions and build management, notably
wenzelm@49600
   159
  "isabelle build".
wenzelm@49600
   160
bulwahn@49126
   161
* June 2012: Felix Kuperjans, Lukas Bulwahn, TUM and Rafal Kolanski, NICTA
wenzelm@49600
   162
  Simproc for rewriting set comprehensions into pointfree expressions.
wenzelm@48902
   163
Andreas@50496
   164
* May 2012: Andreas Lochbihler, KIT
Andreas@50496
   165
  Theory of almost everywhere constant functions.
wenzelm@49139
   166
wenzelm@51663
   167
* 2010-2012: Markus Kaiser and Lukas Bulwahn, TUM
wenzelm@51663
   168
  Graphview in Scala/Swing.
wenzelm@51663
   169
wenzelm@51663
   170
wenzelm@48333
   171
Contributions to Isabelle2012
wenzelm@48333
   172
-----------------------------
wenzelm@45961
   173
hoelzl@48566
   174
* April 2012: Johannes Hölzl, TUM
wenzelm@48679
   175
  Probability: Introduced type to represent measures instead of
wenzelm@48679
   176
  locales.
hoelzl@48566
   177
hoelzl@48566
   178
* April 2012: Johannes Hölzl, Fabian Immler, TUM
hoelzl@48566
   179
  Float: Moved to Dyadic rationals to represent floating point numers.
hoelzl@48566
   180
wenzelm@48679
   181
* April 2012: Thomas Sewell, NICTA and
wenzelm@48679
   182
  2010: Sascha Boehme, TUM
wenzelm@48679
   183
  Theory HOL/Word/WordBitwise: logic/circuit expansion of bitvector
wenzelm@48679
   184
  equalities/inequalities.
thomas@48438
   185
wenzelm@48679
   186
* March 2012: Christian Sternagel, JAIST
bulwahn@48319
   187
  Consolidated theory of relation composition.
bulwahn@48319
   188
wenzelm@48284
   189
* March 2012: Nik Sultana, University of Cambridge
wenzelm@48284
   190
  HOL/TPTP parser and import facilities.
wenzelm@48284
   191
wenzelm@48333
   192
* March 2012: Cezary Kaliszyk, University of Innsbruck and
wenzelm@48333
   193
  Alexander Krauss, QAware GmbH
wenzelm@48333
   194
  Faster and more scalable Import mechanism for HOL Light proofs.
wenzelm@48333
   195
blanchet@48434
   196
* January 2012: Florian Haftmann, TUM, et al.
haftmann@47467
   197
  (Re-)Introduction of the "set" type constructor.
haftmann@47467
   198
kuncar@48571
   199
* 2012: Ondrej Kuncar, TUM
wenzelm@48679
   200
  New package Lifting, various improvements and refinements to the
wenzelm@48679
   201
  Quotient package.
kuncar@48571
   202
blanchet@48434
   203
* 2011/2012: Jasmin Blanchette, TUM
blanchet@48434
   204
  Various improvements to Sledgehammer, notably: tighter integration
wenzelm@48679
   205
  with SPASS, support for more provers (Alt-Ergo, iProver,
wenzelm@48679
   206
  iProver-Eq).
blanchet@48434
   207
wenzelm@48333
   208
* 2011/2012: Makarius Wenzel, Université Paris-Sud / LRI
wenzelm@48356
   209
  Various refinements of local theory infrastructure.
wenzelm@48333
   210
  Improvements of Isabelle/Scala layer and Isabelle/jEdit Prover IDE.
krauss@48136
   211
wenzelm@45961
   212
wenzelm@45682
   213
Contributions to Isabelle2011-1
wenzelm@45682
   214
-------------------------------
wenzelm@42520
   215
haftmann@45680
   216
* September 2011: Peter Gammie
huffman@45779
   217
  Theory HOL/Library/Saturated: numbers with saturated arithmetic.
haftmann@45680
   218
haftmann@45680
   219
* August 2011: Florian Haftmann, Johannes Hölzl and Lars Noschinski, TUM
haftmann@45680
   220
  Refined theory on complete lattices.
haftmann@45680
   221
wenzelm@45838
   222
* August 2011: Brian Huffman, Portland State University
wenzelm@45838
   223
  Miscellaneous cleanup of Complex_Main and Multivariate_Analysis.
wenzelm@45838
   224
wenzelm@45838
   225
* June 2011: Brian Huffman, Portland State University
wenzelm@45838
   226
  Proof method "countable_datatype" for theory Library/Countable.
wenzelm@45838
   227
wenzelm@45838
   228
* 2011: Jasmin Blanchette, TUM
wenzelm@45838
   229
  Various improvements to Sledgehammer, notably: use of sound
wenzelm@45838
   230
  translations, support for more provers (Waldmeister, LEO-II,
wenzelm@45838
   231
  Satallax). Further development of Nitpick and 'try' command.
wenzelm@45838
   232
wenzelm@45838
   233
* 2011: Andreas Lochbihler, Karlsruhe Institute of Technology
wenzelm@45838
   234
  Theory HOL/Library/Cset_Monad allows do notation for computable sets
wenzelm@45838
   235
  (cset) via the generic monad ad-hoc overloading facility.
wenzelm@45838
   236
wenzelm@45838
   237
* 2011: Johannes Hölzl, Armin Heller, TUM and
wenzelm@45838
   238
  Bogdan Grechuk, University of Edinburgh
wenzelm@45838
   239
  Theory HOL/Library/Extended_Reals: real numbers extended with plus
wenzelm@45838
   240
  and minus infinity.
wenzelm@45838
   241
wenzelm@45756
   242
* 2011: Makarius Wenzel, Université Paris-Sud / LRI
wenzelm@45756
   243
  Various building blocks for Isabelle/Scala layer and Isabelle/jEdit
wenzelm@45756
   244
  Prover IDE.
wenzelm@45756
   245
huffman@45779
   246
wenzelm@41760
   247
Contributions to Isabelle2011
wenzelm@41760
   248
-----------------------------
wenzelm@37358
   249
berghofe@41815
   250
* January 2011: Stefan Berghofer, secunet Security Networks AG
berghofe@41815
   251
  HOL-SPARK: an interactive prover back-end for SPARK.
berghofe@41815
   252
wenzelm@40625
   253
* October 2010: Bogdan Grechuk, University of Edinburgh
wenzelm@40625
   254
  Extended convex analysis in Multivariate Analysis.
wenzelm@40625
   255
wenzelm@40534
   256
* October 2010: Dmitriy Traytel, TUM
wenzelm@40534
   257
  Coercive subtyping via subtype constraints.
wenzelm@40534
   258
krauss@41779
   259
* October 2010: Alexander Krauss, TUM
krauss@41779
   260
  Command partial_function for function definitions based on complete
krauss@41779
   261
  partial orders in HOL.
krauss@41779
   262
haftmann@39868
   263
* September 2010: Florian Haftmann, TUM
wenzelm@41844
   264
  Refined concepts for evaluation, i.e., normalization of terms using
krauss@41779
   265
  different techniques.
haftmann@40364
   266
haftmann@40364
   267
* September 2010: Florian Haftmann, TUM
haftmann@39868
   268
  Code generation for Scala.
haftmann@39868
   269
hoelzl@38902
   270
* August 2010: Johannes Hoelzl, Armin Heller, and Robert Himmelmann, TUM
wenzelm@41844
   271
  Improved Probability theory in HOL.
hoelzl@38902
   272
haftmann@38705
   273
* July 2010: Florian Haftmann, TUM
haftmann@39868
   274
  Reworking and extension of the Imperative HOL framework.
haftmann@38705
   275
wenzelm@41844
   276
* July 2010: Alexander Krauss, TUM and Christian Sternagel, University
wenzelm@41844
   277
    of Innsbruck
krauss@41779
   278
  Ad-hoc overloading. Generic do notation for monads.
krauss@41779
   279
wenzelm@37358
   280
wenzelm@37144
   281
Contributions to Isabelle2009-2
wenzelm@41760
   282
-------------------------------
wenzelm@33951
   283
krauss@37303
   284
* 2009/2010: Stefan Berghofer, Alexander Krauss, and Andreas Schropp, TUM,
krauss@37303
   285
  Makarius Wenzel, TUM / LRI
krauss@37303
   286
  Elimination of type classes from proof terms.
krauss@37303
   287
wenzelm@37144
   288
* April 2010: Florian Haftmann, TUM
haftmann@36416
   289
  Reorganization of abstract algebra type classes.
haftmann@36416
   290
wenzelm@37144
   291
* April 2010: Florian Haftmann, TUM
haftmann@36416
   292
  Code generation for data representations involving invariants;
haftmann@36416
   293
  various collections avaiable in theories Fset, Dlist, RBT,
haftmann@36416
   294
  Mapping and AssocList.
haftmann@36416
   295
wenzelm@37144
   296
* March 2010: Sascha Boehme, TUM
wenzelm@37144
   297
  Efficient SHA1 library for Poly/ML.
wenzelm@37144
   298
wenzelm@37282
   299
* February 2010: Cezary Kaliszyk and Christian Urban, TUM
wenzelm@37282
   300
  Quotient type package for Isabelle/HOL.
wenzelm@37282
   301
wenzelm@26874
   302
wenzelm@33842
   303
Contributions to Isabelle2009-1
wenzelm@33842
   304
-------------------------------
bulwahn@33649
   305
haftmann@33862
   306
* November 2009, Brian Huffman, PSU
haftmann@33862
   307
  New definitional domain package for HOLCF.
haftmann@33862
   308
hoelzl@33759
   309
* November 2009: Robert Himmelmann, TUM
haftmann@33862
   310
  Derivation and Brouwer's fixpoint theorem in Multivariate Analysis.
hoelzl@33759
   311
wenzelm@33842
   312
* November 2009: Stefan Berghofer and Lukas Bulwahn, TUM
wenzelm@33842
   313
  A tabled implementation of the reflexive transitive closure.
bulwahn@33649
   314
bulwahn@33627
   315
* November 2009: Lukas Bulwahn, TUM
wenzelm@33842
   316
  Predicate Compiler: a compiler for inductive predicates to
wenzelm@33843
   317
  equational specifications.
blanchet@49992
   318
wenzelm@33897
   319
* November 2009: Sascha Boehme, TUM and Burkhart Wolff, LRI Paris
wenzelm@33842
   320
  HOL-Boogie: an interactive prover back-end for Boogie and VCC.
boehmes@33408
   321
blanchet@33192
   322
* October 2009: Jasmin Blanchette, TUM
wenzelm@33842
   323
  Nitpick: yet another counterexample generator for Isabelle/HOL.
blanchet@33192
   324
boehmes@33006
   325
* October 2009: Sascha Boehme, TUM
wenzelm@33182
   326
  Extension of SMT method: proof-reconstruction for the SMT solver Z3.
boehmes@33006
   327
boehmes@33006
   328
* October 2009: Florian Haftmann, TUM
wenzelm@33182
   329
  Refinement of parts of the HOL datatype package.
haftmann@33002
   330
boehmes@33006
   331
* October 2009: Florian Haftmann, TUM
wenzelm@33182
   332
  Generic term styles for term antiquotations.
haftmann@33002
   333
wenzelm@32762
   334
* September 2009: Thomas Sewell, NICTA
wenzelm@33182
   335
  More efficient HOL/record implementation.
wenzelm@32762
   336
boehmes@32618
   337
* September 2009: Sascha Boehme, TUM
wenzelm@33182
   338
  SMT method using external SMT solvers.
boehmes@32618
   339
haftmann@32600
   340
* September 2009: Florian Haftmann, TUM
wenzelm@33182
   341
  Refinement of sets and lattices.
haftmann@32600
   342
haftmann@32600
   343
* July 2009: Jeremy Avigad and Amine Chaieb
wenzelm@33182
   344
  New number theory.
haftmann@32600
   345
Philipp@32265
   346
* July 2009: Philipp Meyer, TUM
wenzelm@33182
   347
  HOL/Library/Sum_Of_Squares: functionality to call a remote csdp
wenzelm@33182
   348
  prover.
Philipp@32265
   349
haftmann@31997
   350
* July 2009: Florian Haftmann, TUM
wenzelm@33182
   351
  New quickcheck implementation using new code generator.
haftmann@31997
   352
haftmann@31997
   353
* July 2009: Florian Haftmann, TUM
haftmann@39868
   354
  HOL/Library/Fset: an explicit type of sets; finite sets ready to use
wenzelm@33182
   355
  for code generation.
haftmann@31466
   356
haftmann@31466
   357
* June 2009: Florian Haftmann, TUM
wenzelm@33843
   358
  HOL/Library/Tree: search trees implementing mappings, ready to use
wenzelm@33182
   359
  for code generation.
wenzelm@30979
   360
Philipp@32265
   361
* March 2009: Philipp Meyer, TUM
wenzelm@33843
   362
  Minimization tool for results from Sledgehammer.
wenzelm@33182
   363
Philipp@32265
   364
wenzelm@30979
   365
Contributions to Isabelle2009
wenzelm@30979
   366
-----------------------------
wenzelm@30979
   367
wenzelm@30388
   368
* March 2009: Robert Himmelmann, TUM and Amine Chaieb, University of
wenzelm@30388
   369
  Cambridge
wenzelm@30388
   370
  Elementary topology in Euclidean space.
wenzelm@30388
   371
wenzelm@30886
   372
* March 2009: Johannes Hoelzl, TUM
wenzelm@30886
   373
  Method "approximation", which proves real valued inequalities by
wenzelm@30886
   374
  computation.
wenzelm@30886
   375
wenzelm@30179
   376
* February 2009: Filip Maric, Univ. of Belgrade
wenzelm@30179
   377
  A Serbian theory.
wenzelm@30179
   378
wenzelm@30162
   379
* February 2009: Jasmin Christian Blanchette, TUM
wenzelm@30154
   380
  Misc cleanup of HOL/refute.
wenzelm@30154
   381
wenzelm@30162
   382
* February 2009: Timothy Bourke, NICTA
kleing@29820
   383
  New find_consts command.
kleing@29820
   384
wenzelm@30162
   385
* February 2009: Timothy Bourke, NICTA
kleing@29798
   386
  "solves" criterion for find_theorems and auto_solve option
kleing@29798
   387
haftmann@29395
   388
* December 2008: Clemens Ballarin, TUM
haftmann@29395
   389
  New locale implementation.
haftmann@29395
   390
krauss@29182
   391
* December 2008: Armin Heller, TUM and Alexander Krauss, TUM
krauss@29182
   392
  Method "sizechange" for advanced termination proofs.
krauss@29182
   393
kleing@28901
   394
* November 2008: Timothy Bourke, NICTA
kleing@28901
   395
  Performance improvement (factor 50) for find_theorems.
kleing@28901
   396
haftmann@29395
   397
* 2008: Florian Haftmann, TUM
haftmann@29395
   398
  Various extensions and restructurings in HOL, improvements
haftmann@29395
   399
  in evaluation mechanisms, new module binding.ML for name bindings.
haftmann@29395
   400
wenzelm@28604
   401
* October 2008: Fabian Immler, TUM
wenzelm@28604
   402
  ATP manager for Sledgehammer, based on ML threads instead of Posix
wenzelm@28604
   403
  processes.  Additional ATP wrappers, including remote SystemOnTPTP
wenzelm@28604
   404
  services.
wenzelm@28604
   405
wenzelm@30162
   406
* September 2008: Stefan Berghofer, TUM and Marc Bezem, Univ. Bergen
wenzelm@30162
   407
  Prover for coherent logic.
wenzelm@30162
   408
wenzelm@28474
   409
* August 2008: Fabian Immler, TUM
wenzelm@28474
   410
  Vampire wrapper script for remote SystemOnTPTP service.
wenzelm@28474
   411
wenzelm@28474
   412
wenzelm@28474
   413
Contributions to Isabelle2008
wenzelm@28474
   414
-----------------------------
wenzelm@28474
   415
wenzelm@27009
   416
* 2007/2008:
wenzelm@27009
   417
  Alexander Krauss, TUM and Florian Haftmann, TUM and Stefan Berghofer, TUM
wenzelm@27009
   418
  HOL library improvements.
wenzelm@25468
   419
wenzelm@27009
   420
* 2007/2008: Brian Huffman, PSU
wenzelm@27009
   421
  HOLCF library improvements.
wenzelm@27009
   422
wenzelm@27009
   423
* 2007/2008: Stefan Berghofer, TUM
wenzelm@30179
   424
  HOL-Nominal package improvements.
wenzelm@27009
   425
wenzelm@27009
   426
* March 2008: Markus Reiter, TUM
wenzelm@27009
   427
  HOL/Library/RBT: red-black trees.
haftmann@26728
   428
wenzelm@26874
   429
* February 2008: Alexander Krauss, TUM and Florian Haftmann, TUM and
wenzelm@26874
   430
  Lukas Bulwahn, TUM and John Matthews, Galois:
wenzelm@26874
   431
  HOL/Library/Imperative_HOL: Haskell-style imperative data structures
wenzelm@26874
   432
  for HOL.
haftmann@26728
   433
wenzelm@27009
   434
* December 2007: Norbert Schirmer, Uni Saarbruecken
wenzelm@27009
   435
  Misc improvements of record package in HOL.
wenzelm@27009
   436
wenzelm@27009
   437
* December 2007: Florian Haftmann, TUM
wenzelm@27009
   438
  Overloading and class instantiation target.
wenzelm@27009
   439
wenzelm@27009
   440
* December 2007: Florian Haftmann, TUM
wenzelm@27009
   441
  New version of primrec package for local theories.
wenzelm@27009
   442
wenzelm@27009
   443
* December 2007: Alexander Krauss, TUM
wenzelm@27009
   444
  Method "induction_scheme" in HOL.
wenzelm@27009
   445
wenzelm@27009
   446
* November 2007: Peter Lammich, Uni Muenster
wenzelm@27009
   447
  HOL-Lattice: some more lemmas.
wenzelm@26198
   448
wenzelm@26874
   449
wenzelm@25454
   450
Contributions to Isabelle2007
wenzelm@25454
   451
-----------------------------
wenzelm@23252
   452
schirmer@25409
   453
* October 2007: Norbert Schirmer, TUM / Uni Saarbruecken
wenzelm@25398
   454
  State Spaces: The Locale Way (in HOL).
wenzelm@25398
   455
wenzelm@25057
   456
* October 2007: Mark A. Hillebrand, DFKI
wenzelm@25057
   457
  Robust sub/superscripts in LaTeX document output.
wenzelm@25057
   458
wenzelm@24799
   459
* August 2007: Jeremy Dawson, NICTA and Paul Graunke, Galois and Brian
wenzelm@24799
   460
    Huffman, PSU and Gerwin Klein, NICTA and John Matthews, Galois
kleing@24333
   461
  HOL-Word: a library for fixed-size machine words in Isabelle.
kleing@24333
   462
kleing@24332
   463
* August 2007: Brian Huffman, PSU
wenzelm@24799
   464
  HOL/Library/Boolean_Algebra and HOL/Library/Numeral_Type.
kleing@24332
   465
wenzelm@23252
   466
* June 2007: Amine Chaieb, TUM
wenzelm@24799
   467
  Semiring normalization and Groebner Bases.
wenzelm@25449
   468
  Support for dense linear orders.
wenzelm@17866
   469
paulson@23449
   470
* June 2007: Joe Hurd, Oxford
wenzelm@24799
   471
  Metis theorem-prover.
paulson@23449
   472
wenzelm@24799
   473
* 2007: Kong W. Susanto, Cambridge
paulson@23449
   474
  HOL: Metis prover integration.
paulson@23449
   475
wenzelm@24799
   476
* 2007: Stefan Berghofer, TUM
wenzelm@25449
   477
  HOL: inductive predicates and sets.
wenzelm@24799
   478
wenzelm@24803
   479
* 2007: Norbert Schirmer, TUM
wenzelm@24803
   480
  HOL/record: misc improvements.
wenzelm@24803
   481
wenzelm@24799
   482
* 2006/2007: Alexander Krauss, TUM
wenzelm@24799
   483
  HOL: function package and related theories on termination.
wenzelm@24799
   484
haftmann@22449
   485
* 2006/2007: Florian Haftmann, TUM
haftmann@22449
   486
  Pure: generic code generator framework.
haftmann@22449
   487
  Pure: class package.
wenzelm@24799
   488
  HOL: theory reorganization, code generator setup.
wenzelm@24799
   489
wenzelm@25449
   490
* 2006/2007: Christian Urban, TUM and Stefan Berghofer, TUM and
wenzelm@25449
   491
    Julien Narboux, TUM
wenzelm@24799
   492
  HOL/Nominal package and related tools.
haftmann@22449
   493
wenzelm@21242
   494
* November 2006: Lukas Bulwahn, TUM
wenzelm@24799
   495
  HOL: method "lexicographic_order" for function package.
wenzelm@21242
   496
wenzelm@21169
   497
* October 2006: Stefan Hohe, TUM
wenzelm@21169
   498
  HOL-Algebra: ideals and quotients over rings.
wenzelm@21169
   499
wenzelm@20340
   500
* August 2006: Amine Chaieb, TUM
wenzelm@20340
   501
  Experimental support for generic reflection and reification in HOL.
wenzelm@20340
   502
kleing@20067
   503
* July 2006: Rafal Kolanski, NICTA
kleing@20067
   504
  Hex (0xFF) and binary (0b1011) numerals.
kleing@20067
   505
nipkow@19896
   506
* May 2006: Klaus Aehlig, LMU
nipkow@19896
   507
  Command 'normal_form': normalization by evaluation.
nipkow@19896
   508
wenzelm@19650
   509
* May 2006: Amine Chaieb, TUM
wenzelm@19650
   510
  HOL-Complex: Ferrante and Rackoff Algorithm for linear real
wenzelm@19650
   511
  arithmetic.
kleing@19470
   512
kleing@19470
   513
* February 2006: Benjamin Porter, NICTA
kleing@23382
   514
  HOL and HOL-Complex: generalised mean value theorem, continuum is
kleing@19470
   515
  not denumerable, harmonic and arithmetic series, and denumerability
kleing@19470
   516
  of rationals.
wenzelm@17532
   517
wenzelm@19650
   518
* October 2005: Martin Wildmoser, TUM
wenzelm@19650
   519
  Sketch for Isar 'guess' element.
wenzelm@19650
   520
wenzelm@19650
   521
wenzelm@25454
   522
Contributions to Isabelle2005
wenzelm@25454
   523
-----------------------------
wenzelm@17382
   524
wenzelm@17640
   525
* September 2005: Lukas Bulwahn and Bernhard Haeupler, TUM
wenzelm@17640
   526
  HOL-Complex: Formalization of Taylor series.
wenzelm@17640
   527
wenzelm@17640
   528
* September 2005: Stephan Merz, Alwen Tiu, QSL Loria
wenzelm@17640
   529
  Components for SAT solver method using zChaff.
wenzelm@17640
   530
wenzelm@17534
   531
* September 2005: Ning Zhang and Christian Urban, LMU Munich
wenzelm@17534
   532
  A Chinese theory.
wenzelm@17534
   533
wenzelm@17562
   534
* September 2005: Bernhard Haeupler, TUM
wenzelm@17382
   535
  Method comm_ring for proving equalities in commutative rings.
wenzelm@16892
   536
wenzelm@17532
   537
* July/August 2005: Jeremy Avigad, Carnegie Mellon University
wenzelm@16892
   538
  Various improvements of the HOL and HOL-Complex library.
wenzelm@16868
   539
wenzelm@16892
   540
* July 2005: Florian Zuleger, Johannes Hoelzl, and Simon Funke, TUM
wenzelm@16892
   541
  Some structured proofs about completeness of real numbers.
wenzelm@16892
   542
wenzelm@17532
   543
* May 2005: Rafal Kolanski and Gerwin Klein, NICTA
wenzelm@17532
   544
  Improved retrieval of facts from theory/proof context.
wenzelm@15994
   545
wenzelm@16252
   546
* February 2005: Lucas Dixon, University of Edinburgh
wenzelm@17532
   547
  Improved subst method.
wenzelm@17532
   548
wenzelm@17532
   549
* 2005: Brian Huffman, OGI
wenzelm@17532
   550
  Various improvements of HOLCF.
wenzelm@17532
   551
  Some improvements of the HOL-Complex library.
wenzelm@17532
   552
wenzelm@17532
   553
* 2005: Claire Quigley and Jia Meng, University of Cambridge
wenzelm@17532
   554
  Some support for asynchronous communication with external provers
wenzelm@17532
   555
  (experimental).
wenzelm@17532
   556
wenzelm@17532
   557
* 2005: Florian Haftmann, TUM
wenzelm@17543
   558
  Contributions to document 'sugar'.
wenzelm@17532
   559
  Various ML combinators, notably linear functional transformations.
wenzelm@17532
   560
  Some cleanup of ML legacy.
wenzelm@17532
   561
  Additional antiquotations.
wenzelm@17532
   562
  Improved Isabelle web site.
wenzelm@17532
   563
wenzelm@17532
   564
* 2004/2005: David Aspinall, University of Edinburgh
wenzelm@17532
   565
  Various elements of XML and PGIP based communication with user
wenzelm@17532
   566
  interfaces (experimental).
wenzelm@17532
   567
wenzelm@17532
   568
* 2004/2005: Gerwin Klein, NICTA
wenzelm@17532
   569
  Contributions to document 'sugar'.
wenzelm@17532
   570
  Improved Isabelle web site.
wenzelm@17532
   571
  Improved HTML presentation of theories.
wenzelm@17532
   572
wenzelm@17532
   573
* 2004/2005: Clemens Ballarin, TUM
wenzelm@17532
   574
  Provers: tools for transitive relations and quasi orders.
wenzelm@17532
   575
  Improved version of locales, notably interpretation of locales.
wenzelm@17532
   576
  Improved version of HOL-Algebra.
wenzelm@17532
   577
wenzelm@17532
   578
* 2004/2005: Amine Chaieb, TUM
wenzelm@17532
   579
  Improved version of HOL presburger method.
wenzelm@17532
   580
wenzelm@17532
   581
* 2004/2005: Steven Obua, TUM
wenzelm@17532
   582
  Improved version of HOL/Import, support for HOL-Light.
wenzelm@17532
   583
  Improved version of HOL-Complex-Matrix.
wenzelm@17572
   584
  Pure/defs: more sophisticated checks on well-formedness of overloading.
wenzelm@17543
   585
  Pure/Tools: an experimental evaluator for lambda terms.
wenzelm@17532
   586
wenzelm@17532
   587
* 2004/2005: Norbert Schirmer, TUM
wenzelm@17532
   588
  Contributions to document 'sugar'.
wenzelm@17532
   589
  Improved version of HOL/record.
wenzelm@17532
   590
wenzelm@17532
   591
* 2004/2005: Sebastian Skalberg, TUM
wenzelm@17532
   592
  Improved version of HOL/Import.
wenzelm@17532
   593
  Some internal ML reorganizations.
wenzelm@17532
   594
wenzelm@17532
   595
* 2004/2005: Tjark Weber, TUM
wenzelm@17640
   596
  SAT solver method using zChaff.
wenzelm@17532
   597
  Improved version of HOL/refute.