Skip to content

Commit aafcda7

Browse files
fangqclaude
andcommitted
[release] bump redbirdpy to v0.3.0
Minor version bump to reflect the Monte Carlo (pmmc) forward + adjoint Jacobian integration landed in 0ee6000 and the accompanying example trio in 3dce6c5. Backwards-compatible: existing FEM/TD callers see no behavior change (runforward's default 2-tuple return is preserved; the new return_jacobian kwarg is opt-in). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 3dce6c5 commit aafcda7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "redbirdpy"
7-
version = "0.2.1"
7+
version = "0.3.0"
88
description = "A Python toolbox for Diffuse Optical Tomography (DOT) and Near-Infrared Spectroscopy (NIRS)"
99
readme = "README.md"
1010
license = {text = "GPL-3.0"}

redbirdpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
License: GPL version 3
5353
"""
5454

55-
__version__ = "0.2.1"
55+
__version__ = "0.3.0"
5656
__author__ = "Qianqian Fang"
5757

5858
from . import forward

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
name="redbirdpy",
88
packages=find_packages(exclude=["test", "test.*"]),
9-
version="0.2.1",
9+
version="0.3.0",
1010
license="GPL-3.0",
1111
description="A Python toolbox for Diffuse Optical Tomography (DOT) and Near-Infrared Spectroscopy (NIRS)",
1212
long_description=readme,

0 commit comments

Comments
 (0)