Skip to content

Releases: pepkit/pepdbagent

v0.12.4

27 Jan 04:00
77f387c

Choose a tag to compare

Changes:

  • Added project search by tag in annotation module
  • Updated github actions workflows

v0.12.3

03 Apr 15:37
e89cf80

Choose a tag to compare

Changes:

  • Fixed models for schema

v0.12.2

28 Mar 00:08
ebde3a5

Choose a tag to compare

Changes:

  • minor bug fixes for schema assignments

v0.12.1

27 Mar 19:08
627b651

Choose a tag to compare

Changes:

  • added alembic for migrations
  • Fixed error in getting stars

v0.12.0

27 Mar 16:16
dae71fb

Choose a tag to compare

Changes:

  • New database model for schemas
  • Added schema version and schema record
  • Added tags to schemas

v0.11.1

18 Sep 16:37
ac31c13

Choose a tag to compare

Changes:

  • Added namespace tar metadata table and methods
  • Fixed #145

v0.11.0

25 Jul 16:43
7fe1bc3

Choose a tag to compare

Changes:

  • Added validation schemas to pephub

v0.10.0

18 Jul 16:14
d4a535c

Choose a tag to compare

Changes:

  • Added user delete method
  • Added history tables and methods while updating project

v0.9.0

02 Jul 17:19
f28d401

Choose a tag to compare

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
723e2d2

Choose a tag to compare

  • 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