Andrew Nelson
Andrew Nelson
The rewritten Sampler should accept an `int` for the `betas` parameter. Indeed, `Sampler.__attrs_post_init__` indicates that it's allowed. So change the betas validator to allow ints. Whilst we're at it update...
This PR uses cibuildwheel to build wheels for scipy. Up until now most of the work has been occurring in https://github.com/andyfaff/scipy/pull/28. I'm making a PR now so that we can...
### Describe your issue. When trying to meson build Scipy 1.10 on Windows AMD64 with Python 3.10 and the mingw-w64 toolchain the build process: - installs numpy 1.21.6 - all...
Hi, I was wondering why the `PTSampler` has been removed from the master branch of `emcee` and forked to `ptemcee`? I maintain a package that uses both samplers and it's...
### Description I'm trying to build a wheel for `cp311-macosx_x86_64`. Part of the `CIBW_BEFORE_BUILD` retrieves a pre-built OpenBLAS library using the `urllib` module. We're experiencing issues retrieving that library with...
### Describe your issue. This is a catch-all issue for problems experienced while building `macosx_arm64` natively on cirrus-ci. I'm trying this in anticipation of #17029 being merged (native builds of...
@rgommers, things that need to be done: - the cirrus-ci app has to be setup for the scipy organisation. See https://cirrus-ci.org/guide/quick-start/. We have the ability just to install it for...
### Description I'm trying to build scipy wheels for `macosx_arm64` natively on cirrus-ci (in anticipation of https://github.com/scipy/scipy/pull/17029, linux_aarch64 being merged). The work is being done in https://github.com/andyfaff/scipy/pull/33. Two matrix entries...
### Describe the issue: A CI run is being created for musllinux in https://github.com/numpy/numpy/pull/22864. This has uncovered several test fails. Some of these are tests in `TestComplexFunctions`. THey've been marked...