Antonio Valentino pushed to branch master at Debian GIS Project / pyaps3
Commits: b55bc609 by Antonio Valentino at 2024-06-30T09:59:50+02:00 New upstream version 0.3.4 - - - - - 528b077a by Antonio Valentino at 2024-06-30T10:00:05+02:00 Update upstream source from tag 'upstream/0.3.4' Update to upstream version '0.3.4' with Debian dir 2962e93e07d35aeb545011aed5bf455fede0e8a1 - - - - - dc12336c by Antonio Valentino at 2024-06-30T10:00:52+02:00 New upstream release - - - - - 29d863b0 by Antonio Valentino at 2024-06-30T08:02:45+00:00 Set distribution to unstable - - - - - 2 changed files: - debian/changelog - src/pyaps3/processor.py Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +pyaps3 (0.3.4-1) unstable; urgency=medium + + * New upstream release. + + -- Antonio Valentino <[email protected]> Sun, 30 Jun 2024 08:02:17 +0000 + pyaps3 (0.3.3-1) unstable; urgency=medium * New upstream release. ===================================== src/pyaps3/processor.py ===================================== @@ -216,13 +216,13 @@ def PTV2del(Presi,Tempi,Vpri,hgt,cdict,verbose=False): DDry2[:,:,:] = k1*Rd*(Presi[:,:,:] - Presi[:,:,-1][:,:,np.newaxis])*1.0e-6/g #Wet delay - S1 = intg.cumtrapz(WonT,x=hgt,axis=-1) + S1 = intg.cumulative_trapezoid(WonT,x=hgt,axis=-1) val = 2*S1[:,:,-1]-S1[:,:,-2] val = val[:,:,None] S1 = np.concatenate((S1,val),axis=-1) del WonT - S2 = intg.cumtrapz(WonT2,x=hgt,axis=-1) + S2 = intg.cumulative_trapezoid(WonT2,x=hgt,axis=-1) val = 2*S2[:,:,-1]-S2[:,:,-2] val = val[:,:,None] S2 = np.concatenate((S2,val),axis=-1) View it on GitLab: https://salsa.debian.org/debian-gis-team/pyaps3/-/compare/537f24d82fdcbef350a3aea46660ac5cad31b698...29d863b0986c4467c0d706d11ae02e5003949137 -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/debian-gis-team/pyaps3/-/compare/537f24d82fdcbef350a3aea46660ac5cad31b698...29d863b0986c4467c0d706d11ae02e5003949137 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
