1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
|
## Version 0.4.0 (2023/09/20)
### Issues Closed
* [Issue 49](https://github.com/pytroll/pydecorate/issues/49) - pkg_resources is deprecated as an API ([PR 50](https://github.com/pytroll/pydecorate/pull/50) by [@zmoon](https://github.com/zmoon))
* [Issue 47](https://github.com/pytroll/pydecorate/issues/47) - Add logo incompat with Pillow v10 ([PR 48](https://github.com/pytroll/pydecorate/pull/48) by [@zmoon](https://github.com/zmoon))
* [Issue 43](https://github.com/pytroll/pydecorate/issues/43) - "OSError: cannot load font (no text renderer)"
In this release 3 issues were closed.
### Pull Requests Merged
#### Bugs fixed
* [PR 48](https://github.com/pytroll/pydecorate/pull/48) - Fix add logo functionality for Pillow v10 ([47](https://github.com/pytroll/pydecorate/issues/47))
#### Features added
* [PR 50](https://github.com/pytroll/pydecorate/pull/50) - Stop using `pkg_resources` ([49](https://github.com/pytroll/pydecorate/issues/49))
* [PR 44](https://github.com/pytroll/pydecorate/pull/44) - [pre-commit.ci] pre-commit autoupdate
#### Documentation changes
* [PR 35](https://github.com/pytroll/pydecorate/pull/35) - Fix readthedocs building after Python 3.8 was dropped
In this release 4 pull requests were closed.
## Version 0.3.4 (2023/02/15)
### Issues Closed
* [Issue 26](https://github.com/pytroll/pydecorate/issues/26) - Unittests are failing with unstable builds
In this release 1 issue was closed.
### Pull Requests Merged
#### Bugs fixed
* [PR 27](https://github.com/pytroll/pydecorate/pull/27) - Fix colorbar orientation to always be min->max
In this release 1 pull request was closed.
## Version 0.3.3 (2022/02/17)
### Pull Requests Merged
#### Bugs fixed
* [PR 19](https://github.com/pytroll/pydecorate/pull/19) - Add missing setuptools dependency
In this release 1 pull request was closed.
## Version 0.3.2 (2022/02/17)
### Issues Closed
* [Issue 17](https://github.com/pytroll/pydecorate/issues/17) - pydecorate.DecoratorAGG: How to put text/colorbar outside of image and control width of colorbar.
In this release 1 issue was closed.
### Pull Requests Merged
#### Bugs fixed
* [PR 18](https://github.com/pytroll/pydecorate/pull/18) - Fix colorbar creation when limits are inverted
In this release 1 pull request was closed.
## Version 0.3.1 (2020/04/06)
### Pull Requests Merged
#### Bugs fixed
* [PR 14](https://github.com/pytroll/pydecorate/pull/14) - Fix font loading when adding scale (colorbar)
In this release 1 pull request was closed.
## Version 0.3.0 (2020/04/06)
### Issues Closed
* [Issue 10](https://github.com/pytroll/pydecorate/issues/10) - Incorrect font parameter description in documentation for add_text
In this release 1 issue was closed.
### Pull Requests Merged
#### Bugs fixed
* [PR 11](https://github.com/pytroll/pydecorate/pull/11) - Fix font error when font is used by multiple features
* [PR 9](https://github.com/pytroll/pydecorate/pull/9) - Add "check for font object" in "title" section
#### Features added
* [PR 12](https://github.com/pytroll/pydecorate/pull/12) - Drop python 2 and switch to automatic version numbers
#### Documentation changes
* [PR 13](https://github.com/pytroll/pydecorate/pull/13) - Update installation instructions to use conda and github
In this release 4 pull requests were closed.
|