------
**Bug Fix**
- Fix of `np_to_pil` in case float input but in a correct range (`199 <https://github.com/histolab/histolab/pull/199>`_)
- Fix tiles extractor checking if the tile size is larger than the slide size (`202 <https://github.com/histolab/histolab/pull/202>`_)
- Fix RandomTiler border wackiness extraction (`203 <https://github.com/histolab/histolab/pull/203>`_)
**New Features**
- New parameter `tissue_percent` for all the tilers' to be used during the `has_enough_tissue` check (`204 <https://github.com/histolab/histolab/pull/204>`_)
- Expose wsi properties. The `Slide.properties` returns the whole OpenSlide WSI properties (`209 <https://github.com/histolab/histolab/pull/209>`_)
- Allow negative indexing for `slide.level` (`210 <https://github.com/histolab/histolab/pull/210>`_)
- New Filter Protocol available (`213 <https://github.com/histolab/histolab/pull/213>`_)
**Breaking Changes**
- Remove pen marks filter (`201 <https://github.com/histolab/histolab/pull/201>`_)