Skip to content
Snippets Groups Projects
Commit 27204a97 authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

Merge branch 'v1.2' into 'main'

Release v1.2.2

See merge request !42
parents d5490b59 d376e2a1
No related branches found
No related tags found
1 merge request!42Release v1.2.2
Pipeline #27017 passed
# Changelog # Changelog
## [Unreleased]
## [v1.2.2]
### Fixed
- Job times are now integers even after scaling.
## [v1.2.1] ## [v1.2.1]
### Fixed ### Fixed
- Target file patterns now work from the CLI - Target file patterns now work from the CLI
...@@ -41,7 +45,8 @@ ...@@ -41,7 +45,8 @@
### Fixed ### Fixed
- Improved support for [linked placeholder values](https://open.win.ox.ac.uk/pages/fsl/file-tree/tutorial.html#linked-placholder-values). Previously, these would sometimes lead to crashes, when multiple conflicting jobs were created. - Improved support for [linked placeholder values](https://open.win.ox.ac.uk/pages/fsl/file-tree/tutorial.html#linked-placholder-values). Previously, these would sometimes lead to crashes, when multiple conflicting jobs were created.
[Unreleased]: https://git.fmrib.ox.ac.uk/fsl/fsl-pipe/-/compare/v1.2.1...main [Unreleased]: https://git.fmrib.ox.ac.uk/fsl/fsl-pipe/-/compare/v1.2.2...main
[v1.2.2]: https://git.fmrib.ox.ac.uk/fsl/fsl-pipe/-/compare/v1.2.1...v1.2.2
[v1.2.1]: https://git.fmrib.ox.ac.uk/fsl/fsl-pipe/-/compare/v1.2.0...v1.2.1 [v1.2.1]: https://git.fmrib.ox.ac.uk/fsl/fsl-pipe/-/compare/v1.2.0...v1.2.1
[v1.2.0]: https://git.fmrib.ox.ac.uk/fsl/fsl-pipe/-/compare/v1.1.3...v1.2.0 [v1.2.0]: https://git.fmrib.ox.ac.uk/fsl/fsl-pipe/-/compare/v1.1.3...v1.2.0
[v1.1.3]: https://git.fmrib.ox.ac.uk/fsl/fsl-pipe/-/compare/v1.1.2...v1.1.3 [v1.1.3]: https://git.fmrib.ox.ac.uk/fsl/fsl-pipe/-/compare/v1.1.2...v1.1.3
......
[project] [project]
name = "fsl-pipe" name = "fsl-pipe"
version = "1.2.1" version = "1.2.2"
description = "Declarative pipelines based on Filetrees" description = "Declarative pipelines based on Filetrees"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment