[Full Changelog](https://github.com/convml/convml_tt/compare/v0.13.0...v0.12.0)
*new features*
- Add more manifold transform options (LLE, LTSA, Hessian-LLE, MDS, TSNE)
available in `interpretation.embedding_transforms` and add generic manifold
plotting routine `interpretation.plots.manifold2d`. In addition, manifold
plots now use a fraction of the cumulative distribution of anchor-neighbor
tiles to determine which tiles to render
[\76](https://github.com/convml/convml_tt/pull/76)
- All tile-datasets (`convml_tt.data.dataset.ImageTripletDataset`,
`convml_tt.data.dataset.ImageSingleDataset` and
`convml_tt.data.dataset.MovingWindowImageTilingDataset`) now internally use a
`pandas.DataFrame` to hold information about individual source files. This
makes it easier to for example add meta-information into embedding DataArrays
produced from a dataset. [\74](https://github.com/convml/convml_tt/pull/74)
[\77](https://github.com/convml/convml_tt/pull/77)
[\78](https://github.com/convml/convml_tt/pull/78)
*maintenance*
- Update black to v22.3.0
[\75](https://github.com/convml/convml_tt/pull/75)
- Fix example data and pretrained model download issue by avoiding check of SSL
certificate of homepages.see.leeds.ac.uk
[\79](https://github.com/convml/convml-tt/pull/79)