-
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.
* Add dev dependency group * Simplify dev conda env setup * Update gitignore * Rename environment file * Update conda env setup * Add date filtering for timeseries * minor update * Remove unused imports * Move imports to top level * Move imports to top level * Minor changes * Add error handling for coastlines overlay * Remove unused imports * minor edit * Bump version * Bump version * Fix broken notebook
- Loading branch information
Showing
4 changed files
with
179 additions
and
141 deletions.
There are no files selected for viewing
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.4.7" | ||
__version__ = "2.4.8" | ||
|
||
|
||
def set_lang(lang=None): | ||
|
Oops, something went wrong.