Releases: pytroll/trollflow2
Releases · pytroll/trollflow2
Version 0.18.0 (2026/02/02)
Version 0.17.1
What's Changed
- Fix automatic upload of new releases by @mraspaud in #240
- Fix version where area and writer imports were changed by @pnuu in #241
Full Changelog: v0.17.0...v0.17.1
Version 0.17.0 (2025/09/12)
Issues Closed
- Issue 236 - callbacks fail with latest trollimage or satpy (PR 237 by @djhoese)
- Issue 232 - zarr 3.1.0 crashes satpy
- Issue 231 - Update Satpy imports (PR 233 by @pnuu)
- Issue 222 - The
check_valid_data_fractionplugin does not check for pytroll-schedule availability (PR 223 by @pnuu) - Issue 211 - Cannot generate geo_color
- Issue 155 - Test directory not removed after tests (PR 224 by @pnuu)
- Issue 132 - TypeError calculating sunlight coverage when no pytroll-schedule installed
- Issue 98 - Documentation refers to non-existing plugins check_platform and check_sensor (PR 221 by @pnuu)
In this release 8 issues were closed.
Pull Requests Merged
Bugs fixed
- PR 237 - Fix handling of new Satpy writer return values (236, 236)
- PR 228 - Add Sphinx config path to RTD config
- PR 224 - Put output dir to tmp_path (155)
- PR 223 - Fix usage when trollsched is not installed (222)
- PR 220 - Fix log message printing the number of loaded composites
Features added
- PR 239 - Make ewa usable
- PR 238 - Use paths when provided in message data
- PR 233 - Update Satpy import paths (231)
- PR 229 - Migrate to pyproject.toml
- PR 223 - Fix usage when trollsched is not installed (222)
Documentation changes
In this release 11 pull requests were closed.
Version 0.16.0
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by @dependabot in #203
- Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 by @dependabot in #204
- Fix tests for upcoming posttroll version by @mraspaud in #207
- Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by @dependabot in #206
- Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1 by @dependabot in #213
- Move import to be dask-dist friendly by @gerritholl in #208
- Switch from Mambaforge to Miniforge by @pnuu in #214
- Add plugins for fsspec caching and cache cleaning by @pnuu in #205
- Reduce test warnings by @pnuu in #202
- Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.3 by @dependabot in #216
- Add handling for SIGTERM by @pnuu in #217
- Add a Command Line Interface by @mraspaud in #184
- Profile CLI run through dask by @gerritholl in #193
Full Changelog: v0.15.3...v0.16.0
Version 0.15.3 (2024/02/29)
Issues Closed
- Issue 197 - Valid log config fails in trollflow2 (PR 199 by @mraspaud)
- Issue 192 - trollflow2 fails with KeyError when trying to process a message (PR 199 by @mraspaud)
- Issue 183 - Subprocess crash when using custom log config (PR 199 by @mraspaud)
In this release 3 issues were closed.
Pull Requests Merged
Bugs fixed
Features added
- PR 200 - Update CI to use Python 3.10 - 3.12
In this release 3 pull requests were closed.
Version 0.15.1
What's Changed
- Fix call to posttroll publishers' start and stop by @mraspaud in #191
- Bump conda-incubator/setup-miniconda from 2 to 3 by @dependabot in #194
- Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by @dependabot in #195
Full Changelog: v0.15.0...v0.15.1
Version 0.15.0 (2023/09/25)
Issues Closed
- Issue 161 - Decorate product with scene metadata (PR 162 by @nedelceo)
- Issue 160 - Eager processing for faster and more continuous image delivery (PR 168 by @gerritholl)
In this release 2 issues were closed.
Pull Requests Merged
Bugs fixed
- PR 171 - Fix tests for pyresample's spherical update
Features added
- PR 174 - Update logging
- PR 173 - Make it possible to disable nameserver in FilePublisher
- PR 172 - Only yield msgs with valid msg types in generate_messages
- PR 168 - Add callback functionality for dask-delayed dataset saving (160)
- PR 164 - Create dependabot.yml
- PR 162 - Add format_decoration (161)
- PR 159 - Handle setting subscriber nameserver to False
- PR 158 - Add a plugin to upload the generated images to S3
- PR 151 - Add checking for incoming data age
- PR 150 - Adapt remote (fsspec) file reading for newer pytroll-collector changes
- PR 148 - Import hdf5plugin for JLS decompression support if available
Documentation changes
- PR 174 - Update logging
In this release 13 pull requests were closed.
Version 0.14.0 (2022/07/20)
Issues Closed
- Issue 153 - Pass parameters to Scene.load (PR 154 by @gerritholl)
- Issue 145 - save_dataset plugin mixes arguments for itself and for the writer (PR 146 by @gerritholl)
In this release 2 issues were closed.
Pull Requests Merged
Bugs fixed
- PR 152 - Do not crash when computing coverage of a dynamic area def
- PR 146 - Pop unknown keyword arguments in save_dataset (145)
Features added
Documentation changes
- PR 143 - Add installation method in the .readthedocs.yaml file
- PR 142 - Add os in the .readthedocs.yaml file
- PR 141 - Add a .readthedocs.yaml file
In this release 6 pull requests were closed.
Version 0.13.4
Version 0.13.4 (2022/03/10)
No changes, raised version to make PyPI upload possible.
Version 0.13.3
Version 0.13.3 (2022/03/10)
Pull Requests Merged
Bugs fixed
- PR 140 - Fix sunlight coverage check to return 100% when the data is fully lit
Features added
- PR 139 - Fix warning issued when multiple sensors are provided
- PR 138 - Make it possible to do eager saving
In this release 3 pull requests were closed.