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