Ecosyste.ms: OpenCollective

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

github.com/astropy/photutils

Astropy package for source detection and photometry. Maintainer: @larrybradley
https://github.com/astropy/photutils

Add changelog entries

1c5cfb019af365a8c166c5aebf0672f52537b605 authored almost 6 years ago
Merge pull request #824 from nden/classes2instances-modeling

combine instances of models instead of classes

1d56db960396567686718e8205559c362a23d765 authored almost 6 years ago
Add SegmentationImage tests

559b761360bbaf4b5ba8912ce02121b8ba9762e4 authored almost 6 years ago
Add _cmap property

2189e7c495df65bd60ed003315b5a5bc691a5114 authored almost 6 years ago
Add keep_label and remove_label methods

90f7904c0776a2912b07d012865c32cb630c28d4 authored almost 6 years ago
Fix outline_segments to handle image boundaries

e4e88fc02733eeedaeb1f99dd71306cecfa57405 authored almost 6 years ago
Add data_ma property for Segment

cc8a5168ed0674144d5b3e3dd63407cfe6ce8479 authored almost 6 years ago
Add bbox docstring

e39e60108f3dcd9020eb1c604b9f28a622c0ca9d authored almost 6 years ago
Add reassign_labels method and relabel keyword

fc529060ce07095ebdf1d5dea61670714000bafc authored almost 6 years ago
Add find_index, find_indices, and find_area methods

f75d0ef903a2fd5d8e77788cb1bd215bf09918a6 authored almost 6 years ago
Make segments and slices length match the number of labels

f1c3efc1eb4bc8023fe9813725c61c75877dd5b7 authored almost 6 years ago
Update segmentation docs

1a15b336730a8c6b0a4850ac6158c90ce6aab476 authored almost 6 years ago
Reorder some segmentation properties

b3aad09fa7c0137c2c441f3481af6676d148d3f8 authored almost 6 years ago
Add check_label method

cb0c27fbe31d90c8c7232e8ad168837a30c13b6e authored almost 6 years ago
Add make_random_cmap; deprecate random_cmap

82c92e95bdfa4691d08db08728051fdb41e55252 authored almost 6 years ago
Add background_area property for segmentation image

74616249360832c909ff5e89ba9aa88765c9175e authored almost 6 years ago
Rename ._labels to ._get_labels

108515b4e40f199fdf2455bb2d97d1c862f01f92 authored almost 6 years ago
Add __str__ and __repr__ for segmentation image

d698fef274903a4cad3396b4174d5ab20d69c75b authored almost 6 years ago
Add reassign_label method; deprecate relabel method

243d12d4796cfc64dd9b5826fd657e75a908e5d1 authored almost 6 years ago
Move outline_segments to the end

4884981b63e0657069f4ba113f89c5c58be964fd authored almost 6 years ago
Add make_cmap method; deprecate cmap method

da0d595d54b62d6a912a1f5aec6c248d73d1e51a authored almost 6 years ago
Remove old deprecations

c991c3931ce948b0677b9de49179db1aa1acaf61 authored almost 6 years ago
Remove blank line.

4489fc793667585c10ec5e6b322d2e3d3ea6a4d4 authored almost 6 years ago
Added comment

ca0d138815f797232545d4933fe50fddb68978bc authored almost 6 years ago
Put back the non-vectorized code in to_polar to speed up calculations

d5820bf5937c6aa013aefef466c0c52a53703dc8 authored almost 6 years ago
combine instances of models instead of classes

1286cbdae1b14bbfd1ee9a4e9c71e18a30f05f4f authored almost 6 years ago
fix missing necessary space

8319868722b3fad74889490e721e958a34fd930c authored almost 6 years ago
Typo/clarification in terminology psf section

4c12dd5babf64180c80822c21592e64921a52550 authored almost 6 years ago
Merge pull request #822 from larrybradley/segm-fixes

Fixes for source properties with masks

5594252816d5a56a7aa6e1d091c2a2e7bc930904 authored almost 6 years ago
Fix segmentation example

ad16f3b41b27b8b6e268f98a93c74096bd16b4d5 authored almost 6 years ago
Add changelog entries

7ecdc326e4afd89222e14edd14084cd19c28577e authored almost 6 years ago
Update source property docstrings

117dadeed1cc435423cb3b38a75fa64cf48fda58 authored almost 6 years ago
Add segmentation mask tests

1ffb0777b4823b519c203930464ffdd1d73deab5 authored almost 6 years ago
Minor changes in SourceProperties docstrings

c4f7bf944fb4dab329bb55804306b318aaa29655 authored almost 6 years ago
Remove undocumented __getitem__ from SourceProperties

68874501d21816bf11c56590f495501edc2b0821 authored almost 6 years ago
Fix some source properties if source is completely masked

