Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #106 from dstansby/31changes
Browse files Browse the repository at this point in the history
Add 0.3.1 changelog
  • Loading branch information
dstansby authored Oct 29, 2019
2 parents 910da05 + 8342b24 commit 811b4af
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Changelog
-----
- Fixed a bug that incorrectly set closed line field polarities to -1 or 1
(instead of the correct value of zero).
- :attr:`FieldLine.footpoints` has been removed in favour of the new
:attr:`pfsspy.FieldLine.solar_footpoint` and
:attr:`pfsspy.FieldLine.source_surface_footpoint`. These each return a single
footpoint. For a closed field line, see the API docs for further details
on this.
- :class:`pfsspy.FieldLines` has been added, as a convenience class to store a
collection of field lines. This means convenience attributes such as
:attr:`pfsspy.FieldLines.source_surface_feet` can be used, and their values are
cached greatly speeding up repeated use.

0.3.0
-----
Expand Down

0 comments on commit 811b4af

Please sign in to comment.