pytroll / pyorbital

Orbital and astronomy computations in python
http://pyorbital.readthedocs.org/
GNU General Public License v3.0
224 stars 77 forks source link

Fix numpy deprecation warnings #75

Closed adybbroe closed 3 years ago

adybbroe commented 3 years ago

From Numpy 1.20 using the aliases of builtin types like np.int is deprecated. This PR fix that. It also introduce the use of github actions instead of Travis-CI for CI-testing online.

adybbroe commented 3 years ago

Ok, I am ready with this now @djhoese . And the CI is green on my fork, thanks @mraspaud

adybbroe commented 3 years ago

Looks good, but don't forget to update the badges on the README and maybe the RELEASING.md instructions if there are any.

Oh yeah, right! I remembered this morning, but forget it again! :-|

adybbroe commented 3 years ago

Ok @djhoese The setup fle is fixed. There is more to fix there, but that will be another PR then. I removed the Travis file as suggested.

adybbroe commented 3 years ago

Concerning the badges @djhoese : There were none, now I added a few. Hope I got it right...

ghost commented 3 years ago

DeepCode failed to analyze this pull request

Something went wrong despite trying multiple times, sorry about that. Please comment this pull request with "Retry DeepCode" to manually retry, or contact us so that a human can look into the issue.

adybbroe commented 3 years ago

May I merge @djhoese and @mraspaud please?