Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr authored Dec 9, 2024
2 parents ee70949 + bfcabdc commit a6014b3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 21 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ on:
permissions:
contents: read

env:
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: 1

jobs:
linux:
runs-on: ubuntu-latest
strategy:
matrix:
target: [x86_64, x86, aarch64]
target: [x86_64, x86]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
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/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- add position shift workflow for `bam` to `bw`

## [0.1.1]
- Temporarily removed Linux ARM builds
- 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
Expand Down

0 comments on commit a6014b3

Please sign in to comment.