Skip to content

Commit

Permalink
Prepare release 2.5.0 (#535)
Browse files Browse the repository at this point in the history
* Bump version 2.5.0

* Avoid user warning in examples

* Fix doc conf warnings

* Fix error in doc generation

* Doc format

* Configure to avoid warnings: stub file not found

* Fix doc generation warnings

* Fix __all__

* Fix references usage

* Fix typo

* Update build release
  • Loading branch information
relf authored Mar 18, 2024
1 parent 8a650fa commit cb9f617
Show file tree
Hide file tree
Showing 14 changed files with 47 additions and 429 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, windows-2022, macos-11]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v4

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.17.0
env:
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-*
CIBW_SKIP: cp*_i686
Expand Down
269 changes: 0 additions & 269 deletions doc/_src_docs/applications/mgp.rst

This file was deleted.

40 changes: 0 additions & 40 deletions doc/_src_docs/applications/mgp.rstx

This file was deleted.

Binary file removed doc/_src_docs/applications/mgp_Test_test_mgp.png
Binary file not shown.
Loading

0 comments on commit cb9f617

Please sign in to comment.