From 47526d2f1b976bb8c2b9e0e54c57230140209c43 Mon Sep 17 00:00:00 2001 From: Samuel St-Jean <3030760+samuelstjean@users.noreply.github.com> Date: Mon, 3 Jul 2023 14:27:56 +0200 Subject: [PATCH] tag v0.7.1 (#118) --- .github/workflows/cibuildwheel.yml | 4 ++-- CHANGELOG.md | 6 +++--- docs/conf.py | 4 ++-- pyproject.toml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index e4d302d..fe84c7c 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -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 @@ -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: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 919149b..70fedc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/conf.py b/docs/conf.py index 6f29f24..a7f7e10 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/pyproject.toml b/pyproject.toml index d281f65..1ad4e82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"