Releases: MikeDacre/grasp
Releases · MikeDacre/grasp
Version 0.4.0b1
- Updated the Study table to include a global indexed
pop_flag
bitwise column - Added several new lookup and query functions to
query.py
- Tweaked documentation to make it easier to read
- Many small bug fixes
Version 0.3 beta-1
This release is functionally similar to version 0.2, but with a major restructuring of the code and documentation.
Version 0.2.0b
- Query functions are now useful enough for a complete workflow (see README.rst for example)
- Reorganized functions to put column display functions into classes, and moved all other display functions to
info.py
- Minor bug fixes
Version 0.1.4b
Database is now stable and query functions are useful. I don't plan to do any more major expansions to the API, I am just going to use it now. It will remain beta until I have improved documentation and confirmed stability and seen if there are any other API changes, then I will roll over to version 1.0b to indicate API stability.
Version 0.1.3a
Bug fixes and performance improvements in table creation.
Version 0.1.1a
This is a bug fix release, table relationships are now more robust. I made alpha more obvious in the version number.
Initial release—database creation stable
v0.1 Database creation is now stable