Skip to content

Releases: bento-platform/katsu

Version v2.3.0

03 Aug 21:12
118e06d
Compare
Choose a tag to compare

Changes

This version:

  • Allows GET requests for all search views in the chord app, which should make search results more cacheable
  • Adds commands for listing projects/datasets/tables and performing table searches

Version v2.2.7

03 Aug 00:21
674d6a2
Compare
Choose a tag to compare

Patch release that:

  • adds nested ExperimentSerializer in BiosampleSerializer
  • adds Experiment, ExperimentResult and Instrument fields to full-text index

Version v2.2.6

30 Jul 21:56
e151bee
Compare
Choose a tag to compare

Patch release that adds jsonschema validation in experiments ingestion and tests.

Version v2.2.5

30 Jul 18:41
80b90bc
Compare
Choose a tag to compare

This patch release temporarily removes the if/then/else condition from experiment result schema, this condition needs more clarification about what are derived and raw data formats. Now some of them are used in both categories.

Version v2.2.4

30 Jul 16:49
2b8452f
Compare
Choose a tag to compare

This release renames IDs into a consistent and slightly shorter katsu:[app name]:[schema name] format, and fields are tagged like katsu:[app name]:[schema name]:prop_name or katsu:[app name]:[schema name]:item:array_obj_prop.

Version v2.2.3

30 Jul 14:22
3aa7e9d
Compare
Choose a tag to compare

Patch release:

  • Fixes search hard-coding of phenopackets in some cases
  • Adds mcode search support basics (future-proofing basically)
  • Should also speed up experiment search/API results
  • Docs update

Version v2.2.2

29 Jul 01:51
65bfc82
Compare
Choose a tag to compare

Patch release:

  • Fix age parsing function
  • Fix search for subject id, phenopacket id and biosample id in search schemas
  • Disable count for all extra_properties in subject
  • Add caching for search endpoints

Version v2.2.1

28 Jul 19:27
58aac95
Compare
Choose a tag to compare

Patch release that adds jsonschema validation in phenopackets ingestion.

Version v2.2.0

22 Jul 19:08
b89a4b8
Compare
Choose a tag to compare

Changes:

This version adds more functionality to the experiment search.

  • Add search schemas for Experiment result and Instrument
  • Add search by experiment result properties
  • Add search by instrument properties
  • Add tests for experiment private search

Version v2.1.2

14 Jul 21:00
2374c2b
Compare
Choose a tag to compare

The release explicitly sets the default local memory caching in settings and adds a command to clear the cache.