Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed May 5, 2022
1 parent 25cc8a5 commit 24b955c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/Release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@

<!--next-version-placeholder-->

## v0.4.0 (2022-05-05)
### Feature
* **scar.model:** Addition of a sparsity parameter ([#44](https://github.com/Novartis/scAR/issues/44)) ([`0c30046`](https://github.com/Novartis/scAR/commit/0c30046aa8d20be88f516b8756789d9fab515b10))
* **scar.main:** Introduce a sparsity parameter ([`cd33fdd`](https://github.com/Novartis/scAR/commit/cd33fddbd6d7117f459e12b57a936148cde0563f))

### Documentation
* Modify Changlog.md ([`deb920c`](https://github.com/Novartis/scAR/commit/deb920cdaa3b81a7d6dbccc85231bfa87236cee6))

-------------------------------------
## v0.3.6_coming
### Feature
Expand Down
2 changes: 1 addition & 1 deletion scar/main/__version__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
"""version here"""

__version__ = "0.3.5"
__version__ = "0.4.0"
_copyright = "2022, Novartis Institute for BioMedical Research"

0 comments on commit 24b955c

Please sign in to comment.