Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/astropy/astropy

Astronomy and astrophysics core library
https://github.com/astropy/astropy

TST: Fix workflow_dispatch in cron jobs

pllim opened this pull request 12 months ago
Address Ruff rule PLR0911 in `io`

eerovaher opened this pull request 12 months ago
PERF: reduce validation overhead in `Latitude._validate_angles`

neutrinoceros opened this pull request 12 months ago
TST: Mark slow tests in astropy/samp

neutrinoceros opened this pull request 12 months ago
Non-Finite Error even with all Finite Data

Ragadeepika-Pucha opened this issue 12 months ago
BUG: fix calling Table.group_by on an empty table

neutrinoceros opened this pull request 12 months ago
MAINT: The __init__ cols argument should be set to None in TableColumns

MridulS opened this pull request 12 months ago
BUG: Fix Binary2 serialization for VOTable

Deen-dot opened this pull request 12 months ago
Memory leak in Table indices

taldcroft opened this issue 12 months ago
PERF: optimize a hot path in `Angle.__new__`

neutrinoceros opened this pull request 12 months ago
Implement `formatter` as parameter for Quantity.to_string method

Deen-dot opened this pull request 12 months ago
MAINT: Move to new numpy.random API in test_*.py

MridulS opened this pull request 12 months ago
RFC: fix a logic error in Angle.to_string with no observable impact

neutrinoceros opened this pull request 12 months ago
RFC: deduplicate angle to sexagesimal functions in coordinates.angles.formats

neutrinoceros opened this pull request 12 months ago
BUG: a logic error in `Angle.to_string`

neutrinoceros opened this issue 12 months ago
BLD: OSX ARM wheels are now tested

pllim opened this pull request 12 months ago
BLD: Nightly wheel upload fails due to time formatting error

pllim opened this issue 12 months ago
MAINT: use tmp_path fixture for visualization test

MridulS opened this pull request 12 months ago
Use `tmp_path` in Astropy visualization test

nstarman opened this issue 12 months ago
ENH: include exclusive values from IERS_B in IERS_Auto (blocked by #16725)

neutrinoceros opened this pull request 12 months ago
API: deprecate warning for show_in_browser

MridulS opened this pull request 12 months ago
API: Deprecate show_in_browser and remove related JSViewer code

MridulS opened this issue 12 months ago
MNT: improve bug report template (environment report)

neutrinoceros opened this pull request 12 months ago
BUG: make report_diff_values returns consistent (ignoring terminal size)

neutrinoceros opened this pull request 12 months ago
TST: mark slow tests in astropy/time/tests

neutrinoceros opened this pull request 12 months ago
DEPR: emit a `FutureWarning` when mutating `Time.location` post-initialization

neutrinoceros opened this pull request 12 months ago
MAINT: product/cumproduct/sometrue/alltrue is removed from numpy 2.0 dev

MridulS opened this pull request 12 months ago
BUG: ``Time.location`` is a mutable hash component

neutrinoceros opened this issue 12 months ago
MAINT: Run PTH flake test in prep for supporting pathlib

MridulS opened this pull request 12 months ago
BUG: ensure powers of units are consistently as simple as possible

mhvk opened this pull request 12 months ago
Backport PR #16048 on branch v6.0.x (DEV: PR milestone checker is finally possible)

meeseeksmachine opened this pull request 12 months ago
MNT: Remove deprecated astropy.utils.console.terminal_size

pllim opened this issue 12 months ago
Units' __hash__ changes when squaring & square-rooting

schlafly opened this issue 12 months ago
Converting `mpl_style.py` to a static stylesheet ?

neutrinoceros opened this issue 12 months ago
CLN: cleanup unused private functionalities in `utils.console`

neutrinoceros opened this pull request 12 months ago
DEV: PR milestone checker is finally possible

pllim opened this pull request 12 months ago
TST: pyinstaller does not like matplotlib in quotes

pllim opened this pull request 12 months ago
fix: set priority order for databases queried by name_resolve

ManonMarchand opened this pull request 12 months ago
DEPR: deprecate astropy.utils.console.terminal_size and stop using it internally

neutrinoceros opened this pull request 12 months ago
TST: unpin pluggy following release of pytest-mpl 1.7

neutrinoceros opened this pull request 12 months ago
DEPR: should we deprecate `astropy.utils.console.terminal_size` ?

neutrinoceros opened this issue 12 months ago
Revive milestone check in CI?

pllim opened this issue 12 months ago
DOC: add a note about automatic compression to fits.*.writeto functions

neutrinoceros opened this pull request 12 months ago
BUG: inconsistent behaviour when inserting a `Quantity` into a `Column`

neutrinoceros opened this issue 12 months ago
DOC: Make ruff less rough for new contributors

pllim opened this issue 12 months ago
Address Ruff rule PLR0911 in `convolution`

eerovaher opened this pull request 12 months ago
physical type support for surface brightness

kecnry opened this pull request 12 months ago
Update minimum required version of astropy-iers-data

github-actions[bot] opened this pull request 12 months ago
MAINT: Use ruff-format instead of running black in pre-commit

MridulS opened this pull request 12 months ago
PR 16005 changelog: added to API.

orionlee opened this pull request 12 months ago
Start enforcing Ruff rule ANN201 in `modeling`

eerovaher opened this pull request 12 months ago
MAINT: bump min versions to match SPEC 0

MridulS opened this pull request 12 months ago
Fixed Ruff rule TRY300 in samp

Shaheer-Ahmd opened this pull request almost 1 year ago
Pseudo-Voigt: Compound Model or functional_models

Ajb2307 opened this issue about 1 year ago
Bugfix for issue 14333 (convolve_models giving strange results)

subagonsouth opened this pull request about 1 year ago
TST: add regression tests for issue #12216

neutrinoceros opened this pull request about 1 year ago
TST: fix compatibility issue with pytest dev (8.1)

neutrinoceros opened this pull request about 1 year ago
TST: 9 failures in test_angles.py in devinfra job

pllim opened this issue about 1 year ago
Fix TDISP parsing for floating numbers, formats ES/EN

orionlee opened this pull request about 1 year ago
TST: test_api_lookup to use stable for non-dev version test case

pllim opened this pull request about 1 year ago
Remove obsolete code from `utils/console.py`

eerovaher opened this pull request about 1 year ago
Backport PR #16007 on branch v6.0.x (Fix TDISP parsing for floating numbers)

meeseeksmachine opened this pull request about 1 year ago
DOC: simplify a docstring that refered to Python2/Python3 differences

neutrinoceros opened this pull request about 1 year ago
BUG: fix a crash when calling FITS writeto methods with sys.stdout as the output stream

neutrinoceros opened this pull request about 1 year ago
Fix TDISP parsing for floating numbers

saimn opened this pull request about 1 year ago
Consistently use 64-bit integers in `io.ascii` (including Windows)

orionlee opened this pull request about 1 year ago
DOC: bring docstring of QTable up to date with that of Table. [skip ci]

mhvk opened this pull request about 1 year ago
Backport PR #16000 on branch v6.0.x (DOC: gitready is no more (fix linkcheck))

meeseeksmachine opened this pull request about 1 year ago
DOC: gitready is no more (fix linkcheck)

pllim opened this pull request about 1 year ago
Address Ruff rule PLR0911 in `coordinates`

eerovaher opened this pull request about 1 year ago