Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 3 pre-release / release master ticket #72

Closed
vincentsarago opened this issue May 1, 2020 · 12 comments
Closed

Version 3 pre-release / release master ticket #72

vincentsarago opened this issue May 1, 2020 · 12 comments

Comments

@vincentsarago
Copy link
Member

After intensive and precious work from @kylebarron (myself and @geospatial-jeff) we are releasing a new version of cogeo-mosaic today 馃帀 .

We refactored a lot of internal functions and methods and introduced new Backend concept, plus the adoption of Pydantic model for mosaicjson definition.

we created a doc to ease the migration: https://github.com/developmentseed/cogeo-mosaic/blob/master/docs/v3_migration.md

thanks a lot to @kylebarron and @geospatial-jeff for their help.

3.0a.1 - 2020/05/01

https://pypi.org/project/cogeo-mosaic/3.0a1/

@vincentsarago
Copy link
Member Author

3.0.a2 -2020/05/05

release changes added in #73

@vincentsarago
Copy link
Member Author

3.0a3 - 2020/05/07

3.0a3 (2020-05-01)
------------------
- add Upload CLI (#74, author @kylebarron)
- fix boto3 dynamodb exception (#75)

@vincentsarago
Copy link
Member Author

3.0a4 - 2020/06/25

3.0a4 (2020-06-25)
------------------
- add STACBackend (#82)
- fix backends caching and switch to TTL cache (#83)

@vincentsarago
Copy link
Member Author

3.0a5 (2020-06-29)

3.0a5 (2020-06-29)
------------------
- remove FTP from supported backend (#87, author @geospatial-jeff)
- add backend CRUD exceptions (#86, author @geospatial-jeff)

Thanks @geospatial-jeff

@vincentsarago
Copy link
Member Author

vincentsarago commented Jul 31, 2020

3.0a6 - 2020/07/31

3.0a6 (2020-07-31)
------------------
- Use environement variable to set/disable cache (#93, autho @geospatial-jeff)
- Allow Threads configuration for overview command (author @kylebarron)
- add --in-memory/--no-in-memory to control temporary files creation for `overview` function.
- allow pixel_selection method options for `overview` function.
- update to rio-tiler 2.0b4
- use new COGReader and STACReader to add .tile and .point methods directly in the backends
**API breacking changes**
- backend.tile -> backend.assets_for_tile
- backend.point -> backend.assets_for_point

@vincentsarago
Copy link
Member Author

3.0a7 - 2020/07/31

3.0a7 (2020-07-31)
------------------
- update to rio-tiler 2.0b5
**API breaking changes**
- 'value' -> 'values' in MosaicBackend.point output (#98)

@vincentsarago
Copy link
Member Author

3.0a8 - 2020/08/21

3.0a8 (2020-08-21)
------------------
- BaseBackend is now a subclass of rio-tiler.io.base.BaseReader (add minzoom, maxzoom, bounds properties and info method)
- use `attr` to define backend classes
**API breaking changes**
- `backend_options` is now used to pass options (*kwargs) to the `_read` method

@vincentsarago
Copy link
Member Author

3.0a9 and 3.0a10 - 2020/08/24

3.0a10 (2020-08-24)
------------------
- Allow PointOutsideBounds exception for `point` method (#108)
3.0a9 (2020-08-24)
------------------
- BaseBackend.center returns value from the mosaic definition (#105)

@vincentsarago
Copy link
Member Author

3.0.0a13 (2020-10-13)

  • add TMS in BaseBackend to align with rio-tiler BaseBackend.

@vincentsarago
Copy link
Member Author

3.0.0a14 (2020-10-22)

with MosaicBackend(
    f"stac+{stac_endpoint}",
    query.copy(),
    11,
    14,
    backend_options={
        "accessor": lambda feature: feature["id"],
        "stac_next_link_key": "next",
    }
) as mosaic:

Breaking changes

@vincentsarago
Copy link
Member Author

we just publish the first release candidate 馃コ

I think the library is almost ready to go. Next changes will be mostly documentation related

Changes

3.0.0rc1 (2021-02-11)

breaking

@vincentsarago
Copy link
Member Author

Alright I lied

I just pushed a rc2 with some breaking changes

## 3.0.0rc2 (2021-02-25))

**breaking**

* `gzip` is now only applied if the path endswith `.gz`
* remove `backend_options` attribute in base backends. This attribute was used to pass optional `gzip` option and/or STAC related options
* STAC backends has additional attributes (`stac_api_options` and `mosaic_options`)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant