summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
...
* | update cython, pypy for cython0.29.28 and pypy v7.3.8 releasemattip2022-02-202-8/+5
| |
* | BLD: Try adding aarch64 wheels [wheel build]Thomas Li2022-02-171-23/+9
| |
* | BUILD: make sure a python3 is on the pathmattip2022-02-131-1/+7
| |
* | BUILD: tweak upload to use python3, less verbosemattip2022-02-131-2/+2
| |
* | use repo secrets for uploadingmattip2022-02-131-3/+3
| |
* | BUILD: change syntax to use env variablemattip2022-02-131-2/+2
| |
* | BUILD: simplify upload stepmattip2022-02-131-16/+11
| |
* | Merge pull request #21035 from mattip/tokenMatti Picus2022-02-131-11/+8
|\ \ | | | | | | BUILD: remove condition on upload step
| * | BUILD: combine upload stepsThomas Li2022-02-121-11/+8
| | |
| * | BUILD: remove condition on upload stepmattip2022-02-111-1/+1
| | |
* | | MAINT: Remove the RELAXED_STRIDES_CHECKING env variableSebastian Berg2022-02-112-4/+2
|/ / | | | | | | | | An error is for now raised in `setup.py` if this is set, eventually we should just delete that.
* | use brackets in github action syntaxmattip2022-02-041-1/+1
| |
* | BUILD: schedule weekly builds for Wedmattip2022-01-301-2/+7
| |
* | BUILD: use --skip instead of --force when uploading, like numpy-wheelsmattip2022-01-271-1/+1
| |
* | exclude the *dev0 dummy tagmattip2022-01-271-1/+1
| |
* | BUILD: tweak conditions for steps [wheel build]mattip2022-01-261-2/+2
| |
* | BUILD: use secretsmattip2022-01-251-14/+8
| |
* | do not run on forksmattip2022-01-251-1/+1
| |
* | BUILD: echo github.refmattip2022-01-251-0/+1
| |
* | BUILD: do not run workflows on forksmattip2022-01-252-10/+18
| |
* | run step on tag mergemattip2022-01-251-1/+2
| |
* | allow action to runmattip2022-01-241-9/+9
| |
* | BUILD: upload wheels to anacondamattip2022-01-241-0/+47
| |
* | Merge pull request #20747 from lithomas1/patch-2Matti Picus2022-01-141-0/+1
|\ \ | | | | | | BLD: Upload wheel artifacts separately [wheel build]
| * | BLD: Upload wheel artifacts separately [wheel build]Thomas Li2022-01-051-0/+1
| |/
* | ENH: fix a typo in the example trigger for wheelsEvgeny Posenitskiy2022-01-051-1/+1
|/ | | The `[cd build]` trigger in the example (line 6) does not correspond to the one that is actually used `[wheel build]` trigger (line 43). This might be confusing for newcomers.
* CI: Print installed package versions on failure on Cygwin.DWesl2021-12-241-3/+7
| | | | EDIT: Reduce number of commits pulled and list package versions properly.
* DEV: Add `TYP`, a standard acronym for static typingBas van Beek2021-12-231-0/+1
|
* BLD: Add Windows 32-bit wheels [wheel build]Thomas Li2021-12-221-8/+18
|
* REF: Clean up wheels workflow [wheel build]Thomas Li2021-12-121-40/+14
| | | | | | | | | | | | run using bash [wheel build] a different approach? [wheel build] try again [wheel build] fix? [wheel build] try something else? [wheel build]
* BLD: Add PyPy wheels [wheel build]Thomas Li2021-12-071-12/+26
| | | | | | | | bump cibuildwheel version [wheel build] add windows and macos pypy wheels [wheel build] disable pypy on macos
* BLD: Add arm64 wheels [wheel build]Thomas Li2021-12-051-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | try a different approach [wheel build] try somthing [wheel build] try something [wheel build] testing [wheel build] try something [wheel build] try something [wheel build] fix? [wheel build] sudo [wheel build] fix? [wheel build] typo [wheel build] get gfortran working on arm64 [wheel build] check if x86_64 works [wheel build] remove universal2 vendor gfortran-install file typo [wheel build] reformat license try force clang [wheel build] more descriptive comment test something [wheel build] typo? [wheel build] another typo [wheel build] fixes [wheel build]
* MAINT: Pin OS versions when building wheels [wheel build]Thomas Li2021-12-051-6/+6
|
* TEST: use pypy3.8-v7.3.7 final versionsmattip2021-11-301-1/+1
|
* Add 64 bit Windows builds [wheel build]Thomas Li2021-11-181-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 9c833bed5879d77e625556260690c349de18b433 Author: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Wed Nov 17 16:21:27 2021 -0800 Add Windows config to GHA update script [wheel build] typo [wheel build] fix typo? [wheel build] fix linux builds? [wheel build] typo [wheel build] add license and pin to windows 2016 skip tests [wheel build] pin to windows 2019 instead [wheel build] try to find out the error on windows [wheel build] maybe fix? [wheel build] maybe fix? [wheel build] fix? [wheel build] cleanup [wheel build] Add Windows config to GHA update script [wheel build] typo [wheel build] fix typo? [wheel build] fix linux builds? [wheel build] typo [wheel build] add license and pin to windows 2016 skip tests [wheel build] pin to windows 2019 instead [wheel build] try to find out the error on windows [wheel build] maybe fix? [wheel build] maybe fix? [wheel build] fix? [wheel build] cleanup [wheel build] Update LICENSE_win32.txt Update LICENSE_win32.txt Add Windows config to GHA update script [wheel build] typo [wheel build] fix typo? [wheel build] fix linux builds? [wheel build] typo [wheel build] add license and pin to windows 2016 skip tests [wheel build] pin to windows 2019 instead [wheel build] try to find out the error on windows [wheel build] maybe fix? [wheel build] maybe fix? [wheel build] fix? [wheel build] cleanup [wheel build] Update LICENSE_win32.txt Update LICENSE_win32.txt Update cibw_test_command.sh commit 4bd12df33a9d1b540cde0628c600b6dc13f1160f Author: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Mon Nov 15 17:28:47 2021 -0800 # This is a combination of 14 commits. # This is the 1st commit message: Add Windows config to GHA # This is the commit message #2: update script [wheel build] # This is the commit message #3: typo [wheel build] # This is the commit message #4: fix typo? [wheel build] # This is the commit message #5: fix linux builds? [wheel build] # This is the commit message #6: typo [wheel build] # This is the commit message #7: add license and pin to windows 2016 # This is the commit message #8: skip tests [wheel build] # This is the commit message #9: pin to windows 2019 instead [wheel build] # This is the commit message #10: try to find out the error on windows [wheel build] # This is the commit message #11: maybe fix? [wheel build] # This is the commit message #12: maybe fix? [wheel build] # This is the commit message #13: fix? [wheel build] # This is the commit message #14: cleanup [wheel build]
* MAINT: Rename commit trigger to wheel build for building wheelsThomas J. Fan2021-11-091-1/+1
|
* MAINT: Remove codeql-analysis.yml.Charles Harris2021-11-061-70/+0
| | | | It will effort to get codeql working. Remove it for now.
* Create codeql-analysis.ymlCharles Harris2021-11-061-0/+70
|
* Merge pull request #20232 from seiko2plus/ci_workflow_simd_sdeMatti Picus2021-11-061-0/+32
|\ | | | | CI: Add new workflow for Intel SDE
| * CI: Add new workflow for Intel SDESayed Adel2021-11-051-0/+32
| | | | | | | | To test universal intrinsics against the latest AVX512 extensions.
* | MAINT Fix typo for event nameThomas J. Fan2021-11-021-2/+2
| |
* | ENH: Add prompt for title in issue forms (#20207)Mukulika2021-11-024-5/+10
| | | | | | | | | | | | | | * ENH: Add prompt for title in issue forms * ENH: Add placeholder for traceback * Add quotes
* | MAINT: remove DependabotRalf Gommers2021-11-011-22/+0
| | | | | | | | | | | | | | | | | | | | | | The spam is reaching ridiculous levels on NumPy forks and throughout large projects on GitHub. And the Dependabot is completely unresponsive, with a large number of complaints on its issue tracker going back almost 3 years. Closes gh-18977 [ci skip]
* | Merge pull request #20102 from thomasjpfan/ci_buildwheel_rfMatti Picus2021-11-011-0/+104
|\ \ | | | | | | BLD Uses cibuildwheel for linux + osx wheels [cd build]
| * | DOC Improve versioneer.py commentThomas J. Fan2021-10-141-1/+4
| | |
| * | WIP Restrict install cffi in test_requirements.txtThomas J. Fan2021-10-131-5/+0
| | |
| * | CLN Remove restrictions for easier debugging on forks [cd build]Thomas J. Fan2021-10-131-7/+0
| | |
| * | CLN Address commentsThomas J. Fan2021-10-131-2/+16
| | |
| * | Revert "REV Revert libffi flag [cd build]"Thomas J. Fan2021-10-111-1/+2
| | | | | | | | | | | | This reverts commit 9b45d83b43dbe118404c5650dd2c1aed0f63012e.
| * | REV Revert libffi flag [cd build]Thomas J. Fan2021-10-111-2/+1
| | |