-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e02d073
commit c537bc7
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
# 0.1.0 | ||
# 0.2.0 (2023-11-10) | ||
|
||
- Converted cli to rust as an excerise in learning clap | ||
- Moved old click cli to `utiles._legacy.cli` | ||
- Added tilejson/tj command to rust cli to write out tilejson files for mbtiles | ||
- Added meta command to rust cli to write out json of metadata table for mbtiles | ||
|
||
# 0.1.0 (2023-10-27) | ||
|
||
- Drop python 3.7 (was good knowing you) | ||
- Update pyo3 to 0.20.0 | ||
- Added rasterio/rio entry points ('utiles' and 'ut' alias bc why type `rio utiles` over `rio ut`) | ||
|
||
|
||
# 0.0.2 | ||
|
||
- Added `__len__` to TilesGenerator for pbars |