Duncan Macleod

Results 83 issues of Duncan Macleod

This is a great plugin, thank you for providing and maintaining it! I am using this plugin to embed third-party docs projects 'deep' (not at the top-level) in the hierarchy,...

This PR fixes issues with copying arrays as needed in numpy 2.0.

dep:numpy
api:patch

This PR improves the handling of invalid inputs (start and end GPS times) when attempting to read data from GWF with LALFrame to provide better error messages and avoid [inconsistent...

gwpy.timeseries
api:patch
dep:lalframe

This PR bundles the following PRs to test a complete recovery of the CI pipeline: - #1574 - #1750 - #1751 - #1753 - #1755 - #1762 - #1763 -...

I (@duncanmmacleod) would like to explore the idea of moving this project onto gitlab.com. Almost all of my professional software development time is spent on one or more GitLab instances...

This PR excises PyCBC from the experimental dependencies build until https://github.com/gwastro/pycbc/pull/4699 is released.

dep:pycbc
continuous-integration

This MR adds `git` to the `conda` extra in `[project.optional-dependencies]` to ensure that it is installed for dev testing.

continuous-integration

This PR upgrades the `experimental` dependency CI job to use Python 3.12.

continuous-integration

### Describe your issue. The wheel installed by `pip install scipy==1.14.1` on an arm64 macos machine running macos 12.7.5 is rejected by `pip check` because the `Tag` metadata isn't recognised:...

defect
Official binaries

### Description This pull request is to address the lack of a `pkgname` argument in the `astropy.utils.data.get_readable_fileobj` function. Being able to use `pkgname='mypackage'` enables isolating the download cache for that...

utils
API change