Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

under python 3.10 i see many problems... #11

Open
olisnr opened this issue Jun 4, 2024 · 3 comments
Open

under python 3.10 i see many problems... #11

olisnr opened this issue Jun 4, 2024 · 3 comments

Comments

@olisnr
Copy link

olisnr commented Jun 4, 2024

...as example, there are changes in numpy : there is no dtype=np.int anymore, but dtype=np.int64.

PyDSM-master/pydsm/delsig/_simulateDSM_cblas.pyx
PyDSM-master/pydsm/delsig/_simulateDSM_scipy_blas.pyx

need to change.
then there are problems with the ploting: there is no basex in plt.xscale() but base. there is also on linestyle='steps'. and all the ...=NFFT/2 should be ...=NFFT//2

there are other things.
here is a diff:

pydms.diff.tar.gz

@olisnr
Copy link
Author

olisnr commented Jun 4, 2024

sorry, the + and - where mistaken :)

pydms.diff.tar.gz

@sergiocallegari
Copy link
Owner

Hi, thanks for reporting. Unfortunately, this is very much expected. During the past year we did not have the resources to update PyDSM to follow up with the numpy and python developments.
On the roadmap there is the full removal or Python 2 support and the update to latest Python/Numpy.
Hope through the summer some advance will be possible.

@olisnr
Copy link
Author

olisnr commented Jun 5, 2024

super! i hope strongly nobody will have an idea for python 4 :) (unless its nim-lang)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants