Skip to content

Commit

Permalink
ci: version bump to version 0.7.0 (#88)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
CaibinSh and EC2 Default User authored Aug 14, 2024
1 parent 9b2d67c commit 3953e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: develop
ref: main
fetch-depth: 0


Expand Down

0 comments on commit 3953e89

Please sign in to comment.