File tree Expand file tree Collapse file tree 3 files changed +90
-6
lines changed
Expand file tree Collapse file tree 3 files changed +90
-6
lines changed Original file line number Diff line number Diff line change 1+ ## 0.1.0 (2025-06-25)
2+
3+ ### Feat
4+
5+ - ogcapi harvesting
6+ - added id as output type
7+ - skip collection
8+ - added with_env to main grouping
9+ - added update flag and made load more idempotent
10+ - added some relevant filters for odata
11+ - added odata implementation
12+ - added support for basic authentication for load operations
13+ - added typer entrypoint pluggability
14+ - added opensearch harvesting
15+ - added query and feature to extract
16+ - added load features
17+ - added limit
18+ - added extract concept
19+ - added encoder concept
20+
21+ ### Fix
22+
23+ - removed cql for now
24+ - ignore error for now until used
25+ - updated handling of protocol
26+ - lint
27+ - flow in item handling
28+ - improved filesystem handling
29+ - added source profile to load
30+ - added output serialization
31+ - assignment of asset href fix
32+ - fixed wrong band list given
33+ - used odata mock
34+ - polygon and odata nextlink
35+ - added annotation for odataproduct
36+ - update type annotations for Typer compatibility
37+ - fixed imports
38+ - allowed any geometry instead of long union
39+ - fixed type
40+ - fixed import
41+ - moved logic to cli for printing
42+ - fixed import
43+ - bbox iter from methods
44+ - export correct types
45+
46+ ### Refactor
47+
48+ - resetting defaults
49+ - updated names for parsers
50+ - naming & docs
51+ - moved to more recent construct
52+ - reorganized modules
53+ - ** cli_folder** : organized cli functions to separate directory
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " eodm"
3- version = " 0.0 .0"
3+ version = " 0.1 .0"
44description = " "
55authors = [
" Nikola Jankovic <[email protected] >" ]
66readme = " README.md"
@@ -40,6 +40,7 @@ pytest-cov = "^6.0.0"
4040pytest-mock = " ^3.14.0"
4141respx = " ^0.21.1"
4242types-lxml = " ^2024.12.13"
43+ pipdeptree = " ^2.26.1"
4344
4445
4546[tool .commitizen ]
You can’t perform that action at this time.
0 commit comments