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

Add flynt configuration

Change flynt from a pre-commit hook to weekly cron

6b0b395bf660aecbbfcdd7001e8d7b14a626ba3e authored almost 2 years ago by William Jamieson <[email protected]>
Updated CFITSIO Readme

afe55725098f25a90b4f48aaa4f0a8ffb228d02b authored almost 2 years ago by Thomas Robitaille <[email protected]>
Add comment about .tobytes()

4690dd6505e4a432f9da704da8f8234430bc5095 authored almost 2 years ago by Thomas Robitaille <[email protected]>
Move unquantize to astropy/io/fits/_tiled_compression as it isn't exposed in the CFITSIO library and because it is edited from imcompress.c so doesn't make sense to keep it in cextern

1ed7e1ec4fd31ae840451732ee506902a254967d authored almost 2 years ago by Thomas Robitaille <[email protected]>
Adjusted setup_package.py to recognize ASTROPY_USE_SYSTEM_*

eaab9110bc10148b46de845f2b433f56a8e1cb0c authored almost 2 years ago by Thomas Robitaille <[email protected]>
Merge pull request #14050 from dstansby/coord-wrap-unit

Deprecate passing coord_wrap as bare number

c5075845d900bc062b633369f228ea8fd89470d6 authored almost 2 years ago by P. L. Lim <[email protected]>
Remove unused CFITSIO files

409f034a5e23f575fd8fd5acd2d710e0280736d5 authored almost 2 years ago by Thomas Robitaille <[email protected]>
Code cleanup

aa57325171351e87837e69f0e15715e27b9043e6 authored almost 2 years ago by Thomas Robitaille <[email protected]>
Factor out tile iteration code as suggested by @saimn

d372a45cb4e2df3d13b7a8747b6a073548627224 authored almost 2 years ago by Thomas Robitaille <[email protected]>
Simplify 'if' statement

51d247aea14b63482235fcfe14e847dcb097977a authored almost 2 years ago by Thomas Robitaille <[email protected]>
Fix endianness of PLIO compressed data on big-endian platforms

4ce62463a67bddb96d0e3421bc9cb2dc24d68005 authored almost 2 years ago by Thomas Robitaille <[email protected]>
Code cleanup/commenting following review by @saimn

7d01f5eb7319d0cda80a9b4f209cc94f1d4b3ec0 authored almost 2 years ago by Thomas Robitaille <[email protected]>
Remove unnecessary check on hdu.data

417fd293886076fede9c8ec42534919378efabea authored almost 2 years ago by Thomas Robitaille <[email protected]>
Added news fragments

8ba2042043a20a28b13fad3ac6257e524616d484 authored almost 2 years ago by Thomas Robitaille <[email protected]>
Add back .tobytes()

5ff24af8e84af11eaaa3194e8cc3d85e5c4228b8 authored almost 2 years ago by Thomas Robitaille <[email protected]>
Actually test the tile shape we wanted to test

3e61fd613b3b70299d9ce272100bb8dc7e2c3c62 authored almost 2 years ago by Stuart Mumford <[email protected]>
Fix documentation warnings

a2fd9b339f4322f13c69905e5f7676ad117ea999 authored almost 2 years ago by Thomas Robitaille <[email protected]>
Fixed remaining Sphinx warnings

282899eb07d46b29366b2e32f9fcfd8028320047 authored almost 2 years ago by Thomas Robitaille <[email protected]>
Moved news fragment and fixed black formatting

2ef39f228ffe52f21d9c8f34d0c7d24975cb1dbf authored almost 2 years ago by Thomas Robitaille <[email protected]>
Fix codestyle

b2d61ce8f578b71fdfd7d7f711842f4b1be3706c authored almost 2 years ago by Thomas Robitaille <[email protected]>
Don't set quantization row if method is -1

28cf8be66406b8fda1738d11948a05b9a7c0cbf0 authored almost 2 years ago by Thomas Robitaille <[email protected]>
Remove ZBLANK logic from data property since this is handled at a lower level during unquantization (ZBLANK has to apply before the conversion of the data to float)

