Releases: pepkit/pepdbagent
Releases · pepkit/pepdbagent
v0.12.4
27 Jan 04:00
Compare
Sorry, something went wrong.
No results found
Changes:
Added project search by tag in annotation module
Updated github actions workflows
v0.12.3
03 Apr 15:37
Compare
Sorry, something went wrong.
No results found
v0.12.2
28 Mar 00:08
Compare
Sorry, something went wrong.
No results found
Changes:
minor bug fixes for schema assignments
v0.12.1
27 Mar 19:08
Compare
Sorry, something went wrong.
No results found
Changes:
added alembic for migrations
Fixed error in getting stars
v0.12.0
27 Mar 16:16
Compare
Sorry, something went wrong.
No results found
Changes:
New database model for schemas
Added schema version and schema record
Added tags to schemas
v0.11.1
18 Sep 16:37
Compare
Sorry, something went wrong.
No results found
Changes:
Added namespace tar metadata table and methods
Fixed #145
v0.11.0
25 Jul 16:43
Compare
Sorry, something went wrong.
No results found
Changes:
Added validation schemas to pephub
v0.10.0
18 Jul 16:14
Compare
Sorry, something went wrong.
No results found
Changes:
Added user delete method
Added history tables and methods while updating project
v0.9.0
02 Jul 17:19
Compare
Sorry, something went wrong.
No results found
Changes:
Improved efficiency of updating sample table by adding linked list (guid and parent_guid) to sample table. [#133 ]
Improved efficiency for forking projects.
Added number_of_projects to user table [#127 ]
Cleaned code, and fixed minor bugs
Added submission and updated date to the sample table [#134 ]
v0.8.0
26 Feb 19:05
Compare
Sorry, something went wrong.
No results found
Fixed forking schema
Improved forking efficiency #129
Added uploading project from dict
Added get_config, get_smaples, get_subsamples methods to project module #128
Fixed error handling in views API #130
Added no_fail to views API