pbrod / nvector

Nvector is a suite of tools written in Python to solve geographical position calculations.
Other
57 stars 7 forks source link

Numpy deprecated deprecate function in numpy 2.0 #21

Open pmallas opened 1 month ago

pmallas commented 1 month ago

the numpy 'deprecate' function was deprecated in numpy 2.0. nvector uses this funcition in nvector\util.py

mhogan-nwra commented 2 weeks ago

Hello @pmallas,

I have also encountered this issue. I created a pull request that has gone ignored for almost two months now. I believe this project is abandoned.

I have begun a new project called envector with a working NumPy 2 fix that is available on PyPI. There is no rigorous testing yet.

I welcome any help If you wish to contribute to the project.

pmallas commented 2 weeks ago

Hi thereSure, I can help if needed. I have not done much contributing to GitHub projects, I'm willing to put in some time. I really like this library.PaulSent from my iPhoneOn Aug 29, 2024, at 6:40 PM, Matt @.***> wrote: Hello @pmallas, I have also encountered this issue. I created a pull request that has gone ignored for almost two months now. I believe this project is abandoned. I have begun a new project called envector with a working NumPy 2 fix that is available on PyPI. There is no rigorous testing yet. I welcome any help If you wish to contribute to the project.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

mhogan-nwra commented 21 hours ago

As of today (2024-09-18), I believe the envector package is a more mature product compared to three weeks ago. It has an GitHub Actions CI workflow that validates commits and the end-user documentation is improved in many areas including how to make the switch to envector.