Skip to content

Commit

Permalink
Merge pull request #49 from databio/hf_remove_igd
Browse files Browse the repository at this point in the history
Hot Fix for Python Bindings
  • Loading branch information
nleroy917 authored Dec 3, 2024
2 parents 3c0e799 + 22904c7 commit e7c03ff
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 21 deletions.
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gtars-py"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
18 changes: 0 additions & 18 deletions bindings/python/src/igd/mod.rs

This file was deleted.

1 change: 0 additions & 1 deletion bindings/python/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ mod ailist;
mod models;
mod tokenizers;
mod utils;
mod igd;

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

Expand Down
2 changes: 1 addition & 1 deletion gtars/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gtars"
version = "0.1.0"
version = "0.1.1"
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"
Expand Down
3 changes: 3 additions & 0 deletions gtars/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.1]
- hot fix for broken python bindings; remove IGD from the python bindings for now

## [0.1.0]
- Rust implementation of `uniwig` that expands on the C++ version
- Uniwig now accepts a single sorted `.bed` file, `.narrowPeak` file, or `.bam` file.
Expand Down

0 comments on commit e7c03ff

Please sign in to comment.