Ecosyste.ms: OpenCollective

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

github.com/astropy/pyvo

An Astropy affiliated package providing access to remote data and services of the Virtual Observatory (VO) using Python.
https://github.com/astropy/pyvo

pyvo.object2pos() -> SkyCoord.from_name()

Running these examples I noticed that object2pos was being called,
but got deleted. So instead,...

f18e4b7e825c5ddc228144d6b915a7b07d0bd6ca authored over 5 years ago
Remove obsolete unit test data

These files are no longer used, and they are big, and filled with
things I like to search for. ...

b97367b938dd1b9e8020d00059b177580c7abca2 authored over 5 years ago
Merge pull request #164 from cbanek/163-astropy-deprecation

Fix AstropyDeprecationWarning in SIA & SSA

2956bfc306ef7daaa57aa3e76ccb428ecd9db770 authored over 5 years ago
Fix AstropyDeprecationWarning in SIA & SSA

Fixes #163

When running SSAService.search() and passing in an astropy Quantity,
this warning wo...

8cfca68039b416ee4d0639a3b2abbb201dd6bde6 authored over 5 years ago
Merge pull request #157 from cbanek/122-auth2

Auth support for pyvo

bf2c854fa98ddf1e3883e8c3e7aae996215d7008 authored over 5 years ago
Make constants for known securitymethod URIs

8f3a3a14bc64fbedfd6b7f78e10b2e2d075b7909 authored over 5 years ago
Add tests for auth

The change to test_tap adds a new validator function that can be
overriden in a subclass. I the...

93f686080adc07966eb2d3a0a4fc0fafb39623aa authored over 5 years ago
Add in auth support and examples

This adds in auth support for services that support the
capabilities endpoint. This is where th...

2d45448c7a879c18701c93d5ee18fedabd582c21 authored over 5 years ago
Pull out MockAsyncTAPServer

There is a great class defined to do testing against async
TAP services, but it's defined in a f...

3f7a195c96bf361063a2ead23320fb21567d9f58 authored over 5 years ago
Refactor session to not be a singleton

Right now, session was a singleton, and there was only one of
them and all the calls were using ...

19e896590076502ca6e481a8c923db40b629afe9 authored over 5 years ago
Merge pull request #160 from bsipocz/remove_InheritDocstrings

Remove usage of InheritDocstrings

3d307576ede284daf04c018476c05ae9eeaa5264 authored over 5 years ago
Adding changelog

8304b532168abf6f6f8c341dbd4abfd12fa2280b authored over 5 years ago
Remove usage of InheritDocstrings in favour of modern sphinx behaviour

ecd88ab635b59e8fbbd48b1d26aa2cd0c1ee22f9 authored over 5 years ago
Merge pull request #156 from bsipocz/update-helpers-v3.2.1

Update astropy-helpers to v3.2.1

310f10f168d6deeca661fe037e0967a153769ee4 authored over 5 years ago
Updated astropy-helpers to v3.2.1

e9f3dc9fa9894cfc2b6e1db4d4215637a65d7173 authored over 5 years ago
Merge pull request #153 from hugovk/rm-2

Drop support for legacy Python 2.7

4df4ab5f76dc5794c075530418ee06e2bbb3625a authored over 5 years ago
Drop support for legacy Python 2.7

d0ab48da1b2b55c04e300300fc283a49101db06b authored over 5 years ago
Revert changes to external file

78d85ddba5b1d7ea108b28c3424a972522d0ddaf authored over 5 years ago
The future is now

13db02bd7d22c7e333a36739ff991b11556b08ca authored over 5 years ago
Remove six

9ed0a46fe160de5ca9db25203103f4c620065a4f authored over 5 years ago
Remove some six

a36cb68404cbc1e2e96d9c608f15bfffeb94d6a1 authored over 5 years ago
Upgrade Python syntax with pyupgrade --py3-plus

0eb7dfd6ce3862d3e0a59a4d06be87031f9c1c60 authored over 5 years ago
Add python_requires to help pip

a31dc5fd582f6250e61c4229f3dd9fa03ef1274f authored over 5 years ago
Drop support for legacy Python 2.7

