Changelog

All notable changes to Cellarium Cloud will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.4.2 - 2024-02-13

Added

  • Added Documentation in rst format for Sphinx build in docs/ directory

Changed

  • src/casp/services/README.md is now casp/services/README.rst

  • src/casp/services/admin/README.md is now casp/services/admin/README.rst

  • src/casp/services/api/README.md is now casp/services/api/README.rst

  • src/casp/services/model_inference/README.md is now casp/services/model_inference/README.rst

  • src/casp/services/db/README.md is now casp/services/db/README.rst

  • src/casp/services/wdl_workflows/README.md is now casp/services/wdl_workflows/README.rst

  • docs/VERTEX_AI_MATCHING_ENGINE.md is now docs/vertex_ai_matching_engine.rst

  • Requests to matching engine are now made in batches of 5 to avoid overloading Vertex API

  • Requests to matching engine are now made with retry logic to account for errors caused by rapid increases in traffic