wilsonfreitas / python-bizdays

Business days calculations and utilities
http://wilsonfreitas.github.io/python-bizdays/
MIT License
79 stars 34 forks source link

vectorized operations #6

Open wilsonfreitas opened 11 years ago

wilsonfreitas commented 11 years ago

bizdays, current_days, adjust_next and adjust_previous should be vectorized.

wilsonfreitas commented 10 years ago

Implement recycle rule

wilsonfreitas commented 10 years ago

Done!

wilsonfreitas commented 9 months ago

Improve calculations with numpy for functions:

The current implementation is naive and lazy.