Andrew Hearin

Results 39 issues of Andrew Hearin

Suppose the user knows that there is a `bolshoi` catalog at z ~ 0.35 stored in cache, but cannot remember the `version_name`: ``` >>> halocat = CachedHaloCatalog(simname='bolshoi', redshift=0.35) ``` In...

feature request
sim-manager

In #623, @johannesulf implemented a significant speedup to npairs_s_mu that directly applies to npairs_rp_pi. This should be implemented to help make it viable to run MCMCs with z-space correlation functions.

performance-enhancement
mock-observables

Currently, `PYTHON_VERSION=2.7` for `appveyor.yml`. During #531, @bsipocz discovered that halotools is not 3.5 compatible in windows environments. There is a single test failure, the `test_reader_configurations` function in `halotools/sim_manager/tests/test_rockstar_hlist_reader.py` raises a...

package-maintenance
sim-manager
bug-fix

Recent changes brought in by #1093 include too much package-data. This should be cleaned up. MANIFEST.in should similarly be revisited.

Add support for numpy 2.0

In #1083 the dependency chain added a requirement `numpy

- VS Code Version: Version: 1.98.0 (Universal) - OS Version: MacOS Sequoia 15.3.1 After installing the latest update, I noticed that neither my linter (flake8) nor my formatter (black) worked...

new release

The current version of `wheels.yaml` pip installs `cibuildwheel` on [this line](https://github.com/astropy/halotools/blob/439231d2978adaa6b9866cbdbea5eb77e8b32135/.github/workflows/wheels.yaml#L24) using a hard-coded `cibuildwheel==2.10.0`. The dependabot does not update this line. [Here is an example in galsim](https://github.com/GalSim-developers/GalSim/blob/releases/2.6/.github/workflows/wheels.yml) of how...

A new halotools user recently reported that calling the `test_installation` function raises an exception: ```unrecognized arguments: remote_data=None``` It's possible that the API of pytest has changed in some versions such...

bug
installation