New version of numpy incompatibility with np.bool leads to an error, when using the history module. A simple modification in the code, wherever np.bool make it np.bool_ , which is actually just one occurrence, fixes the issue. Should I make a pull request for that, or are you planning a new release that would incorporate this little fix?
The specifics on the deprecation can be found starting numpy 1.24
Describe bug
New version of numpy incompatibility with np.bool leads to an error, when using the history module. A simple modification in the code, wherever
np.bool
make itnp.bool_
, which is actually just one occurrence, fixes the issue. Should I make a pull request for that, or are you planning a new release that would incorporate this little fix? The specifics on the deprecation can be found starting numpy 1.24Simple code that reproduces your problem
No need for that
Debug log
No need for that
Bad data proof
No response
yfinance
version0.2.43
Python version
3.10.14
Operating system
No response