167b464aadfaccacc6ff8fdaaf729f5d74d3b84c authored almost 2 years ago by Thomas Robitaille <[email protected]>
Fix a variety of segfaults and memory issues

ea6f28d88420dbb8e6511398302ddae36704f70d authored almost 2 years ago by Stuart Mumford <[email protected]>
Rewrite C module init and add custom exception

2f17df9226e79857ddcf9fe562d588f00c00b6ec authored almost 2 years ago by Stuart Mumford <[email protected]>
Fix a buffer error with hcompress

b5b011c36bfb65260286c57de313d3bb34f3e9ac authored almost 2 years ago by Stuart Mumford <[email protected]>
Remove some unused code from imcompress.c

This commit should be able to be dropped / modified when we actually
remove the unused bits of c...

1ecb9928b59bc51d7e64616f8d26230e28b5b43a authored almost 2 years ago by Stuart Mumford <[email protected]>
Various tiled_compression cleanups

Make whole module private
Change to kwargs in Codecs
More tests, including for >3D.

89ac1a357531b6fcbb0f3ddbd4d36d8dca5a6594 authored almost 2 years ago by Stuart Mumford <[email protected]>
Enable lossy floating point tests for GZIP

b725ab1abfe5407f906bf220cb66b4c0220d0888 authored almost 2 years ago by Thomas Robitaille <[email protected]>
Finish implementing reading in of lossless GZIP fallback

b5ce715722dccd391831aeb559fb15c75f876d1f authored almost 2 years ago by Thomas Robitaille <[email protected]>
Starting adding support for de-quantization in decompress_hdu

5f87b7452cccf8a3ea711c3f3f3250f4072afbee authored almost 2 years ago by Thomas Robitaille <[email protected]>
Use cfitsio for quantization

ad6a94bdd5a59923e5b72929d21dd66c3136f62e authored almost 2 years ago by Thomas Robitaille <[email protected]>
Support lossless GZIP decompression (with fitsio tests)

beb6dccaa23ff7f963402764cd5d0e66887218dd authored almost 2 years ago by Stuart Mumford <[email protected]>
Improve the fitsio tests

7a6aa868713ed403c5dd53740c0991ee8bde232a authored almost 2 years ago by Stuart Mumford <[email protected]>
More fixes to compress_hdu

0e72247a67235a43153180f5eb748b80facf61d1 authored almost 2 years ago by Thomas Robitaille <[email protected]>
Fix fitsio tests for all compression types

819e0c86485d4ff5edea30dc74c4c8685be70b9f authored almost 2 years ago by Thomas Robitaille <[email protected]>
Various improvements to (de)compress_hdu

10f1b8d6ba32187649c33171233ffb46a85fd7f8 authored almost 2 years ago by Thomas Robitaille <[email protected]>
Use new Python compress_hdu and decompress_hdu functions

4aff3495eaa1053207fb6192a47fd97e730c07bc authored almost 2 years ago by Thomas Robitaille <[email protected]>
Remove compressionmodule.c in favor of astropy.io.fits.tiled_compression

c9498f9c31fe2773f94ab4b3578880ae3a9a7500 authored almost 2 years ago by Thomas Robitaille <[email protected]>
Test against calls to fitsio

e1b4f3664580d883577e856e070b349ec096a1e0 authored almost 2 years ago by Stuart Mumford <[email protected]>
Fix up some tests and let gzip fail

79920144f2f40f9f669bd766e255b1f9497d6e77 authored almost 2 years ago by Stuart Mumford <[email protected]>
Add canonical compressed data from FITS site

864eac534d0b1bc8ee5d7c6bfaa714124c3a31bc authored almost 2 years ago by Stuart Mumford <[email protected]>
Implement FITS Compression algorithms in Codec classes

643b8143aecc2abaa18c37803affc885244b5ae7 authored almost 2 years ago by Stuart Mumford <[email protected]>
Apply suggestions from code review

7171e79e3f9556dfe490cb2e61b2c0c8bb397927 authored almost 2 years ago by Stuart Mumford <[email protected]>
Remove unneeded tests and simplify canonical tests

