Skip to content

Commit b3f73b9

Browse files
authored
Prepare stuff for release (#338)
1 parent 006668a commit b3f73b9

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ repos:
2020
types_or: [json]
2121

2222
- repo: https://github.com/psf/black
23-
rev: 24.2.0
23+
rev: 24.3.0
2424
hooks:
2525
- id: black
2626
language_version: python3
2727

2828
- repo: https://github.com/charliermarsh/ruff-pre-commit
29-
rev: "v0.3.2"
29+
rev: "v0.3.3"
3030
hooks:
3131
- id: ruff
3232

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [Version 1.7.8] - 2024-03-20
2+
3+
- `BatchDownloadPipeline` now has an option to automatically retry the download if the status is `PARTIAL`.
4+
- Added a new example that showcases how to train a LightGBM model with `eo-grow`.
5+
6+
17
## [Version 1.7.7] - 2024-03-11
28

39
- When a Pipeline raises an error it now saves the stack-trace to the `failure.log` file in the logs folder.

eogrow/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""The main module of the eo-grow package."""
22

3-
__version__ = "1.7.7"
3+
__version__ = "1.7.8"

0 commit comments

Comments
 (0)