Skip to content

Commit

Permalink
tag v0.7.1 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstjean authored Jul 3, 2023
1 parent 8b5d9c4 commit 47526d2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: '3.7'
python-version: '3.10'

- name: Build wheels
uses: pypa/cibuildwheel@v2.12.3
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: '3.7'
python-version: '3.10'

- name: Build sdist
run: |
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## [0.7.1] - unreleased
## [0.7.1] - 2023-07-03

- Some speed improvements internally
- Some more functions in parallel
- Some more functions in parallel
- A new progress bar with tqdm
- New non-frozen builds for the standalone versions
- Mac M1/M2 arm64 binary wheels now available
- Mac M1/M2 arm64 binary wheels now available

## [0.7] - 2023-05-20

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = '0.7'
version = '0.7.1'
# The full version, including alpha/beta/rc tags.
release = '0.7'
release = '0.7.1'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "nlsam"
version = '0.7'
version = '0.7.1'
authors = [{name = "Samuel St-Jean"}]
description='Implementation of "Non Local Spatial and Angular Matching : Enabling higher spatial resolution diffusion MRI datasets through adaptive denoising"'
readme = "README.md"
Expand Down

0 comments on commit 47526d2

Please sign in to comment.