|
1 | 1 | # IRMA-core Changelog |
2 | 2 |
|
3 | | -All notable changes to this project will be documented in this file. The format is roughly based on [Keep a Changelog], and this project tries to adheres to [Semantic Versioning]. For IRMA vs IRMA-core compatibility, please see the [version matrix](VERSION_MATRIX.md). |
| 3 | +All notable changes to this project will be documented in this file. The format |
| 4 | +is roughly based on [Keep a Changelog], and this project tries to adheres to |
| 5 | +[Semantic Versioning]. For IRMA vs IRMA-core compatibility, please see the |
| 6 | +[version matrix](VERSION_MATRIX.md). |
4 | 7 |
|
5 | | -## [0.4.4] - TBD |
| 8 | +## [0.5.0] - TBD |
6 | 9 |
|
7 | 10 | ### Changed |
8 | 11 |
|
9 | 12 | - Re-factor and specify dependencies. |
| 13 | +- The process `qc-trim-deflate` is now called `preprocess` and its arguments |
| 14 | + have been conformed to match `trimmer` rather than the legacy |
| 15 | + `fastq_converter` process. |
| 16 | +- The deprecated `fastq_converter` will be removed in the next version. |
10 | 17 |
|
11 | 18 | ## [0.4.3] - 2025-05-01 |
12 | 19 |
|
@@ -49,11 +56,15 @@ All notable changes to this project will be documented in this file. The format |
49 | 56 |
|
50 | 57 | ### Fixes |
51 | 58 |
|
52 | | -- For `num-procs`, the environemntal var `LOCAL_PROCS_OVERRIDE` now caps at the max available cores, consistent with the warning message. |
| 59 | +- For `num-procs`, the environemntal var `LOCAL_PROCS_OVERRIDE` now caps at the |
| 60 | + max available cores, consistent with the warning message. |
53 | 61 |
|
54 | 62 | ## [0.3.1] - 2025-03-21 |
55 | 63 |
|
56 | | -- **Added**: The `num-procs` process now has the option `--cap-cores-using-env` so environmental variables like `NSLOTS` and `IFX_LOCAL_PROCS` can further cap resources. The var `LOCAL_PROCS_OVERRIDE` trumps other settings up to the available cores. |
| 64 | +- **Added**: The `num-procs` process now has the option `--cap-cores-using-env` |
| 65 | + so environmental variables like `NSLOTS` and `IFX_LOCAL_PROCS` can further cap |
| 66 | + resources. The var `LOCAL_PROCS_OVERRIDE` trumps other settings up to the |
| 67 | + available cores. |
57 | 68 |
|
58 | 69 | ## [0.3.0] - 2025-03-18 |
59 | 70 |
|
@@ -86,7 +97,7 @@ All notable changes to this project will be documented in this file. The format |
86 | 97 | - **Added**: custom inexact matching algorithm from [Zoe] |
87 | 98 |
|
88 | 99 | <!-- Versions --> |
89 | | -[0.4.4]: https://github.com/CDCgov/irma-core/compare/v0.4.3...v0.4.4 |
| 100 | +[0.5.0]: https://github.com/CDCgov/irma-core/compare/v0.4.3...v0.5.0 |
90 | 101 | [0.4.3]: https://github.com/CDCgov/irma-core/compare/v0.4.2...v0.4.3 |
91 | 102 | [0.4.2]: https://github.com/CDCgov/irma-core/compare/v0.4.1...v0.4.2 |
92 | 103 | [0.4.1]: https://github.com/CDCgov/irma-core/compare/v0.4.0...v0.4.1 |
|
0 commit comments