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

Ensure the unit is kept if the output of np.median is nan

66d7ce53d35fbb3c67406e960123e903396c1119 authored almost 2 years ago
Merge pull request #14628 from Mubin17/Mubin17/Issue#14536-

Make getting a topocentric ITRS position easier

6f3ec348833fcb35e2a16fa6653983731736d5ff authored almost 2 years ago
Make getting a topocentric ITRS position easier

7140e81be393c5008dab8b3153d69f191a590abd authored almost 2 years ago
Merge pull request #14633 from eerovaher/coord-representation-strs

Remove an obsolete `_array2string()`

c667e73df92215cf1446c3eda71a56fdaebba426 authored almost 2 years ago
Remove an obsolete utility function

The removed function used to provide compatibility for different
versions of `numpy`.

66c4e1cf2be568971e54af6836735ea0cfc08506 authored almost 2 years ago
Merge pull request #14629 from eerovaher/table-rename-column-docstring

Improve the docstring of `Table.rename_column()`

17f78a199e54fdfe2fd7e5dae7bbad9c5f203619 authored almost 2 years ago
Improve the docstring of `Table.rename_column()`

The docstring mentioned an alternative way to rename a column, but
warned that it does not work ...

256ecb34401cad16b5e21ffa02a53908c91fefd1 authored almost 2 years ago
Merge pull request #13730 from tribeiro/replace-os-rename-with-shutil-move

In astropy/utils/data.py, update `_rmtree` to use `shutil.move` instead of `os.rename`.

b483f46ccfb6e81f5b84e91ece18b8014e7b50a7 authored almost 2 years ago
Merge pull request #14235 from eerovaher/coord-tests-refactor

Refactor `coordinates` tests to enable `black` for all the code

754796f63ae817b0d434f34eec4726487ea982c8 authored almost 2 years ago
Merge pull request #14537 from eerovaher/earthlocation-always-has-sites

Improve `EarthLocation` site registry tests

be9e19b39ae106325aa225df0abe41a5922ca71f authored almost 2 years ago
Merge pull request #14624 from mhvk/masked-ufunc-outer-one-not-masked

Ensure masks are propagated correctly for ufunc.outer

ffc810c35d9765a3583300a62cf96e1cc7455368 authored almost 2 years ago
Move test data from tests to a separate data file

The test data used in a `coordinates` test file is now placed in
separate test data files, toget...

86feaf16adee5e24c11eab42fe9893e269483623 authored almost 2 years ago
Use module level constants in `coordinates` tests

The modules in `coordinates` which contained the `black` `# fmt: off/on`
instructions now use ma...

b8e41bec8fdafb6150a478cf37500aa939c28d17 authored almost 2 years ago
Prefer `pytest` fixtures over helper functions

The output of `pytest` fixtures can be cached, which is an advantage
over simple test helper fun...

ebd2b3c5873695342df00dd167c6d93804ff60a4 authored almost 2 years ago
Apply small updates to `coordinates` tests

The modules in `coordinates` tests that recently contained the `black`
`# fmt: off/on` instructi...

4d536be3a6c339d54e892d3920f2b5d65ce9078a authored almost 2 years ago
Parametrize tests in `coordinates`

The modules in `coordinates` tests that recently contained the `black`
`# fmt: off/on` instructi...

061f6dd2e0c405e9a8d52d30882c69c98c0b05a5 authored almost 2 years ago
Prefer module level imports in `coordinates` tests

Function level imports have been replaced with module level imports in
those `coordinates` test ...

d3c97db215c3c51030c35d6f9f60ec5ea8d6cc43 authored almost 2 years ago
Remove a duplicate coordinates transformation test

One of the `coordinates` unit tests used to check the ability to perform
a coordinate transforma...

0a95e0a25c3f60a814f52be7a30770a19ddea862 authored almost 2 years ago
Merge pull request #14625 from astropy/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate

