Ecosyste.ms: OpenCollective

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

Astropy

The Astropy Project is a community effort to develop a single core Python package for common astronomical computing tasks.
Collective - Host: numfocus - https://opencollective.com/astropy - Website: https://www.astropy.org/ - Code: https://github.com/astropy

added automodapi tests

github.com/astropy/sphinx-automodapi - 1714d327e5ed6c497e676bb60f5edb865d208b0c authored almost 13 years ago by Erik Tollerud <[email protected]>
automodapi updates and cleanups

github.com/astropy/sphinx-automodapi - 46581fe6c06ca557a6d92cbaf55bbf4ad65cd4f4 authored almost 13 years ago by Erik Tollerud <[email protected]>
automodapi updates and cleanups

github.com/astropy/sphinx-astropy - e13c4eb6b6ad1debeab8470fb452b05fa68e4eff authored almost 13 years ago by Erik Tollerud <[email protected]>
automodapi doc updates

github.com/astropy/sphinx-automodapi - efd3ba13bfb246a8465f9adcf6733bdb5e0b61ab authored almost 13 years ago by Erik Tollerud <[email protected]>
added submodule/package options to automodapi

github.com/astropy/sphinx-automodapi - f7a8d35cd2a27806eeef89e7aeef70a213ca4eb1 authored almost 13 years ago by Erik Tollerud <[email protected]>
support for automodapi options and various cleanups

github.com/astropy/sphinx-automodapi - 1f93bf6b8d3c02e5de9528623a9cbba628d301e0 authored almost 13 years ago by Erik Tollerud <[email protected]>
syntax tweak in conf.py

github.com/astropy/sphinx-astropy - 1d3f9710027fe52c05c117f1df67afb86065ff96 authored almost 13 years ago by Erik Tollerud <[email protected]>
fixed automodapi to always use the base-level '_generated'

github.com/astropy/sphinx-automodapi - 3f486dd4c172b21bdfb09fe8d9a02dbff72a3e0c authored almost 13 years ago by Erik Tollerud <[email protected]>
updated autmodapi to allow options

github.com/astropy/sphinx-automodapi - d096b09211837e5a4190be591d6ec67d22de563c authored almost 13 years ago by Erik Tollerud <[email protected]>
reorganized and cleaned-up automodapi and automodsumm

github.com/astropy/sphinx-automodapi - 59dd876b4cea51f2492d92583a2ac3cf6f6075b4 authored almost 13 years ago by Erik Tollerud <[email protected]>
reorganized and cleaned-up automodapi and automodsumm

github.com/astropy/sphinx-astropy - 2d5c0b62949a9c2586f2f9986675de19a79c7bc0 authored almost 13 years ago by Erik Tollerud <[email protected]>
fixes prompted by extension building its own documentation

github.com/astropy/sphinx-automodapi - ce1ab1c21cfbf9bf3d3ea14cd0953868090911e1 authored almost 13 years ago by Erik Tollerud <[email protected]>
added _generated to gitignore and fixed error in generation that was missing underscore

github.com/astropy/sphinx-automodapi - 63d333dcab84e36c4d203d011f6930c24cef7fa7 authored almost 13 years ago by Erik Tollerud <[email protected]>
automodapi now includes autosummary-style generation for automodsumm

github.com/astropy/sphinx-automodapi - 8a484d3e5dc5a9f1b46c967b0674885bb455aa6d authored almost 13 years ago by Erik Tollerud <[email protected]>
implemented automodapi sphinx extensions

github.com/astropy/sphinx-automodapi - 85ff9b7aa9884ef944e307fce19c8969ff3a3ac7 authored almost 13 years ago by Erik Tollerud <[email protected]>
automodapi now includes autosummary-style generation for automodsumm

github.com/astropy/sphinx-astropy - d79fbf07d892d3154b9e7794ef876871f5cad5b7 authored almost 13 years ago by Erik Tollerud <[email protected]>
implemented automodapi sphinx extensions

github.com/astropy/sphinx-astropy - 675bdf0647477bf18a8679506a77042bf7e3c141 authored almost 13 years ago by Erik Tollerud <[email protected]>
tiny typo fix - impory->import