31a3896b72516eebc54c3e2aaa26a1200dce2c96 authored over 5 years ago
Merge pull request #151 from bsipocz/changelog_cleanup

Cleaning up changelog a bit

ca8f28fd695262dafa6589e63aaf9d41000a20cf authored over 5 years ago
Merge pull request #145 from bsipocz/minor_cleanup

Minor cleanup

46a3c45580db94dd7197e232380289f91790c8f3 authored over 5 years ago
Reworking the travis matrix

4827501a156c9926d3430c4ee019d1c9abf6cc52 authored over 5 years ago
Minor test matrix update

a47ec61bc382561474726495073e3b392e555867 authored over 5 years ago
Run flake8 for everything not excepted in setup.cfg

3363294a66b24b9e93ab0cd2774a2387e1ab6b4d authored over 5 years ago
Populating conftest

e3596cf7fbef6c8e13cb21b73cb9bfc27d6570f2 authored over 5 years ago
Trying to fix py2 CI build

1ce56534667f0f8cf2aa22f6140ef0d5a3e53bcb authored over 5 years ago
Simplifying regex

4e0bd510c2016a0b92b5298cd4577ed4d533b922 authored over 5 years ago
Removing unused distribute_setup and cextern

fec43b9f403f8b866083b3fc1e4e1d50970c1e6e authored over 5 years ago
Keep newer API as default, use old one as exception

676fc2e711d70397c1f72561b10cecefd87f9e08 authored over 5 years ago
language…

197b21173998a1829cc08f792fa387ab7c14b179 authored over 5 years ago
Cleaning up changelog a bit [skip ci]

fb2248acef142a6c9c5e6f4eba188e7cb92e49bb authored over 5 years ago
Merge pull request #143 from cbanek/139-fix-docs-build

Require docs build to pass with no warnings

827d9e105c70fc95efba240448d7b82037e6eaa5 authored over 5 years ago
Fix doc warnings for DatalinkQuery.from_resource

The XML part was giving the doc build a few warnings:

pyvo/dal/adhoc.py:docstring of pyvo.dal.a...

fcedbc2e00fdb1223dc0bc06fb856aabb4024337 authored over 5 years ago
Merge pull request #148 from cbanek/147-default-result

Result for TAP service should default result to id=result

5862004ea90ef50a08ecc635aa10b29c9fc5288c authored over 5 years ago
Merge pull request #124 from keflavich/small_style_fix

Small style fix: s->session

906a6caf865f08708680406db43b99dae918e3c4 authored over 5 years ago
r->response

Revert the bad parts of "r->response"

46d41cc28c8387d63379d327f0a268b041d78266 authored over 5 years ago
fix one uncaught s.post

24b2bf6095ad0782096f8c22a0348401a06986a3 authored over 5 years ago
change s->session in more files

c7fd1f32316b82181521b148aac5f379fffb5243 authored over 5 years ago
small style correction: replace "s" with "session" because

single-character variable names are hard to search for

4de9bb3689c371d6124967503e1fb56a77e16b8e authored over 5 years ago
Adding bot config

1ffc6f68b5a142cf4188c22ff95b1ed48a1f89ab authored over 5 years ago
Result for TAP service should default to id=result

For a TAP service async job, it can have multiple results in one
set. When doing a fetch_result...

0c3d00427fa8c4ca7e2e4f94739d6bda487bb5de authored over 5 years ago
Require docs build to pass with no warnings

Travis wasn't even attempting to run the docs build, because
in Travis you need to have it in th...

42363be59998f555c18faf74db1f5c5e6f8bee7f authored over 5 years ago
Fix maxdepth indent

The extra space here was confusing the doc parser I think. It
would emit this error when runnin...

0745db24366544d2cfbc4ad8472d2fa5710428d7 authored over 5 years ago
Fix regtap doc warnings

Properties section isn't rendered right now and it emits a warning,
because docutils doesn't kno...

211f5d8e41eadb2d7d08efce23a851742d9d12fd authored over 5 years ago
Merge pull request #142 from cbanek/141-remove-duplicate-code

Remove unused code from utils/xml/exceptions.py

2393c70fc1b3771dc54d43d5732ac2e058c0d370 authored over 5 years ago
Remove unused code from utils/xml/exceptions.py

