Releases: bento-platform/katsu
Version v2.3.0
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
Patch release that:
- adds nested ExperimentSerializer in BiosampleSerializer
- adds Experiment, ExperimentResult and Instrument fields to full-text index
Version v2.2.6
Patch release that adds jsonschema validation in experiments ingestion and tests.
Version v2.2.5
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
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
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
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
Patch release that adds jsonschema validation in phenopackets ingestion.
Version v2.2.0
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
The release explicitly sets the default local memory caching in settings and adds a command to clear the cache.