* update `TileMatrixSet` representation to use CRS's URI * remove default for `TileMatrixSet.pointOfOrigin` attribute (**required**) * add `topLeft` default for `TileMatrixSet.cornerOfOrigin` attribute * renamed `morecantile.models.CRSType` -> `morecantile.models.CRS`
5.1.0
* Simplify bounds calculation by using `TileMatrix.cellSize` instead of `TileMatrix.scaleDenominator` * remove `TileMatrixSet._resolution` private method