Antonio Valentino pushed to branch upstream 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 - - - - - 3 changed files: - CHANGELOG.md - README.md - + continuous_integration/environment.yaml 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 View it on GitLab: https://salsa.debian.org/debian-gis-team/pyspectral/-/commit/a01638d38cba9979de33a5a50b791b8305569405 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyspectral/-/commit/a01638d38cba9979de33a5a50b791b8305569405 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
