SHA256
1
0
forked from pool/python-sunpy

Commit Graph

  • a422f050b0 Accepting request 1195101 from devel:languages:python:numeric factory Ana Guerrero 2024-08-21 21:26:55 +00:00
  • a5603f2134 - Update to 6.0.1 ## Bug Fixes * Fixed incorrect reference_date for GONG Synoptic maps. (#7758) * Fix :func:sunpy.physics.differential_rotation.differential_rotate to update the reference_date attribute of the input map instead of the date. (#7758) * Fixed incorrect reference_date for SDO/AIA and SDO/HMI data to use the T_OBS keyword instead of the DATE-OBS keyword. * For AIA images, the location of SDO has been shifted up to a second in time, which corresponds to a shift in Heliographic Longitude by only 4 milliarcseconds. (#7758) - Release 6.0.0 ## Breaking Changes * Arguments for ~sunpy.map.GenericMap.reproject_to after the target WCS are now keyword-only. (#7339) * Arguments for sunpy.timeseries.GenericTimeSeries.peek are now keywords only. (#7340) * Removed scikit-image from the "image" extra group and created a new "scikit-image" extra group. (#7536) * sunpy.io.read_file and sunpy.io.write_file are deprecated and will be removed in the future. These were intended to be private functions and should not be used. (#7537) * The ANA C code has been deprecated (sunpy.io.ana.read, sunpy.io.ana.get_header, sunpy.io.ana.write) and may be removed in a future sunpy release. Please contact us here: https://community.openastronomy.org/t/possible-deprecation-of-ana-file-readers-and-writers-in-sunpy if you are making use of this code. (#7642) * The .EUIMap class now returns the DATE-BEG key for .GenericMap.date while continuing to use DATE-AVG as the devel Dirk Mueller 2024-08-21 11:40:15 +00:00
  • 25c8431f5d Accepting request 1188214 from devel:languages:python:numeric Ana Guerrero 2024-07-18 17:16:49 +00:00
  • 81446f638b - Revert restriction. https://github.com/sunpy/sunpy/blob/v5.1.4/pyproject.toml#L17 Markéta Machová 2024-07-17 14:19:54 +00:00
  • ce7b1282b1 Accepting request 1186294 from devel:languages:python:numeric Ana Guerrero 2024-07-09 18:04:22 +00:00
  • 8e28ff867f - Restrict numpy to < 2. Steve Kowalik 2024-07-09 05:13:31 +00:00
  • 77466c6f99 Accepting request 1179909 from devel:languages:python:numeric Ana Guerrero 2024-06-11 16:30:37 +00:00
  • dff1af213f Accepting request 1179839 from home:glaubitz:branches:devel:languages:python:numeric Dirk Mueller 2024-06-11 07:43:59 +00:00
  • cfbad372a2 Accepting request 1178927 from devel:languages:python:numeric Ana Guerrero 2024-06-07 13:02:55 +00:00
  • 562a1e2ce8 Accepting request 1178921 from home:glaubitz:branches:devel:languages:python:numeric Dirk Mueller 2024-06-06 08:28:59 +00:00
  • f77deeff73 Accepting request 1177086 from devel:languages:python:numeric Ana Guerrero 2024-05-28 15:28:34 +00:00
  • f7595e72ec Accepting request 1176826 from home:bnavigator:branches:devel:languages:python:numeric John Paul Adrian Glaubitz 2024-05-27 10:03:18 +00:00
  • b607e1dc7c Accepting request 1172107 from devel:languages:python:numeric Ana Guerrero 2024-05-06 15:54:49 +00:00
  • e6cd04578d Accepting request 1171980 from home:bnavigator:branches:devel:languages:python:numeric Dirk Mueller 2024-05-06 08:07:37 +00:00
  • f7b063d931 Accepting request 1140256 from devel:languages:python:numeric Ana Guerrero 2024-01-21 22:10:06 +00:00
  • b2ff8ed729 - update to 5.1.1: * Add an example of plotting a rectangle on a map with a rotation angle relative to the axes (:ref:sphx_glr_generated _gallery_plotting_plot_rotated_rectangle.py). * Added testing and explicit support for Python 3.12. * When calling :meth:sunpy.map.GenericMap.rotate on an integer data array, with missing set to NaN (the default value), the method will now itself raise an informative error message instead deferring to NumPy to raise the error. * Fixed the usage of :meth:~sunpy.map.GenericMap.superpixel in :ref:sphx_glr_generated_gallery_map_map_resampling_and_su perpixels.py. * Added Clarification on setting JSOC Email. * Added explanation text to :ref:sphx_glr_generated_gallery_pl otting_plotting_blank_map.py about the offset between "(0, 0)" in helioprojective coordinates and the heliographic equator. * The delim_whitespace keyword in pandas.read_csv is deprecated and was updated with sep='\s+'. This should have no affect on the output of the code. * Fixed an environment-specific failure of a unit test for :meth:sunpy.coordinates.Helioprojective.is_visible. Dirk Mueller 2024-01-21 10:42:23 +00:00
  • 9b67d5bb91 Accepting request 1128614 from devel:languages:python:numeric Ana Guerrero 2023-11-24 22:35:33 +00:00
  • bd696d2fda Accepting request 1128594 from home:bnavigator:branches:devel:languages:python:numeric Dirk Mueller 2023-11-24 15:14:14 +00:00
  • da0e6f00b2 Accepting request 1111746 from devel:languages:python:numeric Dominique Leuenberger 2023-09-20 11:25:21 +00:00
  • b846fce427 Accepting request 1111366 from home:mcalabkova:branches:devel:languages:python:numeric Dirk Mueller 2023-09-17 09:45:31 +00:00
  • 6b413c3a20 - Update to 5.0.0: * ~sunpy.net.dataretriever.XRSClient now provides the re-processed GOES-XRS 8-15 data from NOAA. * Changed the output of :func:sunpy.map.sample_at_coords to return the sampled values as ~astropy.units.Quantity with the appropriate units instead of merely numbers. * Able to run the `sunpy tests doing python -m sunpy.tests.self_test. * Able to detect gzip-compressed FITS files even if they don't have the .gz extension in the filename. ~sunpy.io.detect_filetype now looks for the right file signature while checking for gzipped FITS files. * Added AttrAnd and AttrOr to the namespace in sunpy.net.attrs. * ~sunpy.net.dataretriever.SUVIClient now provides GOES-18 SUVI data. * The minimum required versions of several core dependencies have been updated: + Python 3.9 + astropy 5.0.1 + numpy 1.21.0 * Added the utility function :func:sunpy.map.pixelate_coord_path to fully pixelate a coordinate path according to the pixels of a given map. * Able to download files from REST/TAP Data Providers from the VSO. * Adding data unit into html repr for sunpy.map.Map * Joined HISTORY keys with newline characters when parsing HISTORY cards from FITS header. * Added the ability to query for the GOES-XRS 1 minute average data with the .XRSClient. * Increased minimum version of parfive to 2.0.0. * Fixed the incorrect calculation in sunpy.map.header_helper.make_fitswcs_header of the rotation matrix from a rotation angle when the pixels are non-square. Steve Kowalik 2023-08-04 07:25:44 +00:00
  • 7b06fe4d33 Accepting request 1074165 from devel:languages:python:numeric Dominique Leuenberger 2023-03-25 17:55:30 +00:00
  • 9027d04bb7 Accepting request 1073916 from home:bnavigator:branches:devel:languages:python:numeric Dirk Mueller 2023-03-24 12:18:17 +00:00
  • 74c2b12f52 Accepting request 1068001 from devel:languages:python:numeric Dominique Leuenberger 2023-02-28 11:48:38 +00:00
  • 405ccda7b3 - Remove patch sunpy-pr6662-np1.24.patch - Add patch python-311.patch to support python 3.11, gh#sunpy/sunpy#6512 - Update to v4.1.3 * Backport PR #6740 on branch 4.1 (Exclude scipy==1.10.0 in deps) by @meeseeksmachine in #6746 * Backport PR #6749 on branch 4.1 (Unpin and update database for SQLA 2.0) by @meeseeksmachine in #6750 * Backport PR #6731 on branch 4.1 (fig-devdeps : Have to add a unit to lon.coord_wrap) by @meeseeksmachine in #6753 * Backport PR #6711 on branch 4.1 (Raise error if downloader for cache fails) by @meeseeksmachine in #6755 * Backport PR #6725 on branch 4.1 (add unit detection for XRT data) by @meeseeksmachine in #6761 * Backport PR #6737 on branch 4.1 (Updating the GOES-XRS baseurl following change on noaa side) by @meeseeksmachine in #6762 * Backport PR #6710 on branch 4.1 (Fix init issue for JP2 HMI images from helioveiwer) by @meeseeksmachine in #6765 * Backport PR #6648 on branch 4.1 (Fix draw_quadrangle() so that it accepts frames with data) by @meeseeksmachine in #6777 - v4.1.2 * Backport PR #6694 on branch 4.1 (pin sqlalchemy<2.0 and ignore warning for now) by @meeseeksmachine in #6697 * Backport PR #6693 on branch 4.1 (detect gzipped-FITS files by magic-bytes) by @meeseeksmachine in #6700 * Backport PR #6702 on branch 4.1 (fix the extremely minor issue in Fido docs) by @meeseeksmachine in #6704 * Backport PR #6712 on branch 4.1 (Add changelog entry for sqlalchemy pin) by @meeseeksmachine in #6714 * Backport PR #6728 on branch 4.1 (Fix HISTORY key in test maps created from header files) by @meeseeksmachine in #6730 Daniel Garcia 2023-02-27 12:52:31 +00:00
  • 1494508cf4 Accepting request 1045229 from devel:languages:python:numeric Dominique Leuenberger 2022-12-24 18:40:45 +00:00
  • 500f9c9ade Accepting request 1045194 from home:bnavigator:branches:devel:languages:python:numeric Matej Cepl 2022-12-24 16:20:51 +00:00
  • f410d26a0d Accepting request 1037269 from devel:languages:python:numeric Dominique Leuenberger 2022-11-23 08:47:52 +00:00
  • f23d217e02 Accepting request 1037155 from home:bnavigator:branches:devel:languages:python:numeric Markéta Machová 2022-11-22 10:39:14 +00:00
  • f4270535a3 Accepting request 1034357 from home:bnavigator:branches:devel:languages:python:numeric Matej Cepl 2022-11-08 07:23:50 +00:00
  • da7445f8f3 Accepting request 995213 from devel:languages:python:numeric Dominique Leuenberger 2022-08-19 15:53:42 +00:00
  • 78458f412a Accepting request 994520 from home:bnavigator:branches:devel:languages:python:numeric Dirk Mueller 2022-08-15 07:14:11 +00:00
  • 0c21e33766 Accepting request 985510 from devel:languages:python:numeric Dominique Leuenberger 2022-06-28 13:22:53 +00:00
  • 3ebe53d58a Accepting request 985360 from home:bnavigator:branches:devel:languages:python:numeric Dirk Mueller 2022-06-28 08:40:10 +00:00
  • 12304233db Accepting request 981535 from devel:languages:python:numeric Dominique Leuenberger 2022-06-10 13:57:39 +00:00
  • f02b905c15 Accepting request 981399 from home:bnavigator:branches:devel:languages:python:numeric Dirk Mueller 2022-06-09 15:17:01 +00:00
  • b9613abd3a Accepting request 978647 from devel:languages:python:numeric Dominique Leuenberger 2022-05-23 13:52:05 +00:00
  • 894e62fb88 - Doesn't build with 3.10 because of missing xmlsec. Matej Cepl 2022-05-21 09:46:50 +00:00
  • d63778a021 Accepting request 972912 from devel:languages:python:numeric Dominique Leuenberger 2022-04-26 18:16:08 +00:00
  • e72584d458 Accepting request 972835 from home:bnavigator:branches:devel:languages:python:numeric Markéta Machová 2022-04-26 14:20:48 +00:00
  • 60f04f5998 Accepting request 967021 from devel:languages:python:numeric Dominique Leuenberger 2022-04-05 17:55:58 +00:00
  • f5d6d14e39 Accepting request 967014 from home:bnavigator:branches:devel:languages:python:numeric Markéta Machová 2022-04-05 13:12:35 +00:00
  • bbded91bba Accepting request 966739 from devel:languages:python:numeric Dominique Leuenberger 2022-04-04 17:26:34 +00:00
  • 866048b169 Accepting request 966576 from home:bnavigator:branches:devel:languages:python:numeric Markéta Machová 2022-04-04 06:18:08 +00:00
  • b6408be234 Accepting request 952248 from devel:languages:python:numeric Dominique Leuenberger 2022-02-10 22:12:08 +00:00
  • b8fb0c75ec Accepting request 951977 from home:bnavigator:branches:devel:languages:python:numeric Dirk Mueller 2022-02-07 21:06:17 +00:00
  • b0a2d8864f Accepting request 910394 from devel:languages:python:numeric Dominique Leuenberger 2021-08-06 20:44:49 +00:00
  • e3d263a908 Accepting request 910374 from home:bnavigator:astropy Matej Cepl 2021-08-06 05:49:00 +00:00
  • a36088b25f Accepting request 884571 from devel:languages:python:numeric Dominique Leuenberger 2021-04-12 15:10:36 +00:00
  • d2c6b7d5a8 Accepting request 884070 from home:bnavigator:branches:devel:languages:python:numeric Markéta Machová 2021-04-12 08:12:49 +00:00
  • f66d4bf909 Accepting request 866286 from devel:languages:python:numeric Richard Brown 2021-03-30 18:54:25 +00:00
  • 35cb08b142 Accepting request 866241 from home:bnavigator:branches:devel:languages:python:numeric Matej Cepl 2021-01-23 22:26:31 +00:00
  • 9cf3550ff5 Accepting request 795723 from devel:languages:python:numeric Dominique Leuenberger 2020-04-22 18:52:06 +00:00
  • efc0a95230 - Remove python2 dependencies - Do not condition importlib_resources, namespace is provided by our interpreter to allow compat Tomáš Chvátal 2020-04-20 09:13:35 +00:00
  • fb77c0c8d0 Accepting request 768899 from devel:languages:python:numeric Dominique Leuenberger 2020-02-03 10:13:38 +00:00
  • bafa4ab1bc Accepting request 768898 from home:TheBlackCat:branches:devel:languages:python:numeric Todd R 2020-01-30 20:00:05 +00:00
  • 8e941e9099 Accepting request 751410 from devel:languages:python:numeric Dominique Leuenberger 2019-11-28 09:15:15 +00:00
  • c9c6521598 Accepting request 751409 from home:TheBlackCat:branches:devel:languages:python:numeric Todd R 2019-11-27 16:46:37 +00:00
  • 8203c72c65 Accepting request 663431 from devel:languages:python:numeric Dominique Leuenberger 2019-01-21 09:47:18 +00:00
  • f0c92d27aa Accepting request 580323 from devel:languages:python Dominique Leuenberger 2018-02-27 15:59:41 +00:00
  • 6d4366eb81 Accepting request 506227 from devel:languages:python Dominique Leuenberger 2017-08-24 16:31:22 +00:00