Ecosyste.ms: OpenCollective

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

github.com/astropy/astropy-helpers

Helpers for Astropy and Affiliated packages
https://github.com/astropy/astropy-helpers

Added changelog entry

eebeae48b0b54cd20f394abb1337386a084b63f1 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Preserve existing package data when running get_package_info

d2b0da563b5ec2d720501935fbf7fa392f6ce87c authored almost 6 years ago by Thomas Robitaille <[email protected]>
Merge pull request #452 from astrofrog/fix-build-ext

Fix build_ext in case where Cython is not available but required and installed via setup_requires

5605ff4f781839254a49a8c86afd2b3eb7eb28e4 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Fix build_ext in case where Cython is not available but required and installed via setup_requires

8305cd09606391efc007243e5a56187236429f8e authored almost 6 years ago by Thomas Robitaille <[email protected]>
Merge pull request #450 from astrofrog/avoid-import-during-test

Avoid importing astropy when getting the test command to test astropy

f3744dae0d7cd64d081c3ca9e283a88e8bbf8548 authored almost 6 years ago by Brigitta Sipocz <[email protected]>
Merge pull request #451 from dpshelio/syserror

Write error messages on stderr

2b4195cea9a7b78d5b1d32d3a0b709eb94cff2cc authored almost 6 years ago by Brigitta Sipocz <[email protected]>
Write error messages on stderr

Some messages were using `file` on `print`, whereas other where just simple
`print`s. Now all ar...

43c7d23ffe3be64a18c053c7ef5a2a8ead66db90 authored almost 6 years ago by David Pérez-Suárez <[email protected]>
Simplify comment

5e7b82883e32d7057ab8e69a390b6a1f2e44c969 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Added changelog entry

a8ee5c8c5b2db344eb13c2df8694a1f4eb94033b authored almost 6 years ago by Thomas Robitaille <[email protected]>
Avoid importing astropy when getting the test command

dfcc9c3105d8120d4af420b2b5dfc90163363ba5 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Merge pull request #442 from astrofrog/avoid-import

Avoid importing whole package when trying to get version information

c47096618922181df712e42699fcbeeb313580fb authored almost 6 years ago by Thomas Robitaille <[email protected]>
Fix extension name

613d4c411b68c9c70dc102ab01316cfb0e0d113a authored almost 6 years ago by Thomas Robitaille <[email protected]>
Mention cython_version and compiler_version in the docs

d71f203b1c14ca3d166dfe280101a87d6b0306b6 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Expanded changelog entry to mention API change

bd417a1989650e01a2ab4c473bbae07fddc5db49 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Remove unused import

e1b1bbaf3018ab5bf5b193cb5925de513654474a authored almost 6 years ago by Thomas Robitaille <[email protected]>
No longer reload version module since we don't import it as a module anymore

0fc7223cf50081f1b2f42e3952e7de49a8571255 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Update code to no longer assume compiler version and Cython version are in the .version module

38a8066399077e58520e07898985cac65fc79e9a authored almost 6 years ago by Thomas Robitaille <[email protected]>
Don't import Cython version and compiler information into the .version module since this can trigger a package import

d0f479d661e4ff2729db68da779f69d18de42e5c authored almost 6 years ago by Thomas Robitaille <[email protected]>
Fix exceptions

7a5f1b6ebf18d0abb30fd6fcf6bfa1b19fec3e1e authored almost 6 years ago by Thomas Robitaille <[email protected]>
Avoid importing whole package when trying to get version information

d7897b1473b3960a9ad8d83f9bc9df65d13a32f3 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Merge pull request #446 from astrofrog/simplify-build-ext

Simplify custom build_ext

dea7451aded9010aa8ba63812b02957fa562b6bc authored almost 6 years ago by Thomas Robitaille <[email protected]>
Make uses_cython and force_rebuild private since they aren't meant to be user-facing properties

