Skip to content

Releases: MikeDacre/grasp

Version 0.4.0b1

18 Oct 07:59
Compare
Choose a tag to compare
Version 0.4.0b1 Pre-release
Pre-release
  • 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

17 Oct 08:49
Compare
Choose a tag to compare
Version 0.3 beta-1 Pre-release
Pre-release

This release is functionally similar to version 0.2, but with a major restructuring of the code and documentation.

Version 0.2.0b

16 Oct 18:00
Compare
Choose a tag to compare
Version 0.2.0b Pre-release
Pre-release
  • 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

15 Oct 09:06
Compare
Choose a tag to compare
Version 0.1.4b Pre-release
Pre-release

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

14 Oct 17:58
Compare
Choose a tag to compare
Version 0.1.3a Pre-release
Pre-release

Bug fixes and performance improvements in table creation.

Version 0.1.1a

11 Oct 18:42
Compare
Choose a tag to compare
Version 0.1.1a Pre-release
Pre-release

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

11 Oct 07:27
Compare
Choose a tag to compare
v0.1

Database creation is now stable