DavisVaughan / furrr

Apply Mapping Functions in Parallel using Futures
https://furrr.futureverse.org/
Other
699 stars 40 forks source link

Soft deprecate `.progress` #138

Open DavisVaughan opened 4 years ago

DavisVaughan commented 4 years ago

Replace with progressr in some way. Either:

dpprdan commented 1 year ago
  • Some other option?

Replace with cli progress bars, to stay in sync with purrr?

DavisVaughan commented 1 year ago

Likely some internal usage of progressr, possibly with a cli default, but yea now that purrr added the progress option back in I am inclined to keep it

statzhero commented 2 months ago

The purrr progress bar is one of my favorites, so I hope furrr can align it as much as possible. I appreciate all your work and was wondering what the plan to maintain furrr is?