Releases: wino6687/SWEpy
Improved code consistency and fixed full hemisphere scraping bug
PEP8 standards and cleaner code
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
This release marks the official support for years of the dataset prior to 1992.
Revised v1.3.0 release
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
Added a processing module for opening and cleaning/smoothing tb or swe
New Release for Zenodo
Creating new release for Zenodo to generate DOI
Final 25km scraping fixes, updating open_swe functionality
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
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
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
adding paper draft, almost ready