Changelog#
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. Full commit history is available in the commit logs.
Version 0.2#
Unreleased#
0.2.0 (2025-07-26)#
Added#
Added a generic LLM backend that supports OpenAI, Claude and Gemini models #53
Add the possibility to provide the current gene set when querying expected marker genes #53
Add the possibility to filter expected marker genes to those presend in AnnData #53
Add a new tutorial on spatial data annotation #53
Added and improved tests for the new classes (e.g. ObsBeautifier, LLMBackend, etc) #53
For each backend, add a small
test_querymethod which can be used for diagnostics #53
Changed#
Fixed#
Fix the
ObsBeautifiermodifying cluster colors when only their order should be updated #54
Version 0.1#
0.1.5 (2025-07-24)#
Changed#
Update tutorials to use
gpt-4.1#51
0.1.4 (2025-03-28)#
Added#
Changed#
Fixed#
Fixed a bug with integer sample labels #37.
0.1.3 (2025-02-07)#
Added#
Removed#
Removed
tenacityfor query retries #28.
Fixed#
0.1.2 (2025-01-29)#
Added#
Update the documentation, in particular the installation instructions.
0.1.1 (2025-01-29)#
Added#
Initial push to PyPI
0.1.0 (2025-01-29)#
Initial package release