cb90984f49913981e621f623dd8de11bba06557e authored almost 2 years ago
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.260 → v0.0.261](https://github.com/ch...

d88a2e99a546ba6077a653576fb71df6c950488e authored almost 2 years ago
Ensure masks are propagated correctly for ufunc.outer

29f396c664cf4f67ca7aeb3297cf9b1658df38cc authored almost 2 years ago
Refactor Solar System ephemerides tests

e658314e70b90a81e0a9e8b1354f716ea61a79fe authored almost 2 years ago
Merge pull request #14608 from bsipocz/testing_plugin_discovery

BUG: fixing pytest plugin discovery

140051b0691c8fd1cc4bc4860c59803a96485d95 authored almost 2 years ago
[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

45a173c1a8f756fbe91a83cd6076cf35cb854826 authored almost 2 years ago
Merge pull request #14617 from mhvk/time-test-precision-failure

Avoid false positive test for large numbers with opposite sign

25fe8b0c6c8d97b1ef41c52098974ef8c443abda authored almost 2 years ago
Avoid false positive test for large numbers with opposite sign

6acd49800eee91d2887e7d819e3bcfb814d756d2 authored almost 2 years ago
MAINT: to avoid black's madness

24ecc96cb6ecf4bb8f1b0ec1a9febbfb76cc4a7a authored almost 2 years ago
Use monkeypatching to trigger an error for testing

One of the unit tests in `coordinates` checks what the code does if the
user specifies an URL fo...

0c55e376f7fc0ef02ae7829f132462008f963ec0 authored almost 2 years ago
Move data for a unit test to a separate file

3be0236210ef3af93c6f24a264d9e8ec83c1a431 authored almost 2 years ago
Parametrize more Solar System ephemerides tests

The Solar System ephemerides tests previously used two test classes that
prepared the expected v...

7b94d93149d54eb64521664295907efba2f166c0 authored almost 2 years ago
Refactor a test comparing `astropy` with `skyfield`

A test function comparing the `astropy` and `skyfield` locations of a
few Solar System bodies ha...

bec33be86fc04885dfadaf9b56acbcfcdffe79e3 authored almost 2 years ago
Merge pull request #14566 from mhvk/time-decimalyear-no-units

Disallow the use of quantity input for 'decimalyear' format.

b40081ff722c5ca0a4ff1578abe4587e44c0eeba authored almost 2 years ago
Refactor so byear and decimalyear share validation

108196b45ffa3037204a524c0ab66a3bd0b1c812 authored almost 2 years ago
Special day is over

[ci skip]

fc2e0754d9020bb9998bd0bb6ecb459d7f38bd44 authored almost 2 years ago
Disallow the use of quantity input for 'decimalyear' format.

Using quantities with units of time for ``Time`` format 'decimalyear' will now
raise an error in...

3c303f405883f9df677931314b8348ecec30fb00 authored almost 2 years ago
BUG: fixing pytest plugin discovery

31dcb81f372dd7b71b37be1bdffbb5597e936f63 authored almost 2 years ago
Merge pull request #14607 from astropy/pre-commit-ci-update-config

35cd736392377a5b0831ada2ac320cdd38325c86 authored almost 2 years ago
Resolve pre-commit issues

d4096dcfa701ae976d700b89e13d8a75edd40f6f authored almost 2 years ago
Revert "[pre-commit.ci] auto fixes from pre-commit.com hooks"

This reverts commit 3c46ddd0a0376b7ec4350d4d3a4c9516ee2cb2dd.

715d612dcb498c2445314af29ad07fa5bd8311af authored almost 2 years ago
[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

3c46ddd0a0376b7ec4350d4d3a4c9516ee2cb2dd authored almost 2 years ago
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.257 → v0.0.260](https://github.com/ch...

9ea5ddae91430b79f1314424f50c967d93c2c947 authored almost 2 years ago
Add tests for ``import_file_to_cache`` and ``clear_download_cache`` for when ``os.rename`` raises an OSError exception with ``errno = errno.EXDEV``.

4fa8119eaabc7174773b6565e480c91dac45ec26 authored almost 2 years ago
Update changelog.

e5afb33bda9a50f40c35e962632c214a6550d900 authored almost 2 years ago
In astropy/utils/data.py, update `_rmtree` to catch OSError and use ``shutil.move`` if errno == EXDEV.

Using `os.rename` may raise an "OSError: [Errno 18] Invalid cross-device link" exception when ru...

ea490e1976bc71196afc31b9f84df7b68184a147 authored almost 2 years ago
Merge pull request #14606 from taldcroft/time-datetime-allow-leap-second

Add strict arg to Time.to_datetime() for leap second handling

aaf8975dd12d512a046ce11e6a404ed47372d7a8 authored almost 2 years ago
Use leap_second_strict with "raise", "warn" or "silent"

f0ffcd521d1a3e608b9eef755ae1c035b2257595 authored almost 2 years ago
Add strict arg to Time.to_datetime() for leap second handling

e5bf028313b33eb8a92d139983964ccc18987162 authored almost 2 years ago
Merge pull request #14518 from mhvk/quantity-subclass-safe-info-propagation

Ensure we only propagate info for new views when needed.

e40c0eb94b7729ceb7e8d7fe93d8b57f003e2c8c authored almost 2 years ago
Merge pull request #13989 from dstansby/wcs-pix

Deprecate getting/setting pix on WCSAxes Spine

b075043195c69ffb59b01322a3b4fd0f879af9b9 authored almost 2 years ago
Remove unnecessary _data setting

15916498bd91051adcf75fe09d14f944403ffd91 authored almost 2 years ago
Remove redundant setting

f98802300fb3876ae5808b76f7ae408cfdc38a1d authored almost 2 years ago
Fix spherical frame

4fbcc7e4f3d0749f4b9d64a55c6d29582c83bc22 authored almost 2 years ago
Deprecate getting/setting pix on WCSAxes Spine

e309e367f79877ab3f2311a68de02691867b5c67 authored almost 2 years ago
Merge pull request #14601 from WilliamJamieson/mnt/daily_cron

Change daily chron to 3.11 and add manual trigger

59b632b69947986b32fd71353bfbe407df6d55f8 authored almost 2 years ago
Suppress the cgi warning

c38f03a09799cba2e6f0845562a3a6684715fa2e authored almost 2 years ago
Change daily chron to 3.11 and add manual trigger

9d786f2966d134eef4ca6b543ee684c76d479fee authored almost 2 years ago
Merge pull request #14251 from nabobalis/main

[FIX] _transform_plot_args was converting to degrees instead of coord_unit

8010bcb486087b1d3073a4f69f300f75d784d3e1 authored almost 2 years ago
Nothing to see here

[ci skip]

ffdc0c6191800c43d5faebcd8d4fbfb6d80445f5 authored almost 2 years ago
Fix code style and add figure hash

3c938657d67e117f976b614a2d212db70964f8da authored almost 2 years ago
Merge pull request #14597 from eerovaher/fix-citations

Fix `astropy` citations

8f8dafa03ed6da4047f40e65c19b2c2092072656 authored almost 2 years ago
Added test of WCSAxes and plot_coord with a non-degree celestial WCS

4fc02da7fbf35e40e815b4ada6f7b84000382542 authored almost 2 years ago
Update convolution example plots

a4d22f7c951c79277dccd372cbc8776ba56b7864 authored almost 2 years ago
Use scipy.ndimage.convolve instead of from scipy.signal

a88bcb54cbed42697e8246f7beb6f5fcf68a003c authored almost 2 years ago
Fix convolve plot labels

85ad88fafb0199c6c7b5788d2868029ba50084ff authored almost 2 years ago
Update convolution comparison to SciPy

43b746c6e88da0b5090e602beee0667a6c4a4d61 authored almost 2 years ago
Merge pull request #14596 from mhvk/ufunc-where-override

Tests for where overrides in __array_ufunc__

b4194cd8a2f020a4fa12944d7f90c11d2ff5b39f authored almost 2 years ago
Ensure where works with ufuncs on quantities

a1755a551fe83055a29d3be0e8f1a6a9635d154c authored almost 2 years ago
Fix the name of a contributor in CITATION

67d87536f182efe436f4af54429b6550fe95a001 changed the name of a
contributor from `D{\'A}vella` to...

a566b2e24aaf3f3498d627b28e8f9a5df0846038 authored almost 2 years ago
Ensure all citations have the same first author

63f1f0587415ff884ab02eb2d8b6ec740cdd839d authored almost 2 years ago
Merge pull request #14594 from meeseeksmachine/auto-backport-of-pr-14593-on-main

Backport PR #14593 on branch main (Finalizing changelog for v5.2.2)

9bcaf0d5288e9e87e5b3177fe2cdac89798b878a authored almost 2 years ago
Improve coverage of functions: in-place np.fix

ac007f425fb14231904a5e83fe3dc9cdfdd6ef5f authored almost 2 years ago
Merge pull request #14590 from mhvk/masked-ufunc-where

Support masked where in ufuncs

ddd0214243f9401824ed3ca5f8bf1d0856085068 authored almost 2 years ago
Backport PR #14593: Finalizing changelog for v5.2.2

468ab4c2eee5e0f17b3ca4b45ac525a901459883 authored almost 2 years ago
Support masked where in ufuncs

5e1cca7b8574dbf6fa9b43d1bac7b548465910ca authored almost 2 years ago
Merge pull request #14586 from larrybradley/fix-typo

DOC: fix typos

5f74eacbcc7fff707a44d8eb58adaa514cb7dcb5 authored almost 2 years ago
DOC: fix typos

2f19c033ea489e6df92df5b89c1f6d035d535ad3 authored almost 2 years ago
Merge pull request #14582 from braingram/asdf_3p0_version_check

BUG: fix asdf 3.0 version check

69ebb1379864f4c66133da0b58d2ff8bf009c009 authored almost 2 years ago
fix asdf 3.0 version check

a9304de429b9756419f90e9b6f90b71fc00c4962 authored almost 2 years ago
Merge pull request #14570 from pllim/update-danbury-ct-loc

TST: Apparently Danbury CT moved a little

e9b3bda1f0e89fd9a7fd118afc8e48ca5f098526 authored almost 2 years ago
TST: Apparently Danbury CT moved a little

so we update the doctest.

7678adfaa2f7340c5c5e49a32d03fa4afc83b3d2 authored almost 2 years ago
Merge pull request #14568 from pllim/of-pyerfa-and-linkcheck

TST: Ensure we use minversion of pyerfa in oldestdeps, skip URL in linkcheck

087c5c7681a6a9168f10189a0591b9244a4c5403 authored almost 2 years ago
TST: Ensure we use minversion of pyerfa

in oldestdeps job. Also exclude URL from linkcheck because I think service provider is blocking o...

801574fbcfe5580cc948b9c6a0bfc83ad6bb3bc2 authored almost 2 years ago
Remove Examples headings in coord landing page

9310060c12e1ec0dd4c2fc85bcf06c54a1866c73 authored almost 2 years ago
Merge pull request #14559 from pllim/nature-topcat

DOC: Update TOPCAT links and reuse same ref throughout

d3b5af50f6c1cfa14da0799c8835426d6db1a39e authored almost 2 years ago
DOC: Update TOPCAT links and reuse

same ref throughout for my future sanity.

bbea5211c36efcf4f26ab64d2446b32640c4a967 authored almost 2 years ago
Merge pull request #14554 from gavodachs/to-ucd-1.5

Updating the UCD list to upstream version 1.5

fa77ca046799fe7bc7f8979b5716e860414b195d authored almost 2 years ago
Merge pull request #14555 from astropy/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate

26aedc7cbc91d15aacd58a061076f81719fc0334 authored almost 2 years ago
Updating the UCD list to upstream version 1.5

This has been endorsed on Jan 25, but publication was a bit delayed;
cf. https://ivoa.net/docume...

1bee166eb9609e8e4148e488c3e0c6a1f78270ac authored almost 2 years ago
Additional error code suppressions

e3d9727ab6cfff5728ea1b40d0443a413633c56e authored almost 2 years ago
[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

6715c97b9c2e140b2a362efab46185df1ff8d4b9 authored almost 2 years ago
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.254 → v0.0.257](https://github.com/ch...

3f6daadc2357ecb3d4092b26b0c289f5e12c9003 authored almost 2 years ago
Merge pull request #14550 from pllim/one-dtype-endian-two-dtype-endian

TST: Only run some doctest with numpy<1.25

eb87d5189759c6838fb2407aaaa46272abe82e8b authored almost 2 years ago
TST: Only run some doctest with numpy<1.25

to avoid change in printed dtype caused by numpy/numpy#23295

e22607fb0ea75dafb9d1a80249d1b235dd85a0e9 authored almost 2 years ago
Merge pull request #14516 from braingram/asdf_3p0_conftest

BUG: ignore io.misc.asdf tests for asdf >= 3.0.0.dev

e97853b996ccae68b4ed033eccfe466e7382df90 authored almost 2 years ago
Merge pull request #14494 from pllim/fix-linkcheck-20230306

DOC: Exclude some URLs from linkcheck

9a6438584907e4956ec3a58a38aa438b7ef5943b authored almost 2 years ago
Merge pull request #14539 from saimn/fits-fix-14523

Fix FITSDiff for Q type VLA

f8877ac3ce7d6a175c17cc741ff688f0037caa8d authored almost 2 years ago
TMP: Replace broken TOPCAT and STILTS

links with temporary links provided by author.
Ignored broken link in astropy/io/ascii/tests/data...

6dde899f811f52529d3ed330685532aacbdb8e49 authored almost 2 years ago
DOC: Exclude some URLs from linkcheck

65e97d8d8d12ee443291497a627ccb53e52b6c00 authored almost 2 years ago
Increase test coverage in `coordinates`

There were no unit tests for the case where `EarthLocation` wants to
access the remote observato...

f22dc68f21b11bd8094ba5c2bf1b5bbd59d48a27 authored almost 2 years ago
Fix FITSDiff for Q type VLA

d909e2c72e2aea53ce1deb5e0a8f21926a0c83c0 authored almost 2 years ago