* add `_geographic_crs` definition in `__init__` to make sure it's initialized from user input (author davenquinn, https://github.com/developmentseed/morecantile/pull/72)
3.0.1
* rename `_to_wgs84` and `_from_wgs84` private attributes to `_to_geographic` and `_from_geographic` (https://github.com/developmentseed/morecantile/pull/68) * add `_geographic_crs` private attribute to `morecantile.TileMatrixSet` to define the CRS used in `_to_geographic` and `_from_geographic` (https://github.com/developmentseed/morecantile/pull/68) * fix `TileMatrixSet._invert_axis` method to only check axis information (https://github.com/developmentseed/morecantile/pull/71)