summarylogtreecommitdiffstats
path: root/CHANGES.txt
blob: 81d3b591cabce59fe7ba9c9557344b78162a7e87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Version 2.0.1 (April 4, 2009):

    - Moved examples into their own directory.

    - 'example2.2.py' re-written to get rid of frivolous usage of
      decorators (thanks to Tennis Smith for bringing
      the example's apparent complexity to our attention).

    - Easier installation through distutils-based setup.py script.

    - Created AllPairs project on SourceForge.net with home page at
      http://apps.sourceforge.net/trac/allpairs/.

    - Submitted the project to the Python Package Index at
      http://pypi.python.org/pypi.


Version 2.0 (December 2007):

    - Ability to produce n-wise combinations.
    - Released as open source to MetaCommunications Engineering
      website (http://engineering.meta-comm.com).


Version 1.0 (May 2002):

    Initial version, widely adopted at MetaCommunications Inc. for
    multiple testing projects.