Steven Murray

Results 34 issues of Steven Murray

I have the following action for tagging: ``` name: Bump Version on: push: branches: - master jobs: bump-version-and-deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@master # Ensure full history is gotten....

**General information:** - emcee version: 3.0.2 - platform: Linux - installation method (pip/conda/source/other?): pip **Problem description:** ### Expected behavior: There are actually a few things that are confusing me (based...

Hi, I'd like to run CI on my application that depends on polychord on both macos and linux. The linux version is installing fine, but I can't seem to get...

## Description I added three parameters to the `read_beamfits` method: `freq_range`, `az_range` and `za_range`. Each should be a 2-tuple of floats specifying the range to read in. This is meant...

It would be super if we could do partial reads, at least for beamfits. The use case I have in mind is our current attempt at H4C simulations, where the...

beams
low-hanging fruit

There are a lot of checks that are done in the interpolation methods, some of which are more compute-intensive than others. For example, #1144 adds the ability to skip one...

enhancement
beams
HERA

Currently we have an action to create a PyPI release whenever a new version is tagged via git/Github. We can potentially go further than this and auto-tag using an action:...

needs research
packaging

As mentioned in #46, we should put our hankel transform definition on the main docs.

docs

**Is your feature request related to a problem? Please describe.** A lot of science users really want to do a HT on discrete data, which is possible with the current...

enhancement