python-bizdays icon indicating copy to clipboard operation
python-bizdays copied to clipboard

vectorized operations

Open wilsonfreitas opened this issue 11 years ago • 3 comments

bizdays, current_days, adjust_next and adjust_previous should be vectorized.

wilsonfreitas avatar Sep 15 '13 11:09 wilsonfreitas

Implement recycle rule

wilsonfreitas avatar Oct 06 '14 11:10 wilsonfreitas

Done!

wilsonfreitas avatar Oct 07 '14 00:10 wilsonfreitas

Improve calculations with numpy for functions:

  • bizdays
  • isbizday
  • current_days
  • adjust_next and adjust_previous
  • ...

The current implementation is naive and lazy.

wilsonfreitas avatar Feb 12 '24 10:02 wilsonfreitas