Skip to content

Commit e7c03ff

Browse files
authored
Merge pull request #49 from databio/hf_remove_igd
Hot Fix for Python Bindings
2 parents 3c0e799 + 22904c7 commit e7c03ff

File tree

5 files changed

+5
-21
lines changed

5 files changed

+5
-21
lines changed

bindings/python/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gtars-py"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

bindings/python/src/igd/mod.rs

-18
This file was deleted.

bindings/python/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ mod ailist;
55
mod models;
66
mod tokenizers;
77
mod utils;
8-
mod igd;
98

109
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
1110

gtars/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gtars"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
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."
66
license = "MIT"

gtars/docs/changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.1.1]
8+
- hot fix for broken python bindings; remove IGD from the python bindings for now
9+
710
## [0.1.0]
811
- Rust implementation of `uniwig` that expands on the C++ version
912
- Uniwig now accepts a single sorted `.bed` file, `.narrowPeak` file, or `.bam` file.

0 commit comments

Comments
 (0)