Skip to content

Commit

Permalink
Version and news
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Dec 4, 2023
1 parent b7f2788 commit 2eb3b09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Description: Pipeline tools coordinate the pieces of computationally
The methodology in this package
borrows from GNU 'Make' (2015, ISBN:978-9881443519)
and 'drake' (2018, <doi:10.21105/joss.00550>).
Version: 1.3.2.9004
Version: 1.3.2.9005
License: MIT + file LICENSE
URL: https://docs.ropensci.org/targets/, https://github.com/ropensci/targets
BugReports: https://github.com/ropensci/targets/issues
Expand Down
10 changes: 6 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# targets 1.3.2.9004 (development)
# targets 1.3.2.9005 (development)

## Invalidating changes

Expand Down Expand Up @@ -27,9 +27,11 @@ Because of the changes below, upgrading to this version of `targets` will unavoi
## Other changes

* Migrate to the changes in `clustermq` 0.9.0 (@mschubert).
* In progress statuses, change "started" to "dispatched" and change "built" to "completed" (#1182).
* Deprecate `tar_started()` in favor of `tar_dispatched()` (#1182).
* Deprecate `tar_built()` in favor of `tar_completed()` (#1182).
* In progress statuses, change "started" to "dispatched" and change "built" to "completed" (#1192).
* Deprecate `tar_started()` in favor of `tar_dispatched()` (#1192).
* Deprecate `tar_built()` in favor of `tar_completed()` (#1192).
* Console messages from reporters say "dispatched" and "completed" instead of "started" and "built" (#1192).
* The `crew` scheduling algorithm no longer waits on saturated controllers, and targets that are ready are greedily dispatched to `crew` even if all workers are busy (#1182, #1192). To appropriately set expectations for users, reporters print "dispatched (pending)" instead of "dispatched" if the task load is backlogged at the moment.

# targets 1.3.2

Expand Down

0 comments on commit 2eb3b09

Please sign in to comment.