Recent Releases of pys5p
pys5p - Release v2.1.4
This is a minor release, thus there is no need to upgrade if v2.1.3 works for you.
Changes
- Drops support for python3.8
Changes
- Added annotation of fixed them when needed
- Fixed typo's and improved coding
- Python
Published by rmvanhees almost 3 years ago
pys5p - Release v2.1.3
New
- updated documentation of each module
- package documentation can now be found on read-the-docs
- updated package config files
Note the documentation is still premature and incomplete, we hope to improve this in future releases.
- Python
Published by rmvanhees over 3 years ago
pys5p - Release v2.1.2
No real need to upgrade to this release
NEW
- added option to select one SWIR-CKD of band 7 or 8
- adjusted package requirements
- Python
Published by rmvanhees over 3 years ago
pys5p - Bugfix release v2.1.1
Fixes
- fixed the calculation of the weights as used in the RLS functions.
- Python
Published by rmvanhees over 3 years ago
pys5p - Release v2.1.0
Changes
- removed all modules obsoleted by moniplot
- updated documentation and install scripts
- implemented the RLS fit algorithm using numpy MaskedArrays
- added citation file
Fixed
- RLS fit algorithm: fixed selection of saturated pixel readouts
- Python
Published by rmvanhees over 3 years ago
pys5p - First stable release of pys5p version2
Release of pys5p v2.0.2
Changes
- Usage of class S5Pmsm is now obsolete and replaced by xarray classes DataArray and Dataset
- Improved unit-tests
- Moved to Cartopy v0.20
- Replaced string format-method by f-strings
- Adopted PEP517 in combination with setuptools
- Python
Published by rmvanhees over 4 years ago
pys5p - Bugfix release v1.1.2
This release includes a few minor fixes and improvements: * CKDio can read both v1 and v2 * Added functions and classes to move from S5Pmsm to xarray * s5pxarray.py * s5pplot2.py * lib/plotlib2.py * ckd_io2.py * numpy v1.2+ compatibility * added a few unit tests * improved speed and memory usage by the biweight functions * Fixed several annoying bugs
Last release before xarray will replace S5Pmsm
- Python
Published by rmvanhees over 4 years ago
pys5p - Bugfix release v1.1.1
This release includes a few minor fixes and improvements: * Verified support of Python 3.9 (updated setup.cfg, accordingly) * Rewrote method S5Pplot::drawqhist, and added test for drawqhist to unittests5p_plot.py * Replaced np.where() with ndarray.nonzero()
- Python
Published by rmvanhees over 5 years ago
pys5p - Maintenance release v1.0.6
Version 1.0.6
- s5pplot.py [drawqhist]: added grid-lines and density parameter, improved axis labels
- Rearranged source tree to comply with PIP 517, 518 (requires: setuptools 42 or later)
- Renamed lib.sw_version.py to version.py
- Removed all test-modules and examples because these are obsolete. Will be replaced by up-to-date code in future commits
- Fixed pylint warnings
- Updated Copyright line in all modules
- Updated files INSTALL and README
- Added ToDo, which contains a listing of new functionality to be implemented before a new minor release
- Added ChangeLog
- Python
Published by rmvanhees over 5 years ago
pys5p - Feature release version 1.1.0
This release includes several important improvements and an interface change: * Classes S5Pplot and S5Pgeoplot have been partly rewritten to reduce the amount of duplicated code in the methods, and the quality/lay-out of the figures has been improved. * Classes S5Pplot and S5Pgeoplot require the class FIGinfo to specify additional information on the data. You can not use an dictionary anymore. * Added unit-test modules for classes S5Pplot and S5Pgeoplot, both can also act as coding examples. * Improved documentation of all classes (numpy style). * S5Pplot::draw_lines now accepts datetime objects to draw a time-axis. * Quite a number of bugs have been fixed.
- Python
Published by rmvanhees over 5 years ago
pys5p - Feature release version 1.0.8
tolcolors.py: * added color scheme rainbowWhBr_condense
- Python
Published by rmvanhees over 5 years ago
pys5p - Maintenance release
Fixes: * chi2 of of the rls functions * S5Plot::drawsignal added setxticks and set_yticks
- Python
Published by rmvanhees almost 6 years ago