Age | Commit message (Expand) | Author |
---|---|---|
2023-06-22 | Update calls to `database_connection` function...Pass in the database URI at call time. | Frederick Muriuki Muriithi |
2022-03-10 | Use context manager with database connection...Use the `with` context manager with database connections and cursors to ensure that they are closed once they are no longer needed. Where it was not feasible to use the `with` context manager without a huge refactor/rewrite, the cursors and connections are closed manually. | Frederick Muriuki Muriithi |
2021-04-30 | autopep8: Fix W504 | BonfaceKilz |
2021-04-30 | autopep8: Fix E301,E302,E303,E304,E305,E306 | BonfaceKilz |
2020-08-26 | Remove "from __future__ import new_feature" statements...See: <https://docs.python.org/2/library/2to3.html#2to3fixer-future> | BonfaceKilz |
2020-08-19 | Fix dictionary iteration methods...Run `2to3-3.8 -f dict -w .` See: <https://docs.python.org/2/library/2to3.html#2to3fixer-dict> and <https://stackoverflow.com/questions/17695456/why-does-python-3-need-dict-items-to-be-wrapped-with-list> | BonfaceKilz |
2016-06-18 | Changed file permssions to non-executable | Pjotr Prins |
2016-06-18 | Disable setting sys.paths | Pjotr Prins |
2016-06-17 | Removed trailing spaces in .py and .js files | Pjotr Prins |
2014-05-05 | Committing a bunch of changes related to integrating GEMMA and...adding the correlation matrix page | Zachary Sloan |
2013-04-11 | Fixed a bug with quick_search_table.py...Edited generate_probesetfreeze_file.py to try running it on the dataset with incorrect regression lines | Zachary Sloan |
2013-03-02 | Created generate_probesetfreeze_file to create the..."probesetfreeze data matrix" file corresponding with the muscle dataset Evan was having trouble with | Zachary Sloan |