Skip to content

Commit

Permalink
Merge pull request hyperspy#310 from hyperspy/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/pypa/cibuildwheel-2.21.0

Bump pypa/cibuildwheel from 2.20.0 to 2.21.0
  • Loading branch information
ericpre authored Sep 17, 2024
2 parents d54f7d1 + d4326af commit 9626ee9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v4

- name: Build wheels for CPython
uses: pypa/cibuildwheel@v2.20.0
uses: pypa/cibuildwheel@v2.21.0
env:
CIBW_ARCHS: ${{ matrix.CIBW_ARCHS }}

Expand Down
5 changes: 5 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,10 @@
towncrier_draft_working_directory = ".."


linkcheck_ignore = [
"https://www.biorxiv.org", # 403 Client Error: Forbidden for url
]


def setup(app):
app.add_css_file("custom-styles.css")
4 changes: 1 addition & 3 deletions doc/user_guide/supported_formats/hspy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ This is `HyperSpy's <https://hyperspy.org>`_ default format and for data process
in HyperSpy, it is the only format that guarantees that no
information will be lost in the writing process and that supports saving data
of arbitrary dimensions. It is based on the `HDF5 open standard
<https://www.hdfgroup.org/solutions/hdf5/>`_. The HDF5 file format is supported by `many
applications
<https://support.hdfgroup.org/products/hdf5_tools/SWSummarybyName.htm>`_.
<https://www.hdfgroup.org/solutions/hdf5/>`_.
Parts of the specifications are documented in :external+hyperspy:ref:`metadata_structure`.

.. versionadded:: HyperSpy_v1.2
Expand Down

0 comments on commit 9626ee9

Please sign in to comment.