Skip to content

Commit

Permalink
Remove opengraph
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Sep 11, 2023
1 parent 75ff2c8 commit ee00c3b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
31 changes: 19 additions & 12 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,29 @@
1.8
===

- Added ability to query with SOOP name.

1.7
===

- Added STIX data products to the list of valid data product identifiers.

1.6
===

- Registered a list of instruments available from the SOAR, with the ``a.Instrument`` attribute.
- Registered the SOAR in the ``a.Provider`` attribute, meaning that a user can specify to the Fido search to only query the SOAR by use of ``a.Provider.soar``.
- The ``_can_handle_query`` function within the SOARClient now checks to make sure if the SOAR supplies the queried data which fixes a bug which searched the SOAR for any data (e.g. AIA data).

1.5
===
- Registered a list of valid data product identifiers with the ``a.soar.Product`` attribute. To see these use ``print(a.soar.Product)``.

- Registered a list of valid data product identifiers with the ``a.soar.Product`` attribute.
To see these use ``print(a.soar.Product)``.

1.4
===

- Added support for searching for and fetching low latency data.

1.3
Expand All @@ -28,26 +35,26 @@

1.2
===
- The ``Identifier`` attribute is deprecated - use ``Product`` instead, which
is a direct replacement (with a better name!).

- The ``Identifier`` attribute is deprecated - use ``Product`` instead, which is a direct replacement (with a better name!).
- Allow time-only searches to be made.
- Registered the ``Product`` attribute in the ``sunpy.net.attrs.soar``
namespace. After running ``import sunpy.net.attrs as a``, the attribute can
now be accessed using ``a.soar.Product``.
- The ``"Filesize"`` column in returned results now has units of
``astropy.units.Mbyte`` (previously it had no units).
- Removed a validation check on ``a.Level``. If an level that SOAR doesn't
understand is passed, zero results will now be returned instead of an error
- Registered the ``Product`` attribute in the ``sunpy.net.attrs.soar`` namespace.
After running ``import sunpy.net.attrs as a``, the attribute can now be accessed using ``a.soar.Product``.
- The ``"Filesize"`` column in returned results now has units of ``astropy.units.Mbyte`` (previously it had no units).
- Removed a validation check on ``a.Level``.
If an level that SOAR doesn't understand is passed, zero results will now be returned instead of an error
being raised.

1.1
===
- Fixed download of data where multiple versions of the requested file are
available. Only the most recent version will be downloaded.

- Fixed download of data where multiple versions of the requested file are available.
Only the most recent version will be downloaded.
- Added some log messages to the sunpy logger at DEBUG level

1.0
===

- Fixed searches where there are no results.
- Added filesize to the result table
- Raise an error if the SOAR server can't be reached
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"sphinx.ext.napoleon",
"sphinx.ext.todo",
"sphinx.ext.viewcode",
"sphinxext.opengraph",
"sphinx_copybutton",
]

Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ docs =
importlib-resources<6
sphinx-changelog
sphinx-copybutton
sphinxext-opengraph
sunpy-sphinx-theme

[tool:pytest]
testpaths = "sunpy_soar" "docs"
norecursedirs = ".tox" "build" "docs[\/]_build" "docs[\/]generated" "*.egg-info" "examples" "sunpy_soar[/\]_dev" ".jupyter" ".history"
addopts = -p no:unraisableexception -p no:threadexception
filterwarnings =
error
# See https://github.com/mvantellingen/python-zeep/issues/956
Expand Down

0 comments on commit ee00c3b

Please sign in to comment.