File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ repos:
20
20
types_or : [json]
21
21
22
22
- repo : https://github.com/psf/black
23
- rev : 24.2 .0
23
+ rev : 24.3 .0
24
24
hooks :
25
25
- id : black
26
26
language_version : python3
27
27
28
28
- repo : https://github.com/charliermarsh/ruff-pre-commit
29
- rev : " v0.3.2 "
29
+ rev : " v0.3.3 "
30
30
hooks :
31
31
- id : ruff
32
32
Original file line number Diff line number Diff line change
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
+
1
7
## [ Version 1.7.7] - 2024-03-11
2
8
3
9
- When a Pipeline raises an error it now saves the stack-trace to the ` failure.log ` file in the logs folder.
Original file line number Diff line number Diff line change 1
1
"""The main module of the eo-grow package."""
2
2
3
- __version__ = "1.7.7 "
3
+ __version__ = "1.7.8 "
You can’t perform that action at this time.
0 commit comments