v0.0.3 11/10/2010 — Minor bug fixes.
- Can now initialize Document by passing a single Contrast for target extraction; previously, CASS would crash because it was expecting an array of Contrasts or words. - Fixed issue with uninitialized VERBOSE constant. Previous version crashed if the constant wasn't defined in the environment; now checks if constant is defined first.
v0.0.2. 08/04/2010 — Fixed bugs and added additional output information.
- No longer includes narray as a dependency upon installation due to presence of multiple narray gems. User must now manually install the correct version before running CASS. - Fixed minor syntax issues that prevented CASS from running on Ruby 1.8.6 (mostly to do with the splat operator). - Expanded output information; specifying verbose output will now produce more extensive information when CASS runs. - Fixed bug that caused CASS to try (unsuccessfully) to parse all text using the built-in Parser.
v0.0.1. 6/12/2010 — Initial version.