- Update changelog. [David Hoese]
- Bump version: 1.5.6 → 1.5.7. [David Hoese]
- Change default value of tags kwarg to None (#26) [Panu Lahtinen]
- Update to version v1.5.7a0.dev0. [David Hoese]
- Update changelog. [David Hoese]
- Bump version: 1.5.5 → 1.5.6. [David Hoese]
- Revert broken change to Colormap. [David Hoese]
- Update version to v1.5.6a0.dev0. [David Hoese]
Update changelog. [David Hoese]
Bump version: 1.5.4 → 1.5.5. [David Hoese]
Make small code cleanup in Colormap. [David Hoese]
Merge pull request #25 from yufeizhu600/master. [David Hoese]
Add support for custom rasterio 'tags' when saving geotiffs
Fix typo in xrimage. [David Hoese]
This is what I get for using the github editor
Change TIFFTAG_DATETIME to only overwrite if not specified. [David Hoese]
Add support of customized tags to rasterio image saving. [Yufei Zhu]
Merge pull request #24 from pytroll/bugfix-L-mode. [David Hoese]
Fix writing 'L' mode images with extra dimensions
Add tests for saving single band images. [Panu Lahtinen]
Remove extra dimension from the image array. [Panu Lahtinen]
Update version to 1.5.5a0.dev0. [David Hoese]
Update changelog. [David Hoese]
Bump version: 1.5.3 → 1.5.4. [David Hoese]
Merge pull request #20 from pytroll/feature-finalize-public. [David Hoese]
Feature finalize public
Remove unused imports in show test. [davidh-ssec]
Add test for XRImage.show. [davidh-ssec]
Fix styling issues. [davidh-ssec]
Fixing style errors. [stickler-ci]
Fix sphinx documentation including adding xrimage docs. [davidh-ssec]
Deprecate _finalize in favor of finalize. [davidh-ssec]
Add _repr_png_ to XRImage. [davidh-ssec]
- Update changelog. [davidh-ssec]
- Bump version: 1.5.2 → 1.5.3. [davidh-ssec]
- Fix colorize to work with xarray 0.10.4. [davidh-ssec]
- Add LICENSE.txt to source dist manifest. [davidh-ssec]
- Fix develop branch usage in PR template. [davidh-ssec]
- Update setup.py to include xarray and dask optional dependencies. [davidh-ssec]
- Fix badge formatting. [davidh-ssec]
- Reorganize readme. [davidh-ssec]
- Remove unsupported downloads badge. [davidh-ssec]
- Update PR template to not mention develop branch. [davidh-ssec]
Update changelog. [davidh-ssec]
Bump version: 1.5.1 → 1.5.2. [davidh-ssec]
Update badges to include appveyor. [davidh-ssec]
Skip bad file permission tests on Windows. [davidh-ssec]
Fix Windows permissions, try again. [davidh-ssec]
Update image saving tests to use permissions that Windows might like. [davidh-ssec]
Fix travis actually loading ci-helpers. [davidh-ssec]
Update travis to use ci-helpers and add appveyor. [davidh-ssec]
Merge pull request #16 from pytroll/bugfix-colorize-alpha. [David Hoese]
Fix bug in alpha band handling of xrimage colorize
Fix python 2 incompatible tuple expansion. [davidh-ssec]
Fixing style errors. [stickler-ci]
Fix bug in alpha band handling of xrimage colorize. [davidh-ssec]
- Update changelog. [Martin Raspaud]
- Bump version: 1.5.0 → 1.5.1. [Martin Raspaud]
- Adding .stickler.yml (#15) [Stickler Bot]
- Fix problems with palettize (#14) [Martin Raspaud]
Update changelog. [davidh-ssec]
Bump version: 1.4.0 → 1.5.0. [davidh-ssec]
Merge pull request #13 from pytroll/feature-correct-dims. [David Hoese]
Add ability to rename dimensions on 2D arrays passed to XRImage
Add ability to rename dimensions on 2D arrays passed to XRImage. [davidh-ssec]
Merge pull request #12 from pytroll/bugfix-format-kwargs. [David Hoese]
Rename format_kw to **format_kwargs in XRImage
Remove unneeded else statement in xrimage. [davidh-ssec]
Fix mismatch signature between save and pil/rio save methods. [davidh- ssec]
Change XRImage format_kw parameter to **format_kwargs. [davidh-ssec]
Added some utilities functions (#2) [lorenzo clementi]
Added some utilities functions
Update changelog. [davidh-ssec]
Bump version: 1.3.0 → 1.4.0. [davidh-ssec]
Merge pull request #11 from pytroll/bugfix-geotiff-extra. [David Hoese]
Add setup.py extra for 'geotiff' so 'rasterio' is installed
Add setup.py extra for 'geotiff' so 'rasterio' is installed. [davidh- ssec]
Merge pull request #10 from pytroll/feature-compute-rio-save. [David Hoese]
Add 'compute' keyword to rio_save for delayed dask storing
Add __del__ method to RIOFile as a last resort. [davidh-ssec]
Fix RIOFile mode handling and other small fixes. [davidh-ssec]
Update save method documentation in XRImage. [davidh-ssec]
Fix xrimage delaying computation from rio_save. [davidh-ssec]
Changes interface to return (source, target) if delayed
Fix linear stretch so it doesn't have to compute input before save. [davidh-ssec]
Add test for saving a geotiff with compute=False (WIP) [davidh-ssec]
Required modifying how RIOFile is opened and closed. It is a WIP on how to close the file explicity when compute=False. See dask/dask#3255
Add 'compute' to PIL save to allow for delayed image saving and test. [davidh-ssec]
Add 'compute' keyword to rio_save for delayed dask storing. [davidh- ssec]
Merge pull request #9 from movermeyer/fix_badges. [Martin Raspaud]
Switched broken pypip.in badges to shields.io
Switched broken pypip.in badges to shields.io. [Michael Overmeyer]
Update changelog. [davidh-ssec]
Bump version: 1.2.1 → 1.3.0. [davidh-ssec]
Merge pull request #8 from pytroll/feature-float-geotiffs. [David Hoese]
Feature float geotiffs
Fix xarray warnings about using contains with coords. [davidh-ssec]
Change xrimage to not modify user provided alpha band. [davidh-ssec]
Fix line too long in xrimage. [davidh-ssec]
Add float geotiff writing to rio_save. [davidh-ssec]
Fix left over hack from tests. [davidh-ssec]
Add colorize and palettize to xrimage. [davidh-ssec]
Add dimension checks to XRImage. [davidh-ssec]
- Update changelog. [Martin Raspaud]
- Bump version: 1.2.0 → 1.2.1. [Martin Raspaud]
- Add test for bugfix on crude stretch using ints. [Martin Raspaud]
- Style cleanup and docstrings for XRImage. [Martin Raspaud]
- Bugfix crude stretch when kwargs are ints. [Martin Raspaud]
Update changelog. [davidh-ssec]
Bump version: 1.1.0 → 1.2.0. [davidh-ssec]
Merge pull request #4 from pytroll/feature-xarray-support. [David Hoese]
Add XArray DataArray support via XRImage
Update logarithmic stretch to work with xarray. [davidh-ssec]
Fix histogram stretch in XRImage. [davidh-ssec]
Clean up XRImage tests. [davidh-ssec]
Do not dump data after linear stretch computation. [Martin Raspaud]
Pass extra format keywords to the underlying writing lib. [Martin Raspaud]
Add compression and nodata to geotiff. [Martin Raspaud]
Clean up. [Martin Raspaud]
Do not keep data in memory after computing a linear stretch. [Martin Raspaud]
Use pillow for saving images other than tif. [Martin Raspaud]
Force copying of xarray structure so original data shouldn't change. [davidh-ssec]
Not sure if this applies to numpy arrays but it seems to work for dask.
Add better handling of failing to generate a geotiff geotransform. [davidh-ssec]
Add workaround for rasterio 0.36.0. [davidh-ssec]
Color interpretation set is not supported. We will have to depend on the defaults.
Use dimension names to get the shape of the image. [Martin Raspaud]
Fix XRImage to write to the proper band/channel index. [davidh-ssec]
Add toolz to installation in travis. [Martin Raspaud]
Fix rasterio version for travis. [Martin Raspaud]
Add gdal-dev for rasterio installation on travis. [Martin Raspaud]
Add a few dependencies to travis for testing. [Martin Raspaud]
Remove duplicated code. [Martin Raspaud]
Merge branch 'develop' into feature-xarray-support. [Martin Raspaud]
Merge pull request #7 from pytroll/jpeg_does_not_support_transparency. [David Hoese]
Check for format=jpeg and set fill_value to zero if not set and print…
Less verbose on debug message when saving to jpeg. [Adam.Dybbroe]
Pep8: Update keyword arguments using "{}.update()" instead of iterating over members. [Adam.Dybbroe]
Combine if statement and only make a debug info when trying to save an LA mode image as jpeg. [Adam.Dybbroe]
Set fill_value to a list of four zeros, so it also works for RGBs! [Adam.Dybbroe]
Make pep8/pylint/flake happy. [Adam.Dybbroe]
Check for format=jpeg and set fill_value to zero if not set and print warning. [Adam.Dybbroe]
Move XRImage to it's own module. [Martin Raspaud]
More work on xarray support. [Martin Raspaud]
Start working on trollimage for xarrays. [Martin Raspaud]
Update changelog. [Martin Raspaud]
Bump version: 1.0.2 → 1.1.0. [Martin Raspaud]
Add github templates. [Martin Raspaud]
Merge pull request #3 from pytroll/feature-python3. [Martin Raspaud]
Add support for python 3
Add support for python 3. [Martin Raspaud]
Do not change channels if linear stretch is not possible. [Martin Raspaud]
Update changelog. [Martin Raspaud]
Bump version: 1.0.1 → 1.0.2. [Martin Raspaud]
Merge branch 'release-v1.0.1' [Martin Raspaud]
Fix Numpy requirement inconsistency. [Adam.Dybbroe]
trollimage now requires Numpy 1.6 or newer. The percentile function which is used was introduced in 1.5.x and not available in 1.4
- Update changelog. [Martin Raspaud]
- Bump version: 1.0.0 → 1.0.1. [Martin Raspaud]
- Add bump and changelog config files. [Martin Raspaud]
- Round data instead of truncation when saving to ints. [Martin Raspaud]
- Update changelog. [Martin Raspaud]
- Bump version: 0.4.0 → 1.0.0. [Martin Raspaud]
- Change development status to stable. [Martin Raspaud]
- Fix version file to just provide one string. [Martin Raspaud]
- Adapt to python3. [Martin Raspaud]
- Pep8 cleanup. [Martin Raspaud]
- Fix image inversion. (don't just negate the values !) [Martin Raspaud]
- Cleanup. [Martin Raspaud]
- Ipython wants a string... [Martin Raspaud]
- Avoid directory creation for image saving unless the filename is a path. [Martin Raspaud]
- Bugfix ipython inline display. [Martin Raspaud]
- Add support for ipython inline images. [Martin Raspaud]
- Add notifications to slack from travis. [Martin Raspaud]
- Fix gamma and invert tests. [Martin Raspaud]
- Small fixes. [Martin Raspaud]
- Allow stretch parameters in the enhance function. [Martin Raspaud]
- Fix travis for new repo place and containers. [Martin Raspaud]
- Fix unittests hopefully. [Martin Raspaud]
- Support alpha in colorize. [Martin Raspaud]
- Accept and ignore other kwargs in enhance. [Martin Raspaud]
- Add an explicit copy kwarg. [Martin Raspaud]
- Fix broken link in documentation. [Martin Raspaud]
- Adding setup.cfg for easy rpm generation. [Martin Raspaud]
- Add thumbnail capability to saving. [Martin Raspaud]
- For PNG files, geo_image.tags will be saved a PNG metadata. [Lars Orum Rasmussen]
- Bump up version number. [Martin Raspaud]
- Ignore sphinx builds. [Martin Raspaud]
- Correct unittests for new stretch behaviour. [Martin Raspaud]
- More cleanup. [Martin Raspaud]
- Cleanup image.py. [Martin Raspaud]
- Cleanup. [Martin Raspaud]
- Fix stretch, so that alpha channel doesn't get stretched... [Martin Raspaud]
- Change the title in README.rst. [Martin Raspaud]
- Cleanup. [Martin Raspaud]
- Reshape the README. [Martin Raspaud]
- Support 16 bits images. [Martin Raspaud]
- Use global version number in documentation. [Martin Raspaud]
- Cleanup. [Martin Raspaud]
- Bump up version number. [Martin Raspaud]
- Paletize is now spelled palettize. [Martin Raspaud]
- Fixed gitignore for emacs backups. [Martin Raspaud]
- Added qualitative palettes and a palettebar generator. [Martin Raspaud]
- Adding a qualitative colormap and a palette example. [Martin Raspaud]
- New badges. [Martin Raspaud]
Add travis-ci deploy. [Martin Raspaud]
Bump up version number. [Martin Raspaud]
Added test for inverted set_range (colormap) [Martin Raspaud]
Testing colormap. [Martin Raspaud]
Bugfixes in colormap. [Martin Raspaud]
Cleanup. [Martin Raspaud]
Test for colormap. [Martin Raspaud]
Cleanup. [Martin Raspaud]
Adding badges. [Martin Raspaud]
Add test coverage computation. [Martin Raspaud]
Reorganize tests in a tests directory. [Martin Raspaud]
Do not test build for python 2.4 and 2.5. [Martin Raspaud]
Pillow importing bugfix. [Martin Raspaud]
Add pillow as a dependency. [Martin Raspaud]
Unit tests for image. [Martin Raspaud]
Support for travis-ci. [Martin Raspaud]
Bugfix paletize. [Martin Raspaud]
Added the paletize functionnality. [Martin Raspaud]
More documentation. [Martin Raspaud]
Add an image on the home page. [Martin Raspaud]
Fixed documentation. [Martin Raspaud]
Documentation enhancement. [Martin Raspaud]
Added the set_range method to colormaps and fixed the colorbar function. [Martin Raspaud]
Improved documentation. [Martin Raspaud]
Added the colorbar function. [Martin Raspaud]
Added default colormaps. [Martin Raspaud]
Enhancements to colormap class. [Martin Raspaud]
- __add__
- reverse
Added documentation to colormap. [Martin Raspaud]
Unwrap hue when interpolating. [Martin Raspaud]
Change development status to beta. [Martin Raspaud]
Add documentation. [Martin Raspaud]
Add alpha blending to image. [Martin Raspaud]
Add colorization to image. [Martin Raspaud]
Copied over image.py from mpop. [Martin Raspaud]
Fix gitignore. [Martin Raspaud]
Administrative stuff: added setup, __init__ and version. [Martin Raspaud]
Don't show ~ files. [Martin Raspaud]
Split between colorspaces and colormap stuff. [Martin Raspaud]
Initial commit. [Martin Raspaud]
Initial commit. [Martin Raspaud]