File tree 3 files changed +18
-5
lines changed
3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.1.1] - 2024-08-20
6
+
7
+ * add support for ` cube:dimensions ` extension (author @jverrydt , https://github.com/developmentseed/titiler-stacapi/pull/26 )
8
+ * allow overriding the colormap/expression in the (author @jverrydt , https://github.com/developmentseed/titiler-stacapi/pull/26 )
9
+
5
10
## [ 0.1.0] - 2024-06-11
6
11
7
12
* initial release
Original file line number Diff line number Diff line change 27
27
28
28
## Installation
29
29
30
- Install from sources and run for development :
30
+ To install from PyPI and run:
31
31
32
+ ``` bash
33
+ # Make sure you have pip up to date
34
+ python -m pip install -U pip
35
+ python -m pip install titiler.stacapi
32
36
```
33
- $ git clone https://github.com/developmentseed/titiler-stacapi.git
34
- $ cd titiler-stacapi
35
- $ python -m pip install -e .
37
+
38
+ or from sources and run for development:
39
+
40
+ ``` bash
41
+ git clone https://github.com/developmentseed/titiler-stacapi.git
42
+ cd titiler-stacapi
43
+ python -m pip install -e .
36
44
```
37
45
38
46
## Launch
Original file line number Diff line number Diff line change 1
1
"""titiler.stacapi"""
2
2
3
- __version__ = "0.1.0 "
3
+ __version__ = "0.1.1 "
You can’t perform that action at this time.
0 commit comments