Major new features: * Simple `Table` class for handling small tabular data * `Path`, `FilePath`, `TempFilePath` classes for path/file operations * Helper functions for making, using regular expressions * The `head()` function for discovering complex data structures * `misc` module containing: * `Singleton` metaclass * function to `flatten` 2d nested iterables * the `unique` function to `remove_dups` * the `setup_logger` function
Minor changes: * change behavior of `best()`, `topk()` methods of the `Scorer` class
0.2.0
Added `Bidict` (simple, easy-to-use bidirectuinal dict) + some minor updates: * Changed behavior of `reorder()` for some iterables * Added `ordered()` as an alternative to built-in `sorted()` * Minor change to signature and behavior of `returns`, `yields`