be6694129022901527c0a2ac7652a0048cc64ad8 authored almost 2 years ago by Thomas Robitaille <[email protected]>
Renamed lossless to gzip_fallback and don't have Quantize inherit from Codec

bc83b8e138206f86f3f331be1221f645f5a996bb authored almost 2 years ago by Thomas Robitaille <[email protected]>
Split up tiled_compression.py

08eed5e65fa3f9ec30da7b435fae0d0c18e4e9b9 authored almost 2 years ago by Stuart Mumford <[email protected]>
Fixed test_empty

9d6ced4045244c3f9a154c1e79e0c8f73fe23a52 authored almost 2 years ago by Thomas Robitaille <[email protected]>
Fix tests related to PLIO compression (in which gzip fallback is used)

379ab476d3503ddea223e61fd53490fa7d2ce94f authored almost 2 years ago by Thomas Robitaille <[email protected]>
Include an exact zero in test data and make sure this is preserved exactly with SUBTRACTIVE_DITHER_2

b69bf1b954cf684e61aa252d9bab08cfa397c99d authored almost 2 years ago by Thomas Robitaille <[email protected]>
Added support for ZBLANK

34848ae625d346c0d920f57b0ec12eb3129c2fb6 authored almost 2 years ago by Thomas Robitaille <[email protected]>
Attempt to fix the PLIO compression segfault

500fa39631a8e6b978e32e508e4adf79626affcf authored almost 2 years ago by Stuart Mumford <[email protected]>
Some docstring improvements

dfb2433a7a6d138ac60dffea4fbdd38d86d23fff authored almost 2 years ago by Stuart Mumford <[email protected]>
Guard against a segfault in HCOMPRESS

This validates the case where the shape for a tile is passed incorrectly
to the C wrapper

44bcea664f935fc3eec7788d7f24c79828cb4b0c authored almost 2 years ago by Stuart Mumford <[email protected]>
i heard you like PLIO segfaults, so I made PLIO segfault again

8186ad066dcf9c462d63df3371dcb21951b0c969 authored almost 2 years ago by Stuart Mumford <[email protected]>
Merge pull request #14274 from nstarman/ruff-fix-SIM

Ruff fix select SIM codes

62073f722947b83606734c8063cdf4c6b2d6f515 authored almost 2 years ago by Nathaniel Starkman <[email protected]>
Merge pull request #14266 from eerovaher/rm-skycoord-representation

Remove `SkyCoord.representation`

9409d02ff9e101d4215f83aa1f9a23d805230fd0 authored almost 2 years ago by Nathaniel Starkman <[email protected]>
Merge pull request #14281 from pllim/tst-fix-contour-empty

TST: test_contour_empty no longer warns with matplotlib 3.7.dev

e248f959323b4a71c44c29840e59d8c6b766d1ed authored almost 2 years ago by P. L. Lim <[email protected]>
Attempt to fix nightly wheel upload

2ad9283fe03a6e10d69c68b6a4260f677ead634f authored almost 2 years ago by P. L. Lim <[email protected]>
TST: test_contour_empty no longer warns

with matplotlib 3.7.dev

a036ce741aa4020e7dd10f249b4bf03a7e867c30 authored almost 2 years ago by Pey Lian Lim (Github) <[email protected]>
Merge pull request #14275 from nstarman/ruff-fix-bugbear

Ruff fix select flake8-bugbear

b1b29ca05dd5697b2b9741dc4649d0bd36d8e530 authored almost 2 years ago by Nathaniel Starkman <[email protected]>
TST: Fix CircleCI baseline jobs

316d617326ab78bc525a20092dbc9e1ce395c0e6 authored almost 2 years ago by P. L. Lim <[email protected]>
fix B011 - DoNotAssertFalse

Ruff will fix this in future PRs

Signed-off-by: Nathaniel Starkman (@nstarman) <nstarkman@proto...

c7e85ffc4d8b7d02672f52896d70efcd78beee1f authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
Manual improvements

