* add `MultiBandReader` and `GCPCOGReader` in `rio_tiler.io` init.
2.0b14
* Added back the Conctext Manager methods in `rio_tiler.io.base.BaseReader` but not as `abc.abstractmethod` (ref: https://github.com/cogeotiff/rio-tiler/pull/273#discussion_r498937943) * Move `rio_tiler_pds.reader.MultiBandReader` and `rio_tiler_pds.reader.GCPCOGReader` to rio-tiler (https://github.com/cogeotiff/rio-tiler/pull/273)
2.0b13
* remove ContextManager requirement for `rio_tiler.io.base.BaseReader` and `rio_tiler.io.base.MultiBaseReader` base classes. * move ContextManager properties definition to `__attrs_post_init__` method in `rio_tiler.io.STACReader` and `rio_tiler.io.COGReader` (ref: https://github.com/cogeotiff/rio-tiler-pds/issues/21)
2.0b12
* Make sure Alpha band isn't considered as an internal mask by `utils.has_mask_band`
2.0b11
* reduce verbosity in `rio_tiler.tasks.filter_tasks` exception logging (266).
2.0b10
------------------ - add `post_process` callback to `rio_tiler.render._read` and `rio_tiler.render.point` to apply specific operation ouput arrays.