github.com/astropy/specutils - b3755e0e689a0aab385bd281f3ca2740f69c462e authored almost 13 years ago by Adam Ginsburg <[email protected]>
Adding to first pass at Spectrum1D API & framework.

github.com/astropy/specutils - f86c6dc0fb5c899db52bed4b63d2535a9e437bc2 authored almost 13 years ago by Demitri Muna <[email protected]>
added Adrian and Demitri's skeleton code for spectrum1d.py

github.com/astropy/specutils - e0252ac4039cafd3aa036ad4c377fd75bddf2355 authored almost 13 years ago by adrn <[email protected]>
This should fix #147.

The real explanation comes from the Python 3.2 docs for the subprocess module:

"If close_fds is...

github.com/astropy/pytest-openfiles - 9ba1ad77b51ef6ff7380128f17aa5847bc754f7a authored almost 13 years ago by Erik Bray <[email protected]>
This should fix #147.

The real explanation comes from the Python 3.2 docs for the subprocess module:

"If close_fds is...

github.com/astropy/pytest-remotedata - 9ba1ad77b51ef6ff7380128f17aa5847bc754f7a authored almost 13 years ago by Erik Bray <[email protected]>
Testing out autopep8. It can't fix things like too-long lines, but it does a perfectly nice job on really fussy things like whitespace around operators. Still, you wouldn't want to run it blithely over your entire codebase. There are several things that it 'fixes' that are really not as readable afterwards. As PEP8 itself warns: 'A foolish consistency is the hobgoblin of little minds.'

github.com/astropy/sphinx-astropy - 9472f82eac7f1182a71ec8eaa9740828946beafb authored almost 13 years ago by Erik Bray <[email protected]>
added a couple more from_methods to instantiate from tables and files.

github.com/astropy/specutils - e2eb7257931da1493c6691932346f178c1082d8e authored almost 13 years ago by Wolfgang Kerzendorf <[email protected]>
first simple implementation of the Spectrum1D class

github.com/astropy/specutils - f2496282be23d18d6a9f499a3f2e7d4f98d2b500 authored almost 13 years ago by Wolfgang Kerzendorf <[email protected]>
Fixes path arguments to the test command on Windows. When pytest.main() is passed the arguments as it string, it runs that string through shlex.split(). However, it does not use the 'posix' argument to shlex--or more specifically it doesn't set it to false for Windows as I did here. That causes Windows paths to be mangled. So we can fix that on our end.

github.com/astropy/pytest-openfiles - d7ab32fc0528d781ae99c534ca655d3c8f79817e authored almost 13 years ago by Erik Bray <[email protected]>
Fixes path arguments to the test command on Windows. When pytest.main() is passed the arguments as it string, it runs that string through shlex.split(). However, it does not use the 'posix' argument to shlex--or more specifically it doesn't set it to false for Windows as I did here. That causes Windows paths to be mangled. So we can fix that on our end.

github.com/astropy/pytest-remotedata - d7ab32fc0528d781ae99c534ca655d3c8f79817e authored almost 13 years ago by Erik Bray <[email protected]>
updated README

github.com/astropy/specutils - 64a2d92af3c3c01c24c31de953397aa16f6c5ff7 authored almost 13 years ago by Erik Tollerud <[email protected]>
updated MANIFEST.in for package name

github.com/astropy/specutils - 3717a321ca50f11cde44c73adb88fd820d9a8a72 authored almost 13 years ago by Erik Tollerud <[email protected]>
updated documentation names

github.com/astropy/specutils - 87019ae01a66a0d1b92bc305ae4913c7243c1b86 authored almost 13 years ago by Erik Tollerud <[email protected]>
adjusted main package name and added package docstring

github.com/astropy/specutils - f67be9313dc5782f963bcccf56404a6bdf24ee7a authored almost 13 years ago by Erik Tollerud <[email protected]>
removed examples from template

github.com/astropy/specutils - 9fcee2b3a9eabf76758b034d8428bfa0396fe93b authored almost 13 years ago by Erik Tollerud <[email protected]>
adjusted setup.py for specutils details

github.com/astropy/specutils - 16b56dfc5c16ca8c29896618b143470696d1b674 authored almost 13 years ago by Erik Tollerud <[email protected]>
Merged package-template, removed initial empty README

