Skip to content

Commit 68bb5c7

Browse files
chore(version): 0.4.3
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent 0e53893 commit 68bb5c7

File tree

8 files changed

+22
-22
lines changed

8 files changed

+22
-22
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pyrovelocity MODULE
44

55
module(
66
name = "pyrovelocity",
7-
version = "0.4.2",
7+
version = "0.4.3",
88
compatibility_level = 1,
99
)
1010

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -975,8 +975,8 @@ approve-prs: ## Approve github pull requests from bots: PR_ENTRIES="2-5 10 12-18
975975
fi; \
976976
done
977977

978-
PREVIOUS_VERSION := 0.4.1
979-
NEXT_VERSION := 0.4.2
978+
PREVIOUS_VERSION := 0.4.2
979+
NEXT_VERSION := 0.4.3
980980
VERSION_FILES := \
981981
pyproject.toml \
982982
conda/colab/construct.yaml \

conda/colab/construct.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: pyrovelocity-colab
2-
version: 0.4.2
2+
version: 0.4.3
33

44
channels:
55
- pytorch
@@ -51,7 +51,7 @@ specs:
5151
- aws-c-cal=0.7.1=h87b94db_1
5252
- aws-c-common=0.9.23=h4ab18f5_0
5353
- aws-c-compression=0.2.18=he027950_7
54-
- aws-c-event-stream=0.4.2=h7671281_15
54+
- aws-c-event-stream=0.4.3=h7671281_15
5555
- aws-c-http=0.8.2=he17ee6b_6
5656
- aws-c-io=0.14.10=h826b7d6_1
5757
- aws-c-mqtt=0.10.4=hcd6a914_8
@@ -249,8 +249,8 @@ specs:
249249
- jaraco.classes=3.4.0=pyhd8ed1ab_2
250250
- jaraco.context=6.0.1=pyhd8ed1ab_0
251251
- jaraco.functools=4.1.0=pyhd8ed1ab_0
252-
- jax=0.4.26=pyhd8ed1ab_0
253-
- jaxlib=0.4.26=cuda120py311had15d7a_201
252+
- jax=0.4.36=pyhd8ed1ab_0
253+
- jaxlib=0.4.36=cuda120py311had15d7a_201
254254
- jaxtyping=0.2.36=pyhd8ed1ab_0
255255
- jedi=0.19.2=pyhd8ed1ab_1
256256
- jeepney=0.9.0=pyhd8ed1ab_0
@@ -373,7 +373,7 @@ specs:
373373
- mashumaro=3.15=pyhd8ed1ab_1
374374
- matplotlib-base=3.10.1=py311h2b939e6_0
375375
- matplotlib-inline=0.1.7=pyhd8ed1ab_1
376-
- mdit-py-plugins=0.4.2=pyhd8ed1ab_1
376+
- mdit-py-plugins=0.4.3=pyhd8ed1ab_1
377377
- mdurl=0.1.2=pyhd8ed1ab_1
378378
- mistune=3.1.2=pyhd8ed1ab_0
379379
- mkl=2020.4=h726a3e6_304

containers/gpu.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ COPY . /root
7777
# development
7878
RUN pip install --no-deps -e .
7979
# distribution
80-
# RUN pip install pyrovelocity==0.4.2
80+
# RUN pip install pyrovelocity==0.4.3
8181

8282
ARG tag
8383
ENV FLYTE_INTERNAL_IMAGE $tag

containers/pkg.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ COPY . /root
3434
# development
3535
RUN pip install --no-deps -e .
3636
# distribution
37-
# RUN pip install pyrovelocity==0.4.2
37+
# RUN pip install pyrovelocity==0.4.3
3838

3939
ARG tag
4040
ENV FLYTE_INTERNAL_IMAGE $tag

docs/source/notebooks/pyrovelocity_colab_template.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
}
7171
],
7272
"source": [
73-
"pyrovelocity_version = \"0.4.2\"\n",
73+
"pyrovelocity_version = \"0.4.3\"\n",
7474
"pyrovelocity_colab_script_url = (\n",
7575
" \"https://storage.googleapis.com/pyrovelocity/data/scripts/\"\n",
7676
" + f\"pyrovelocity-colab-{pyrovelocity_version}-Linux-x86_64.sh\"\n",

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyrovelocity"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
packages = [{ include = "pyrovelocity", from = "src" }]
55
description = "A multivariate RNA Velocity model to estimate future cell states with uncertainty using probabilistic modeling with pyro."
66
authors = ["pyrovelocity team"]
@@ -63,8 +63,8 @@ httpx = ">=0.27.0"
6363
h5py = ">=3.9.0"
6464
# hdf5plugin = ">=4.4.0"
6565
ibis-framework = { extras = ["duckdb"], version = ">=9.2.0" }
66-
jax = ">=0.4.23"
67-
jaxlib = ">=0.4.23"
66+
jax = ">=0.4.33"
67+
jaxlib = ">=0.4.33"
6868
jaxtyping = ">=0.2.25"
6969
leidenalg = ">=0.9.1"
7070
llvmlite = { version = ">=0.41.1", python = "<3.12" }
@@ -372,12 +372,12 @@ virtual_package_spec = "conda/virtual-packages.yml"
372372
python = ">=3.11, <3.12"
373373
pip = ">=23.2"
374374
fmt = ">=10.2.1,<11.0"
375-
# jax "<0.4.27" required
375+
# jax "<0.4.37" required
376376
# when using conda-lock
377377
# due to https://github.com/google/jax/issues/21116
378-
# fixed in jax 0.4.29 but not available on conda-forge
379-
jax = ">=0.4.23,<0.4.27"
380-
jaxlib = ">=0.4.23,<0.4.27"
378+
# fixed in jax 0.4.39 but not available on conda-forge
379+
jax = ">=0.4.33,<0.4.37"
380+
jaxlib = ">=0.4.33,<0.4.37"
381381
pydantic = ">=2.1.1"
382382
# scikit-learn requires an upper bound of
383383
# 1.2.0 when using conda-lock due to inconsistent

scripts/conda

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euo pipefail
44

55
PACKAGE_NAME="pyrovelocity"
6-
PACKAGE_VERSION="0.4.2"
6+
PACKAGE_VERSION="0.4.3"
77
CONDA_BUILD_STRING="pyhff70e4c"
88
CONDA_BUILD_NUMBER="0"
99
# CONDA_CHANNEL_LABEL="pyrovelocity_dev"
@@ -32,7 +32,7 @@ Example:
3232
3333
./conda \\
3434
--name pyrovelocity \\
35-
--version 0.4.2.dev1 \\
35+
--version 0.4.3.dev1 \\
3636
--build-string pyhff70e4c \\
3737
--build-number 0 \\
3838
--label pyrovelocity_dev
@@ -67,9 +67,9 @@ PACKAGE_SPEC="conda-forge/label/\
6767
$CONDA_CHANNEL_LABEL::\
6868
$PACKAGE_NAME=$PACKAGE_VERSION=$CONDA_BUILD_STRING"_"$CONDA_BUILD_NUMBER"
6969

70-
BLUE="\0.4.2;34;1m"
70+
BLUE="\0.4.3;34;1m"
7171
BOLD="\033[1m"
72-
NO_COLOR="\0.4.2m"
72+
NO_COLOR="\0.4.3m"
7373
if [ "$USE_COLOR" = false ]; then
7474
BLUE=""
7575
BOLD=""

0 commit comments

Comments
 (0)