Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #884 from dstansby/011-clog
Browse files Browse the repository at this point in the history
Add 0.11.0 changelog
  • Loading branch information
dstansby authored May 11, 2020
2 parents ad62be8 + b418340 commit 18ff7eb
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
24 changes: 18 additions & 6 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Heliopy 0.11.0
==============
Heliopy 0.11.0 (2020-05-11)
===========================

Changes to `heliopy.spice`
--------------------------
Expand Down Expand Up @@ -27,10 +27,22 @@ breaking changes:
- `heliopy.spice.furnish` must how take a `~heliopy.spice.SPKKernel` (or list of).
To create a kernel object from a filename do ``SPKKernel(fname)``.

Other changes
-------------
- Updated the Solar Orbiter spice kernel link in `heliopy.data.spice`.
- Added the Cassini cruise phase kernel to `heliopy.data.spice`.
Features
--------

- :mod:`heliopy.spice` now contains the :class:`~heliopy.spice.Body` object, which
allows for easy access of both a body name and id code, validating that either a name
or id code are valid on creation.

- :class:`~heliopy.spice.Trajctory` now stores the ``.target`` and ``.observing``
body atributes as :class:`~heliopy.spice.Body` objects. To get the name or id,
use ``.id`` or ``.name``. (`#868 <https://github.com/heliopython/heliopy/pull/868>`__)
- Added the ``abcorr`` argument to `heliopy.spice.Trajectory.generate_positions()`
to allow optional aberration correction. By default this is set to no correction. (`#873 <https://github.com/heliopython/heliopy/pull/873>`__)
- Added the Cassini SPICE kernel to `heliopy.data.spice`. (`#876 <https://github.com/heliopython/heliopy/pull/876>`__)
- Updated the Solar Orbiter SPICE kernel to the latest release in `heliopy.data.spice`. (`#879 <https://github.com/heliopython/heliopy/pull/879>`__)
- Added several new solar energetic particle proudcts to `heliopy.data.ace`. (`#882 <https://github.com/heliopython/heliopy/pull/882>`__)


Heliopy 0.10.1 (2020-04-03)
===========================
Expand Down
7 changes: 0 additions & 7 deletions changelog/868.feature.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/873.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/876.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/879.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/882.feature.rst

This file was deleted.

0 comments on commit 18ff7eb

Please sign in to comment.