From d616637f58a98f7e06233e20b2a806b3d77b431e Mon Sep 17 00:00:00 2001 From: "czi-github-helper[bot]" <95879977+czi-github-helper[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 20:44:10 +0000 Subject: [PATCH] chore(main): release 0.5.0 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 551288e..78e51cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/czi-ai/transcriptformer/compare/v0.4.2...v0.5.0) (2025-08-11) + + +### Features + +* added ESM-2 preprocessing pipeline ([#49](https://github.com/czi-ai/transcriptformer/issues/49)) ([181193c](https://github.com/czi-ai/transcriptformer/commit/181193c13ad71bffeb7f82d01336760bfbd01ee8)) + ## [0.4.2](https://github.com/czi-ai/transcriptformer/compare/v0.4.1...v0.4.2) (2025-07-24) diff --git a/pyproject.toml b/pyproject.toml index c540f2a..68fd9a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ "hatchling" ] [project] name = "transcriptformer" -version = "0.4.2" +version = "0.5.0" description = "A transformer model for gene expression data" readme = "README.md" license = { text = "MIT" }