alpacahq / alpaca-py

The Official Python SDK for Alpaca API
https://alpaca.markets/sdks/python/getting_started.html
Apache License 2.0
560 stars 135 forks source link

Test with numpy==2.0.0 #471

Open impredicative opened 3 months ago

impredicative commented 3 months ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe.

numpy==2.0.0 is released with some backward incompatible changes. See https://pypi.org/project/numpy/ . Installations can automatically utilize it.

It is worthwhile to test everything, including all dataframes, to ensure that they are still working correctly with this new release of numpy.

Describe the solution you'd like.

Review the breaking changes of numpy. Refer to https://numpy.org/devdocs/numpy_2_0_migration_guide.html

Test all dataframes and everything else that can be impacted.

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response