github.com/astropy/specutils - 5cb559664e611115f2b728af303381ea8ff3de94 authored almost 13 years ago by Erik Tollerud <[email protected]>
Merge pull request astropy/astropy#102 from iguananaut/fits

Add PyFITS as astropy.io.fits

github.com/astropy/sphinx-astropy - 6d4ea56bb69f1172d57f175e904cca283302b547 authored almost 13 years ago by Erik Bray <[email protected]>
HTML documentation now builds without any warnings/errors.

github.com/astropy/sphinx-astropy - e6150c9d5db15776a803386abbe1491dc78ea599 authored almost 13 years ago by Erik Bray <[email protected]>
Add static files--include the astropy.css in the base astropy sphinx conf.

github.com/astropy/sphinx-astropy - 700bab7618e601fab53d3a84ff0634879ed50efe authored almost 13 years ago by Erik Bray <[email protected]>
python3 compatibility w/o 2to3 conversion

github.com/astropy/pyregion - 05b4dfdaf32e21356534cc8a90e35a0f242ec9ed authored almost 13 years ago by Jae-Joon Lee <[email protected]>
collects tests from instsalled packages.

github.com/astropy/pyregion - 834516963e8f3a0dc05045c5dd64c5eb564613b1 authored almost 13 years ago by Jae-Joon Lee <[email protected]>
minot code clean ups

github.com/astropy/pyregion - 2dc963c754e62737ff47846c2ad5aff473def9e5 authored almost 13 years ago by Jae-Joon Lee <[email protected]>
enable test using py.test

github.com/astropy/pyregion - 14f540736d4178e9366add0d2d6229eb4fbd10f5 authored almost 13 years ago by Jae-Joon Lee <[email protected]>
fix wcs_helper.py to use ProjectionBase whenever possible

github.com/astropy/pyregion - d0f94f348b0ab06d7c5f594b143c94d5d57674a8 authored almost 13 years ago by Jae-Joon Lee <[email protected]>
update installing.rst

github.com/astropy/pyregion - 61b99773d1903e2a937dfd3b72eb9310d63cf824 authored almost 13 years ago by Jae-Joon Lee <[email protected]>
drop kapteyn support.

github.com/astropy/pyregion - f8c2c0121e8a71fba505e802d920aba7a378aec9 authored almost 13 years ago by Jae-Joon Lee <[email protected]>
update wcs_helper.py. Fixes #11.

github.com/astropy/pyregion - 25da570c5b80a10a085822bf605bf952cbf77042 authored almost 13 years ago by Jae-Joon Lee <[email protected]>
Fixed mSubimage_pix

github.com/astropy/montage-wrapper - 25a56bcdf438a2f3056cc4f82cc12c61b33033e9 authored almost 13 years ago by Thomas Robitaille <[email protected]>
Updated setup.py

github.com/astropy/montage-wrapper - 32558e5e86a092dcf4c8a140d271a297e947f1fa authored almost 13 years ago by Thomas Robitaille <[email protected]>
Move the py.test conftest.py file to the astropy directory so it is installed. Changed the import of plugins accordingly. Also updated the .gitignore file so it ignores the Mac OS X .DS_Store file.

github.com/astropy/package-template - 4c2515bc3981b4166fefeee7480f17602e278fd4 authored almost 13 years ago by Thomas Robitaille <[email protected]>
Move the py.test conftest.py file to the astropy directory so it is installed. Changed the import of plugins accordingly. Also updated the .gitignore file so it ignores the Mac OS X .DS_Store file.

github.com/astropy/montage-wrapper - 4c2515bc3981b4166fefeee7480f17602e278fd4 authored almost 13 years ago by Thomas Robitaille <[email protected]>
Move the py.test conftest.py file to the astropy directory so it is installed. Changed the import of plugins accordingly. Also updated the .gitignore file so it ignores the Mac OS X .DS_Store file.

github.com/astropy/astroscrappy - 4c2515bc3981b4166fefeee7480f17602e278fd4 authored almost 13 years ago by Thomas Robitaille <[email protected]>
Move the py.test conftest.py file to the astropy directory so it is installed. Changed the import of plugins accordingly. Also updated the .gitignore file so it ignores the Mac OS X .DS_Store file.

