Skip to content

Releases: bento-platform/katsu

Version v1.3.0

15 Dec 17:55
7f6c469
Compare
Choose a tag to compare

Changes:

  • Improve Individuals CSV renderer
  • Add Biosample Variants ingestion

Version v1.2.0

30 Nov 21:18
ea60d73
Compare
Choose a tag to compare

Changes:

  • Add data ingest/remove scripts
  • Add CSV renderer for the Individuals

Version 1.1.1

28 Oct 14:48
33251f3
Compare
Choose a tag to compare

Minor changes

  • Add missing PyJWT library to setup
  • Update README (mainly renaming to katsu in docs)
  • Add ingestion workflow in docs

Version 1.1.0

15 Oct 19:11
fd7f79c
Compare
Choose a tag to compare

Changes

  • Improve ingestion error handling
  • Add CanDIG auth middleware
  • Add django-cors
  • Add filtering for phenopackets, patients, resources, experiments apps
  • Change the name to Katsu

Version 1.0.0

13 Jul 18:14
a978bf2
Compare
Choose a tag to compare

Bump version to 1.0.0

Version 0.7.1

09 Jul 22:33
cee7739
Compare
Choose a tag to compare
Version 0.7.1 Pre-release
Pre-release

Changes

  • Add more tests for mcode fhir and fhir ingestion
  • Add json examples for tests

Version 0.7.0

07 Jul 21:21
e5da8ad
Compare
Choose a tag to compare
Version 0.7.0 Pre-release
Pre-release

Changes

  • Add FHIR data ingestion support: currently supported resources are Patient, Observation, Condition, Specimen.
  • Fix age schemas in phenopackets
  • Update CHORD discovery APIs to match newest requirements
  • Add experiment data type search and ingestion
  • Separate resources model from phenopackets
    • Enforce stricter ID requirements and uniqueness
  • Code refactoring and improvements
  • Ingestion fixes and improvements
    • Be more flexible with some phenopackets data
    • Wrap ingestion actions in a single database transaction
  • Remodel mCode app according to the latest mCODE version 1.0
  • Add mCode FHIR data ingestion support. The ingestion was tested with the synthetic mcode fhir dataset https://confluence.hl7.org/display/COD/mCODE+Test+Data
  • Add tox and flake8

Version 0.6.0

30 Apr 15:35
732bf6a
Compare
Choose a tag to compare
Version 0.6.0 Pre-release
Pre-release

Changes

  • Add Experiments app to support experiments metadata
  • Add mCode app to handle more detailed oncology related metadata
  • Add new mCode based fields to the Individual model
  • Move validation from serializers level to models level
  • Improve permissions
  • Add more tests for search
  • Update dependencies

Version 0.5.2

03 Mar 19:27
Compare
Choose a tag to compare
Version 0.5.2 Pre-release
Pre-release

Changes

  • Fix issue with searching diseases
  • Change way in which we set the version number / package information

Version 0.5.1

26 Feb 18:30
0317219
Compare
Choose a tag to compare
Version 0.5.1 Pre-release
Pre-release

Changes

  • Fix ingestion of phenopackets which refer to existing objects
  • Fix issue where phenopacket phenotypic features would not get ingested correctly
  • Add tests
  • Copy editing in documentation
  • Fix Travis builds