Hans Moritz Günther

Results 73 issues of Hans Moritz Günther

## Summary Fix bug that limited cache size to 1. ## Details While working on #2080, I discovered that the caching code does not do what the docs promise it...

## Summary Improve pre-commit script for ranges of years ## Details We often use something like "# Copyright (C) 2010, 2016 - 2023" and the previous version of the script...

area:other
note: easy review

## Summary Speed up Sherpa fits that use XSPEC absorption models by using a specialiazed cache that evaluated absorption models only once to cache the absorption corss sections sigma(E) and...

dep:xspec
note:needs SDS testing

I create a `DataPHA` object from scratch because I'm fitting data that's not in an OGIP compliant format (it's been taken in a ground-based instrumentation lab for testing early development...

type:bug
note:can-workaround

(Some parts of) the code require any filename for reading/writing to be a string. It would be nice to accept a later range of objects here (a stream, a URL,...

### Description This pull request adds additional details to the error message when setting the format of a table column fails. The message is not complete in the sense that...

table
Close?

Address (by fixing or closing) open issues in astropy.io.ascii, astropy affiliate editor, organization of dev-telecons, development and review of other astropy and specutils code. Relations to cycle 4 request: In...

cycle 5️⃣

This change is the result of discussions as the Astropy 2025 coordination meeting and between the current Astropy affiliated package editors. On the one hand, we want to provide users...

affiliated-packages

The original intent (at least in my mind) for affiliated packages was to provide the community with a list of high-quality, actively maintained packages for their needs in astronomy. After...

I get an error when `.. doctest-requires-all:: h5py` is placed in almost any location in my rst file: ``` (astropy) MoritzAirRoseGold ~/code/astropy/docs> make html sphinx-build -b html -d _build/doctrees ....

bug