PyDSM
PyDSM copied to clipboard
under python 3.10 i see many problems...
...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:
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.
super! i hope strongly nobody will have an idea for python 4 :) (unless its nim-lang)
Hi, this took a long time, but finally a version working with recent python is available.
@sergiocallegari super! thanx!!!