Skip to content

Commit

Permalink
Tweaks to requirements adressing issue #29
Browse files Browse the repository at this point in the history
  • Loading branch information
wtclarke committed Jul 7, 2023
1 parent 7c9c113 commit ce4dc3b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
This document contains the pymapvbvd release history in reverse chronological order.

0.5.3 (Tuesday 7th July 2023)
-----------------------------
- Performance enhancements and error checking for corrupted files. With thanks to Alex Craven
- Removed unnecessary build and test requirements from the `requirements.yml` file.

0.5.2 (Tuesday 10th January 2023)
---------------------------------
- Updated build dependencies (for pyproject.toml build)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ Some of the auxiliary parts of mapVBVD remain unimplemented. Please feel free to
## Credit where credit is due
This code is a port of Philipp Ehses' original Matlab code. I am incredibly grateful to him for releasing this code to the MR community. There are a number of other names in the original code comments and log, these are: Felix Breuer, Wolf Blecher, Stephen Yutzy, Zhitao Li, Michael VÃlker, Jonas Bause and Chris Mirke.

More recent thanks to Mo Shahdloo and Aaron Hess for edits.
More recent thanks to Mo Shahdloo and Aaron Hess for edits, and Alex Craven for performance enhancements.

This port is released under the MIT licence and no credit is sought for its use.
3 changes: 0 additions & 3 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@ dependencies:
- tqdm
- scipy
- matplotlib
- setuptools
- pyyaml
- pytest
- h5py
- six
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
long_description_content_type="text/markdown",
packages=setuptools.find_packages(),
install_requires=install_requires,
extras_require={"tests": ['pytest', ]},
license_file='LICENSE',
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit ce4dc3b

Please sign in to comment.