- Fixes bug caused by readonly Numpy arrays returned by Pandas 2.3.
- Adds pybroker.clear_params function to clear out global parameters.
- Forwards *args and **kwargs from Strategy#add_execution to the execution function.
- Adds seed argument to Strategy#backtest and Strategy#walkforward for reproducible bootstrap results.
- Removed redundant subtract_fees config option.