Skip to content

Latest commit

 

History

History
150 lines (96 loc) · 7.37 KB

CHANGELOG.md

File metadata and controls

150 lines (96 loc) · 7.37 KB

Version 0.6.1 (2019/11/15)

Pull Requests Merged

Bugs fixed

  • PR 66 - Fix formats dictionary being the same object

In this release 1 pull request was closed.

Version 0.6.0 (2019/11/14)

Pull Requests Merged

Bugs fixed

  • PR 65 - Stop the workers when the process is done
  • PR 63 - Fix publisher stopping after first processed area
  • PR 61 - Ensure composites are generated for scenes without resampling
  • PR 60 - Check the area from correct level of the product list
  • PR 55 - Make productname, areaname and format optional in the published message

Features added

  • PR 65 - Stop the workers when the process is done
  • PR 62 - Check if the composites are actually produced when the trollflow2 process is over
  • PR 61 - Ensure composites are generated for scenes without resampling
  • PR 59 - Add "nameserver" and "addresses" command-line options
  • PR 57 - Add the possibility to add extra metadata to the published messages
  • PR 56 - Add GitHub templates and make flake8 happy
  • PR 53 - Add max daylight coverage feature
  • PR 52 - Add the possibility to provide a log config to satpy_laucher.py
  • PR 51 - Allow multiple bands tuple to be passed as a single composite
  • PR 50 - Fix the RTD pages
  • PR 49 - Add some metadata to the published file messages
  • PR 48 - Switch to pytest and add codecov reports
  • PR 47 - Add dispatch order messages
  • PR 46 - Make writing via tmp file more robust

In this release 19 pull requests were closed.

Version v0.5.0 (2019/07/01)

Pull Requests Merged

Bugs fixed

  • PR 38 - Handle gracefully the situation when a dataset is not loaded
  • PR 37 - Handle the situation when data is not covering the area at all

Features added

  • PR 45 - Add pre-commit config
  • PR 44 - Remove print statement
  • PR 43 - Adding .stickler.yml configuration file
  • PR 42 - Add option to run in test-mode providing a specific message on the co…
  • PR 41 - Allow saving files to a temporary name and small fixes
  • PR 40 - Add the areas level
  • PR 39 - Refactor trollflow2 to put plugins in their own file
  • PR 35 - Add pass coverage computation to sunlight coverage checking
  • PR 34 - Add debuginfo area coverage

In this release 11 pull requests were closed.

Version 0.4.1 (2019/04/10)

Pull Requests Merged

Bugs fixed

  • PR 33 - Fix hanging publisher

Features added

  • PR 32 - Feature sunlight coverage

In this release 2 pull requests were closed.

Version 0.4.0 (2019/04/08)

Pull Requests Merged

Bugs fixed

  • PR 30 - Use only one sensor for coverage calculations
  • PR 26 - Handle aliases for iterable metadata values

Features added

  • PR 30 - Use only one sensor for coverage calculations
  • PR 27 - Add overviews to output images
  • PR 26 - Handle aliases for iterable metadata values
  • PR 25 - Add a possibility to send emails about crashes
  • PR 24 - Check collection_area_id in the input metadata
  • PR 23 - Add a possibility to define subscribe topics in config file
  • PR 22 - Make publish topic composable
  • PR 6 - Add a docker example

In this release 10 pull requests were closed.

Version 0.3.0 (2019/03/19)

Pull Requests Merged

Bugs fixed

  • PR 20 - Handling nicer the situation where the scene cannot be created when th…
  • PR 19 - Fix compatibility issues caused by changes introduced in pyyaml 5.1
  • PR 18 - First take the info from the scene object, then update with what is p…
  • PR 15 - Fix plist_iter to provide the area and product keys too

Features added

  • PR 20 - Handling nicer the situation where the scene cannot be created when th…
  • PR 17 - Allow formats to be specified at any level
  • PR 16 - Make it possible to delay composite creation

In this release 7 pull requests were closed.

Version 0.2.0 (2019/02/28)

Pull Requests Merged

Bugs fixed

  • PR 12 - Fix and test the expand function
  • PR 4 - Skip bogus composites to allow saving the rest

Features added

  • PR 14 - Add support for passing a resolution parameter to the scene loading
  • PR 11 - Expose more kwargs for scn.resample()
  • PR 10 - Report error when process crashes
  • PR 9 - Expand minimal product lists before processing
  • PR 8 - Add support for products in satellite projection
  • PR 7 - Add Sun zenith angle filtering
  • PR 5 - Add possibility to prioritize production by area
  • PR 3 - Add a plugin to update input metadata with aliases
  • PR 2 - Add a plugin to check platform name
  • PR 1 - Make plugins configurable

In this release 12 pull requests were closed.