-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove manual setting of variable USE_PYGEOS * Bump version * Remove flake8 constraint * Fix ValueError in subpixel_contours * Update build system dependencies * Set crop default to False * Bump version * Update setuptools requirement * Fix apps not available in 2.5.1 * Fix RecursionError in Intertidal_elevation notebook * Update Change_filmstrips notebook * Fix recursion error * Fix crop parameter * Update window size for lee filter * Regenerate model file * Update phenology plotting * Bump version * Update readme for tools * Update conda environment file to match sandbox upgrade * Update python version for precommit * Fix parallel_apply * Remove environment variable USE_PYGEOS
- Loading branch information
Showing
19 changed files
with
1,454 additions
and
939 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+187 KB
(160%)
Real_world_examples/Scalable_machine_learning/results/ml_model.joblib
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
__locales__ = __path__[0] + "/locales" | ||
|
||
__version__ = "2.5.2" | ||
__version__ = "2.5.3" | ||
|
||
|
||
def set_lang(lang=None): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.