469567c3485ed2b784561587482b3dffcfbfb0bd authored almost 6 years ago by Thomas Robitaille <[email protected]>
Whitespace

5cc78dc1e7fa5b5cb909943dd9b1900454d8ea96 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Added __all__ to build_ext module

df75be47db49f611d304d622e6e9f7b90c3d0b08 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Rename AstropyBuildExt to AstropyHelpersBuildExt

2e7cb0a61cf4726214763f773ab6960ab9970274 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Apply suggestions from code review

Minor fixes/clarifications

Co-Authored-By: astrofrog <[email protected]>

305e76113f11b63d3ad638800abc6fd542b437f3 authored almost 6 years ago by Erik Tollerud <[email protected]>
Fix typo

b5e38adfbc55d2c7eb4960ea50621147614ffa76 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Remove class_property decorator which is no longer needed

f3dc8b05e4ac4cbe5dcac997f07eb3f6a3fc430a authored almost 6 years ago by Thomas Robitaille <[email protected]>
Remove unused import

48ecce8fc1b12ae87c83a17e3c272374d242e440 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Move check for Cython building back to function

5caa56405da592e08f42d957f9d766b066f6fa9b authored almost 6 years ago by Thomas Robitaille <[email protected]>
Added PR number to changelog

e1e025d09fa117c017a2db0593611260c6828794 authored almost 6 years ago by Thomas Robitaille <[email protected]>
More simplifications to build_ext

d583acb2e5b6918dd3ed6da5d00ebf75cc83e749 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Simplify custom build_ext command - in particular now that we require recent versions of setuptools, we can just rely on setuptools automatically using Cython's build_ext if available

e695c371eaee24f5127d7c6e7ae6322d4dfe627d authored almost 6 years ago by Thomas Robitaille <[email protected]>
Added changelog entry

b6906b132ab249e8dba8b84866cc4386bff9a3f8 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Remove unused imports

79378c6b87a637bbdfd8e28790d7b5b333d1a173 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Merge pull request #449 from astrofrog/remove-mention-entry

Remove mention of get_entry_points which isn't actually implemented

35b16cd0baa45e6c58d1d4e48b80034b66857d1c authored almost 6 years ago by Brigitta Sipocz <[email protected]>
Merge pull request #447 from astrofrog/remove-unused-utils

Remove code from astropy_helpers.utils that isn't used

ddae88869f65ca60e9ad8259196d9df19e6066b7 authored almost 6 years ago by Brigitta Sipocz <[email protected]>
Added changelog entry

e346c774b0a52c068b14324f1cc095955dbc3fc8 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Remove mention of get_entry_points which isn't actually implemented

fcd18d04105866fddcfc43bc616f726d511a9ca2 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Remove code from astropy_helpers.utils that isn't used

7b293f6fec2c5cf2e44f008d227faaa9cd091f94 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Moved changelog entry for astropy/astropy-helpers#444

eabb949c46777a0d4a36efddbec0a73c63c9abd4 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Merge pull request #443 from astrofrog/setup-wrapper

Create setup() wrapper that does all the standard astropy-helpers actions

cc6b3b5c5434699fe1146ba68be07647a41eeaf4 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Added a note about the fact we want to deprecate _ASTROPY_PACKAGE_NAME_

9e54f2da8bc01ce15c8635f20b8b90f0a2c781e8 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Added docs about setup() wrapper

2bad5946195eab945c7cf499271b01af93ae6b0d authored almost 6 years ago by Thomas Robitaille <[email protected]>
Fix quotes in setup.cfg

e09204b3fc3651a32dee7c5b60e0b25d56f8d23c authored almost 6 years ago by Thomas Robitaille <[email protected]>
Added changelog entry

1213e92256ac17cc913f57a2ee11ee70221a1407 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Provide a setup() helper function that handles all the default astropy-helpers customization

75fcef9362e059e444a1bcdf39941e7291e10d40 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Merge pull request #445 from astrofrog/setup.cfg