We used to be calling this code but now we just call the
astropy version instead. So this copy ...

f4c0c0aacde3fdb2b877dd4a173538c1f0dc6862 authored over 5 years ago
Merge pull request #128 from timj/u/timj/flake8-fixes

Some cleanups to make flake8 clean

4cd21e248877ec26a151a1ca0561287b631ecac6 authored over 5 years ago
Remove unused pdb import

a9ea97703339841f97f98a744784bf623454b76c authored over 5 years ago
Hide astropy_helpers and version.py from flake8

5a42c5ceedff841867f4d85397fefe7825a51ea9 authored over 5 years ago
Fix code to be flake8-clean

Some astropy and sphinx helper files were excluded.

e3f6de245e313ee4533d807e5e276f5d6e0bd07c authored over 5 years ago
Enable flake8 travis check

Now it has to pass

151c4d5c99fbd91988660326a9a7424a05aa36d5 authored over 5 years ago
Remove all exemption codes and add flake8 section

a768bf22dc3fc30ced2c686242055ee9f734062f authored over 5 years ago
Merge pull request #140 from cbanek/130-fix-build-break

Pass in correct style to throw exceptions when parsing table

b9c3b834deb78bac52b7bde09daac0816e5895aa authored over 5 years ago
Pass in correct style of pedantic when parsing tables

The old way was pedantic=True, the new way is verify='exception',
although it has more options.
...

ed3edf4252fab78baa35a6891df774ed3a9c0988 authored over 5 years ago
Merge pull request #138 from cbanek/prepare-1.0.dev

Prepare for the new 1.0 release

3cb3434abc9ffb6559a323edef6e4d0783cca38a authored over 5 years ago
Prepare for the new 1.0 release

Up the version number to what will be next, 1.0, and add dev
on to let people and tools know thi...

c39f7e39c7777a44cdd23c809c8b62cb92eaf8c8 authored over 5 years ago
Merge pull request #131 from cbanek/prepare-release-v0.9.3

Prepare for v0.9.3 release

1f7bc894c6ab15664bc6c57134c9bffa2fd4ff4c authored over 5 years ago
Prepare for v0.9.3 release

Add changelog, update version number. Update readme with new
Travis badge link due to moving pr...

4b28ec60ea0ac6c27d084c2fdd68aaaa04aa02db authored over 5 years ago
Merge pull request #137 from cbanek/fix-readthedocs-build

Fix the readthedocs build

e6e064a66950e2445a2b0490fc7538ef5cdcf24c authored over 5 years ago
Fix the readthedocs build

Add in missing dependency for the build, sphinx-astropy.

This also tells readthedocs to install...

404e0ee48416ee96682e4f7a9ed3a1c6dec5f847 authored over 5 years ago
Merge pull request #134 from bsipocz/six_switch_to_standalone

Switching to use system six

385ee195123ab0a05d4483a70675d80e1fba3881 authored over 5 years ago
Adding six to setup.cfg

c46f6d4e019aa94a0513049d7cf47e062ca03502 authored over 5 years ago
Switching to use system six rather than astropy bundled to keep compatibility

e3db8754a4c8c5f3bca0f6e62c2e2ef112744e6f authored over 5 years ago
Merge pull request #133 from pllim/patch-2

MNT: Update org in setup.cfg

4c6be41ac16ed9e15f0c3777fb80d3eb19ccb331 authored over 5 years ago
Merge pull request #132 from pllim/patch-1

MNT: Use sphinx_astropy on conf.py

e239372627864f8936c0c6d5174465051cdd33d3 authored over 5 years ago
MNT: Update org in setup.cfg

db57aca0d412b4181f5e42f1788de135eacfd4b8 authored over 5 years ago
MNT: Use sphinx_astropy on conf.py

26fc023d16d9bb470ec45475b3ebe5b56ca5aaf5 authored over 5 years ago
Merge pull request #129 from RayPlante/patch-1

README.rst: small edits for grammar in opening paragraph

0ec198ec586d73a853c344d44dc07acd7dbc53d5 authored over 5 years ago
README.rst: small edits for grammar in opening paragraph