Signed-off-by: Nathaniel Starkman (@nstarman) <[email protected]>

69047f4459987110788fdaf603bf2e98dddfb900 authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
Remove `SkyCoord.representation`

The property and its setter used to provide a convenient shortcut to
`SkyCoord.frame.representat...

62ee13764ce5d012082470fe1897ae03eab5a730 authored almost 2 years ago by Eero Vaher <[email protected]>
Merge pull request #14207 from nstarman/cosmo-tests

Cosmo tests

b1e6ff80b708c30f6e235ac8f027a763f4297a79 authored almost 2 years ago by Nathaniel Starkman <[email protected]>
fix B010 - SetAttrWithConstant

Ruff will autofix this in future PRs.

Signed-off-by: Nathaniel Starkman (@nstarman) <nstarkman@...

bf1cc6b22b81ab95662882a1110967e614c29a2e authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
fix B009 - GetAttrWithConstant

Ruff will fix this in future PRs.

Signed-off-by: Nathaniel Starkman (@nstarman) <nstarkman@prot...

2ad24ac6fe100070869f76a1cb7b00f746a81a0a authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
fix SIM300 - YodaConditions

Ruff will fix this in future PRs

Signed-off-by: Nathaniel Starkman (@nstarman) <nstarkman@proto...

e5c87c1572379cad77f64dfb5929003cb4c374d2 authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
fix SIM210 - IfExprWithTrueFalse

Ruff will fix this in future PRs

Signed-off-by: Nathaniel Starkman (@nstarman) <nstarkman@proto...

1a1d2ed1586dbfecff4ecb5c2a706a5585f60fe6 authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
fix SIM111 - ConvertLoopToAll

Ruff will autofix this in future PRs.

Signed-off-by: Nathaniel Starkman (@nstarman) <nstarkman@...

11993495d8498fdb4d2a90e2a440e2a492238c88 authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
fix SIM109 - CompareWithTuple

Ruff will autofix this in future PRs.

Signed-off-by: Nathaniel Starkman (@nstarman) <nstarkman@...

2d99a276e3bc98283e492670d7584b162138d1ac authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
fix SIM103 - ReturnBoolConditionDirectly

Ruff will autofix this in future PRs

Signed-off-by: Nathaniel Starkman (@nstarman) <nstarkman@p...

2a0c5c6f5b982a76615c544854cd6e7d35c67c7f authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
fix SIM101 - DuplicateIsinstanceCall

Ruff will autofix in future PRs.

Signed-off-by: Nathaniel Starkman (@nstarman) <nstarkman@proto...

469a39d3637376ab1613f8b2fc949233fce94aee authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
Merge pull request #14272 from nstarman/ruff-fix-D400

fix D415 - EndsInPunctuation

50c27ba1682064267a90fbdf44968612109b6f79 authored almost 2 years ago by Nathaniel Starkman <[email protected]>
Merge pull request #14139 from maxnoe/remove_pypi_filter

Tox 4.0 compatibility - disabling pipy_filter

83f270a527730c0a0bd2308c64abfaed8ab8d944 authored almost 2 years ago by Derek Homeier <[email protected]>
Merge pull request #14273 from astropy/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate

adc70d859199969985522563a20a4744c09e8594 authored almost 2 years ago by Nathaniel Starkman <[email protected]>
Apply fixes from pre-commit.com hooks

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

Added ignores for:
- flake8-commas

Fixed:
- RS...

2ed49cb4eb7f97104dee8a9c57db9102057a63be authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
fix D415 - EndsInPunctuation

Also cleaned up the per-file ignore config for examples.
In future, ruff will try to autofix the...

b4f3daeaea1c30a9c34b58ccd1a4e24f57cabad2 authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](https://github.com/pre-commit/...

20b80367978c4d275e078b3fd03daebdd97db0ee authored almost 2 years ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Use tox 4.0 in CI

4224963536a88f83095f4aaca8a5090c9f6ea5e5 authored almost 2 years ago by Maximilian Linhoff <[email protected]>
Merge pull request #14259 from saimn/sphinx-conf

4651beae45953c80c47556c8828bd5d9865bcc00 authored almost 2 years ago by Nathaniel Starkman <[email protected]>
Merge pull request #14260 from saimn/changelog-v5.2.1

Finalizing changelog for v5.2.1

e4a074f776cb950892f43de22016c4840c3f7827 authored almost 2 years ago by Simon Conseil <[email protected]>
Merge pull request #13979 from pllim/pypy-no-getrefcount

Only call sys.getrefcount when it is available

c3d27f43500aa3f5f3f2a3feb91ebd4a39fdf31b authored almost 2 years ago by Simon Conseil <[email protected]>
Merge pull request #14269 from nstarman/ruff-fix-some-pydocstyle

d040dd04fe2582ab4f5285a2c621a1206b244b97 authored almost 2 years ago by Nathaniel Starkman <[email protected]>
test_comoving_distance_example

Signed-off-by: Nathaniel Starkman (@nstarman) <[email protected]>

e676c8ec938c6e8e7ca601fcbcd58d6b4ccf7f1d authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
move test_distances

Signed-off-by: Nathaniel Starkman (@nstarman) <[email protected]>

7381a2ffc93b53f5d2a4e4b4ea4aacc0ee966f85 authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
move test_distance_broadcast

Signed-off-by: Nathaniel Starkman (@nstarman) <[email protected]>

f9ddb0e485007d28ad90b5cb12a7c2d314f96b0f authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
move test_w

Signed-off-by: Nathaniel Starkman (@nstarman) <[email protected]>

b7a09a2733156b78717fac23792126d07cfd49dc authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
move test_units

Signed-off-by: Nathaniel Starkman (@nstarman) <[email protected]>

e4360c9fccd1f1fb0c513b24be28e1b8c0e6f730 authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
move test_absorption_distance

Signed-off-by: Nathaniel Starkman (@nstarman) <[email protected]>

cf5949bdebf41333d566eda6a11894506d62bbcc authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
move test_massivenu_density

Signed-off-by: Nathaniel Starkman (@nstarman) <[email protected]>

f9f08772a2babd54e4ef52d78b5e9d575f99d3f0 authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
move test_distance_in_special_cosmologies

Signed-off-by: Nathaniel Starkman (@nstarman) <[email protected]>

365e7eb46b9ec0f6d5d1443ed43f48bce5a6927c authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
move test_age_in_special_cosmologies

Signed-off-by: Nathaniel Starkman (@nstarman) <[email protected]>

e89e167aa494ab4601fd8d5371f397cf49dbd910 authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
move test_angular_diameter_distance_z1z2

Signed-off-by: Nathaniel Starkman (@nstarman) <[email protected]>

ac2ebe44b9ed2c314fe96f09c9c73018a529cfd3 authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
move test_comoving_distance_z1z2

Signed-off-by: Nathaniel Starkman (@nstarman) <[email protected]>

b3ea78c82448d5efc2810cc14d1d360d7db4b767 authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
move test_de_densityscale

Signed-off-by: Nathaniel Starkman (@nstarman) <[email protected]>

49fa898ea3be76e7bb8793695d7f4af10c2cae62 authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
move test_integral

Signed-off-by: Nathaniel Starkman (@nstarman) <[email protected]>

69a785ee205a37cb0bad3ee1f2a2a82451b5909c authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
move test_neg_distmod

Signed-off-by: Nathaniel Starkman (@nstarman) <[email protected]>

c002214e828a51a0707879c5b1c79322cbd26cc9 authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
move test_comoving_transverse_distance_z1z2

Signed-off-by: Nathaniel Starkman (@nstarman) <[email protected]>

2003bcd637afa2dca0f990d4f10451b738322149 authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>
move test_critical_density

Signed-off-by: Nathaniel Starkman (@nstarman) <[email protected]>

a0cc6974a08c8a7a8196a614e7f17dc5033b2729 authored almost 2 years ago by Nathaniel Starkman (@nstarman) <[email protected]>