|
Revision 6026, 0.9 kB
(checked in by fglock, 3 years ago)
|
|
* Spans of Recurrences now iterate correctly in Set::Infinite
|
-
Property svn:mime-type set to
text/plain; charset=UTF-8
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | ChangeLog for Set-Infinite |
|---|
| 2 | |
|---|
| 3 | 2005-08-02 |
|---|
| 4 | |
|---|
| 5 | * added "recurrence" parameter to new() |
|---|
| 6 | * sets that contain recurrences are always iteratable |
|---|
| 7 | |
|---|
| 8 | 2005-07-26 |
|---|
| 9 | |
|---|
| 10 | * added "iterator()" and "lazy()" iterators |
|---|
| 11 | |
|---|
| 12 | 2005-07-24 |
|---|
| 13 | |
|---|
| 14 | * added iterator() |
|---|
| 15 | |
|---|
| 16 | 2005-07-21 |
|---|
| 17 | |
|---|
| 18 | * added unicode operators |
|---|
| 19 | |
|---|
| 20 | * removed "density" options |
|---|
| 21 | |
|---|
| 22 | * Set::Infinite contains "Span" objects, instead of Span::Num, etc. |
|---|
| 23 | |
|---|
| 24 | 2005-07-11 |
|---|
| 25 | |
|---|
| 26 | * Span.pm removed, gets its own package |
|---|
| 27 | |
|---|
| 28 | * added Span.pm method "iterator()" |
|---|
| 29 | |
|---|
| 30 | 2005-07-10 |
|---|
| 31 | |
|---|
| 32 | * added module Set::Infinite |
|---|
| 33 | |
|---|
| 34 | * Span has 2 internal implementations (Span::Int, Span::Num), which use |
|---|
| 35 | different algorithms. |
|---|
| 36 | |
|---|
| 37 | 2005-07-09 |
|---|
| 38 | |
|---|
| 39 | * added module Set::Infinite::Functional |
|---|
| 40 | |
|---|
| 41 | * renamed Set::Span to Span |
|---|
| 42 | |
|---|
| 43 | * renamed Set::Functional::Span to Span::Functional |
|---|
| 44 | |
|---|
| 45 | == Changes for 0.02 |
|---|
| 46 | |
|---|
| 47 | * added Set::Integer to TODO |
|---|
| 48 | |
|---|
| 49 | * Set::Functional::Span API is complete (needs more docs & tests) |
|---|
| 50 | |
|---|
| 51 | == Changes for 0.01 |
|---|
| 52 | |
|---|
| 53 | * Set::Functional::Span constructor, size, accessors, complement |
|---|
| 54 | |
|---|
| 55 | * changelog created 2005-07-06 |
|---|