Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/coverage-7.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
waltsims authored Jan 13, 2025
2 parents 7f2216c + 87a7281 commit 34f7d9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ authors:
orcid: 'https://orcid.org/0000-0002-8514-8279'
- family-names: Simson
given-names: Walter
email: [email protected]
affiliation: Stanford University
email: [email protected]
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
4 changes: 2 additions & 2 deletions kwave/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand All @@ -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

Expand Down

0 comments on commit 34f7d9d

Please sign in to comment.