What’s new

Version 0.4

New features

Backwards incompatible changes

  • heliopy.spice.Trajectory.generate_positions() now takes a list of dates/times at which to generate orbital positions, instead of a start time, stop time, and number of steps. The old behaviour can be recovered by manually generating an evenly spaced list of times.

Version 0.3

New features

HelioPy now contiains code for working with SPICE kernels. See the following modules for more information:

Removed features

  • The heliopy.plasma module has been removed (see http://www.plasmapy.org/ for the recommended alternative)
  • heliopy.plot code removed

Version 0.2

New features

  • Convert examples gallery to automatically generate plots
  • Added HelioPy.data.helper.listdata() method for easily viewing the amount of data HelioPy is storing locally.
  • Added heliopy.data.wind.threedp_sfpd() method for importing WIND 3DP sfpd data.

Version 0.1.3

Fixed bugs

  • Correctly report download percentage when downloading files.
  • Fix issue where heliopy.data.helios.corefit() made duplicate .hdf files on days where no data is available.