From 7fb5386707259c020ca74097ac19fbf1572a66f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 18:42:57 +0000 Subject: [PATCH] chore(main): release 7.4.0 --- CHANGELOG.md | 14 ++++++++++++++ setup.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e461e3d2..628dbec7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [7.4.0](https://github.com/deepgenomics/GenomeKit/compare/v7.3.0...v7.4.0) (2026-04-28) + + +### Features + +* add DisjointIntervalSequence API ([#210](https://github.com/deepgenomics/GenomeKit/issues/210)) ([0a4de6a](https://github.com/deepgenomics/GenomeKit/commit/0a4de6a1d6c4ce2b7675bc517dbb495a31dfc15c)) +* add expand, shift, up/dnstream_of, within, strand methods to DisjointIntervalSequence ([#212](https://github.com/deepgenomics/GenomeKit/issues/212)) ([cd22aeb](https://github.com/deepgenomics/GenomeKit/commit/cd22aebdd5639bf67c416cb2fbc6166499cfa5a3)) +* genomekit dataframe serialization ([#204](https://github.com/deepgenomics/GenomeKit/issues/204)) ([6045f2a](https://github.com/deepgenomics/GenomeKit/commit/6045f2a691de5d4bc56086d920fa0a70fad7894a)) + + +### Bug Fixes + +* empty key added to gene/tx table ([#206](https://github.com/deepgenomics/GenomeKit/issues/206)) ([d1c0216](https://github.com/deepgenomics/GenomeKit/commit/d1c0216c4b6d854d0c817698e5caf31a97148251)), closes [#205](https://github.com/deepgenomics/GenomeKit/issues/205) + ## [7.3.0](https://github.com/deepgenomics/GenomeKit/compare/v7.2.3...v7.3.0) (2026-03-24) diff --git a/setup.py b/setup.py index d8a2019f..ee15f20f 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ "twobitreader>=3.1", ] -version = "7.3.0" +version = "7.4.0" # See https://stackoverflow.com/questions/9977889/how-to-include-license-file-in-setup-py-script/66443941#66443941 class egg_info_ex(egg_info):