Skip to content

Commit

Permalink
add note to news
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Nov 10, 2024
1 parent de7d84a commit 4a9531c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Replace the `memory` class with the new `lookup` class.
* Implement `memory = "auto"` to select transient memory for dynamic branches and persistent memory for other targets (#1371).
* Omit whole pattern targets from branch subpipelines when possible. Should reduce memory consumption in some cases.
* Omit whole stem targets from branch subpipelines when `retrieval` is `"main"` and only a bud is actually used.
* Omit whole stem targets from branch subpipelines when `retrieval` is `"main"` and only a bud is actually used. The same cannot be done with branches because each branch may need to be (un)marshaled individually.
* Compress branches into references when `retrieval` is `"worker"` and the whole pattern is part of the subpipeline.

# targets 1.8.0
Expand Down

0 comments on commit 4a9531c

Please sign in to comment.