From 21cf429ae790e1cdef922e6d8d9163f3e9519fa8 Mon Sep 17 00:00:00 2001 From: Walter Simson Date: Tue, 24 Dec 2024 10:43:33 -0800 Subject: [PATCH 1/2] bump version to 0.4.0 --- kwave/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kwave/__init__.py b/kwave/__init__.py index 663b82c2b..16710961a 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 From 3e11cea619a7f549ff6fcc165f93fb6988494a2d Mon Sep 17 00:00:00 2001 From: Walter Simson Date: Sun, 12 Jan 2025 18:34:04 -0800 Subject: [PATCH 2/2] update citation --- CITATION.cff | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index eb01e2396..41332230d 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