github.com/astropy/specutils - 4c2515bc3981b4166fefeee7480f17602e278fd4 authored almost 13 years ago by Thomas Robitaille <[email protected]>
Move the py.test conftest.py file to the astropy directory so it is installed. Changed the import of plugins accordingly. Also updated the .gitignore file so it ignores the Mac OS X .DS_Store file.

github.com/astropy/SPISEA - 4c2515bc3981b4166fefeee7480f17602e278fd4 authored almost 13 years ago by Thomas Robitaille <[email protected]>
Move the py.test conftest.py file to the astropy directory so it is installed. Changed the import of plugins accordingly. Also updated the .gitignore file so it ignores the Mac OS X .DS_Store file.

github.com/astropy/ccdproc - 4c2515bc3981b4166fefeee7480f17602e278fd4 authored almost 13 years ago by Thomas Robitaille <[email protected]>
updated docs Makefile to reflect astropy

github.com/astropy/SPISEA - 6a3a5d9f4aee39628ba8803c2cd7a9ea2377d47f authored about 13 years ago by Erik Tollerud <[email protected]>
updated docs Makefile to reflect astropy

github.com/astropy/ccdproc - 6a3a5d9f4aee39628ba8803c2cd7a9ea2377d47f authored about 13 years ago by Erik Tollerud <[email protected]>
updated docs Makefile to reflect astropy

github.com/astropy/montage-wrapper - 6a3a5d9f4aee39628ba8803c2cd7a9ea2377d47f authored about 13 years ago by Erik Tollerud <[email protected]>
updated docs Makefile to reflect astropy

github.com/astropy/specutils - 6a3a5d9f4aee39628ba8803c2cd7a9ea2377d47f authored about 13 years ago by Erik Tollerud <[email protected]>
updated docs Makefile to reflect astropy

github.com/astropy/astroscrappy - 6a3a5d9f4aee39628ba8803c2cd7a9ea2377d47f authored about 13 years ago by Erik Tollerud <[email protected]>
updated docs Makefile to reflect astropy

github.com/astropy/package-template - 6a3a5d9f4aee39628ba8803c2cd7a9ea2377d47f authored about 13 years ago by Erik Tollerud <[email protected]>
Initial commit of affiliated package template

github.com/astropy/montage-wrapper - 58106d9e7de12ac43b6f39d3362da211b43dc0c8 authored about 13 years ago by Thomas Robitaille <[email protected]>
Initial commit of affiliated package template

github.com/astropy/specutils - 58106d9e7de12ac43b6f39d3362da211b43dc0c8 authored about 13 years ago by Thomas Robitaille <[email protected]>
Initial commit of affiliated package template

github.com/astropy/astroscrappy - 58106d9e7de12ac43b6f39d3362da211b43dc0c8 authored about 13 years ago by Thomas Robitaille <[email protected]>
Initial commit of affiliated package template

github.com/astropy/package-template - 58106d9e7de12ac43b6f39d3362da211b43dc0c8 authored about 13 years ago by Thomas Robitaille <[email protected]>
Initial commit of affiliated package template

github.com/astropy/SPISEA - 58106d9e7de12ac43b6f39d3362da211b43dc0c8 authored about 13 years ago by Thomas Robitaille <[email protected]>
Initial commit of affiliated package template

github.com/astropy/ccdproc - 58106d9e7de12ac43b6f39d3362da211b43dc0c8 authored about 13 years ago by Thomas Robitaille <[email protected]>
Add hdu= option to reproject

github.com/astropy/montage-wrapper - 4c4791e6660f0bcefbde4cfe30748aabf9d1c241 authored about 13 years ago by Thomas Robitaille <[email protected]>
Even simpler and more bullet-proof solution -- just run build out-of-place. That's all we need.

github.com/astropy/pytest-openfiles - ee3642ac1e563234b2eada734845b58f61ebb212 authored about 13 years ago by Michael Droettboom <[email protected]>
Even simpler and more bullet-proof solution -- just run build out-of-place. That's all we need.

github.com/astropy/pytest-remotedata - ee3642ac1e563234b2eada734845b58f61ebb212 authored about 13 years ago by Michael Droettboom <[email protected]>
Test what will be installed, not the source tree.

