Nathaniel Starkman
Nathaniel Starkman
Signed-off-by: Nathaniel Starkman (@nstarman) It's a long file that does many things. Now it's one module with many files, each of which do fewer things. For reviewers: I didn't change...
Cosmology Parameters now accept the kwarg ``format`` and have a method ``get_format_name`` for storing and getting, respectively, format-specific representations of a Parameter. This PR will make #12356 and #12355 much...
Followup to https://github.com/astropy/astropy/pull/13638 > For a structured array, the `self.unit._to(other)` will fail; in principle, we can indeed work on the view for that case too, but it needs more work....
Signed-off-by: Nathaniel Starkman (@nstarman) Add `FlatwpwaCDM` and `Flatw0wzCDM` to fill out all the flat cosmos. todo: - [ ] tests - [ ] changelog - [ ] whatsnew - [...
The latter is built into python.
RUF005
We're having a lively debate at https://github.com/astropy/astropy/pull/14297 and found that RUF005 may not deliver the advertised speed boost.
I'm testing if we (astropy) can switch our isort to ruff's implementation. We use the option ``group-by-package``, which doesn't appear to supported. Requesting that this configuration option be added!
If I save a dictionary with tuple values, the values are loaded as lists. Tuples are immutable among other useful properties. It would be great if data structures could losslessly...
- [ ] By checking this box, the PR author has requested that maintainers do **NOT** use the "Squash and Merge" button. Maintainers should respect this when possible; however, the...
v6.1 will be py3.10+. - [x] By checking this box, the PR author has requested that maintainers do **NOT** use the "Squash and Merge" button. Maintainers should respect this when...