Solo-epd-loader

Latest version: v0.3.7

Safety actively analyzes 638396 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.2.3

<!-- Release notes generated using configuration in .github/release.yml at v0.2.3 -->

What's Changed
Bugfixes 🛠
* Fix cdflib<1.0 to avoid incompatibility (workaround for 27)

**Full Changelog**: https://github.com/jgieseler/solo-epd-loader/compare/v0.2.2...v0.2.3

0.2.2

<!-- Release notes generated using configuration in .github/release.yml at v0.2.2 -->

What's Changed
Bugfixes 🛠
* Adjust importing of sunpy.io.read_cdf to be compatible with upcoming sunpy version 5 (workaround for 26)
* Fix code example in readme to reflect the changes [introduced in version 0.2.0](https://github.com/jgieseler/solo-epd-loader/releases/tag/v0.2.0)



**Full Changelog**: https://github.com/jgieseler/solo-epd-loader/compare/v0.2.1...v0.2.2

0.2.1

<!-- Release notes generated using configuration in .github/release.yml at v0.2.1 -->

What's Changed
Bugfixes 🛠
* Extend readme for STEP electron data (fix 21) by jgieseler in https://github.com/jgieseler/solo-epd-loader/pull/24


**Full Changelog**: https://github.com/jgieseler/solo-epd-loader/compare/v0.2.0...v0.2.1

0.2.0

What's Changed
Bugfixes 🛠
* Fix v1.24 deprecation of np.object
* Set loading level 2 data (`level='l2'`) as default (14)
* Obtain FILLVAL dynamically (7)
New Features 🎉
* Add support for new (since Oct 22, 2021) STEP data product (5)
* Columns in returned DataFrame have slightly different names compared to old data product
* Now electron data are automatically calculated and provided in returned DataFrame
* Data for all individual pixels are now provided in addition to the average over all
* New options for `epd_load()`:
* **only_averages**: bool, optional
If True, will for STEP only return the averaged fluxes, and not the data of each of the 15 Pixels. This will reduce the memory consumption. By default False.
* **contamination_threshold** : int or False, optional
If int, mask electron data that probably is contaminated (i.e., set it to nan) using an integer contamination threshold following the equation:
Integral_Flux - Magnet_Flux > contamination_threshold * Integral_Uncertainty
If False, don't alter the data at all. Only implemented for new STEP data (after Oct 2021) so far. By default 2.

**Full Changelog**: https://github.com/jgieseler/solo-epd-loader/compare/v0.1.11...v0.2.0

0.1.11

- Fixes 16: Replacing FILLVALUES not working with pandas 1.5.0

0.1.10

- Fixed a bug that occurred in Windows while loading STEP data, where `cdflib.cdfepoch.encode()` did not understand the type of the Pandas Dataframe index

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.