Version 2 pre-release / release master ticket #163
Replies: 24 comments
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
2.0a.2 - 2020/03/20I've added a fix to #164 and created a new alpha release which should be up in pypi now |
Beta Was this translation helpful? Give feedback.
-
2.0a.3 - 2020/03/25 |
Beta Was this translation helpful? Give feedback.
-
2.0a.4 - 2020/04/08Lines 2 to 6 in eacf16a This version adds a simple |
Beta Was this translation helpful? Give feedback.
-
2.0a5 - 2020/05/06Lines 1 to 5 in 08e352a |
Beta Was this translation helpful? Give feedback.
-
2.0a6 - 2020/05/06Sorry about the breaking change introduced in 2.0a5, it should be fixed by #180 and released on pypi as I write this |
Beta Was this translation helpful? Give feedback.
-
FYI, to ease the transition and ongoing development toward a release of Version 2 we are going to merge the |
Beta Was this translation helpful? Give feedback.
-
2.0a7 - 2020/05/17Lines 1 to 9 in aa07d97 |
Beta Was this translation helpful? Give feedback.
-
Edit: I thought that doing a beta was safer but it seems that pining rio-tiler~=2.0a will still install 2.0b1, I'm really sorry for the trouble. 2.0b1 - 2020/07/22Lines 1 to 11 in 72ddff2 This release brings a lot of changes ☝️, please checkout https://github.com/cogeotiff/rio-tiler#cogreader to see how to use the new COGReader. |
Beta Was this translation helpful? Give feedback.
-
2.0b2 - 2020/07/23Lines 1 to 3 in 94e5553 |
Beta Was this translation helpful? Give feedback.
-
Road to 2.0
|
Beta Was this translation helpful? Give feedback.
-
2.0b3 - 2020/07/27Lines 1 to 3 in aa58b04 Because rio-tiler-mosaic was a no requirements plugin we moved it here ;-) thanks @kylebarron and @geospatial-jeff |
Beta Was this translation helpful? Give feedback.
-
2.0b4 - 2020/07/30Lines 1 to 9 in ce156bc |
Beta Was this translation helpful? Give feedback.
-
2.0b5 - 2020/07/31Lines 1 to 7 in 5da6196 |
Beta Was this translation helpful? Give feedback.
-
2.0b6 - 2020/08/04Lines 1 to 7 in 065e9d6 |
Beta Was this translation helpful? Give feedback.
-
2.0.b7 - 2020/08/21Lines 1 to 12 in f1c59e8 Pretty important refactor of the BaseClass reader and introduction of the MultiBaseReader to support STAC and rio-tiler-pds readers. We also switched from dataclass to |
Beta Was this translation helpful? Give feedback.
-
2.0b8 - 2020/08/24Lines 1 to 3 in 588e512 |
Beta Was this translation helpful? Give feedback.
-
2.0b14 - 2020/10/02We have made couple releases since 2.0b8 🤦
|
Beta Was this translation helpful? Give feedback.
-
2.0b15 - 2020/10/05
|
Beta Was this translation helpful? Give feedback.
-
2.0.0b17 - 2020/10/13https://github.com/cogeotiff/rio-tiler/blob/master/CHANGES.md#200b17-2020-10-13
Deprecated function
FYI: I'm targetting end of october for rio-tiler 2.0.0 final |
Beta Was this translation helpful? Give feedback.
-
2.0.0b18 (2020-10-22)
|
Beta Was this translation helpful? Give feedback.
-
👋 I've just pushed a new version of rio-tiler - 2.0.0rc4
ref: https://github.com/cogeotiff/rio-tiler/blob/master/CHANGES.md#200rc4-2020-12-18 this is likely the last RC before the final 2.0.0 😱 😅 |
Beta Was this translation helpful? Give feedback.
-
👋 version 2.0 is going to be released today. We've made some additional changes and did a full re-write of all python Docstrings to enable API documentation. I've also added new notebook examples to help with the new features. Thanks everyone who help (commits, reviews, issues ...) 🙏 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
2.0a.1 - 2020/03/19
I believe #154 is in a good place right now, so I'll cut an alpha release.
This is a MAJOR release and will break everything, I've started a doc explaining most of the important change and how to switch from version 1.3.1 to 2.0 https://github.com/cogeotiff/rio-tiler/blob/v2/docs/v2_migration.md
I'll update couple rio-tiler based projects (rio-viz, rio-tiler-mosaic) when the alpha is in pypi
Beta Was this translation helpful? Give feedback.
All reactions