python-bizdays
python-bizdays copied to clipboard
vectorized operations
bizdays
, current_days
, adjust_next
and adjust_previous
should be vectorized.
Implement recycle rule
Done!
Improve calculations with numpy for functions:
- bizdays
- isbizday
- current_days
- adjust_next and adjust_previous
- ...
The current implementation is naive and lazy.