Skip to content

Commit

Permalink
Merge branch 'BrkRaw:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
timwahoo committed Feb 1, 2024
2 parents 0a48d78 + fb01d9e commit c339428
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .[dev]
pip install .[SimpleITK]
- name: Install tutorial
run: make tests/tutorials

- name: Test tutorial notebook
run: |
python -m pytest --nbmake tests/tutorials/JupyterNotebooks/01_GettingStarted.ipynb
tree tests/tutorials/raw
python -m pytest --nbmake tests/tutorials/JupyterNotebooks/01_GettingStarted.ipynb
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/BrkRaw/tutorials/master)

## BrkRaw: A comprehensive tool to access raw Bruker Biospin MRI data
#### Version: 0.3.8
#### Version: 0.3.11

### Description

Expand Down
2 changes: 1 addition & 1 deletion brkraw/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .lib import *

__version__ = '0.3.10'
__version__ = '0.3.11'
__all__ = ['BrukerLoader', '__version__']


Expand Down
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
]
description = "Bruker PvDataset Loader"
license = {text = "GNLv3"}
version = "0.3.10"
dynamic = ["version"]
maintainers = [{name = "SungHo Lee", email = 'shlee@unc.edu'}]
name = "brkraw"
readme = "README.md"
Expand All @@ -40,6 +40,10 @@ dev = [
"nbmake"
]

[tool.hatch.version]
path = "brkraw/__init__.py"
style = "pep440"

[project.scripts]
brkraw = "brkraw.scripts.brkraw:main"
brk-backup = 'brkraw.scripts.brk_backup:main'
Expand Down

0 comments on commit c339428

Please sign in to comment.