Skip to content

Commit 5276c48

Browse files
committed
bump: version 0.0.0 → 0.1.0
1 parent f95db34 commit 5276c48

File tree

3 files changed

+90
-6
lines changed

3 files changed

+90
-6
lines changed

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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

poetry.lock

Lines changed: 35 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "eodm"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
description = ""
55
authors = ["Nikola Jankovic <[email protected]>"]
66
readme = "README.md"
@@ -40,6 +40,7 @@ pytest-cov = "^6.0.0"
4040
pytest-mock = "^3.14.0"
4141
respx = "^0.21.1"
4242
types-lxml = "^2024.12.13"
43+
pipdeptree = "^2.26.1"
4344

4445

4546
[tool.commitizen]

0 commit comments

Comments
 (0)