Revisions of python-sunpy

buildservice-autocommit accepted request 972912 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 22)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 972835 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 21)
- Update sunpy-test-ignore-warnings.patch to include warnings
  filter for Pillow 10 -- gh#sunpy/sunpy#6022
buildservice-autocommit accepted request 967021 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 20)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 967014 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 19)
- Add sunpy-test-ignore-warnings.patch
  * Ignore Python 3.10 distutils usage
  * Add hypothesis profile for slow obs test suite executions
  * Ignore leap second warnings for reproducible tests
    gh#sunpy/sunpy#6030
buildservice-autocommit accepted request 966739 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 18)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 966576 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 17)
- Update to 3.1.5
  * Maps created from ~sunpy.map.GenericMap.resample and
    ~sunpy.map.GenericMap.superpixel have been fixed in the case
    where the resampling was not square, and the PCi_j matrix
    (often a rotation matrix) was not a multiple of the identity
    matrix. When the PCi_j or CDi_j formalisms are used in the
    metadata these are now correctly modified, and the CDELT values
    are left unchanged. (#5786)
  * When getting IRIS files from the VSO, Fido was incorrectly
    labelling them as XML files. (#5868)
  * Fixes a bug where the cmap and norm keyword arguments were
    ignored when calling ~sunpy.map.MapSequence.plot. (#5889) Fix
    parsing of the GOES/XRS netcdf files to ignore leap seconds.
    (#5915)
  * Fixed compatability with h5netcdf>0.14 when loading GOES netcdf
    files. (#5920)
  * Fixes a bug in ~sunpy.map.sources.IRISMap where undefined
    variable was used when parsing the wavelength. Also fixes the
    unit parsing by removing the "corrected" string from the BUNIT
    keyword as "corrected DN" cannot be parsed as a valid FITS
    unit. (#5968)
  * Fixed unit handling issue with .GenericMap and lowercasing the
    unit before it submits it to astropy.units. (#5970)
- Release 3.1.4
  * Fixed plotting and peeking NORH timeseries data with pandas
    1.4.0. (#5830)
  * In the case where sunpy.database.Database.fetch() successfully
    downloads only some of the search results, a
    ~sunpy.database.PartialFetchError is raised. This fixes a bug
    where the successful downloads would have been added to the
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 951977 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 16)
- Update to 3.1.3
  * Big changelog since 3.0.1
  * Adds support for Python 3.10
  * Breaking API changes and removals documented in release notes:
    https://github.com/sunpy/sunpy/releases
- Add sunpy-pr5830-pandas140.patch -- gh#sunpy/sunpy#5830
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 910374 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 15)
- Update to 3.0.1
  Big changelog since 2.1.4
buildservice-autocommit accepted request 884571 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 14)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 884070 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 13)
- Update to 2.1.4
  Big changelog since 2.0.7:
  https://github.com/sunpy/sunpy/releases
  Backwards incompatible changes in 2.1.0:
  * Support for Python 3.6 and Numpy 1.15 has been dropped in line
    with NEP 29. The minimum supported version of Astropy is now 4.
    0, and the minimum version of scipy is now 1.2. (#4284)
  * Changed sunpy.coordinates.sun.B0 return type from ~astropy.
    coordinates.Angle to ~astropy.coordinates.Latitude. (#4323)
  * An error is now raised if vmin or vmax are passed to to sunpy.
    map.GenericMap.plot and they are already set on the map norm.
    This is consistent with upcoming Matplotlib changes. (#4328)
  * Previously slicing the result of Fido.search() (a ~sunpy.net.
    fido_factory.UnifiedResponse object) so that it had a length
    of one returned another ~sunpy.net.fido_factory.
    UnifiedResponse object. Now it will return a ~sunpy.net.
    base_client.QueryResponseTable object, which is a subclass of
    astropy.table.Table. (#4358)
  * The .size property of a coordinate frame with no associated
    data will now raise an error instead of returning 0. (#4577)
  * The following ~sunpy.map.Map methods have had support for
    specific positional arguments removed. They must now be passed
    as keyword arguments (i.e. m.method(keyword_arg=value)).
  *   ~sunpy.map.GenericMap.submap: width, height.
      ~sunpy.map.GenericMap.draw_rectangle: width, height, axes,
       top_right. (#4616)
  * The sunpy specific attributes .heliographic_observer and .rsun
    are no longer set on the ~astropy.wcs.WCS returned by sunpy.
    map.GenericMap.wcs. (#4620)
  * Due to upstream changes, the parsing logic for the ~sunpy.net.
buildservice-autocommit accepted request 866286 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 12)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 866241 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 11)
- Update to 2.0.7
  + Big changlog since 1.1.0. 
    See https://docs.sunpy.org/en/stable/whatsnew/2.0.html
    https://github.com/sunpy/sunpy/blob/master/CHANGELOG.rst
    and https://github.com/sunpy/sunpy/releases
  + Highlights from the 2.0 update:
    * sunpy.net.Fido now supports tab completion of search 
      attributes. This allows you to do a.Instrument.AIA, and 
      print a.Instrument to see the list of known supported 
      instruments.  
    * sunpy.instr.aia.aiaprep has been deprecated in favor 
      of the functionality in the aiapy 
      <https://aiapy.readthedocs.io/>__ package.
    * Various fixes and clarifications to pixel indexing in 
      the sunpy.map subpackage.
    * Standardization of specifying rectangles in coordinate 
      space in the :meth:~sunpy.map.GenericMap.submap and 
      :meth:~sunpy.map.GenericMap.draw_rectangle methods of 
      ~sunpy.map.GenericMap.
    * HTML quicklook previews of ~sunpy.map.GenericMap and 
      ~sunpy.map.MapSequence instances are available with 
      the new :meth:~sunpy.map.GenericMap.quicklook and 
      :meth:~sunpy.map.MapSequence.quicklook methods, 
      respectively. This is also the default display in 
      Jupyter <https://jupyter.org/>__ notebooks.
    * Integration of differential rotation into the 
      sunpy.coordinates framework. This enables, amongst 
      other things, the warping of images with the reproject 
      <https://reproject.readthedocs.io/>__ package and the 
      plotting of rotated grid lines with :ref:WCSAxes
buildservice-autocommit accepted request 795723 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 10)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 9)
- Remove python2 dependencies
- Do not condition importlib_resources, namespace is provided by
  our interpreter to allow compat
buildservice-autocommit accepted request 768899 from Todd R's avatar Todd R (TheBlackCat) (revision 8)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 768898 from Todd R's avatar Todd R (TheBlackCat) (revision 7)
- Update to version 1.1.0
  + Backwards Incompatible Changes
    * The `sunpy.net.vso.vso.get_online_vso_url` function has been broken into two components, the new `sunpy.net.vso.vso.get_online_vso_url` function takes no arguments (it used to take three) and now only returns an online VSO mirror or None.
      The construction of a `zeep.Client` object is now handled by `sunpy.net.vso.vso.build_client` which has a more flexible API for customising the `zeep.Client` interface.
    * Importing `sunpy.timeseries.timeseriesbase` no longer automatically imports
      Matplotlib.
    * `NOAAIndicesTimeSeries.peek` now checks that the `type` argument is a
      valid string, and raises a `ValueError` if it isn't.
    * Observer-based coordinate frames (`~sunpy.coordinates.frames.Heliocentric` and `~sunpy.coordinates.frames.Helioprojective`) no longer assume a default observer (Earth) if no observer is specified.  These frames can now be used with no observer specified, but most transformations cannot be performed for such frames.  This removal of a default observer only affects `sunpy.coordinates`, and has no impact on the default observer in `sunpy.map`.
    * The callback functions provided to
      `~sunpy.visualization.animator.BaseFuncAnimator` ``button_func`` keyword
      argument now take two positional arguments rather than one. The function
      signature is now ``(animator, event)`` where the first arg is the animator
      object, and the second is the matplotlib mouse event.
    * The colormap stored in SunPy's Map subclasses (ie. ``map.plot_settings['cmap']``)
      can now be colormap string instead of the full `matplotlib.colormap.Colormap`
      object. To get the full `Colormap` object use the new attribute
      ``map.cmap``.
    * Fix a warning in `sunpy.map.GenericMap.rotate` where the truth value of an array
      was being calculated. This changes the behaviour of
      `~sunpy.map.GenericMap.rotate` when the ``angle=`` parameter is not an
      `~astropy.units.Quantity` object to raise `TypeError` rather than `ValueError`.
  + Deprecations and Removals
    * Removed the step of reparing images (replacing non-finite entries with local mean) before coaligning them. The user is expected to do this themselves before coaligning images. If NaNs/non-finite entries are present, a warning is thrown.
      The function `sunpy.image.coalignment.repair_image_nonfinite` is deprecated.
    * The method to convert a `~sunpy.coordinates.frames.Helioprojective` frame from 2D to 3D has been renamed from `~sunpy.coordinates.frames.Helioprojective.calculate_distance` to `~sunpy.coordinates.frames.Helioprojective.make_3d`.  This method is not typically directly called by users.
    * `sunpy.visualization.animator.ImageAnimatorWCS` is now deprecated in favour of
      `~sunpy.visualization.animator.ArrayAnimatorWCS`.
    * ``sunpy.cm`` has been moved to `sunpy.visualization.colormaps` and will be
      removed in a future version.
  + Features
    * Add a new `sunpy.data.manager` and `sunpy.data.cache` for dealing with versioned remote data within functions.
      Please see the `Remote Data Manager <https://docs.sunpy.org/en/latest/dev_guide/remote_data.html>`__ guide.
    * Added the coordinate frames `~sunpy.coordinates.frames.HeliocentricEarthEcliptic` (HEE), `~sunpy.coordinates.frames.GeocentricSolarEcliptic` (GSE), `~sunpy.coordinates.frames.HeliocentricInertial` (HCI), and `~sunpy.coordinates.frames.GeocentricEarthEquatorial` (GEI).
    * Added SunPy Map support for GOES SUVI images.
    * - Support APE14 for ``ImageAnimatorWCS`` in SunPy's visualization module
    * Add ability to disable progressbars when dowloading files using `sunpy.net.helioviewer.py` and edited docstrings to mention this feature.
    * Adds support for searching and downloading SUVI data.
    * Log all VSO XML requests and responses to the SunPy logger at the ``DEBUG``
      level.
    * Transformations between frames in `sunpy.coordinates` can now provide detailed debugging output.  Set the `logging` level to ``DEBUG`` to enable this output.
    * Added the `sunpy.coordinates.sun.carrington_rotation_time` function to
      compute the time of a given Carrington rotation number.
    * A new method has been added to remove columns from a
      `sunpy.timeseries.GenericTimeSeries`.
    * Add `shape` property to TimeSeries.
    * Added ASDF schemas for the new coordinate frames (`~sunpy.coordinates.frames.GeocentricEarthEquatorial`, `~sunpy.coordinates.frames.GeocentricSolarEcliptic`, `~sunpy.coordinates.frames.HeliocentricEarthEcliptic`, `~sunpy.coordinates.frames.HeliocentricInertial`).  See the gallery for an example of using `asdf` to save and load a coordinate frame.
    * `sunpy.visualization.animator.ArrayAnimatorWCS` was added which uses the WCS
      object to get the coordinates of all axes, including the slider labels. It also provides the
      ability to customise the plot by specifying arguments to
      `~astropy.visualization.wcsaxes.WCSAxes` methods and supports animation of
      WCS aware line plots with Astroy 4.0.
    * The returned list of `~sunpy.map.Map` objects is now sorted by filename when
      passing a directory or glob pattern to `~sunpy.map.MapFactory`.
    * Single character wildcards and character ranges can now be passed as
      glob patterns to `~sunpy.map.Map`.
    * `~sunpy.map.Map` now accepts filenames and directories as `pathlib.Path`
      objects.
    * `~sunpy.map.GenericMap` objects now have a ``.cmap`` attribute, which returns the full `~matplotlib.colormap.Colormap`.
      object.
    * `sunpy.io.write_file()` now accepts `~pathlib.Path` objects as filename inputs.
    * `sunpy.map.make_fitswcs_header` now accepts a `tuple` representing the shape of an array as well as the actual array as the ``data`` argument.
    * Made a couple of module imports lazy to reduce the import time of sunpy.map by
      ~40%.
    * `sunpy.map.GenericMap.wcs` now uses the full FITS header to construct the WCS.
      This adds support for instruments with more complex projections, such as WISPR,
      however does mean that Map will be more sensitive to incorrect or invalid FITS
      headers. If you are using custom headers with SunPy Map you might encounter
      issues relating to this change.
    * `sunpy.visualization.animator.BaseFuncAnimator` now takes an optional
      ``slider_labels`` keyword argument which draws text labels in the center of the
      sliders.
    * Added a more helpful error message when trying to load a file or directory
      that doesn't exist with `Map`.
    * Add ``__repr__`` for `~sunpy.map.MapSequence` objects  so that users can view the
      critical information of all the ``Map`` objects, in a concise manner.
  + Bug Fixes
    * Fixed accuracy issues with the calculations of Carrington longitude (`~sunpy.coordinates.sun.L0`) and Carrington rotation number (`~sunpy.coordinates.sun.carrington_rotation_number`).
    * Updated `sunpy.map.header_helper.make_fitswcs_header` to be more strict on the inputs it accepts.
    * Fix the calculation of ``rsun_ref`` in `~sunpy.map.make_fitswcs_header` and and
      ensure that the default reference pixel is indexed from 1.
    * Fixed the missing transformation between two `~sunpy.coordinates.HeliographicCarrington` frames with different observation times.
    * `sunpy.map.sources.AIAMap` and `sunpy.map.sources.HMIMap` will no longer assume
      the existance of certain header keys.
    * `sunpy.map.make_fitswcs_header` now supports specifying the map projection
      rather than defaulting to ``TAN``.
    * Fix the behaviour of
      `sunpy.coordinates.frames.Helioprojective.calculate_distance` if the
      representation isn't Spherical.
    * Fixed a bug where the longitude of a coordinate would not wrap at the expected angle following a frame transformation.
    * Fixed a bug where passing a time or time interval to the differential rotation function threw an error because the new observer was not in HGS.
    * Fixed bug where `~sunpy.coordinates.ephemeris.get_horizons_coord` was unable to accept `~astropy.time.Time` arrays as input.
    * Fix the ticks on the default heliographic grid overlay so they are not white
      (and normally invisible) by default.
    * Fixed a bug with `sunpy.net.hek.HEKClient` when the results returned were a mixed dataset.
    * Fix `sunpy.physics.differential_rotation.differential_rotate` to rotate in the
      correct direction and to account for the rotation of the heliographic
      coordinate frame with time.
    * Fixed a bug with the handling of changing observation times for transformations between `~astropy.coordinates.HCRS` and `~sunpy.coordinates.frames.HeliographicStonyhurst`, which also indirectly affected other transformations when changing observation times.
    * Fixed all coordinate transformations to properly handle a change in observation time.
    * Fixed the handling of coordinates with velocity information when transforming between Astropy frames and SunPy frames.
    * Fixed `~sunpy.physics.solar_rotation.calculate_solar_rotate_shift` so that it does not calculate a shift between the reference layer and itself, which would sometimes incorrectly result in a shift of a pixel due to numerical precision.
    * Stop crash when ``LineAnimator`` ``axes_ranges`` entry given as ``1D`` array when data is ``>1D``, i.e. as an independent axis.
    * Fixed a `sunpy.coordinates` bug where a frame using the default observer of Earth could have its observer overwritten during a transformation.
    * Fixed a bug where the transformation from `~sunpy.coordinates.frames.Helioprojective` to `~sunpy.coordinates.frames.Heliocentric` used the Sun-observer distance from the wrong frame when shifting the origin, and thus might not give the correct answer if the observer was not the same for the two frames.
    * Fixed a bug with the transformations between `~sunpy.coordinates.frames.Heliocentric` and `~sunpy.coordinates.frames.HeliographicStonyhurst` when the frame observation time was not the same as the observer observation time.  The most common way to encounter this bug was when transforming from `~sunpy.coordinates.frames.Helioprojective` to any non-observer-based frame while also changing the observation time.
    * VSO client `fetch` should not download when `wait` keyword argument is specified.
    * Fixed a bug with `~sunpy.coordinates.wcs_utils.solar_frame_to_wcs_mapping` that assumed that the supplied frame was a SunPy frame.
    * Fixed bugs with `~sunpy.coordinates.wcs_utils.solar_frame_to_wcs_mapping` if the input frame does not include an observation time or an observer.
    * `~sunpy.coordinates.utils.GreatArc` now accounts for the start and end points of the arc having different observers.
    * Fixed situations where 2D coordinates provided to `~sunpy.coordinates.frames.HeliographicStonyhurst` and `~sunpy.coordinates.frames.HeliographicCarrington` were not converted to 3D as intended.  Furthermore, the stored data will always be the post-conversion, 3D version.
    * Fix off by one error in `sunpy.map.make_fitswcs_header` where when using the
      default ``reference_pixel=None`` keyword argument the pixel coordinate of the
      reference pixel was off by +1.
    * Updated both GOES XRS and LYRA dataretriever clients to use `~sunpy.util.scraper.Scraper`, to make sure that files are actually on the servers being queried.
    * Fixing the ordering of lon and lat inputs into make_fitswcs_header
    * Updated the URL for Fermi spacecraft-pointing files to use an HTTPS connection to HEASARC.
    * Fixed a bug where permission denied errors when downloading files are very verbose by adding an error message in `~sunpy.net.fido_factory.UnifiedDownloaderFactory.fetch`.
    * Fixed a malformed call to `astropy.time.Time` in a test, which resulted in an incorrect time scale (UTC instead of TT).
    * Fix incorrect files being included in the tarball, and docs missing from the
      tarball
    * Fixed a bug where clipping behavior had been enabled by default in the plotting normalizers for ``Map`` objects.  Clipping needs to be disabled to make use of the over/under/masked colors in the colormap.
    * Fix a bug with observer based frames that prevented a coordinate with an array of obstimes being transformed to other frames.
    * `sunpy.map.GenericMap` will no longer raise a warning if the posisition of the
      observer is not known for frames that don't need an observer, i.e. heliographic
      frames.
    * Apply `os.path.expanduser` to `sunpy.map.MapFactory` input
      before passing to `glob.glob`
    * Fix multiple instances of `sunpy.map.sources` assuming the type of FITS Header
      values.
    * Fixed a bug with `~sunpy.coordinates.NorthOffsetFrame` where non-spherical representations for the north pole produced an error.
    * Fixed ``map.__repr__`` when the coordinate system information contained in the
      ``CUNIT1/2`` metadata is not set to a known value.
    * Fixed bugs with some coordinate transformations when ``obstime`` is ``None`` on the destination frame but can be assumed to be the same as the ``obstime`` of the source frame.
    * Updated `sunpy.map.mapsequence.MapSequence` so that calling ``_derotate()`` raises ``NotImplementedError``.
      Added associated tests.
    * Fixed pandas plotting registration in `sunpy.timeseries`.
    * Correctly catch and emit a warning when converting a map metadata to a FITS
      header and it contains a keyword with non-ascii characters.
  + Improved Documentation
    * Clean up the docstring for `sunpy.physics.differential_rotation.solar_rotate_coordinate` to make the example clearer.
    * Added new gallery examples and cleaned up various gallery examples.
    * Cleaned and expanded upon the docstrings for each Fido Client.
    * Added clarifying hyperlinks to the gallery example `getting_lasco_observer_location` to link to `astroquery` docs page.
    * Added more details to docstrings in `sunpy.coordinates.frames`.
    * Added a link to package maintainer list in the API Stability page.
    * Improved the contributing guide by updating commands and highlighting text.
    * Removing `.fits` from the end of path kwargs in `sunpy.net.FIDO.fetch` docs to change output file extension from `{file}.fits.fits` to `{file}.fits`.
    * A new example gallery section "Using SunPy with Other Packages" has been added,
      which contains a set of new examples using the `reproject
      <https://reproject.readthedocs.io/>`__ with solar data.
    * Added a table of supported coordinate systems and other miscellaneous improvements to the :ref:`coordinates documentation <sunpy-coordinates>`.
    * Clarified the meaning of :attr:`GenericMap.dsun`.
    * Fixed the plots with multiple subplots in the ``Map`` user guide to properly use `~astropy.visualization.wcsaxes` and to be appropriately sized.
    * Fixed various issues with the gallery example of saving/loading coordinates using `asdf`.
    * Added ``sunpy.__citation__`` with a BibTex entry for citing sunpy.
    * Added an example showing how to display two maps and fade between them.
    * Clarified the meaning of some `GenericMap` observer properties.
    * Added inherited members of `sunpy.map` classes to the docs.
    * Fixed documentation of `sunpy.database.Database.search` by adding ``Returns`` docstring.
    * Updated the docstring for the parameter ``sortby`` in `~sunpy.map.MapSequence` with the default value, valid value and how to disable sorting.
    * Updated the tour guide to reflect that the time series is not random data.
    * Fixes bold type and extra line breaks of remote data manager example
      in `remote_data_manager.py`.
  + Trivial/Internal Changes
    * Allow running our sphinx-gallery examples as Jupyter notebooks via Binder
    * Improve error messages and type checking in
      `sunpy.visualization.animator.image.ImageAnimatorWCS`.
    * Copy the library `distro` into `sunpy/extern`: replaces the deprecated `platform/linux_distribution`
    * The version of Matplotlib used to generate figure tests has been bumped from
      3.0.3 to 3.1.1.
    * Corrected spelling of 'plotting' in timeseries method (changed 'ploting' to 'plotting').
    * Switched to "importlib_metadata" to get package version to speed up import of SunPy.
    * Fix tests for `sunpy.data.data_manager` and ensure they are correctly executed with pytest.
- Add fix_importlib_py_ver.patch
  Fixes a dependency that is not required for later python versions.
  See https://github.com/sunpy/sunpy/pull/3683
buildservice-autocommit accepted request 751410 from Todd R's avatar Todd R (TheBlackCat) (revision 6)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 751409 from Todd R's avatar Todd R (TheBlackCat) (revision 5)
Update to version 1.0.6
buildservice-autocommit accepted request 663431 from Todd R's avatar Todd R (TheBlackCat) (revision 4)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 663430 from Todd R's avatar Todd R (TheBlackCat) (revision 3)
- Update to version 0.9.5
  + New Features
    * Added TimeUTime class to support utime. [#2409]
    * Example for fine-grained use of ticks and grids [#2435]
    * Maintiners Workflow Guide [#2411]
    * Decorator to append and/or prepend doc strings [#2386]
    * Adding `python setup.py test --figure-only` [#2557]
    * Fido.fetch now accepts pathlib.Path objects for path attribute.[#2559]
    * The `~sunpy.coordinates.HeliographicStonyhurst` coordinate system can now be specified
      using a cartesian system, which is sometimes known as the
      "Heliocentric Earth equatorial" (HEEQ) coordinate system. [#2437]
  + API Changes
    * `sunpy.coordinates.representation` has been removed. Longitude wrapping is now done in the constructor of the frames. [#2431]
    * Propagation of ``obstime`` in the coordinate frame transformation has changed, this means in general when transforming directly between frames (not `~astropy.coordinates.SkyCoord`) you will have to specify ``obstime`` in more places. [#2461]
    * Transforming between Heliographic Stonyhurst and Carrington now requires that ``obstime`` be defined and the same on both the input and output frames. [#2461]
    * Removed the figure return from .peek() [#2487]
  + Bug Fixes
    * Improve TimeSeriesBase docstring [#2399]
    * Validate that pytest-doctestplus is installed [#2388]
    * Fix use of self.wcs in plot in mapbase [#2398]
    * Updated docstring with pointer to access EVE data for other levels [#2402]
    * Fix broken links and redirections in documentation [#2403]
    * Fixes Documentation changes due to NumPy 1.14 [#2404]
    * Added docstrings to functions in dowload.py [#2415]
    * Clean up database doc [#2414]
    * rhessi.py now uses sunpy.io instead of astropy.io [#2416]
    * Remove Gamma usage in Map [#2424]
    * Changed requirements to python-dateutil [#2426]
    * Clarify coordinate system definitions [#2429]
    * Improve Map Peek when using draw_grid [#2442]
    * Add HCC --> HGS test [#2443]
    * Testing the transformation linking SunPy and Astropy against published values [#2454]
    * Fixed title bug in sunpy.timeseries.rhessi [#2477]
    * Allow LineAnimator to accept a varying x-axis [#2491]
    * Indexing Bug Fix to LineAnimator [#2560]
    * Output sphinx warnings to stdout [#2553]
    * Docstring improvement for LineAnimator [#2514]
    * move the egg_info builds to circleci [#2512]
    * Added tests for TraceMap [#2504]
    * Fix HGS frame constructor and HPC ``calculate_distance`` with SkyCoord constructor. [#2463]
    * removed `wavelnth` keyword in meta desc of Maps to avoid using non standard FITS keyword like `nan` [#2456]
    * The documentation build now uses the Sphinx configuration from sphinx-astropy rather than from astropy-helpers.[#2494]
    * Migrate to hypothesis.strategies.datetimes [#2368]
    * Prevent a deprecation warning due to truth values of Quantity [#2358]
    * Print a warning when heliographic longitude is set to it's default value of 0 [#2480]
    * parse_time now parses numpy.datetime64 correctly. [#2572]
Displaying revisions 41 - 60 of 62
openSUSE Build Service is sponsored by