From 09a0716a7df907262f2f13cd85772b12532d592a Mon Sep 17 00:00:00 2001 From: Nathan LeRoy Date: Tue, 11 Jun 2024 10:25:03 -0400 Subject: [PATCH] changelog, bump version --- bindings/Cargo.toml | 2 +- gtars/Cargo.toml | 2 +- gtars/docs/changelog.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bindings/Cargo.toml b/bindings/Cargo.toml index 763bb9df..023be53b 100644 --- a/bindings/Cargo.toml +++ b/bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gtars-py" -version = "0.0.13" +version = "0.0.14" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/gtars/Cargo.toml b/gtars/Cargo.toml index 7480d8a4..5fa382a0 100644 --- a/gtars/Cargo.toml +++ b/gtars/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gtars" -version = "0.0.13" +version = "0.0.14" edition = "2021" description = "Performance-critical tools to manipulate, analyze, and process genomic interval data. Primarily focused on building tools for geniml - our genomic machine learning python package." license = "MIT" diff --git a/gtars/docs/changelog.md b/gtars/docs/changelog.md index 6295f6f4..b70d58e5 100644 --- a/gtars/docs/changelog.md +++ b/gtars/docs/changelog.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.14] +- renamed repository to `gtars` to better reflect the project's goals. + ## [0.0.13] - implemented a fragment file tokenizer that will generate `.gtok` files directly from `fragments.tsv.gz` files. - fix an off-by-one error in the `region-to-id` maps in the `Universe` structs. This was leading to critical bugs in our models.