Ecosyste.ms: OpenCollective

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

github.com/astropy/ccdproc

Astropy affiliated package for reducing optical/IR CCD data
https://github.com/astropy/ccdproc

Fix uncertainty with scaled data

7edd37509a854f1f36928bc7b605c49c8761c2ba authored over 3 years ago by Matt Craig <[email protected]>
Implement NaN for mask throughout combiner

Includes using bottleneck for performance when it is available.

Implement weighted sum and test...

0758fc05e937ea3f01b229fcdc82e20a55a93b86 authored over 3 years ago by Matt Craig <[email protected]>
Ensure behavior as close as possible to previous

The worry is that users may be passing in functions
that expect masked data and we don't want to...

d60ff7e038fe45a92672b20a8c9e22950d7de2fd authored over 3 years ago by Matt Craig <[email protected]>
Add test with bottleneck to tox and github

b2ccd82feea8392fbf06f537da1da360a666ec11 authored over 3 years ago by Matt Craig <[email protected]>
Fix typo in function name

a78ee5bcc7bb3de9fa0a0c5799d94eba2278add4 authored over 3 years ago by Matt Craig <[email protected]>
Move coverage configuration to setup.cfg

Putting it all in one place is the current
practice.

c106a29e7db7dcddad24350ae066914c537560a4 authored over 3 years ago by Matt Craig <[email protected]>
Skip coverage on a few things

29df104a9e263170b438b8243b1ac4e48155ea55 authored over 3 years ago by Matt Craig <[email protected]>
Add documentation for weighting in combination

Also fix a couple of small sphinx-related issues

94cb727353f1a9a545e798381c57e5391fafd50c authored over 3 years ago by Matt Craig <[email protected]>
Implement average_combine using NaNs to mask instead of using numpy.ma

Yes, I changed one test to get this to pass. Note, though, that the test
was of the return value...

cb67e56f5552730afa80fe1beb639e82fd849950 authored over 3 years ago by Matt Craig <[email protected]>
Add test of pixel-wise weighting

444ca534d14253bd8682f412bedf8f26192e2d44 authored over 3 years ago by Matt Craig <[email protected]>
Merge pull request #775 from mwcraig/combine-return-uncertainty

Return uncertainty and mask from combine function

bb9c66788c9cea754bdde9b8ffa009ee0b2ff8c2 authored over 3 years ago by Matt Craig <[email protected]>
Add test case with no expected mask

f7cf5c6d4edbdfb9cbbef626a4d04bb2edc05397 authored over 3 years ago by Matt Craig <[email protected]>
Drop failing memory underuse tests

a6bc1a2a916a3c3409e46682911670131e746b17 authored over 3 years ago by Matt Craig <[email protected]>
Return uncertainty and mask from combine function

d715c19d6ee6c480958b603b00fd2733d7a99d8a authored over 3 years ago by Matt Craig <[email protected]>
Merge pull request #770 from tbowers7/regex_in_IFC

Escape regex special characters in FITS keyword values used for IFC filtering

91f2c46d19432d4e818bb7201bb41e8d7383616f authored over 3 years ago by Matt Craig <[email protected]>
Remove commented pprint() statement

