Skip to content

Commit

Permalink
Merge pull request #80 from theislab/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
AnnaChristina committed Mar 23, 2022
2 parents cd0ea2e + c1eb72b commit 5d33dec
Show file tree
Hide file tree
Showing 23 changed files with 2,328 additions and 541 deletions.
2 changes: 1 addition & 1 deletion .cookietemple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ full_name: Anna Schaar
email: anna.schaar@helmholtz-muenchen.de
project_name: ncem
project_short_description: ncem. Learning cell communication from spatial graphs of cells.
version: 0.1.1
version: 0.1.2
license: BSD-3-Clause
4 changes: 2 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name-template: "0.1.1 🌈" # <<COOKIETEMPLE_FORCE_BUMP>>
tag-template: 0.1.1 # <<COOKIETEMPLE_FORCE_BUMP>>
name-template: "0.1.2 🌈" # <<COOKIETEMPLE_FORCE_BUMP>>
tag-template: 0.1.2 # <<COOKIETEMPLE_FORCE_BUMP>>
categories:
- title: "🚀 Features"
labels:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ jobs:
nox --force-color --session=coverage -- xml
- name: Upload coverage report
uses: codecov/codecov-action@v2.0.3
uses: codecov/codecov-action@v2.1.0
2 changes: 1 addition & 1 deletion cookietemple.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.2

[bumpversion_files_whitelisted]
init_file = ncem/__init__.py
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
# the built documents.
#
# The short X.Y version.
version = "0.1.1"
version = "0.1.2"
# The full version, including alpha/beta/rc tags.
release = "0.1.1"
release = "0.1.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion ncem/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
__maintainer__ = ", ".join(["Anna C. Schaar", "David S. Fischer"])
__author__ = ", ".join(["Anna C. Schaar", "David S. Fischer"])
__email__ = ", ".join(["anna.schaar@helmholtz-muenchen.de", "david.fischer@helmholtz-muenchen.de"])
__version__ = "0.1.1"
__version__ = "0.1.2"
2 changes: 1 addition & 1 deletion ncem/api/train/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from ncem.estimators import (Estimator, EstimatorCVAE, EstimatorCVAEncem,
EstimatorED, EstimatorEDncem, EstimatorEdNcemNeighborhood, EstimatorGraph,
EstimatorInteractions, EstimatorLinear,
EstimatorNoGraph)
EstimatorNoGraph, EstimatorDeconvolution)
from ncem.models import BetaScheduler
Loading

0 comments on commit 5d33dec

Please sign in to comment.