|
1 |
| -3.1.0 (2024-05-21) |
2 |
| ------------------ |
| 1 | +## 3.1.0 (2024-05-21) |
| 2 | + |
3 | 3 | - Allow extra fields in Links (#144, @jonhealy1)
|
4 | 4 | - Remove the deprecated `Context` extension (#138, @vincentsarago)
|
5 | 5 | - Rename `stac_pydantic.api.conformance.ConformanceClasses` to `stac_pydantic.api.conformance.Conformance`
|
|
15 | 15 | - make `limit` optional in `api.Search` model (#150, @vincentsarago)
|
16 | 16 | - set `start/end datetime` to the datetime value when passing only one value in `api.Search` (#152, @vincentsarago)
|
17 | 17 |
|
18 |
| -3.0.0 (2024-01-25) |
19 |
| ------------------- |
| 18 | +## 3.0.0 (2024-01-25) |
| 19 | + |
20 | 20 | - Support pydantic>2.0 (@huard)
|
21 | 21 |
|
22 |
| -2.0.3 (2022-5-3) |
23 |
| ------------------- |
| 22 | +## 2.0.3 (2022-5-3) |
| 23 | + |
24 | 24 | - Allow item bbox to be null if item geometry is null (#108, @yellowcap)
|
25 | 25 | - Include 'children' link relation (#112, @moradology)
|
26 | 26 |
|
27 |
| -2.0.2 (2021-11-22) |
28 |
| ------------------- |
| 27 | +## 2.0.2 (2021-11-22) |
| 28 | + |
29 | 29 | - Remove fields added by STAC API search extensions (#100, @rsmith013 & @moradology)
|
30 | 30 | - Add ExtendedSearch class with fields from STAC API search extensions (#100, @rsmith013 & @moradology)
|
31 | 31 | - Allow for non-ellipsis open temporal windows (#103, @moradology)
|
32 | 32 | - Add the canonical and service-doc relation types (#104, @moradology)
|
33 | 33 |
|
34 |
| -2.0.1 (2021-07-08) |
35 |
| ------------------- |
| 34 | +## 2.0.1 (2021-07-08) |
| 35 | + |
36 | 36 | - Add bbox validator to STAC search (#95, @geospatialjeff)
|
37 | 37 | - Fix LandPage to make valid STAC 1.0 catalog (#96, @lossyrob)
|
38 | 38 |
|
39 |
| -2.0.0 (2020-06-29) |
40 |
| ------------------- |
| 39 | +## 2.0.0 (2020-06-29) |
| 40 | + |
41 | 41 | - Add Collections model (#81, @moradology)
|
42 | 42 | - Update to stac version 1.0.0 (#86, @moradology)
|
43 | 43 | - Remove models for STAC spec extensions (#86, @moradology)
|
44 | 44 | - Add conformsTo to LandingPage (#90, @moradology)
|
45 | 45 |
|
46 |
| -1.3.9 (2021-03-02) |
47 |
| ------------------- |
| 46 | +## 1.3.9 (2021-03-02) |
48 | 47 |
|
49 | 48 | - Add id to landing page, making it a valid catalog (#43, @lossyrob)
|
50 | 49 | - Make `item_assets` (item assets extension) a dictionary of assets (#47, @kylebarron)
|
|
55 | 54 | - Switch from relative to absolute imports (#61)
|
56 | 55 | - Serialize date type fields to `datetime.datetime` upon model creation (#62)
|
57 | 56 |
|
58 |
| -1.3.9 (2020-03-02) |
59 |
| ------------------- |
| 57 | +## 1.3.9 (2020-03-02) |
| 58 | + |
60 | 59 | - Add id to landing page, making it a valid catalog (#43, @lossyrob)
|
61 | 60 | - Make `item_assets` (item assets extension) a dictionary of assets (#47, @kylebarron)
|
62 | 61 | - Add pre-commit to CI (#48, @kylebarron)
|
|
66 | 65 | - Switch from relative to absolute imports (#61)
|
67 | 66 | - Serialize date type fields to `datetime.datetime` upon model creation (#62)
|
68 | 67 |
|
69 |
| -1.3.8 (2020-11-21) |
70 |
| ------------------- |
| 68 | +## 1.3.8 (2020-11-21) |
| 69 | + |
71 | 70 | - Remove enum restriction for asset roles (#39).
|
72 | 71 | - Remove enum restriction for band common name (#40).
|
73 | 72 |
|
74 |
| -1.3.7 (2020-11-15) |
75 |
| ------------------- |
| 73 | +## 1.3.7 (2020-11-15) |
| 74 | + |
76 | 75 | - Rename `proj` extension to `projection` (#34).
|
77 | 76 | - Remove `stac_extensions` enum requirement (#35).
|
78 | 77 |
|
79 |
| -1.3.6 (2020-09-11) |
80 |
| ------------------- |
| 78 | +## 1.3.6 (2020-09-11) |
| 79 | + |
81 | 80 | - Publish mypy type hints (#30)
|
82 | 81 | - Correct Cloud Optimized GeoTiff mime type (#31)
|
83 | 82 |
|
84 |
| -1.3.5 (2020-09-09) |
85 |
| ------------------- |
| 83 | +## 1.3.5 (2020-09-09) |
| 84 | + |
86 | 85 | - Add `created` and `updated` to stac common metadata, fix aliases. (#28)
|
87 | 86 |
|
88 |
| -1.3.4 (2020-09-09) |
89 |
| ------------------- |
| 87 | +## 1.3.4 (2020-09-09) |
| 88 | + |
90 | 89 | - Update to stac version 1.0.0-beta.2 (#26)
|
91 | 90 |
|
92 |
| -1.2.4 (2020-09-08) |
93 |
| ------------------- |
| 91 | +## 1.2.4 (2020-09-08) |
| 92 | + |
94 | 93 | - Update to stac version 1.0.0-beta.1 (#24)
|
95 | 94 |
|
96 |
| -1.1.4 (2020-08-18) |
97 |
| ------------------- |
| 95 | +## 1.1.4 (2020-08-18) |
| 96 | + |
98 | 97 | - Fix multiple inheritance of stac extensions (#20)
|
99 | 98 | - Properly instantiate lru_cache (found by @francbartoli, #21)
|
100 | 99 |
|
101 |
| -1.1.3 (2020-08-10) |
102 |
| ------------------- |
| 100 | +## 1.1.3 (2020-08-10) |
| 101 | + |
103 | 102 | - Add item model factory (#13)
|
104 | 103 | - Add pre-commit hooks (#14)
|
105 | 104 | - Add CLI for validating items (#15)
|
106 | 105 | - Add option to skip validation of remote extensions (#16)
|
107 | 106 | - Add helper function for item validation (#17)
|
108 | 107 |
|
109 | 108 |
|
110 |
| -1.0.3 (2020-06-03) |
111 |
| ------------------- |
| 109 | +## 1.0.3 (2020-06-03) |
| 110 | + |
112 | 111 | - Bugfixes (#10)
|
113 | 112 | - Add rel types enum (#11)
|
114 | 113 |
|
115 | 114 |
|
116 |
| -1.0.2 (2020-06-02) |
117 |
| ------------------- |
| 115 | +## 1.0.2 (2020-06-02) |
| 116 | + |
118 | 117 | - Add models for the STAC API spec (#7)
|
119 | 118 |
|
120 | 119 |
|
121 |
| -1.0.1 (2020-05-21) |
122 |
| ------------------- |
| 120 | +## 1.0.1 (2020-05-21) |
| 121 | + |
123 | 122 | - Allow extra asset-level fields (#1)
|
124 | 123 | - Fix population by field name model config, allowing model creation without extension namespaces (#2)
|
125 | 124 | - Add enum of commonly used asset media types (#3)
|
|
0 commit comments