1db16742b093758831f53f84b813e12fa69185ae authored almost 6 years ago
Fix perimeter property to take into account total mask

26503045140103f01fc475c301e56d9a37334da2 authored almost 6 years ago
Fix background_at_centroid to use bilinear interpolation

734e1360475fd586b9be1ec56fd6d4063f3b0e41 authored almost 6 years ago
Fix error and background properties

b879a77404e3ffe984dcc570281f2d54a91b85de authored almost 6 years ago
Fix properties based on min/max values

fa6cb2ef717382c5094813046e11de8f3b3afd0b authored almost 6 years ago
Apply total mask to error and background inputs

1f6de250a6bf2b55a16b012f8277bf258e240da7 authored almost 6 years ago
Fix some positional properties if a source is completely masked

49a6fdaf7d1cea78655d6ab52818e61a783770ff authored almost 6 years ago
Ensure _total_mask is a copy

628e09d80a28b1b13de602872f9aa3d5bc6de482 authored almost 6 years ago
Add details to make_cutout docstring

cc3299aa6aa33813e8c5f7f4e39d6da4abb1fed7 authored almost 6 years ago
Do not call cutout function if error or background is None

1258be410d52cee7db0e1c35d0f80737c0f92a22 authored almost 6 years ago
Merge pull request #821 from saimn/deblend-mode

Avoid mode warnings with deblend_sources when it is already set to linear

7c167a179dbc4dbb5aa1a60b5513e5921857e2b0 authored almost 6 years ago
Avoid mode warnings when it is already set to linear

cf9897395459693ede353340c52a7fd14b38cb0d authored almost 6 years ago
Merge pull request #813 from eteq/empty-changelog

Add empty sections to changelog

87879b2464ccfcd160f6a0c53ea4c0869a6e1cc2 authored almost 6 years ago
add empty sections to changelog

b7dd018304c04f7e0b311c104c551d3db2f4d477 authored almost 6 years ago
Merge pull request #812 from larrybradley/fix-psf-tests

Replace assert_array_equal in star group tests

a429fc9da8cca53aaf1824a3da88f343bc0dcaad authored almost 6 years ago
Replace assert_array_equal in star group tests

c1f2faee094b9e25862c49b3059453369b6d9b1a authored almost 6 years ago
Merge pull request #810 from larrybradley/segm-relabel-perf

Significantly improve performance of segmentation relabeling

7177e2ed3b23c93802e170c589248c3591d03e8f authored almost 6 years ago
Add changelog entry

df3731950c2fc1bc1d25b1bc85433657adf8500d authored almost 6 years ago
Significantly improve performance of segmentation relabeling

1c5b26aaddf8eecbfe6e8f7eaae5e163948d2269 authored almost 6 years ago
Fix changelog entry

5fc8f449dc655f718d6849385df16fdeb4e579c3 authored almost 6 years ago
Merge pull request #806 from larrybradley/deblend_bug

Fix corner-case deblending bug

8001869abb7918d579cc53c500c6c49fc0024eb6 authored almost 6 years ago
Use range instead of np.arange

c96521291b44e954e751d970ab2cf2eb71ddbf6d authored almost 6 years ago
Ensure watershed mask is bool

6585a654ae4bcdb2f1b09b062258875e988380ad authored almost 6 years ago
Add changelog entry

51df8cef872dbd4e7efcacc162b2277082e5c862 authored almost 6 years ago
Add regression test for watershed mask type

16c9a4471f9243a76d9d370161ff2b13b655c208 authored almost 6 years ago
Ensure convolution always returns a float image

5625bd23661e1751aba6fc9606873f50197e6caf authored almost 6 years ago
Add convolution tests

ffb6744037578160ec1bc746f13f927eb97fa0d0 authored almost 6 years ago
Merge pull request #807 from larrybradley/skimage-ci

Use pip to install scikit-image>0.14.1 in CI

236805e606e51cb4ca8d4991c383d5f4f07e4f52 authored almost 6 years ago
Remove pytest restriction

c433a8a98572e1ad08aee8092efb5f18afdfd32a authored almost 6 years ago
Use pip to install scikit-image>0.14.1

ece01087bbdfd7dad2ff819dfa9bea8c288df751 authored almost 6 years ago
Merge pull request #785 from bsipocz/enable_raising_deprecations

Enable raising deprecations

e5ad7dda0bd83ac2680f56cdaac0245d21a8284a authored almost 6 years ago
Removing usage of iters kwarg, follow up #726

570d251f81c21d2ffa046373555def01caa62227 authored almost 6 years ago
Merge pull request #773 from bsipocz/testing_header_print_helpers

Print astropy_helpers used here rather than in astropy

16d8bcce453d29637fcce4232afc2f9af4a18ee3 authored almost 6 years ago
Enable raising deprecations again