Moved most of the setup.py configuration to setup.cfg

6b136189e67877d68dcf02bb82400406d6917186 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Clarify comment

ec89b165e736a9cafc24c87153c4a55ad7616580 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Fixed discovery of data and packages

fdc305aa318c37b972792bdb4e07966746cb3c8e authored almost 6 years ago by Thomas Robitaille <[email protected]>
Added changelog entry

9f5225c652ac7e1d35f864d2e1900f54307d4e18 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Moved most of the setup.py configuration to setup.cfg

78f16bd9306f1c476e5656604f7afb45f9b37008 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Merge pull request #444 from astrofrog/sphinx-docs

Move documentation to Sphinx

828589a2ee21bc4d88f8f21fba8b00fef71ec5c9 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Make copyright year consistent with license

b8ffb619a26e27f1376bf8a39e752cdf2eb3afac authored almost 6 years ago by Thomas Robitaille <[email protected]>
Add some information back to the README

aa0983eb1f72291a51294525eea0360e131a0010 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Dynamically get version number

7e6fef81aec8f0b8864505a8889fb34ddbb864ee authored almost 6 years ago by Thomas Robitaille <[email protected]>
Use sphinx-astropy to get all dependencies

ef9603aad8ce7de72f1a21982946143ca26db3a1 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Fixed Makefile

9d76483cd5c13b25b165282381b31826575847f0 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Activate virtual environment

af2558790d82ffb0154d8e4473a1089090395069 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Don't use quiet flag with pip

f9b744d541057bac1197d9fcc6da01241b5fe710 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Added entry to changelog

afd5dfc4bb1dbc3642ae84b51222a84938735f96 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Treat warnings as errors

ef5e1ba5bb2415de13f9ae462bebd9be8d43264c authored almost 6 years ago by Thomas Robitaille <[email protected]>
Added CircleCI build for docs build

5ec60a65fcbc2f56e1d30ad83dac79e1d28338b4 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Added RTD configuration

5d649b59542157c102375636b4737904b4b6d776 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Customize logo

e677e33feaaf3b2d25a2ec3bb5b32dda2cab06be authored almost 6 years ago by Thomas Robitaille <[email protected]>
More cleanup

45da75f8347d7e96e5a51b02a53abadc0524e45f authored almost 6 years ago by Thomas Robitaille <[email protected]>
Tidy up docs

7a4b70828f93cbbed91553d827ecabeef0738bfd authored almost 6 years ago by Thomas Robitaille <[email protected]>
Moved most documentation from README to docs

6307c64bfa4d479568735e41a12faa5ba6f5d997 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Added standard Sphinx files

d000b54a98e14e584e667564448ce80ebce8e876 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Merge pull request #440 from astrofrog/simplify-version-helpers

Simplify API for register_commands and generate_version_py

14d7d6a09343d5eac74df6698b07d1041031b70a authored almost 6 years ago by Erik Tollerud <[email protected]>
Added back documentation about get_git_devstr

83a7d342896def8e955849518f079cfcb9e5cfe4 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Apply suggestions from code review

Co-Authored-By: astrofrog <[email protected]>

2a73ba27c33df932b91b225aca654089dd6c2edd authored almost 6 years ago by Erik Tollerud <[email protected]>
Added proper docstrings for register_commands and generate_version_py

f18b68fc4f7b937fa0ed5ac678aa3fab43860980 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Added more explanations and examples of setup.cfg

a056deb3e50d9c9e34ef6c34cd5227302b92cacf authored almost 6 years ago by Thomas Robitaille <[email protected]>
Deprecate arguments

81d47b2c06ab20aa3f54041476447f9c56a1f86d authored almost 6 years ago by Thomas Robitaille <[email protected]>
Add PR number to changelog

bb16143991da32468eee40493cd94fb4f35a65e5 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Added changelog entry and updated README