github.com/astropy/pytest-remotedata - 3500a59d8bb46d45bc5d85edfa273fee7d26aa18 authored about 13 years ago by Michael Droettboom <[email protected]>
Test what will be installed, not the source tree.

github.com/astropy/pytest-openfiles - 3500a59d8bb46d45bc5d85edfa273fee7d26aa18 authored about 13 years ago by Michael Droettboom <[email protected]>
Import bundled pytest unless the user has specified otherwise with a config option.

github.com/astropy/pytest-openfiles - 87fb3c88f5efea6dccb65caf407c80f6d6ef7440 authored about 13 years ago by Matt Davis <[email protected]>
Import bundled pytest unless the user has specified otherwise with a config option.

github.com/astropy/pytest-remotedata - 87fb3c88f5efea6dccb65caf407c80f6d6ef7440 authored about 13 years ago by Matt Davis <[email protected]>
Added license and docstring to pytest_plugins.py and removed import of __path__ in __init__.py.

github.com/astropy/pytest-remotedata - 28c1ccf99e9ab7a333289fa013cf028eb856d132 authored about 13 years ago by Matt Davis <[email protected]>
Added license and docstring to pytest_plugins.py and removed import of __path__ in __init__.py.

github.com/astropy/pytest-openfiles - 28c1ccf99e9ab7a333289fa013cf028eb856d132 authored about 13 years ago by Matt Davis <[email protected]>
Moved py.test plugins to astropy.tests.pytest_plugins and changed conftest.py to import everything from there.

github.com/astropy/pytest-openfiles - 7e397894604eff1bd01d0eccff39fc0555bafaba authored about 13 years ago by Matt Davis <[email protected]>
Moved py.test plugins to astropy.tests.pytest_plugins and changed conftest.py to import everything from there.

github.com/astropy/pytest-remotedata - 7e397894604eff1bd01d0eccff39fc0555bafaba authored about 13 years ago by Matt Davis <[email protected]>
Moved setup_test_command to setup_helpers.py and made te

st variables in __init__.py less visible.

github.com/astropy/pytest-remotedata - 9fb31641a2ec3cca82ca06ab36cf09cfd0d3fc01 authored about 13 years ago by Matt Davis <[email protected]>
Moved setup_test_command to setup_helpers.py and made te

st variables in __init__.py less visible.

github.com/astropy/pytest-openfiles - 9fb31641a2ec3cca82ca06ab36cf09cfd0d3fc01 authored about 13 years ago by Matt Davis <[email protected]>
Modifed tests.helper so that the utilties defined within are generic and the actual package specific setup occurs in astropy.__init__.

github.com/astropy/pytest-openfiles - 491185ef246d36b06ac95ef98742390504914495 authored about 13 years ago by Matt Davis <[email protected]>
Modifed tests.helper so that the utilties defined within are generic and the actual package specific setup occurs in astropy.__init__.

github.com/astropy/pytest-remotedata - 491185ef246d36b06ac95ef98742390504914495 authored about 13 years ago by Matt Davis <[email protected]>
Merge pull request #84 from phn/version-info-in-pytest-header

Adds the astropy version and other information to the py.test output
header.

Resolved conflict ...

github.com/astropy/pytest-remotedata - 6a3f8f0c5a24069835c71c92383706147f43b6e9 authored about 13 years ago by Erik Tollerud <[email protected]>
Merge pull request #84 from phn/version-info-in-pytest-header

Adds the astropy version and other information to the py.test output
header.

Resolved conflict ...

github.com/astropy/pytest-openfiles - 6a3f8f0c5a24069835c71c92383706147f43b6e9 authored about 13 years ago by Erik Tollerud <[email protected]>
fix in tests/helper.py to reflect remotedata->remote-data

github.com/astropy/pytest-openfiles - 0b1aea5ac6bfccb23a6af88473426147b40ebc9d authored about 13 years ago by Erik Tollerud <[email protected]>
fix in tests/helper.py to reflect remotedata->remote-data

github.com/astropy/pytest-remotedata - 0b1aea5ac6bfccb23a6af88473426147b40ebc9d authored about 13 years ago by Erik Tollerud <[email protected]>
Merge pull request #73 from eteq/config-pkg

