hub.darcs.net :: byorgey -> species -> annotate -> CHANGES

Combinatorial species

put CHANGES in reverse chronological order, and add 0.3.2.3 Brent Yorgey <byorgey@cis.upenn.edu> Thu Oct 18 16:05:56 UTC 2012
1
2
0.3.2.3    18 Oct 2012
  * drop support for GHC < 7.4, and update to work with 7.4 and 7.6
Error: could not associate with a patch
3
put CHANGES in reverse chronological order, and add 0.3.2.3 Brent Yorgey <byorgey@cis.upenn.edu> Thu Oct 18 16:05:56 UTC 2012
4
5
0.3.2.2    15 Sep 2011
  * update to build with GHC 7.2
add 0.3.1 notes to changelog Brent Yorgey <byorgey@cis.upenn.edu> Sun Jul 18 18:33:34 UTC 2010
6
put CHANGES in reverse chronological order, and add 0.3.2.3 Brent Yorgey <byorgey@cis.upenn.edu> Thu Oct 18 16:05:56 UTC 2012
7
8
0.3.2.1    12 Sep 2011
  * update to build with GHC 7
bump version to 0.3.2 and record in CHANGES Brent Yorgey <byorgey@cis.upenn.edu> Sat Jul 31 18:39:38 UTC 2010
9
10
11
12
13

0.3.2      31 July 2010
  * rename M.C.S.Unlabelled to M.C.S.Unlabeled and M.C.S.Labelled to M.C.S.Labeled;
    add 'labeled' and 'unlabeled' as aliases for 'labelled' and 'unlabelled'
  * export Interp from M.C.Species
add note to CHANGES Brent Yorgey <byorgey@cis.upenn.edu> Mon Sep 12 21:53:34 UTC 2011
put CHANGES in reverse chronological order, and add 0.3.2.3 Brent Yorgey <byorgey@cis.upenn.edu> Thu Oct 18 16:05:56 UTC 2012
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
0.3.1      18 July 2010
  * rename 'unerase' to the more descriptive 'annotate'
  * export more stuff from Math.Combinatorics.Species and add some docs

0.3.0.2    15 July 2010
  * General cleanup, and added documentation

0.3.0.1    30 June 2010
  * Fix broken dependency versions

0.3        12 June 2010
  * A bunch of new features including:
    - Template Haskell support for deriving instances for user-defined data types
    - simplifier
    - Newton-Raphson iteration