File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pyrovelocity MODULE
4
4
5
5
module (
6
6
name = "pyrovelocity" ,
7
- version = "0.4.3 " ,
7
+ version = "0.4.4 " ,
8
8
compatibility_level = 1 ,
9
9
)
10
10
Original file line number Diff line number Diff line change @@ -975,8 +975,8 @@ approve-prs: ## Approve github pull requests from bots: PR_ENTRIES="2-5 10 12-18
975
975
fi ; \
976
976
done
977
977
978
- PREVIOUS_VERSION := 0.4.2
979
- NEXT_VERSION := 0.4.3
978
+ PREVIOUS_VERSION := 0.4.3
979
+ NEXT_VERSION := 0.4.4
980
980
VERSION_FILES := \
981
981
pyproject.toml \
982
982
conda/colab/construct.yaml \
Original file line number Diff line number Diff line change 1
1
name : pyrovelocity-colab
2
- version : 0.4.3
2
+ version : 0.4.4
3
3
4
4
channels :
5
5
- pytorch
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ COPY . /root
77
77
# development
78
78
RUN pip install --no-deps -e .
79
79
# distribution
80
- # RUN pip install pyrovelocity==0.4.3
80
+ # RUN pip install pyrovelocity==0.4.4
81
81
82
82
ARG tag
83
83
ENV FLYTE_INTERNAL_IMAGE $tag
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ COPY . /root
34
34
# development
35
35
RUN pip install --no-deps -e .
36
36
# distribution
37
- # RUN pip install pyrovelocity==0.4.3
37
+ # RUN pip install pyrovelocity==0.4.4
38
38
39
39
ARG tag
40
40
ENV FLYTE_INTERNAL_IMAGE $tag
Original file line number Diff line number Diff line change 70
70
}
71
71
],
72
72
"source" : [
73
- " pyrovelocity_version = \" 0.4.3 \"\n " ,
73
+ " pyrovelocity_version = \" 0.4.4 \"\n " ,
74
74
" pyrovelocity_colab_script_url = (\n " ,
75
75
" \" https://storage.googleapis.com/pyrovelocity/data/scripts/\"\n " ,
76
76
" + f\" pyrovelocity-colab-{pyrovelocity_version}-Linux-x86_64.sh\"\n " ,
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pyrovelocity"
3
- version = " 0.4.3 "
3
+ version = " 0.4.4 "
4
4
packages = [{ include = " pyrovelocity" , from = " src" }]
5
5
description = " A multivariate RNA Velocity model to estimate future cell states with uncertainty using probabilistic modeling with pyro."
6
6
authors = [" pyrovelocity team" ]
Original file line number Diff line number Diff line change 3
3
set -euo pipefail
4
4
5
5
PACKAGE_NAME=" pyrovelocity"
6
- PACKAGE_VERSION=" 0.4.3 "
6
+ PACKAGE_VERSION=" 0.4.4 "
7
7
CONDA_BUILD_STRING=" pyhff70e4c"
8
8
CONDA_BUILD_NUMBER=" 0"
9
9
# CONDA_CHANNEL_LABEL="pyrovelocity_dev"
@@ -32,7 +32,7 @@ Example:
32
32
33
33
./conda \\
34
34
--name pyrovelocity \\
35
- --version 0.4.3 .dev1 \\
35
+ --version 0.4.4 .dev1 \\
36
36
--build-string pyhff70e4c \\
37
37
--build-number 0 \\
38
38
--label pyrovelocity_dev
@@ -67,7 +67,7 @@ PACKAGE_SPEC="conda-forge/label/\
67
67
$CONDA_CHANNEL_LABEL ::\
68
68
$PACKAGE_NAME =$PACKAGE_VERSION =$CONDA_BUILD_STRING " _" $CONDA_BUILD_NUMBER "
69
69
70
- BLUE=" \0.4.3 ;34;1m"
70
+ BLUE=" \0.4.4 ;34;1m"
71
71
BOLD=" \033[1m"
72
72
NO_COLOR=" \0.4.3m"
73
73
if [ " $USE_COLOR " = false ]; then
You can’t perform that action at this time.
0 commit comments