Antonio Valentino pushed to branch master at Debian GIS Project / pyspectral
Commits: a01638d3 by Antonio Valentino at 2020-12-10T06:32:48+00:00 New upstream version 0.10.4+ds - - - - - 1cfac3b6 by Antonio Valentino at 2020-12-10T06:32:56+00:00 Update upstream source from tag 'upstream/0.10.4+ds' Update to upstream version '0.10.4+ds' with Debian dir d566c0fa35557ebe7f567d906c8ce11392eb3a70 - - - - - 557e11cf by Antonio Valentino at 2020-12-10T06:34:36+00:00 New upstream release - - - - - d75b198d by Antonio Valentino at 2020-12-10T06:35:24+00:00 Set distribution to unstable - - - - - 4 changed files: - CHANGELOG.md - README.md - + continuous_integration/environment.yaml - debian/changelog Changes: ===================================== CHANGELOG.md ===================================== @@ -1,3 +1,15 @@ +## Version <v0.10.4> (2020/12/07) + + +### Pull Requests Merged + +#### Features added + +* [PR 125](https://github.com/pytroll/pyspectral/pull/125) - Add GitHub ci support + +In this release 1 pull request was closed. + + ## Version <v0.10.3> (2020/12/04) ### Issues Closed ===================================== README.md ===================================== @@ -1,7 +1,9 @@ Pyspectral ========== -[](https://travis-ci.org/pytroll/pyspectral) + +[](https://github.com/pytroll/pyspectral/workflows/CI/badge.svg?branch=master) +[](https://anaconda.org/conda-forge/pyspectral) [](https://ci.appveyor.com/project/pytroll/pyspectral) [](https://coveralls.io/github/pytroll/pyspectral?branch=master) [](https://badge.fury.io/py/pyspectral) ===================================== continuous_integration/environment.yaml ===================================== @@ -0,0 +1,43 @@ +name: test-environment +channels: + - conda-forge +dependencies: + - xarray + - dask + - distributed + - toolz + - Cython + - sphinx + - cartopy + - pillow + - matplotlib + - scipy + - pyyaml + - pyproj + - pyresample + - coveralls + - coverage + - codecov + - behave + - netcdf4 + - h5py + - h5netcdf + - imageio + - pyhdf + - mock + - libtiff + - geoviews + - zarr + - python-eccodes + - geoviews + - pytest + - pytest-cov + - fsspec + - pylibtiff + - appdirs + - python-geotiepoints + - pip + - pip: + - trollsift + - trollimage + - pyorbital \ No newline at end of file ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +pyspectral (0.10.4+ds-1) unstable; urgency=medium + + * New upstream release. + + -- Antonio Valentino <[email protected]> Thu, 10 Dec 2020 06:34:59 +0000 + pyspectral (0.10.3+ds-1) unstable; urgency=medium [ Bas Couwenberg ] View it on GitLab: https://salsa.debian.org/debian-gis-team/pyspectral/-/compare/4aaa27da00505dd3f25b7ef4ff72acd493035e2a...d75b198db54a4c2a829b96e2e6c7b2caceda833c -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyspectral/-/compare/4aaa27da00505dd3f25b7ef4ff72acd493035e2a...d75b198db54a4c2a829b96e2e6c7b2caceda833c 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
