From 53af9539615a99ac2c9fb318aab162ba30293073 Mon Sep 17 00:00:00 2001 From: Jayaram Kancherla Date: Mon, 21 Oct 2024 14:18:13 -0700 Subject: [PATCH] Fix GitHub action for documentation (#48) --- .github/workflows/build-docs.yml | 2 +- CHANGELOG.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 1280782..7676178 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -31,7 +31,7 @@ jobs: - name: Build docs run: | - touch src/dolomite_base/lib_dolomite_base.py + touch src/rds2py/rds_parser.py sphinx-build --color -b html -d docs/doctrees docs docs/_build/html touch ./docs/_build/html/.nojekyll diff --git a/CHANGELOG.md b/CHANGELOG.md index 2200fc8..5c88097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## Version 0,.4.5 + +- Switch to pybind11 to implementing the bindings to rds2cpp. +- Update tests, documentation and actions. + ## Version 0.4.4 - Add methods to parse RDS files containing `GenomicRangesList`