release.txt

Galore v3.4 Release Notes:

Galore v3.4 Release Notes:

- Fixed compatibility with new doc.txt error checking.

Galore v3.3 Release Notes:

- Reorganized test suites
- Added missing tests for table operations
- Fixed bug in table:union

Galore v3.2 Release Notes:

- Changed sets:
  - Added contracts: non-empty-set/c, non-empty-set-of/c
  - Added documentation of predicates/contracts
  - Updated some contracts to specify non-empty-set/c
  - Updated filter/andmap/ormap contracts to allow non-boolean truth values
- Changed tables:
  - Added subtable? relation
  - Added equal? relation
  - Added contracts: non-empty-table/c, table-of/c, non-empty-table-of/c
  - Added documentation of predicates/contracts
  - Updated some contracts to specify non-empty-table/c
  - Updated filter/andmap/ormap contracts to allow non-boolean truth values
- Changed bags:
  - Added contract: non-empty-bag-of/c
  - Added documentation of predicates/contracts
  - Updated filter/andmap/ormap contracts to allow non-boolean truth values


Galore v3.1 Release Notes:

- Added "bag" (a.k.a. multi-set) implementation.
- Changed sets:
  - Added andmap / ormap synonyms for any? / all?
  - Fixed documentation for all? / any?
  - Added map operation
  - Added subset? and equal? operations
  - Added eager comprehensions in comprehensions.ss
    (as used in SRFI 42)
- Changed tables:
  - Added lookup/key operation
  - Added update, update/value, update/insert, update/insert/value operations
  - Added andmap / ormap synonyms for any? / all?
  - Fixed documentation for all? / any?
- Changed planet dependencies:
  - Now depends on packages by fixed version numbers,
    to preserve stability as other packages upgrade.
- Fixed compatibility with DrScheme v300 and v301
  - Previously worked only on pre-release versions


Galore v3.0 Release Notes:

- New, class-based implementation of Galore datastructures
- Includes implementation of sets
- Includes implementation of tables
- Released under terms of LGPL