2
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
utils: use Python 3.10 typing rules More... 5 months ago
utils: remove unused and buggy printf routine More... 5 months ago
BUG: using deprecated func_counter would fall over More... 5 months ago
xspec: fix incorrect redshift labelling for XSeebremss More... 5 months ago
Merge #2279 (DougBurke) - Note support for Python 3.13 More... 5 months ago
Update sherpa/astro/ui/tests/test_astro_session.py
Douglas Burke
as Doug Burke
More... 5 months ago
opt: be explicit when ignoring a value (ncoresde.Strategy) More... 5 months ago
Merge #2273 (hamogu) - Make sure all datastack-wrapped functions are added to namespace More... 5 months ago
introduce new pytest option to run speed/caching tests More... 5 months ago
Note support for Python 3.13
Douglas Burke
as Doug Burke
More... 5 months ago
Suggestions from code review More... 5 months ago
Add option `record_steps` to `Fit.fit()` calls More... 5 months ago
Merge #2252 (DougBurke) - Allow Sherpa to build against XSPEC 12.15.0 More... 5 months ago
opt: add typing statements to mark callable routines More... 5 months ago
Shorten comment about history of this feature. More... 5 months ago
Apply suggestions from code review
Douglas Burke
as Doug Burke
More... 5 months ago
Merge #2256 (hamogu) - Faster hash for modelCacher1D More... 5 months ago
Apply suggestions from code review
Douglas Burke
as Doug Burke
More... 5 months ago
Resolve conflicts
Douglas Burke
as Doug Burke
More... 5 months ago
opt: internal clean up of SimplexBase More... 5 months ago
Use `modelCacher1D` (now aliased to `modelCacher`) for 2D models More... 5 months ago
opt: change how ncoresNelderMead objects are created More... 5 months ago
TESTS: improve coverage of XSPEC model handling More... 5 months ago
utils: fix error and tweak typing rules in XSPEC helper More... 5 months ago
Based on benchmarking for typical Sherpa use cases, some models are faster to re-calculate than to cache. For those models, the default cache size it now set to 0 to save runtime and memory. More... 5 months ago
Remove `public` decorator More... 5 months ago
Replace `public` decorator with straight up adding to `__all__` More... 5 months ago
Set sha256 as hashfunc for cache More... 5 months ago
In addition to the access by methods, this commit implements access by attribute access. This will be particularly useful for interactive use as the notation is a lot more compact and a lot more readable. More... 5 months ago
Add new public methods for accessing the parts of a model More... 5 months ago