a926d7eb5e01e3a4cf94a303f54c8769159014f3 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Make configuration reading more robust and give better error messages

c307823ef102e5a1852b764b2989b9e1fab550c0 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Bump minimum required version of setuptools

8e69af51e54716f4bedb24f013df700bf405c011 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Added unit test for new-style generate_version_py and fix bugs

2325b67823854453e047461f1154e86df2590e76 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Make it so that register_commands and generate_version_py can just read settings directly from setup.cfg

e9a34aec2e77ff9e2be9f63b7ceb8b68f13be088 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Deal with case where package name has a -

92517f0fe4d6a2a8326235021e6998be1cd2d9bf authored almost 6 years ago by Thomas Robitaille <[email protected]>
Use docs build to try out register_commands with no arguments

751ebc0922c2ef5de6898b23f12e553e6f15cfc2 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Merge pull request #441 from astrofrog/error-package-name

Include package name in error message for ah_bootstrap.py

69e28c0c7b450b6588f2a86d15f5c7bdd000724e authored almost 6 years ago by Thomas Robitaille <[email protected]>
Check python_requires for package

8bde7d526ad5f8a4124df471154f22c6282b60b3 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Fix case where setup.cfg file is missing

8d65228122dd497e41ea32d764e42994c1452f96 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Added changelog entry

c5e4b85cf9513c4fa6c9ed11c0dbf2edc40cacac authored almost 6 years ago by Thomas Robitaille <[email protected]>
Pre-parse setup.cfg in ah_bootstrap.py and include package name in error about Python version

a929ec5ca9c7df1a60a25fd81a3feaf6fafe5373 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Merge pull request #434 from pllim/cov-link

Hack to pass -coverage to linker

fe09417375c39ec7aff381106f4f516e99e26f91 authored almost 6 years ago by Brigitta Sipocz <[email protected]>
Add change log [skip ci]

0c25f0c7593f24a878d5bea25c1be6a356cfe7a7 authored almost 6 years ago by Pey Lian Lim <[email protected]>
Hack to pass -coverage to linker

b4ffde3dc7bc30b93050e66c7288e79e3058433e authored almost 6 years ago by Pey Lian Lim <[email protected]>
Merge pull request #437 from pllim/patch-2

Use raw string in regex

eb266720a44a234d79f8cc883cb151405ec158b3 authored almost 6 years ago by Brigitta Sipocz <[email protected]>
Use raw string in regex

e0a31483e4cc6c5134a0364bf51646cdd3c6dcea authored almost 6 years ago by P. L. Lim <[email protected]>
Added note about how to test changes to astropy-helpers

d9bd5bd029ec6c673c095055e5773f78f45b3153 authored almost 6 years ago by Thomas Robitaille <[email protected]>
Merge pull request #433 from pllim/patch-1

Fix get_compiler_option import

2da7a68110a447176188b5701a1d1ab3254e58a5 authored about 6 years ago by Brigitta Sipocz <[email protected]>
Fix get_compiler_option import

fe841528f696a00751e5636f633ddd46cf03e0d3 authored about 6 years ago by P. L. Lim <[email protected]>
Merge pull request #421 from astrofrog/remove-adjust-compiler

Remove the adjust_compiler functionality

9d927d1f96a67ca22fcdb93c2a4b5d22bd114204 authored about 6 years ago by Thomas Robitaille <[email protected]>
Remove more code related to adjust_compiler

e3aa726e3ca6692d0999f327a374cc98e1a22f1f authored about 6 years ago by Thomas Robitaille <[email protected]>
Added a 'known issue' to the README

c9e111f76a14eed22aa1876e85c3298c4d11bcbb authored about 6 years ago by Thomas Robitaille <[email protected]>
Added changelog entry

8a259e3fe84e36ff7eaa7c43c42747b01ecf91eb authored about 6 years ago by Thomas Robitaille <[email protected]>