8a94c7de118e00be6492d8d437d776a326e43154 authored over 5 years ago
Update README for astropy move

31cb2973ba848661d5c06b759e6b377e28fd4d63 authored over 5 years ago
Merge pull request #119 from pllim/patch-1

MNT: Fix astropy dev failure

1b3cc8837215e8d95b740d29e8212e8d6b5df13d authored over 5 years ago
MNT: Fix astropy dev failure

17fdfedbfeb17bf7a971e35c9c73ce111c69268e authored almost 6 years ago
Merge pull request #109 from bsipocz/update-helpers-v2.0.8

Update astropy-helpers to v2.0.8

1182b43720cacef6e96eaa46900b6c3af3062bcb authored almost 6 years ago
Merge pull request #115 from cbanek/master

Fix pycodestyle errors

7297dc2ee30fe371320786b62227f08dff03842e authored almost 6 years ago
Merge pull request #116 from cbanek/mimetype-fix

Fix mimetype confusion during tests

2b741270d471cb64e85be2af646e12a50f490a40 authored almost 6 years ago
Merge pull request #112 from bsipocz/update_astropy_init

Package-template update: _astropy_init.py

5f2c5e154e23bcfcc763188d4e4d76a4d1275b25 authored almost 6 years ago
Fix mimetype confusion during tests

It seems like it's easy for python to get confused when you name
a file the same as a dependent ...

12cc686abf51eb6379dabab2f24aa5e3bf6224f6 authored almost 6 years ago
Fix pycodestyle errors

This should fix all the whitespace errors currently emitted by
pycodestyle for this repo.

Fix s...

95a84cfad785160262e3e85cf2714356f7cc737c authored almost 6 years ago
Merge pull request #114 from cbanek/master

Fix SecurityMethod parsing of capabilities.

f8546761a08e128d9c973d3044cdc94c134f1d56 authored almost 6 years ago
Fix SecurityMethod parsing of capabilities.

There was a problem where if any SecurityMethod was mentioned,
there would be a parse error sinc...

738d63a1f0c0e4d43209a8bb2b8044b7f184c2c3 authored almost 6 years ago
Package-template update: _astropy_init.py

bb37a4d40c5b9724ef70fe53c4382bf494d6e78d authored about 6 years ago
Updated astropy-helpers to v2.0.8

cef7c9fa349e6c40182ba46d6171e3cb3a7c659a authored about 6 years ago
... add missing dependency to travis

9e05d84ae4806f65cc20cbe5db7516eda01f7499 authored about 6 years ago
add missing dependency mimeparse to setup.cfg

fdc03703ca12527d28f26194e022b285ba7e0cd6 authored about 6 years ago
add missing requirement mimeparse

4afc655b112cbcf77632bb97e718c091b0a8f113 authored about 6 years ago
add documentation for getdataobj()

fdd33e1837fe981ea38a916ce6b7894ace9c4556 authored about 6 years ago
allow PIL objects as data objects

6f8997c112488bbd4b1e78cf7f66cb4db9adeea3 authored about 6 years ago
fix HDUList object creation in mimetype function

d07dd00c44a2eed2bb493c4d8f4a3ec48669adda authored about 6 years ago
replace mimetype functions with library-based ones

54c62e7e6d3fadd3616335d6ffd8259ddef2941d authored about 6 years ago
add a method to get the actual data object

fffc2216df2b150c3a4f1f7b6c3e07839f3fb840 authored about 6 years ago
add support for datalink without resource elements

a8983c76dad8aed01bd35e0476f86fdf73bfbf29 authored about 6 years ago
prepare release 0.9.2

380cbec2c741ba0c5fb5ac1f66c597381a0b36d5 authored over 6 years ago
Merge branch 'cbanek-master'

64b97897167ac5637c23b0e2a990e63094f57969 authored over 6 years ago
Fix 'fornat' -> 'format' in describe call.

Simple spelling error, but throws an exception. Just fix this
to format.

041d73fb73c1544ae35a42378527b12489e0cfb7 authored over 6 years ago
prepare release v0.9.1

9724e4d5328dae0e8579c73d319c2c682aaeb2b6 authored over 6 years ago