Skip to content

Releases: NuSTAR/nustar_pysolar

Updated installation and documentation

06 Jul 00:07
1d2df73
Compare
Choose a tag to compare

Simplifies the installation process for nustar_pysolar and removes some some deprecated dependencies.

Updated the README files and added documentation via readthedocs (link on the README page). Note that lots of docstrings need to get fixed still, but it's at least usable.

Major thing is that this version contains an update HTML location to download the occultation files.

For now, I recommend starting in a completely fresh conda installation and download location for this repo to avoid any clashes with earlier versions.

Updated FITS file handling and master-->main

19 Aug 14:57
96e3150
Compare
Choose a tag to compare

This release updates the handling of the FITS keywords to play nicely with updates to astropy so that sunpy maps are now properly generated.

As of this tag, the default branch has also been changed from master --> main.

To update your local branch from master-->main do the following:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

Now with more mosaics

25 Sep 16:46
a0de064
Compare
Choose a tag to compare

Because we needed more mosaics.

v0.1: Merge pull request #45 from bwgref/master

10 Oct 21:22
Compare
Choose a tag to compare

Stable version for use with sunpy v0.8 and astropy v2.0