|
1 | 1 | ========= |
2 | 2 | Changelog |
3 | 3 | ========= |
4 | | -`Version 0.6.0: Support for C-PAC v1.8.5 <https://github.com/FCP-INDI/cpac/releases/tag/v0.6.0>`_ |
5 | | -=============== |
| 4 | + |
| 5 | +`Version 1.8.5: Support for C-PAC v1.8.5 <https://github.com/FCP-INDI/cpac/releases/tag/v1.8.5>`_ |
| 6 | +===================================================================================================== |
| 7 | + |
| 8 | +* Changes versioning scheme to match supported C-PAC version |
6 | 9 | * Handles relocation of default pipeline in C-PAC 1.8.5 |
7 | 10 | * Fixes a bug preventing default bindings in Mac OS ≥ 10.15 |
8 | 11 | * Replaces ``setup.cfg`` with ``pyproject.toml`` |
| 12 | +* Replaces ``setuptools`` with ``poetry`` |
| 13 | +* Adds pre-commit hooks for linting and formatting |
| 14 | +* Require Python ≥ 3.8 |
9 | 15 |
|
10 | 16 | `Version 0.5.0: Parse Resources <https://github.com/FCP-INDI/cpac/releases/tag/v0.5.0>`_ |
11 | 17 | ======================================================================================== |
@@ -50,11 +56,11 @@ Changelog |
50 | 56 | ======================================================================== |
51 | 57 | * 📚 Update the main usage string to better articulate functionality |
52 | 58 | * 📢🐳 Provide a clearer error message if package cannot connect to Docker. |
53 | | -* 🐳 Fix a bug introduced in `v0.2.4 <https://github.com/shnizzedy/cpac/releases/tag/v0.2.4>` where some crashfiles would print for ``cpac --platform singularity crash`` but not for ``cpac --platform docker crash`` |
54 | | -* 🚑 Fix some installation issues: |
| 59 | +* 🐳 Fix a bug introduced in `v0.2.4 <https://github.com/shnizzedy/cpac/releases/tag/v0.2.4>` where some crashfiles would print for ``cpac --platform singularity crash`` but not for ``cpac --platform docker crash`` |
| 60 | +* 🚑 Fix some installation issues: |
55 | 61 | * All required packages are now installed with ``pip install cpac`` |
56 | 62 | * Version is now set correctly |
57 | | -* 🐳 Fix a bug introduced in `v0.2.4 <https://github.com/shnizzedy/cpac/releases/tag/v0.2.4>`_ where some crashfiles would print for ``cpac --platform singularity crash`` but not for ``cpac --platform docker crash`` |
| 63 | +* 🐳 Fix a bug introduced in `v0.2.4 <https://github.com/shnizzedy/cpac/releases/tag/v0.2.4>`_ where some crashfiles would print for ``cpac --platform singularity crash`` but not for ``cpac --platform docker crash`` |
58 | 64 | * 🔬 Set `coverage reports <http://coveralls.io/github/shnizzedy/cpac>`_ to report local paths |
59 | 65 |
|
60 | 66 | `Version 0.2.4 <https://github.com/shnizzedy/cpac/releases/tag/v0.2.4>`_ |
|
0 commit comments