Ecosyste.ms: OpenCollective

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

github.com/astropy/astrowidgets

*PRE-ALPHA*/heavy dev. Jupyter widgets leveraging the Astropy ecosystem
https://github.com/astropy/astrowidgets

Merge pull request #171 from mwcraig/fix-filename-type

Better document type options

50258f22d13326c307f252928cc0a691fe139d13 authored over 1 year ago by P. L. Lim <[email protected]>
Better document type options

0e37459c67057c4528ccb72e864fea27903fa040 authored over 1 year ago by Matt Craig <[email protected]>
Merge pull request #170 from mwcraig/add-overwrite

Add overwrite argument to save method

c0ec34a69b108bc096b529f250ddfe9fe909b974 authored over 1 year ago by Matt Craig <[email protected]>
Add overwrite argument to save method

b2ec100913705f6eca4b3faed766aa301e857621 authored over 1 year ago by Matt Craig <[email protected]>
Add type hints to methods of interface, including arguments (#168)

* Add type hints to methods, including arguments

* PEP8 changes

* Update minimum python ve...

ebf8da2088c58030d4a0487dd90a7a3d970a6dfd authored over 1 year ago by Matt Craig <[email protected]>
Merge pull request #162 from mwcraig/move-to-protocol

Move interface definition from base class to protocol

210d77245bd72c522eeccef90a5c42ce315d5a19 authored over 1 year ago by Matt Craig <[email protected]>
Satisfy PEP8 bot

e9afc485b77f6baf45f0d60e1ed71a0ddea3c0df authored over 1 year ago by Matt Craig <[email protected]>
Document all of the methods in the interface

fc0056f10258dabdfdc55efeb6f5ecc25155ac90 authored over 1 year ago by Matt Craig <[email protected]>
Add a few attributes that were missing

These are present in the ginga implementation but were omitted here.

f23ed645ed4a6912accfeddd7793d02d6cd45501 authored over 1 year ago by Matt Craig <[email protected]>
Use constants from interface definition

367d61f7123efa87fa0ef282cffc715edb889ccf authored over 1 year ago by Matt Craig <[email protected]>
Make constants immutable

It seems like these should not, by default, be modifiable by the user.

75bc9dfdb779c859f963244170b89a87b150b348 authored over 1 year ago by Matt Craig <[email protected]>
Fix PEP8 errors

9dffe05dbd43f6516277995d67308f76fb82d64d authored over 1 year ago by Matt Craig <[email protected]>
Remove unneeded import

e7e5f5cfb1c705af01748a3366a8e98e9c2e08be authored over 1 year ago by Matt Craig <[email protected]>
Remove tests that are part of the API test now

9baba2b5dd4fddfce2f1600ea20a0d5bdaf40e8f authored over 1 year ago by Matt Craig <[email protected]>
Make sure value is a tuple

aa84748c01ec2dbd235523a6df7fadea383c0d13 authored over 1 year ago by Matt Craig <[email protected]>
Remove old API tests

9ad77977b8dfb45e07734123a506ea3b59ac8242 authored over 1 year ago by Matt Craig <[email protected]>
Switch back to original marker API and add arguments to methods

38cdcd7013ce7954ec1644c9c35eba28744c916e authored over 1 year ago by Matt Craig <[email protected]>
Fix logic error if there are no tables

e735a23decaa3f91ca0bd32324c16471cc18737d authored over 1 year ago by Matt Craig <[email protected]>
Make constants class variables

a8f7cbd096327d8421d11f78ef8ada20ca4c163a authored over 1 year ago by Matt Craig <[email protected]>
Minimally disruptive change to Protocol

62f6b97af37d780bf588827602a2f3ee4b3ea906 authored over 1 year ago by Matt Craig <[email protected]>
Merge pull request #161 from ejeschke/remove_opencv_option

Deprecate use_opencv parameter

2c6c338777972c45c10ab262ede211300a29d813 authored almost 2 years ago by P. L. Lim <[email protected]>
Merge pull request #160 from ejeschke/fix-image-stretch

Fix test for stretch

b8aa565e51ab627cba5dc61af18c61cd24c4b46d authored almost 2 years ago by P. L. Lim <[email protected]>
Deprecate use_opencv parameter

The use_opencv parameter has been deprecated in ginga; opencv will be
used automatically if it i...

2dd251fcd92eed752ac03506042ea09b60ff95f0 authored almost 2 years ago by Eric Jeschke <[email protected]>
Fix test for stretch

- fix #159
- fixes test for "stretch"; use method API to fetch the distribution
object rather ...

e8afd11bf904909ae1d46afc63450b874d922b71 authored almost 2 years ago by Eric Jeschke <[email protected]>
Merge pull request #157 from pllim/unignore-ginga-ioloop

MNT: Un-ignore ioloop DeprecationWarning from Ginga

3382c7e2a80eabb76fd802779af4ea85d5ef6837 authored about 2 years ago by P. L. Lim <[email protected]>
Ginga PR 1037 fixed the warning.

907fb05cd3a2b102636737708170a4bb6a5e7e42 authored about 2 years ago by Pey Lian Lim (Github) <[email protected]>
TST: Un-ignore SelectableGroups warning from Ginga dev

cc9d9e9756422115f854941d59717441050209c3 authored about 2 years ago by P. L. Lim <[email protected]>
TST: Fix workflows, add RC testing (#156)

* Attempt to upgrade workflows.
Drop support for Python 3.7 and Python 3.8.
Drop support for L...

e18a002395a66f88957714599d0a87e2b64472a2 authored about 2 years ago by P. L. Lim <[email protected]>
Revert astropy dev command

cc88c315c43ce2f3bca6ceb3149e6c7876f63237 authored about 2 years ago by P. L. Lim <[email protected]>
Fix CI

534e990c10a5f087a0babe908468e785fc68db8b authored about 2 years ago by P. L. Lim <[email protected]>
Merge pull request #155 from pllim/ginga-v4-compat

MNT: Compatibility with Ginga 4.0.dev

63b5bcb4664615d6c92f4cfa74efb9200652fc20 authored about 2 years ago by P. L. Lim <[email protected]>
MNT: Compatibility with Ginga 4.0.dev

2c680d387d13fadeaca04cec3509e6c64c549754 authored about 2 years ago by Pey Lian Lim (Github) <[email protected]>
Merge pull request #153 from pllim/fix-devdeps-tst

MNT: Compatibility with Ginga v4

7a8ba86b2719d185335da0de8732c86232530867 authored over 2 years ago by P. L. Lim <[email protected]>
MNT: Compatibility with Ginga v4

6b77231320af9f195fd8de0baf280fc5f29709ef authored over 2 years ago by Pey Lian Lim (Github) <[email protected]>
Merge pull request #150 from pllim/deprecation-deprecated

MNT: Do not use enable_deprecations_as_exceptions

4af2750fa611aface63c145d92a50c9cc91ba33f authored almost 3 years ago by P. L. Lim <[email protected]>
Fix RTD

dce4f5271af0dfeef2d4d008a58c401939ddae84 authored about 3 years ago by Pey Lian Lim (Github) <[email protected]>
MNT: Do not use enable_deprecations_as_exceptions

9191132efb35889bf41bc0f0621cedcce0394140 authored about 3 years ago by Pey Lian Lim (Github) <[email protected]>
TST: Use Python 3.9 for devdeps

tornadoweb/tornado#3033

e54e45cc21a325d554e279b2c9519557ad2e314a authored about 3 years ago by P. L. Lim <[email protected]>
TST: Do not use defunct distro

f0b44116044bea3f362aaf9de81d9eecb363cbbf authored about 3 years ago by P. L. Lim <[email protected]>
Merge pull request #140 from pllim/rename-offset-by

New offset_by with new API

c594308246b5dde60db7900a532cf4cc53855756 authored over 3 years ago by Matt Craig <[email protected]>
Fix example notebook

9587099c1bef72c23d43aff8200aa70057f9fc7c authored over 3 years ago by Pey Lian Lim <[email protected]>
New offset_by with new API.

Deprecate offset_to with old API.

Added tests and updated example notebook.

Fixed a test that ...

994eb1e81eae6ec485c7809248eafda9c70894df authored over 3 years ago by Pey Lian Lim <[email protected]>
Merge pull request #135 from pllim/config-no-write

MNT: Remove unused astropy config code

ace5abb820c030122add475ecf106114aaa68e1b authored over 3 years ago by P. L. Lim <[email protected]>
MNT: Do not write config on import

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

MNT: Replace master with main

06460f83deba00cf1cf3da10da5b831fa43b112b authored almost 4 years ago by P. L. Lim <[email protected]>
Revert out-of-scope change.

Update tag for publish action.

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

11a69288dd891a1645c23d989aa3f85a41e48421 authored almost 4 years ago by Pey Lian Lim <[email protected]>
Merge pull request #125 from pllim/tst-no-ignore-warn

TST: Stop ignoring warnings

8fed92362886cc56cc71f44a06fe643291f6c33e authored almost 4 years ago by P. L. Lim <[email protected]>
TST: Fix ignore text

f30ba42cd032f129b8c0eb58a525cbeeb56d2841 authored almost 4 years ago by Pey Lian Lim <[email protected]>
TST: Ignore numpy size warning

72b6ce3e2f054d6df2ef58c56ebf2c1878d7ea30 authored almost 4 years ago by Pey Lian Lim <[email protected]>
TST: Ignore some warnings, turn the rest into error

907f8febb6ec7c5a5d1ade78d5f3509ecda22272 authored almost 4 years ago by Pey Lian Lim <[email protected]>
TST: Stop ignoring warnings

09b58ec12f6184dd175dabb5f79b85f9878f178c authored almost 4 years ago by Pey Lian Lim <[email protected]>
TST: Set xfail strict

[ci skip]

c2f54d9954fb4dfdfa07aa7ad171e2b5a902f291 authored almost 4 years ago by P. L. Lim <[email protected]>
Merge pull request #124 from pllim/update-rtd

DOC: Update RTD config

dc20539018b81ff835c690c79c3ca6dba8123716 authored almost 4 years ago by P. L. Lim <[email protected]>
DOC: Update RTD config [ci skip]

06303fc2c3a3acb8e9c7d95caf9350e659a2c9d8 authored almost 4 years ago by Pey Lian Lim <[email protected]>
Update license year

[ci skip]

e16512743fc4a52afa946686c66972956c6667cd authored almost 4 years ago by P. L. Lim <[email protected]>
Merge pull request #123 from pllim/tst-header

TST: Fix test header in tox, stricter PEP 8

fc9a27d558c09066331621a8bf0413293d475749 authored almost 4 years ago by P. L. Lim <[email protected]>
TST: Fix test header in tox, stricter PEP 8

17da4624df5c9ed5843bfcd06aa52a339ec2f5bb authored almost 4 years ago by Pey Lian Lim <[email protected]>
Update CHANGES.rst

52edd861841547f370d6e0483d07aaeeabf6acf7 authored almost 4 years ago by P. L. Lim <[email protected]>
Merge pull request #120 from pllim/auto-publish

MNT: Auto publish to PyPI

261ce06513f5178559c2855da36f916ace54837f authored almost 4 years ago by P. L. Lim <[email protected]>
MNT: Auto publish to PyPI

Add long_description_content_type

baf7e3774975df25cfb0abb664dfa3425ee50b5e authored almost 4 years ago by Pey Lian Lim <[email protected]>
Merge pull request #118 from pllim/last-actions-hero

TST: Use GitHub Actions

d4e69db97c0c4883b647ef3a1ff492ad9ad43a48 authored about 4 years ago by Matt Craig <[email protected]>
TST: Use Actions

4b7679c08819fa4e99fecc47aa55034b02ffab5f authored about 4 years ago by Pey Lian Lim <[email protected]>
Merge pull request #111 from pllim/ignore-radec-fmt-err-🙈

Ignore RA/Dec string formatting failures

19d427ac12215a3a558ba4628513d2e96aa00052 authored about 4 years ago by Matt Craig <[email protected]>
Add short message if there is no/invalid WCS

68cefe052cd733928a6f8fe162ed22f7eed6ffb3 authored about 4 years ago by Matt Craig <[email protected]>
Ignore RA/Dec string formatting failures

e500b182df9592237fbd89e7633db5257d8882e0 authored about 4 years ago by Pey Lian Lim <[email protected]>
Merge pull request #117 from pllim/wcsaxes

ENH: Add example to draw WCS axes

e0e0cc53d6fbbf354ed1995d0748696ccb35eb44 authored about 4 years ago by Matt Craig <[email protected]>
Fix Windows job

129009fdc509bb9a9af43c8c27d4d223b7f6f680 authored about 4 years ago by Matt Craig <[email protected]>
Change colormap to one that does not require matplotlib

1a817d73af553dd54d9b56e1c9a34b2ecdadf832 authored about 4 years ago by Matt Craig <[email protected]>
Add example to draw WCS axes

c9f470c864c50aeb75dc1ffc5326846f00e63929 authored over 4 years ago by Pey Lian Lim <[email protected]>
Merge pull request #116 from Ray-Lucas/Ray-Lucas-patch-1

Update install.rst

b0be05d9fcc5be6bf2bb0a1cb35a88c88955867a authored over 4 years ago by Matt Craig <[email protected]>
Update install.rst

9cc93ec354f013b3f0ace20ebb0dd4225bbf187b authored over 4 years ago by Ray-Lucas <[email protected]>
MNT: Handle no pytest-astropy-header

cfc8feee655aef250ed510185efada0201f47204 authored almost 5 years ago by P. L. Lim <[email protected]>
Merge pull request #109 from pllim/🌮

MNT: Move coveragerc to setup.cfg

604535308e0e33bb08f5a3da3e79be94c5da11ca authored almost 5 years ago by Matt Craig <[email protected]>
Add --cov-config to tox

3120b7907bfc8e8773b0d404c811064d369d06b9 authored almost 5 years ago by P. L. Lim <[email protected]>
Address review comment.

Add tox compatibility.

2f7f1c18156783b4e1d4ca449bf7a6f767903a21 authored almost 5 years ago by P. L. Lim <[email protected]>
Remove coveragerc from package data

1c63417575e3ae67926956181cb538ea29c02da2 authored almost 5 years ago by P. L. Lim <[email protected]>
MNT: Move coveragerc to setup.cfg

6b7c46e490f9bebf575f932684ad828838ec3f0b authored almost 5 years ago by Pey Lian Lim <[email protected]>
MNT: Remove dead code from setup.cfg

f72b4506dc8034bd99edadcb8b093d9efaa36567 authored almost 5 years ago by P. L. Lim <[email protected]>
Merge pull request #103 from pllim/conf-cleanup

MNT: Clean up of conf.py and conftest.py

48b368cbb68038888861166ccdf76f33c59e1c95 authored about 5 years ago by Matt Craig <[email protected]>
Merge pull request #104 from mwcraig/fix-travis

Fix failing travis job

54e8c155b29a64c53a9360a4cff802ef5ca33c6e authored about 5 years ago by Matt Craig <[email protected]>
Try using travis python for failing job

51b7d54cd3f40441a9899bde21112325e39bb94c authored about 5 years ago by Matt Craig <[email protected]>
Clean up of conf.py and conftest.py

22eff2ce6434e59567c4cc331b285deb25777ab8 authored about 5 years ago by Pey Lian Lim <[email protected]>
Merge pull request #101 from mwcraig/remove-helpers

Remove astropy helpers

68560e3985747ab162a2dbf7d733d542aac99900 authored about 5 years ago by Matt Craig <[email protected]>
Remove unnecessary configuration

0aed5ff2e897ef49aaba5f0e57f4ef591b8126f8 authored about 5 years ago by Matt Craig <[email protected]>
Remove check for minimum python version

This is now included in the setup.cfg

dab7e56f3850a327adcd4a8c624bc31b9d458b6c authored about 5 years ago by Matt Craig <[email protected]>
Address additional review comments

167e1ec84a8f9f1f37779a8cf8e6e8f4826b1860 authored about 5 years ago by Matt Craig <[email protected]>
Remove a bit of superfluous code

6b3aaf7baf0f65878187d1f77754cd70bcd716fb authored about 5 years ago by Matt Craig <[email protected]>
Remove reference to ASTROPY_SETUP

536fb501b5e4112a66c0e373a7110d7cd149b335 authored about 5 years ago by Matt Craig <[email protected]>
Update setup config

c045a48050a04fff965bad04bc6583ea015baaef authored about 5 years ago by Matt Craig <[email protected]>
Address review comments

c8788747e77b8858a73eba7510e4f41ef4269071 authored about 5 years ago by Matt Craig <[email protected]>
Apply suggestions from code review

Co-Authored-By: P. L. Lim <[email protected]>

e12453c472484ddb61ccbc8f38898999124ee796 authored about 5 years ago by Matt Craig <[email protected]>
Omit inheritance diagram

This removes a sphinx warning about graphviz

a0620a0bc12d2bd31fd306b937d426a439d73edb authored about 5 years ago by Matt Craig <[email protected]>
Add setuptools_scm to tox requirements

afb884658481642c090d5e948ba0110be1f19cea authored about 5 years ago by Matt Craig <[email protected]>
Switch to auto-generating version.py

0ed54e16df70e097b41120724d1dd965c8393c0d authored about 5 years ago by Matt Craig <[email protected]>
Fix coverage and upload to codecov

aa24505a9d077c9cf577ead071ade46b03e357b6 authored about 5 years ago by Matthew Craig <[email protected]>
Remove the edit-on-github config for now

The problem is that the current config does not work without helpers
because it provided a relea...

9f4f5e7e4e18e99abf1be6395a8779f3522df5bf authored about 5 years ago by Matthew Craig <[email protected]>
Fix win/mac tests for removal of helpers

ab9e440c076aa5f9da9e869226cfc22a7eefe3e7 authored about 5 years ago by Matthew Craig <[email protected]>
Add coverage to travis

92256a30e2ca61d0efb1cd10583b4122aaf76479 authored about 5 years ago by Matthew Craig <[email protected]>
Add coverage to setup

1270762264b4a8ffa83aff2246c5dd70a31c1de0 authored about 5 years ago by Matthew Craig <[email protected]>