Remove commented-out vestigial pprint() statement from
``test_filter_on_regex_escape_characters(...

a147fbf0030125cf755361dec8f7f1dfe9bdd031 authored over 3 years ago by Timothy P. Ellsworth Bowers <[email protected]>
More whitespace fixes.

modified: ccdproc/tests/test_image_collection.py

fe10eea09c6e8b001b2ed779f73cb64b3ed27a87 authored over 3 years ago by Timothy P. Ellsworth Bowers <[email protected]>
Removing whitespace so test will pass.

modified: ccdproc/tests/test_image_collection.py

f92ab5041e0aef7763c55e274dcbe01222b2f398 authored over 3 years ago by Timothy P. Ellsworth Bowers <[email protected]>
Add test for escaping regex special characters for filtering

In ``ImageFileCollection()``, filtering by keyword is done with use of regular
expressions. In ...

7917a5cf451e2a107eeea1acbc49c36596ffe571 authored over 3 years ago by Timothy P. Ellsworth Bowers <[email protected]>
Update CHANGES.rst to reflect current strategy

Update CHANGES.rst to reflect commit 42c11350442563e26eb029c35b0ba839c1879303
where, now, ALL re...

1956129a79058071b5f075f5a0cd5a921caccfe7 authored over 3 years ago by Timothy P. Ellsworth Bowers <[email protected]>
Change manual escape of parentheses to re.escape()

The original PR for this issue [#770] manually added escapes for parentheses.
As it turns out, p...

42c11350442563e26eb029c35b0ba839c1879303 authored over 3 years ago by Timothy P. Ellsworth Bowers <[email protected]>
Merge pull request #773 from mwcraig/update-deps

Update dependency versions

d98695ddeb76e087e955bb0f15581a22b98055d7 authored over 3 years ago by Matt Craig <[email protected]>
Ignore possible unit output in Combiner

7d3ccee0a2da8e4e9965ba88bcaf16b9351fbbec authored over 3 years ago by Matt Craig <[email protected]>
Add CI test of oldest supported versions

c5618a6b26e78aa02ea19bcecfcc0a26b0ec49d5 authored over 3 years ago by Matt Craig <[email protected]>
Update minimum required versions

39089c07a8942bdde0c1a3dd1a76c41c70869af2 authored over 3 years ago by Matt Craig <[email protected]>
Merge pull request #768 from pllim/config-no-update

MNT: Do not write config on import

57992b060189aff558c59dd76550961bd4405281 authored over 3 years ago by Matt Craig <[email protected]>
In CHANGES.rst, specify PR#

modified: CHANGES.rst

5ee135eda1e5b6ceede17d363ec4712839aebba3 authored over 3 years ago by Timothy P. Ellsworth Bowers <[email protected]>
Add shell of a test for parenthetical FITS keyword values

The actual test would require test data that contains a FITS keyword whose value
includes a pare...

9da07c126696165b5fe7e9218dc657ba234c0aed authored over 3 years ago by Timothy P. Ellsworth Bowers <[email protected]>
Add brief description to CHANGES.rst

modified: CHANGES.rst

5a0527c393e46f950ee65869240c81c61064ebb2 authored over 3 years ago by Timothy P. Ellsworth Bowers <[email protected]>
Escape parentheses in FITS keyword values used for IFC filtering

In `ImageFileCollection()`, the method `_find_keywords_by_values()` uses regular
expressions to ...

e02e1684b5fc35f43c8228e913055e8e06c86d84 authored over 3 years ago by Timothy P. Ellsworth Bowers <[email protected]>
Update __init__.py

3fda41e2045ea2d8a7b1d348fe4cdd24a85417db authored over 3 years ago by P. L. Lim <[email protected]>
Clean up _astropy_init.py

c38e578650f1b686ea81ccce7a71fc9c48cf6487 authored over 3 years ago by P. L. Lim <[email protected]>
DOC: Add default config [ci skip]

6f8aa50b7d90d625033192b7cae30df65deab617 authored over 3 years ago by Pey Lian Lim <[email protected]>
MNT: Do not config on import

e69632cf92aec3f73338ee36fa5f1a2436e43bc4 authored over 3 years ago by Pey Lian Lim <[email protected]>
Merge pull request #765 from pllim/replace-with-main

MNT: Replace master with main

40bafe7133231d7a9ed8ddde0a7f9fbea98a05e3 authored almost 4 years ago by Matt Craig <[email protected]>
Add changelog entry for 2.2.0

fc80de30f89fb7c896c8e1f540427e3f56c60b57 authored almost 4 years ago by Matt Craig <[email protected]>
Set release date

a39b1f2e6fa98e33403fba7e407720454529f9a2 authored almost 4 years ago by Matt Craig <[email protected]>
Clean up namespace to prevent sphinx warning

f67212e60538571aea58ab1cc0b0e169d28cb318 authored almost 4 years ago by Matt Craig <[email protected]>
Merge pull request #766 from mwcraig/fix-logging

Fix logging when user omits keyword argument name

3b5cd33166762020a208a838332aea50bf69af03 authored almost 4 years ago by Matt Craig <[email protected]>
Add changelog entry

e6ebe138843892224afc3b3ccabdbebbddb6ba10 authored almost 4 years ago by Matt Craig <[email protected]>
Use all of the positional arguments

Fixes #704 by matching each positional argument with its name regardless
of whether the user pro...

cb58bef7eb73842bf882db701dd4454512a624ac authored almost 4 years ago by Matt Craig <[email protected]>
Add another regression test for #407

607cefe1fae515e8dc079c84e20596512678a7d5 authored almost 4 years ago by Matt Craig <[email protected]>
Add regression test for #704 a

6dca7d5fb82d0e38f9dec561ea1d265c191b8823 authored almost 4 years ago by Matt Craig <[email protected]>
Merge pull request #764 from mwcraig/housekeeping

Some housekeeping items

9611aa9bb965a847de856da1ef6fdb8076546061 authored almost 4 years ago by Matt Craig <[email protected]>
Fix typo [ci skip]

9371153f632b459f5ed22aac7d6c52c1c9cd7df8 authored almost 4 years ago by Matt Craig <[email protected]>
Revise contributors and people who have opened multiple issues

055ffee43b38f0c3d2157814177827a5d4fe3519 authored almost 4 years ago by Matt Craig <[email protected]>
Merge pull request #762 from mwcraig/combine-Combiner-docs-tests

Document use of `ImageFileCollection` with `Combiner`/`combine`

7c7fe71f8e05ce34cf27b43ced5c0fa7e3302987 authored almost 4 years ago by Matt Craig <[email protected]>
Add doctests to tests

4deb4b01f26de18bb91c9a04dd56f161413ca4ca authored almost 4 years ago by Matt Craig <[email protected]>
Revert out-of-scope changes.

Fix CI badge.

7af1c4a075ef6b855cc3995f1c75ad8f788ad102 authored almost 4 years ago by Pey Lian Lim <[email protected]>
MNT: Replace master with main

4adfffb1f245e3fdcd1aa0f2806e0b4b9e9ed09b authored almost 4 years ago by Pey Lian Lim <[email protected]>
Fix ordering of contributors and add new section

c566dc2de662ae85ec70a1d163343eafddd56fc6 authored almost 4 years ago by Matt Craig <[email protected]>
Move maintainer to emeritus

8d46e0c78bca0520e2abe2c93f4d467216bb1d1c authored almost 4 years ago by Matt Craig <[email protected]>
Add regression test for empty filter

1268b3d304521dd267a809e0e271467d4907ca16 authored almost 4 years ago by Matt Craig <[email protected]>
Merge pull request #750 from tbowers7/master

Fix bug when ImageFileCollection.filter() would return an empty collection

46ccaed4e7d5be616a433754cd0dfa5c92a824bc authored almost 4 years ago by Matt Craig <[email protected]>
Merge branch 'master' of https://github.com/astropy/ccdproc

c2736fb630a0339a0f86e0e45f458eccb1e8da8a authored almost 4 years ago by Timothy P. Ellsworth Bowers <[email protected]>
Updated CHANGES and AUTHORS for PR#750

modified: AUTHORS.rst
modified: CHANGES.rst

e775ff9ac271ebe21dab361a304bcea721a9fa5f authored almost 4 years ago by Timothy P. Ellsworth Bowers <[email protected]>
Fix bug: ImageFileCollection.filter() would return an empty collection

If the filtering criteria passed to ImageFileCollection.filter() would return
an empty collectio...

7a4879a1be99ce19f7f93d0ff74bc5f8c54cdf83 authored almost 4 years ago by Timothy P. Ellsworth Bowers <[email protected]>
Add changelog entry

0de3c1aa05a6fd593732a96830555c441a5b86a8 authored almost 4 years ago by Matt Craig <[email protected]>
Add better documentation of ImageFileCollection with combination

aaacf7403b37d5072e96d2aa74a45eb33917c5f9 authored almost 4 years ago by Matt Craig <[email protected]>
Add logic to combine to handle generator

d51190112eb3d6f88e9f91b9ec6d69bff0c9cfd4 authored almost 4 years ago by Matt Craig <[email protected]>
Add tests for combining use ImageFileCollection

7a77f4f659f30bcab566a48798761e92bd3cba0c authored almost 4 years ago by Matt Craig <[email protected]>
Fix indentation in sphinx file

484a53b6e87bc3f66a783b1a2356270d283f7fd7 authored almost 4 years ago by Matt Craig <[email protected]>
Merge pull request #759 from Yash-10/Reduce-test-warnings

Reduce test warnings

1a5934c7dd8010cdfdf7fce34850eded775ba055 authored almost 4 years ago by Matt Craig <[email protected]>
Remove whitespace

aa3af93872954eb3d83eb5e95126c29cc4fb153b authored almost 4 years ago by Yash-10 <[email protected]>
Remove check of no. of assertions

777f202a54d73a92a7f24b66f156c72a6453987b authored almost 4 years ago by Yash-10 <[email protected]>
Merge pull request #761 from mwcraig/update-zenodo

Update Zenodo badge to latest release

a32afff4a26f3388e3d31dd7f0ba05d5eca6f83d authored almost 4 years ago by Matt Craig <[email protected]>
Update Zenodo badge to latest release

e77ca4a2dd6c81a90a98b8e39c72a73d2a7b4e68 authored almost 4 years ago by Matt Craig <[email protected]>
Merge pull request #749 from pllim/rm-astropy-channel

DOC: Replace astropy channel with conda-forge

414044ce83108585b403eaa7dc3c0543ce0427fe authored almost 4 years ago by Matt Craig <[email protected]>
Revert log asserting

5f5af394c17987db26106b7a00924824b6b8f9d0 authored almost 4 years ago by Yash-10 <[email protected]>
Check for log message and change assert

0506415043602e10f1356e53cf7820c479b8299e authored almost 4 years ago by Yash-10 <[email protected]>
Suppress verify warnings

dcb75a3c4a16d0d7bb514cb2517248ace4c92f85 authored almost 4 years ago by Yash-10 <[email protected]>
Change indentation and do some formatting

283c8aa62ca8cf5d6f266a4ceb3974bf0514ed94 authored almost 4 years ago by Yash-10 <[email protected]>
Make comments consistent

73d3f273f538e2b946ac87bacb4f737a23953c9c authored almost 4 years ago by Yash-10 <[email protected]>
Address some test warnings

ceba6403812898fc70fa6a2560e33f5b4786cdfd authored almost 4 years ago by Yash-10 <[email protected]>
Merge pull request #757 from Yash-10/Change-Combine-and-combiner-to-accept-generator

Change `combine` and `Combiner` to accept a generator

a9691987c2024018d0fa509968718ddef54321a2 authored almost 4 years ago by Matt Craig <[email protected]>
Add change entry

2dc80492ee9bea24bbf520561ab8c103818fae00 authored almost 4 years ago by Yash-10 <[email protected]>
Change-Combiner-to-accept-a-generator

2fd7c6612fe053f21fc28759b346bd5d8ae916be authored almost 4 years ago by Yash-10 <[email protected]>
Merge pull request #755 from Yash-10/fix-improper-read-the-docs-versioning

Fix Read-the-docs ccdproc version

4e6da3b2ba516cafbe65683d68e26b988dac6a4f authored almost 4 years ago by Matt Craig <[email protected]>
Change the version variable

1d454f60c15c0f4faef3d06db8ea43c5ab3ddc61 authored almost 4 years ago by Yash-10 <[email protected]>
Change the version variable

c2eabcc85dfba353514bc0ad6831538cb2180f02 authored almost 4 years ago by Yash-10 <[email protected]>
Fix Read-the-docs ccdproc version

eb4ac24816220cb9a17044087012f8f77068a0e3 authored almost 4 years ago by Yash-10 <[email protected]>
Fix Read-the-docs ccdproc version

efc14a5d35f996516132329b791ab167c0478af7 authored almost 4 years ago by Yash-10 <[email protected]>
DOC: Replace astropy channel with conda-forge [ci skip]

f2d93ca68cc85524eb14c376e6396d664f4995e3 authored about 4 years ago by Pey Lian Lim <[email protected]>
Merge pull request #748 from mwcraig/switch-to-actions

WIP: Switch to github actions

6ee2f6763425827e646e84171234fb08e607506e authored about 4 years ago by Matt Craig <[email protected]>
Use tox for tests and set up several cases

9b159bb81aa8823d7e2ba4b5a5d027a12c06474a authored about 4 years ago by Matt Craig <[email protected]>
Add data via setup.cfg instead of setup_package

0a94839a21a3d7f75d3b081d626d6f8cc917c696 authored about 4 years ago by Matt Craig <[email protected]>
Update tox.ini based on photutils

5ec4e22e09f97a07bf854000b224f2ec0aadfe01 authored about 4 years ago by Matt Craig <[email protected]>
Skip memory tests except on linux

They don't seem to work on mac anymore 🤷‍♂️

0a2c734e6bfa18885cac9cd1ff5ea9060d38084f authored about 4 years ago by Matt Craig <[email protected]>
Add several more tests to matrix

cf6088464587c9597e6d92f71c52f01b6a7db4ed authored about 4 years ago by Matt Craig <[email protected]>
Remove xml file from codecov

fa1ccf01db9846217d6a641b034d27b8fef18403 authored about 4 years ago by Matt Craig <[email protected]>
Initial attempt at github actions

121cb5936fbff49ab83f5b104e33fbdb8ae978a2 authored about 4 years ago by Matt Craig <[email protected]>
Merge pull request #728 from pllim/flake8-max-len

MNT: Set max-line-length for flake8

89db3547cbfb9ad953d28a3167e4773b86af1140 authored over 4 years ago by Matt Craig <[email protected]>
Merge pull request #739 from jryon/issue_730

Add memory_profiler as a test requirement [#730]

4751082f742bd0bfad6510473ad0d992702dd90a authored over 4 years ago by Matt Craig <[email protected]>
Move import of resource into function to avoid import error on windows

e9ec5aecebb84a7f9c2ee69199dd42a81ca0b034 authored over 4 years ago by Matt Craig <[email protected]>
Fix typo, memory_profiler

72432f2b866dc0d916777dc80d381ed5b7bee435 authored over 4 years ago by Jenna Ryon <[email protected]>
Add memory-profiler as a runtime dependency for travis

17d81b5f30700239f236aa86bca3e34efed2f336 authored over 4 years ago by Jenna Ryon <[email protected]>
Merge pull request #738 from laserkelvin/test-tempfiles-issue-736

Using temporary files in tests

444514f310800bfdbf04195f8ed1aa7871ffe819 authored over 4 years ago by Matt Craig <[email protected]>
Skipping modified test for Windows

Travis CI test fails for
`test_header_with_long_history_roundtrips_to_disk` on Windows due to
fi...

be11252f3121b28d0e2ae9c7a509c61623701ebd authored over 4 years ago by Kelvin Lee <[email protected]>
Including PR number

95ac6c3e54138a008e9807248186dcf569238c93 authored over 4 years ago by Jenna Ryon <[email protected]>
Updated CHANGES entry to include PR number

449f148c4230f04d9bafbdda5433d15c5d843e26 authored over 4 years ago by Kelvin Lee <[email protected]>