Skip to content

Commit

Permalink
bump: version 0.6.0 → 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Aug 23, 2024
1 parent 0393562 commit 2243a35
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 0.7.0 (2024-08-23)

### Feat

- reorder drawers
- rebuild environment. init gee with sepal_ui. Add ui tests and workflows
- nox s
- use threadpoolexecutor again, after solving the issue related with multiple initializations of ee.initialize
- cast strings to integers
- reduceRegions to reduce_region_dict

### Refactor

- remove legacy unit test
- remove legacy initialize
- debug reduce region to regions
- hard-copy Translator class instead of importing from sepal_ui
- initialize gee in ui
- get rid off sepal_ui in scripts

## 0.6.0 (2024-04-25)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[project]
version = "0.6.0"
version = "0.7.0"

[tool.commitizen]
version = "0.6.0"
version = "0.7.0"
update_changelog_on_bump = true
changelog_file = "CHANGELOG.md"
changelog_incremental = true
Expand Down

0 comments on commit 2243a35

Please sign in to comment.