Releases: spedas/pyspedas
PySPEDAS v1.7.11
Fix to allow loading THEMIS state data from SPDF, test loading state data from SPDF and UCLA
Full Changelog: v1.7.10...v1.7.11
PySPEDAS v1.7.10
Temporarily change THEMIS remote_data_dir to use SPDF rather than themis.ssl.berkeley.edu
Bump required pytplot-mpl-temp version to pick up ctime bug fix and other improvements
Full Changelog: v1.7.9...v1.7.10
v1.7.9
Reverted a change to the format of FAST TEAMS filenames
Full Changelog: v1.7.8...v1.7.9
v1.7.8
Fix some failing tests:
Avoid creating nested lists of times in cotrans_lib
Update test comparison data to IGRF-14 values in cotrans tests
Full Changelog: v1.7.7...v1.7.8
v1.7.7
What's Changed
- Updated to IGRF-14 model by @nickssl in #1108
- Set min time of IGRF model to 1965 (previously, it was 1970) by @nickssl in #1113
- Added minvar_matrix_make outputs for eigenvalues and basis vectors
- xyz_to_polar now works on tplot variables
- Updated required version of pytplot-mpl-temp to support wildcards in many utilities (options, ylim, zlim, time_clip, deflag, degap...)
- Updated several test suites to exercise updates to minvar_matrix_make, xyz_to_polar, tplot variable wildcards
- Updated documentation on pyspedas.readthedocs.io
Full Changelog: v1.7.6...v1.7.7
PySPEDAS v1.7.6
Added regression test for time_clip bug when specifying time range as strings
Updated Sphinx documentation examples to import utilities from pyspedas rather than pytplot
Full Changelog: v1.7.5...v1.7.6
PySPEDAS v1.7.5
Fixed bug in mms_load_data that was causing nonmonotonic/repeated data in numberdensity variables when loading MMS FPI data.
Changed default level of OMNI data from "hro2" to "hro" (to better match IDL SPEDAS results)
Includes pytplot-mpl-temp updates to vectorize time_clip, and implement the 'interior_clip' option
Documentation updates
Updated tests for improved coverage
Full Changelog: v1.7.4...v1.7.5
PySPEDAS v1.7.4
Update pyproject.toml to account for MMS png and csv files in renamed directories
Full Changelog: v1.7.3...v1.7.4
PySPEDAS v1.7.3
What's Changed
- Plot Wind/WAVES RAD1 and RAD2 data by @pulupa in #1092
- Added some missing imports to MMS module
- Catch import error and issue more helpful diagnostic if CDAWeb GUI is called, but Python was not built with tkinter support
- Temporarily added more twavpol/numpy diagnostic output
- Renamed themis "state" module to "state_tools" to deconflict with state() load routine
- Explicitly import mission-level modules into projects namespace
- Added explicit timespan calls to more plot tests to ensure test plots don't depend on test order
- Updated README.md to use PySPEDAS 2.0 preferred import style
Full Changelog: v1.7.2...v1.7.3
v1.7.2
What's Changed
- Cloud Awareness for download.py by @edmondb in #959
- Fix spc nonpublic data loading by @STBadman in #1070
- Cloud Awareness for PySPEDAS by @edmondb in #1061
- Updated required pytplot-mpl-temp version to pick up bug fixes for tdeflag, added additional unit tests
- Added missing ELFIN test file to built distribution
- Temporarily disabled use of 'bottleneck' package in twavpol, added some diagnostics to test suite
New Contributors
Full Changelog: v1.7.1...v1.7.2