|
6 | 6 | .. to_doc |
7 | 7 |
|
8 | 8 | --------------------- |
9 | | -0.75.31.dev0 |
10 | | ---------------------- |
| 9 | +0.75.31 (2025-06-23) |
| 10 | +--------------------- |
| 11 | + |
| 12 | +* Don't pollute working directory with tools.yaml file (thanks to |
| 13 | + `@mvdbeek`_). `Pull Request 1554`_ |
| 14 | +* Add ruff and isort to `make format` and tox, add pre-commit config (thanks |
| 15 | + to `@mvdbeek`_). `Pull Request 1552`_ |
| 16 | +* Make ``no_dependency_resolution`` and ``simultaneous_upload`` global options |
| 17 | + (thanks to `@mvdbeek`_). `Pull Request 1553`_ |
| 18 | +* Add flag to export invocation from run command (thanks to `@mvdbeek`_). |
| 19 | + `Pull Request 1551`_ |
| 20 | +* Load default job metrics (thanks to `@mvdbeek`_). `Pull Request 1548`_ |
| 21 | +* Drop unnecessary autogen in cmd_slurm_init (thanks to `@mvdbeek`_). `Pull |
| 22 | + Request 1549`_ |
| 23 | +* Terminate polling if we can't advance invocation (thanks to `@mvdbeek`_). |
| 24 | + `Pull Request 1547`_ |
| 25 | +* Don't do preload in managed instance (thanks to `@mvdbeek`_). `Pull Request |
| 26 | + 1546`_ |
| 27 | +* Add a slurm_init command (thanks to `@jmchilton`_). `Pull Request 1543`_ |
| 28 | +* Add missing module to pyproject.toml (thanks to `@mvdbeek`_). `Pull Request |
| 29 | + 1545`_ |
| 30 | +* Add the option to download the outputs of a completed workflow run (thanks |
| 31 | + to `@Smeds`_). `Pull Request 1532`_ |
| 32 | +* update shed categories (thanks to `@bgruening`_). `Pull Request 1539`_ |
| 33 | +* cmd to export an existing invocations as an archive for storage or later |
| 34 | + import (thanks to `@Smeds`_). `Pull Request 1534`_ |
| 35 | +* Bump requirements for galaxy packages to 25.0 (thanks to |
| 36 | + `@ahmedhamidawan`_). `Pull Request 1542`_ |
| 37 | +* Print job errors in workflow invocation as they occur (thanks to |
| 38 | + `@mvdbeek`_). `Pull Request 1540`_ |
| 39 | +* Enable celery tasks (thanks to `@mvdbeek`_). `Pull Request 1541`_ |
| 40 | +* add file extension to downloaded output (thanks to `@Smeds`_). `Pull Request |
| 41 | + 1531`_ |
| 42 | +* Workflow progress bar (thanks to `@jmchilton`_). `Pull Request 1510`_ |
| 43 | +* Fix job handler setup (thanks to `@mvdbeek`_). `Pull Request 1538`_ |
| 44 | +* Overhaul Galaxy job config handling (thanks to `@jmchilton`_). `Pull Request |
| 45 | + 1506`_ |
| 46 | +* create provided output_directory if it doesn't exist (thanks to `@Smeds`_). |
| 47 | + `Pull Request 1526`_ |
11 | 48 |
|
12 | 49 | --------------------- |
13 | 50 | 0.75.30 (2025-05-07) |
@@ -2210,6 +2247,27 @@ History |
2210 | 2247 | tools - and more experimental features involving Docker and Homebrew. 7d07782_ |
2211 | 2248 |
|
2212 | 2249 | .. github_links |
| 2250 | +.. _Pull Request 1554: https://github.com/galaxyproject/planemo/pull/1554 |
| 2251 | +.. _Pull Request 1552: https://github.com/galaxyproject/planemo/pull/1552 |
| 2252 | +.. _Pull Request 1553: https://github.com/galaxyproject/planemo/pull/1553 |
| 2253 | +.. _Pull Request 1551: https://github.com/galaxyproject/planemo/pull/1551 |
| 2254 | +.. _Pull Request 1548: https://github.com/galaxyproject/planemo/pull/1548 |
| 2255 | +.. _Pull Request 1549: https://github.com/galaxyproject/planemo/pull/1549 |
| 2256 | +.. _Pull Request 1547: https://github.com/galaxyproject/planemo/pull/1547 |
| 2257 | +.. _Pull Request 1546: https://github.com/galaxyproject/planemo/pull/1546 |
| 2258 | +.. _Pull Request 1543: https://github.com/galaxyproject/planemo/pull/1543 |
| 2259 | +.. _Pull Request 1545: https://github.com/galaxyproject/planemo/pull/1545 |
| 2260 | +.. _Pull Request 1532: https://github.com/galaxyproject/planemo/pull/1532 |
| 2261 | +.. _Pull Request 1539: https://github.com/galaxyproject/planemo/pull/1539 |
| 2262 | +.. _Pull Request 1534: https://github.com/galaxyproject/planemo/pull/1534 |
| 2263 | +.. _Pull Request 1542: https://github.com/galaxyproject/planemo/pull/1542 |
| 2264 | +.. _Pull Request 1540: https://github.com/galaxyproject/planemo/pull/1540 |
| 2265 | +.. _Pull Request 1541: https://github.com/galaxyproject/planemo/pull/1541 |
| 2266 | +.. _Pull Request 1531: https://github.com/galaxyproject/planemo/pull/1531 |
| 2267 | +.. _Pull Request 1510: https://github.com/galaxyproject/planemo/pull/1510 |
| 2268 | +.. _Pull Request 1538: https://github.com/galaxyproject/planemo/pull/1538 |
| 2269 | +.. _Pull Request 1506: https://github.com/galaxyproject/planemo/pull/1506 |
| 2270 | +.. _Pull Request 1526: https://github.com/galaxyproject/planemo/pull/1526 |
2213 | 2271 | .. _Pull Request 1509: https://github.com/galaxyproject/planemo/pull/1509 |
2214 | 2272 | .. _Pull Request 1514: https://github.com/galaxyproject/planemo/pull/1514 |
2215 | 2273 | .. _Pull Request 1523: https://github.com/galaxyproject/planemo/pull/1523 |
@@ -3193,3 +3251,4 @@ History |
3193 | 3251 | .. _@Smeds: https://github.com/Smeds |
3194 | 3252 | .. _@jmchilton: https://github.com/jmchilton |
3195 | 3253 | .. _@kostrykin: https://github.com/kostrykin |
| 3254 | +.. _@ahmedhamidawan: https://github.com/ahmedhamidawan |
0 commit comments