From 87a7281eead74c01e60c37423d8989aa046e4fbe Mon Sep 17 00:00:00 2001 From: Walter Simson <8669206+waltsims@users.noreply.github.com> Date: Sun, 12 Jan 2025 20:01:54 -0800 Subject: [PATCH] Release/v0.4.0 (#538) * bump version to 0.4.0 * update citation --------- Co-authored-by: Walter Simson --- CITATION.cff | 5 ++--- kwave/__init__.py | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index eb01e239..41332230 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -11,12 +11,11 @@ authors: orcid: 'https://orcid.org/0000-0002-8514-8279' - family-names: Simson given-names: Walter - email: wsimson@stanford.edu - affiliation: Stanford University + email: walter.a.simson@gmail.com orcid: 'https://orcid.org/0000-0002-2801-8646' identifiers: - type: doi value: 10.5281/zenodo.10719460 description: Zenodo DOI repository-code: 'https://github.com/waltsims/k-wave-python' -license: GPL-3.0 +license: LGPL-3.0 diff --git a/kwave/__init__.py b/kwave/__init__.py index 663b82c2..16710961 100644 --- a/kwave/__init__.py +++ b/kwave/__init__.py @@ -10,7 +10,7 @@ # Test installation with: # python3 -m pip install -i https://test.pypi.org/simple/ --extra-index-url=https://pypi.org/simple/ k-Wave-python==0.3.0 -VERSION = "0.3.7" +VERSION = "0.4.0" # Constants and Configurations URL_BASE = "https://github.com/waltsims/" @@ -22,7 +22,7 @@ raise NotImplementedError(f"k-wave-python is currently unsupported on this operating system: {PLATFORM}.") # TODO: install directly in to /bin/ directory system directory is no longer needed -# TODO: depricate in 0.3.7 +# TODO: depricate in 0.5.0 BINARY_PATH = Path(__file__).parent / "bin" / PLATFORM BINARY_DIR = BINARY_PATH # add alias for BINARY_PATH for now