Implementation of config package - includes both configuration file and data-access functionality.

github.com/astropy/pytest-remotedata - 909a3414bef5e1aa0e967f6a62585b1c82c50b7f authored about 13 years ago by Erik Tollerud <[email protected]>
Merge pull request astropy/astropy#73 from eteq/config-pkg

Implementation of config package - includes both configuration file and data-access functionality.

github.com/astropy/sphinx-astropy - b412e3079c703af130cfd82633139dafb5c0645c authored about 13 years ago by Erik Tollerud <[email protected]>
Merge pull request #73 from eteq/config-pkg

Implementation of config package - includes both configuration file and data-access functionality.

github.com/astropy/pytest-openfiles - 909a3414bef5e1aa0e967f6a62585b1c82c50b7f authored about 13 years ago by Erik Tollerud <[email protected]>
Add astropy version and some other info to py.test output.

Infomartion added: version, package being tested, "special"
astropy options used. The last is cu...

github.com/astropy/pytest-openfiles - 78848f25188e94a9f5bb1e441e5a333503e93b37 authored about 13 years ago by Prasanth Nair <[email protected]>
Add astropy version and some other info to py.test output.

Infomartion added: version, package being tested, "special"
astropy options used. The last is cu...

github.com/astropy/pytest-remotedata - 78848f25188e94a9f5bb1e441e5a333503e93b37 authored about 13 years ago by Prasanth Nair <[email protected]>
Removed comment about the -p option for plugins in helper.py. The plugins are discovered in conftest.py.

github.com/astropy/pytest-remotedata - 59f5b993adb8147baa42cc0d7b7619ca3fa50875 authored about 13 years ago by Matt Davis <[email protected]>
Removed comment about the -p option for plugins in helper.py. The plugins are discovered in conftest.py.

github.com/astropy/pytest-openfiles - 59f5b993adb8147baa42cc0d7b7619ca3fa50875 authored about 13 years ago by Matt Davis <[email protected]>
Changed --remotedata option to --remote-data.

github.com/astropy/pytest-openfiles - 4a69592c8c98119e5aa613e30c4be4b5a4ebc923 authored about 13 years ago by Matt Davis <[email protected]>
Changed --remotedata option to --remote-data.

github.com/astropy/pytest-remotedata - 4a69592c8c98119e5aa613e30c4be4b5a4ebc923 authored about 13 years ago by Matt Davis <[email protected]>
Keep actual hook definitions in tests.helper but import them into conftest.py to get the same behavior.

github.com/astropy/pytest-remotedata - e38eabd17bf95113d0696e42c834e9fde1d1be42 authored about 13 years ago by Matt Davis <[email protected]>
Keep actual hook definitions in tests.helper but import them into conftest.py to get the same behavior.

github.com/astropy/pytest-openfiles - e38eabd17bf95113d0696e42c834e9fde1d1be42 authored about 13 years ago by Matt Davis <[email protected]>
tweaks/bugfixes from mdboom's pull request feedback

github.com/astropy/sphinx-astropy - 758ce3229cf56d30a3f0937da8e557117ae7fe9d authored about 13 years ago by Erik Tollerud <[email protected]>
Moved py.test plugins to a root level conftest.py file. This wil be discovered by py.test when run from the command line so that it has the same behavior as astropy.test().

github.com/astropy/pytest-openfiles - 2ea6a0f351b52e4f3ae32941f136a5019680f854 authored about 13 years ago by Matt Davis <[email protected]>
Moved py.test plugins to a root level conftest.py file. This wil be discovered by py.test when run from the command line so that it has the same behavior as astropy.test().

github.com/astropy/pytest-remotedata - 2ea6a0f351b52e4f3ae32941f136a5019680f854 authored about 13 years ago by Matt Davis <[email protected]>
some code clean ups

github.com/astropy/pyregion - f29d793e45dac8542cf9454280d867316b0202ee authored about 13 years ago by Jae-Joon Lee <[email protected]>
Added some docstrings for previously un-documented modules/packages

github.com/astropy/sphinx-astropy - 1252781136f9eaaaffb99a460cda9c5ad89850ed authored about 13 years ago by Erik Tollerud <[email protected]>