From 3953e89f29c3b41b3bb984dfa42d42908f9400ca Mon Sep 17 00:00:00 2001 From: Caibin Sheng <43896555+CaibinSh@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:04:15 +0200 Subject: [PATCH] ci: version bump to version 0.7.0 (#88) * fix: optomize dataloading for ambient profile * fix: optomize dataloading for ambient profile * docs: update installation * feat: add functionality for batch ambient removal * feat: add functionality for batch ambient removal * fix: fix a bug and refactor dataloading * fix: fix a bug * fix: fix a bug * fix: fix a bug * fix: fix a bug * refactor: refactor scar dataloader * refactor: refactor codes for better GPU usage * refactor: refactor codes for better GPU usage * refactor: Refactor functions for compatibility with scipy 1.14 * refactor: load entire data to GPU * refactor(scar): refactor dataloading to improve efficiency * refactor(scar): refactor dataloading to improve efficiency * refactor(scar): refactor dataloading to improve efficiency * refactor(scar): refactor dataloading to improve efficiency * feature(scar): introduce caching functionality * doc(docs): update python version for readthedocs * doc(docs): update sphinx-gallery version for readthedocs * refactor(scar): delete unneccessary codes * refactor(scar): refactor scar to allow efficient usage of GPU * refactor(scar): refactor scar to allow efficient usage of GPU * refactor(scar): refactor scar to allow efficient usage of GPU * refactor(scar): refactor scar to allow efficient usage of GPU * refactor(scar): not output native frequencies by default * refactor(scar): refactor dataloader * refactor(scar): remove redundant codes * refactor(scar): optimize dataloading * refactor(vae): refactor stochastic rounding for performance * chore: rewrite device log information * docs(scar): correct docs for scar * docs(tutorials): update tutorial notebooks * docs(scar): refactor docs * docs(scar): add docs for cache_capacity parameter * refactor(main): refactor command line tool * refator(scar): refactor scar to automate calculation of ambient profile in the case of no ambient profile provided * fix(main): fix a bug * fix(main): fix a bug * fix(test): lower down sample size for test * docs(scar): update version in doc * docs(tutorial): update notebooks * docs(tutorial): add a tutorial for batch denoising * refactor(docs): reset semantic_release to main branch * docs(tutorial): update hyperlink * fix(workflow): update semantic release * fix(workflow): update semantic release * fix(workflow): update semantic release * fix(workflow): update semantic release * chore: change semantic release branch * chore: change semantic release branch * chore: change semantic release branch * chore: change semantic release branch --------- Co-authored-by: EC2 Default User --- .github/workflows/semantic-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index a6c02f5..f46deca 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - ref: develop + ref: main fetch-depth: 0