c6b533b03ba3c76c7bde8c737c17cfdd14ef1780 authored almost 6 years ago
catching more warnings

74602e1905b4b0d7a0f89fcd7d8cd2b1500ad5bd authored almost 6 years ago
Issueing deprecation warning for all usage of subpixel

061af9847cb21d857d48760cfca3f61ef448d21f authored almost 6 years ago
catching deprecations in the tests

f6f0035cb50aade8872cc4e4cfe3238ce2735ee2 authored almost 6 years ago
Merge pull request #794 from larrybradley/py27-setup

Make setup.py be python 2 compatible

ea1765b9a8a38d0821314a31c2baa41ca77871eb authored about 6 years ago
Make setup.py be python 2 compatible

f6cf2a686342e8144443731b4b4acbf7f8060606 authored about 6 years ago
Merge pull request #788 from pllim/c-lng-lvl

MNT: Set Cython language level for PY3

399f19d815e20a458b71ecc33bf49548e21f2086 authored about 6 years ago
MNT: Set Cython language level for PY3

0e8059404646cb149a4d08de6cf38c4ae64ff42d authored about 6 years ago
Merge pull request #733 from Onoddil/fix_psf_tests

Updated test_photometry to correctly use IntegratedGaussianPRF

2a3dcb244430a2836f9b4d6be5edb370f0a0a88e authored about 6 years ago
Minor fix to table variable names

bf35a38db6c97566644986d2974b9228d8574861 authored about 6 years ago
Updated test_photometry to correctly use IntegratedGaussianPRF to make test images, adding make_gaussian_prf_sources_image function to make as an option

6e6a036fc4285d1baa915b425651d64c8a27f7a3 authored about 6 years ago
Minor changes to make_gaussian_prf_sources_image docstrings and testing.

950812c6f696a09f585cb574de61b07a1767d7bb authored about 6 years ago
Back to development: v0.7

44596dc20bbaa126cc24413b2783796ccf03a5e5 authored about 6 years ago
Preparing release 0.6

c5288cb6a361475dff3775e867b48c7abf752ea3 authored about 6 years ago
Merge pull request #783 from larrybradley/travis

Require numpy >= 1.11

fc4f9b7ffe1438ba8f38c5a81e8676c67ec22c59 authored about 6 years ago
Add changelog entry

f6f52a4223dd06335782483552d72ff12ac6904e authored about 6 years ago
Update travis config

1268d58d1730f96fe4487beab9cfbebb96b54919 authored about 6 years ago
Require numpy >= 1.11

80de3ac620b5afc94ba71720ee5a7c268fb59362 authored about 6 years ago
Merge pull request #782 from larrybradley/gridpsf-fix

Minor GriddedPSFModel fix

ba9f7d281439c7747a1fe60b52b1724317aeaedf authored about 6 years ago
Minor GriddedPSFModel fix

59ca1c2f9b4ac2fa330f7456a6dc70507b7cba68 authored about 6 years ago
Merge pull request #774 from bsipocz/update_helpers_3.1

Updating astropy_helpers to v3.1

8e60044d197985f60dc8f2e4c485ce5f5757598e authored about 6 years ago
Adding debug

4bc7dbbc07ac47e58606b958db2304d6491dd675 authored about 6 years ago
Updating astropy_helpers to v3.1

d8a83813fed24981680f50e80e6ae55e7da97b15 authored about 6 years ago
Merge pull request #780 from larrybradley/deprecate-pixscale

Deprecate ESPF pixel scale

5325ce2fdde5c36e0c1a03e5850402bb76531635 authored about 6 years ago
Add changelog entry

a63030c5d7e76ccc088ca070860ec9d0860e6e54 authored about 6 years ago
Silence pixel_scale deprecation unless explicitly set

46321797023a84760d33783afd2e6f3ed3fb75fa authored about 6 years ago
Deprecate EPSF pixel_scale

b54870db87d3fcd747e16b1b9518ac8571958b5e authored about 6 years ago
Merge pull request #779 from larrybradley/aper-list

Fix aperture_photometry output for a length-1 list of apetures

ba9f3b2ccc6df65b31a0079cc9ff4aece18d56e9 authored about 6 years ago
Merge pull request #778 from larrybradley/remote-data

Replace astropy remote_data decorator with pytest

b607ef6524a4d113ed14c01e8c727d13a958bb77 authored about 6 years ago
Add changelog entry

a479fd674ebe8141edf765803723a35b0c7e1f97 authored about 6 years ago
Add tests for length-1 aperture list

110b0998ff63dc9208ccf016f432ecf76070fd72 authored about 6 years ago
Do not treat length-1 aperture list as scalar

d9e89805fecc5218e793f53f71c98468a4274f28 authored about 6 years ago