Skip to content

Releases: wino6687/SWEpy

Improved code consistency and fixed full hemisphere scraping bug

28 Jul 16:37
Compare
Choose a tag to compare

Minor update to improve code consistency and fix a bug that prevented proper use of the scrape_all() functionality when looking for a full hemisphere image

PEP8 standards and cleaner code

19 Jul 18:15
Compare
Choose a tag to compare

This release includes adding black and flake8 to help manage code formatting. The code should be easier to read and understand, however functionality has not changed.

Full Support for 1979-2016

18 Jul 20:37
Compare
Choose a tag to compare

This release marks the official support for years of the dataset prior to 1992.

Revised v1.3.0 release

11 Jul 17:14
Compare
Choose a tag to compare

Notes for v1.3.1:

The first 1.3.0 release failed CI due to a weird shared library issue that has resolved itself. This release contains some minor changes in code to make things cleaner but ultimately brings all the same benefits of v1.3.0 with a passing build.

Notes from v1.3.0:

This update comes with the most significant speed gains yet. All of the processing intense tasks are now designed to automatically make use of every available core using a Pool in python. Speed increases are significant over previous versions.

This release also comes with the first iteration of the Analysis module for SWEpy. This module will give users quick access to information like the change in summer length over each pixel in the study area. Or the date of full melt conditions each year per pixel. This module will continue being upgraded and added to throughout v1.3.x

Added Processing Module

29 Mar 23:58
Compare
Choose a tag to compare

Added a processing module for opening and cleaning/smoothing tb or swe

New Release for Zenodo

02 Dec 16:55
Compare
Choose a tag to compare

Creating new release for Zenodo to generate DOI

Final 25km scraping fixes, updating open_swe functionality

17 Oct 16:44
Compare
Choose a tag to compare

There shouldn't be any issues using scrape_all with 25km resolution data anymore. Everything seems to be sorted out. (Dec 2, 2018 Updating Release)

Fixed 25km scraping from v1.3 release, added functionality

12 Oct 22:22
Compare
Choose a tag to compare

25km scraping was broken after v1.3 of the dataset was released. That has been fixed by scraping next best options on those days.

Shifting back to using EASE2transform for coordinate conversion

27 Sep 15:40
Compare
Choose a tag to compare

Shifting back to ease2transform from cartopy for full functionality. Also switched from MIT to LGPL v3 license

v1.1.4 release to update the conda package

10 Sep 19:01
Compare
Choose a tag to compare
adding paper draft, almost ready