Kelle Cruz

Results 328 comments of Kelle Cruz

To add a little bit more context, one of the astropy papers (I don't actually know which one) is closing in on reaching 10,000 citations. This is a "big deal"...

That text looks great to me! I've added a couple small comments.

NumFocus travel policy for reference: [Travel Expense Policy.pdf](https://github.com/user-attachments/files/22122943/Travel.Expense.Policy.pdf)

This request is approved. Please submit reimbursement request to ROSES24: https://opencollective.com/astropy/projects/roses-24 Remember to include itemized receipts.

Would these need to be a subaward to STScI? Like a typical grant?

The Cycle 5 funding request process has been hugely successful! On the downside, that means our funds are severely oversubscribed. Even after the Finance Committee and SPOC have taken into...

Using a fresh conda environment and python 3.10, I also got an error when trying to import lightcurve with numpy 2.0. ```Python from lightkurve import LightCurve ``` gives me ```...

downgrading to 1.24 fixed it: `conda install -c conda-forge numpy=1.24`. Maybe modify dependencies to in pyproject.toml?

opened https://github.com/lightkurve/lightkurve/pull/1455 to add max numpy version to toml.