Ecosyste.ms: OpenCollective

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

NumPy

The fundamental package for scientific computing with Python.
Collective - Host: numfocus - https://opencollective.com/numpy - Website: https://numpy.org/ - Code: https://github.com/numpy/numpy

FIX: Old Sphinx

github.com/numpy/numpydoc - 1c4a94c525a4665dde4580c11beade03ddcc2128 authored over 4 years ago by Eric Larson <[email protected]>
BUG: Connect to earlier event

github.com/numpy/numpydoc - eae4259f535c229f140b1536a36cf4b401e16277 authored over 4 years ago by Eric Larson <[email protected]>
DEV: Add test_requirements.txt to setup.py

An additional convenience for pip users for setting up a
numpydoc development environment.

github.com/numpy/numpydoc - 24006306e1e7dd120bf4ff2a43bb3f4853fdddd3 authored over 4 years ago by Ross Barnowski <[email protected]>
DEV: Add requirements file for testing.

Add the dependencies for running the test suite to
test_requirements.txt to make it slightly eas...

github.com/numpy/numpydoc - 81b8b694a135c3ce3649b60c7b10f524767cb13e authored over 4 years ago by Ross Barnowski <[email protected]>
MAINT: Bump to 1.1.0.dev0 (#266)

github.com/numpy/numpydoc - 5bc03b69f37e98625686185197a91edee899d3b2 authored over 4 years ago by Eric Larson <[email protected]>
MAINT: Update manifest (#265)

github.com/numpy/numpydoc - 278cf213ecd308d4f77ab700d1efa8f01059b9e6 authored over 4 years ago by Eric Larson <[email protected]>
Merge pull request #264 from larsoner/doc

MAINT: Add release notes and bump version

github.com/numpy/numpydoc - ae7383b87f854026784eaf255de79da441c74dd6 authored over 4 years ago by Ralf Gommers <[email protected]>
STY: Wording

github.com/numpy/numpydoc - 04992804220b61d5cc8a42718e2600b6d4f7d2da authored over 4 years ago by Eric Larson <[email protected]>
FIX: Notes

github.com/numpy/numpydoc - c93886bb86524ac390a6a2289acb0cdb7b9bb375 authored over 4 years ago by Eric Larson <[email protected]>
MAINT: Add release notes and bump version

github.com/numpy/numpydoc - 9370efecd3364f2b4ab7e9e8410d967e68724878 authored over 4 years ago by Eric Larson <[email protected]>
FIX: Get doc of actual class (#262)

github.com/numpy/numpydoc - 461780702559738b4b4f2dbd39fce54702832ccc authored over 4 years ago by Eric Larson <[email protected]>
TST: Add inherited method (#260)

* TST: Add inherited method

* FIX: Check version

* FIX: Simpler

* FIX: Simplify

* FI...

github.com/numpy/numpydoc - b4c5fd17e2b85c2416a5e586933eee353b58bf7c authored over 4 years ago by Eric Larson <[email protected]>
Fixes references outside function (#214) (#259)

* Fixes references outside function (#214)

* Fixes reference in class with a method in it (#2...

github.com/numpy/numpydoc - 7c42883a49eedc2495030d87cfb6228a53782837 authored over 4 years ago by Hoxbro <[email protected]>
MAINT,STY: Upgrade to bionic, and change style similar to NumPy (#253)

github.com/numpy/numpydoc - 40f654040670d94dc8d585532b412003c4414912 authored over 4 years ago by Mike Taves <[email protected]>
MAINT: clean-up unused objects (#254)

* F401: Add pytest.main() or clean-up unused import
* F811: remove second identical 'test_retur...

github.com/numpy/numpydoc - 0958ef955aedf425e6bcbdd0debe934d35ae7e0f authored over 4 years ago by Mike Taves <[email protected]>
Disable escaping "*" on signature (#256)

On handling autodoc-process-signature event, it's not needed to
escape "*" characters. The esc...

github.com/numpy/numpydoc - f8843091221ebf6c6f19356896dd2611ed05ea37 authored over 4 years ago by Takeshi KOMIYA <[email protected]>
ENH: Add args and kwargs to example (#258)

github.com/numpy/numpydoc - 0e8ce2edc9501a1a6ef6d469901fa78747786b3d authored over 4 years ago by Eric Larson <[email protected]>
Add missing headings to code examples (#252)

* Add missing headings to code examples

The Notes and Examples sections have code examples sh...

github.com/numpy/numpydoc - 5e9a629c5882a32b5539345f807cd8fc8f0dc624 authored almost 5 years ago by Stuart Mumford <[email protected]>
Delay import of Sphinx (#248)

* Delay import of Sphinx

* ENH: do not import Sphinx unless it has already been imported

*...

github.com/numpy/numpydoc - 4978673c5fb9902da0ced8208c4742409c080674 authored about 5 years ago by Christoph Gohlke <[email protected]>
STY: Reword first lines of example.py docstrings (#246)

* STY: Reword first lines of example.py docstrings

Running doc/example.py through [pydocstyle...

github.com/numpy/numpydoc - 9388b7fb8b4d8bb5d3806e23baa6e713528d9e69 authored about 5 years ago by Justin Ludwig <[email protected]>
DOC: Fixed three formatting issues in docs (#245)

* Fixed line indentation in ''Warns'' section of format.rst

* Fixed formatting of RST link i...

github.com/numpy/numpydoc - d5323aeec5b98d2594805a9d3add6e1613d18a60 authored about 5 years ago by Ross Barnowski <[email protected]>
Adding --validate option __main__ and run new validation (#240)

* Adding --validate option __main__ and run new validation

* Fixing main tests, and minor imp...

github.com/numpy/numpydoc - ed7f72df788b4e9db36d95ab20a759110a9c06a4 authored about 5 years ago by Marc Garcia <[email protected]>
Minor style improvements to doc/example.py to pass validation (#243)

github.com/numpy/numpydoc - 472898ea0ca15561273fae1bf00468cd4117ea2b authored about 5 years ago by Roman Yurchak <[email protected]>
BUG: Allow no . at end if indented (#239)

* BUG: Allow no . at end if indented

* BUG: Returns, too

* MAINT: Simplify

* MAINT: Cle...

github.com/numpy/numpydoc - 7f98102b183ecc3b8a9c1884e53d85965f7d5055 authored about 5 years ago by Eric Larson <[email protected]>
Add docstring validation script (from pandas) (#238)

* First version of the script with no pandas stuff (some tests will need to be removed)

* Upd...

github.com/numpy/numpydoc - 7da2a4b51bb3dfa3870db9cabe054e2a065d49be authored about 5 years ago by Marc Garcia <[email protected]>
Drop Python 2.7 and 3.4 support

github.com/numpy/numpydoc - ea8a4e4e4831ec942ede232f56810acbabf2feb2 authored about 5 years ago by Roman Yurchak <[email protected]>
ENH: Test full output and coverage (#230)

* ENH: Test full output and coverage

* FIX: Add new files to setup.py

* ENH: dvipng

* F...

github.com/numpy/numpydoc - aa290a10d28a085213fa283340da2ed4e1660bab authored over 5 years ago by Eric Larson <[email protected]>
DOC: Add description for blank lines after the docstring. (#229)

github.com/numpy/numpydoc - b031883df488c63320f58273a9e5fa94c8c40444 authored over 5 years ago by YaOzI <[email protected]>
DOC: Update links and code checkers info. (#228)

github.com/numpy/numpydoc - b45eb2b4725ffd536d77fb6995983df4775eefb9 authored over 5 years ago by YaOzI <[email protected]>
DOC: Update links and info in conf.py. (#227)

github.com/numpy/numpydoc - 9315c66ae4fe0dcc23369c139f3a6ddf0d1ba767 authored over 5 years ago by YaOzI <[email protected]>
BUG: Fix full rebuilds (#226)

github.com/numpy/numpydoc - b756833b5512b342f43b8b2f4ffdb920397c41ef authored over 5 years ago by Eric Larson <[email protected]>
MAINT: doctest and pytest (#225)

* MAINT: doctest and pytest

* BUG: Dependency missing

github.com/numpy/numpydoc - c2175bbb635c8f2ec551e4701f39fd0341d4e990 authored over 5 years ago by Eric Larson <[email protected]>
Py3fy some doctests. (#224)

github.com/numpy/numpydoc - 2578a922290ffefcd6c770cb0d4085d211fe2168 authored over 5 years ago by Antony Lee <[email protected]>
Merge pull request #222 from luzpaz/trivial-typo-fixes

MAINT: fix trivial source comment typos

github.com/numpy/numpydoc - bd02bf723d42aea80dc9421948f95a74f2857748 authored over 5 years ago by Ralf Gommers <[email protected]>
MAINT: fix trivial source comment typos

Found via `codespell`

github.com/numpy/numpydoc - 8dfe0982136ec38883a88f3bbb0b2b60bbdff9a7 authored over 5 years ago by luz.paz <[email protected]>
Undo change from last commit (trigger RTD again).

See gh-212 on ReadTheDocs build issue.

github.com/numpy/numpydoc - 2fa5256d35cb75c5032e486a543271a420b6971c authored over 5 years ago by Ralf Gommers <[email protected]>
Add Sphinx to doc/requirements.txt (push to trigger readthedocs)

github.com/numpy/numpydoc - 97c23af26e27485ee0f0beb44b375d45d3ceb9a3 authored over 5 years ago by Ralf Gommers <[email protected]>
REL: set version number to 1.0.0.dev0

github.com/numpy/numpydoc - d3e79ce44d6811fc6cb40d8ae3758b91843ad02e authored over 5 years ago by Ralf Gommers <[email protected]>
REL: set version to 0.9.1

github.com/numpy/numpydoc - 8efdc7b00916dbd4d1e9b65e94e4a179dae67afc authored over 5 years ago by Ralf Gommers <[email protected]>
Updating minimum sphinx version in setup.py (#211)

github.com/numpy/numpydoc - cbb3dc49659eb92dc2c578f0e7b44071154a1d77 authored over 5 years ago by Brigitta Sipocz <[email protected]>
BUG: Add latex to CircleCI [skip travis] (#209)

github.com/numpy/numpydoc - db8c8078623a2b1e5c50e0cd5a11d92359ab7dc0 authored over 5 years ago by Eric Larson <[email protected]>
REL: set version to 0.9.0

github.com/numpy/numpydoc - 819f2151bce8e1a9134e628f0acc5172068d5a52 authored over 5 years ago by Ralf Gommers <[email protected]>
Merge pull request #164 from jnothman/exception-info

report object name upon mangle_docstrings exception

github.com/numpy/numpydoc - 49fd47dfadd2c388bfa4e2b51cf36133b5f41b64 authored over 5 years ago by Ralf Gommers <[email protected]>
CI: bump minimum Sphinx version tested from 1.2.3 to 1.6.5

1.6.5 is now 1.5 years old, should be enough.

sphinx.util.logging is not present in 1.2.3, was ...

github.com/numpy/numpydoc - a29e8c3c86f96aa8ddcfc80c12f2063e08c7fb0c authored over 5 years ago by Ralf Gommers <[email protected]>
Fixes for Joris

github.com/numpy/numpydoc - ebb6c9b80c3088f6db8732d45c578b0a9ea2c947 authored over 5 years ago by Joel Nothman <[email protected]>
report object name upon mangle_docstrings exception

github.com/numpy/numpydoc - 8d4da3b0191f9ca35e2fed872c54045de233c83b authored over 5 years ago by Joel Nothman <[email protected]>
Merge pull request #208 from larsoner/circle

MAINT: Add CircleCI

github.com/numpy/numpydoc - 0ec9e229c60b812e04fb696de76b015a4115908b authored over 5 years ago by Ralf Gommers <[email protected]>
Merge pull request #197 from larsoner/xref-param-type

ENH: Xref param type

github.com/numpy/numpydoc - 30d884319b0371b49c2c02c221efc9a695a4f621 authored over 5 years ago by Ralf Gommers <[email protected]>
FIX: Submodule

github.com/numpy/numpydoc - 6942480d0fa001a26431f8d8fd04fa44173c84d3 authored over 5 years ago by Eric Larson <[email protected]>
MAINT: Add CircleCI

github.com/numpy/numpydoc - 80e2602b11c4a3ef75090ed1130fb9e7132e3d8c authored over 5 years ago by Eric Larson <[email protected]>
ENH: Just use obj

github.com/numpy/numpydoc - 4c9698e4fdc2bafcad441027ee97bf70131a8585 authored over 5 years ago by Eric Larson <[email protected]>
FIX: Opt-in, test, uniform styling, css

github.com/numpy/numpydoc - 807f4e02cdb95e7e4c564b440629aeda5832299a authored over 5 years ago by Eric Larson <[email protected]>
Add cross-reference links to parameter types

Tokens of the type description that are determined to be "link-worthy"
are enclosed in a new rol...

github.com/numpy/numpydoc - 477ff10470784baa344229fde5880e4e2bffb545 authored over 5 years ago by Hassan Kibirige <[email protected]>
Merge pull request #161 from jorisvandenbossche/attributes_as_param_list

Add option to use member listing for attributes

github.com/numpy/numpydoc - c2e8b8f5fea8f0adde207436869cec0841e85262 authored over 5 years ago by Ralf Gommers <[email protected]>
Merge pull request #207 from pvanmulbregt/seealso2

ENH: Allow a trailing COMMA or PERIOD in a See Also function list block

github.com/numpy/numpydoc - 54e3cb0d4d8b667adcd3aa96b5553d745af97afa authored over 5 years ago by Ralf Gommers <[email protected]>
ENH: Allow a trailing COMMA or PERIOD in a See Also function list block.

Only trigger the trailing comma warning if there is also a description on the
same line.
Added a...

github.com/numpy/numpydoc - 9d64203d4553ff19321b30ee2275e6c7b2722366 authored over 5 years ago by Paul van Mulbregt <[email protected]>
add to docs

github.com/numpy/numpydoc - d4d34454b22ce2565ab80112f62b7edbd037bc25 authored over 5 years ago by Joris Van den Bossche <[email protected]>
add test that description of class docstring is not used for attributes

github.com/numpy/numpydoc - a4c1ca1df10ed55444f0fa56ff8a2aa8153fedb8 authored over 5 years ago by Joris Van den Bossche <[email protected]>
fix test after update

github.com/numpy/numpydoc - 58cf671104cc35d0b6c8340d15a40632bd322240 authored over 5 years ago by Joris Van den Bossche <[email protected]>
Merge remote-tracking branch 'upstream/master' into attributes_as_param_list

github.com/numpy/numpydoc - 40cd61d8bdf14b5378bb772617eac80484c19fb6 authored over 5 years ago by Joris Van den Bossche <[email protected]>
Merge pull request #175 from timhoffm/fix-type-only-return-param

FIX parsing of type-only return params

github.com/numpy/numpydoc - af6690a0e7c226953aeae174c7b47dd95144c257 authored over 5 years ago by Ralf Gommers <[email protected]>
FIX parsing of type-only return params

github.com/numpy/numpydoc - 3edcef73ddb756e310089616d51968b89bd58c31 authored over 5 years ago by Tim Hoffmann <[email protected]>
ENH: Added support for multiple functions+description in a See Also block (#172)

github.com/numpy/numpydoc - 8f1ac50a7267e9e1ee66141fd71561c2ca2dc713 authored over 5 years ago by Paul van Mulbregt <[email protected]>
ENH: accept autoclass member options (#205)

* ENH: accept autoclass member options

* BUG: options can be None (from review)

* MAINT: f...

github.com/numpy/numpydoc - a482f66913c1079d7439770f0119b55376bb1b81 authored over 5 years ago by Matti Picus <[email protected]>
Support Receives section for generator.send(...) params (#145)

github.com/numpy/numpydoc - d49deefa3dff875ff75dbe0ff58a16050321a14d authored over 5 years ago by Joel Nothman <[email protected]>
Use DEDUPLICATION_TAG to determine whether a citation node is in a docstring (#179)

* Use DEDUPLICATION_TAG to determine whether a citation node is in a numpydoc docstring

Fixes...

github.com/numpy/numpydoc - c8513c5db6088a305711851519f944b33f7e1b25 authored over 5 years ago by Joel Nothman <[email protected]>
Merge pull request #180 from jnothman/fix169

FIX remove duplicated citation back-references

github.com/numpy/numpydoc - 40b3733b4bf4604ff7622b5eab592edcef750591 authored over 5 years ago by Ralf Gommers <[email protected]>
Merge pull request #181 from jnothman/reference-re

FIX pedantic handling of whitespace in reference regex

github.com/numpy/numpydoc - e7fce869fe550f5fdf5bd801dfb5007e0d2b9340 authored over 5 years ago by Ralf Gommers <[email protected]>
ENH Only print the index if it is necessary. (#187)

github.com/numpy/numpydoc - 7ca8e3c5648201ff4f2ae83dcaa2a14ca7d66605 authored over 5 years ago by Mark Harfouche <[email protected]>
Merge branch 'master' into reference-re

github.com/numpy/numpydoc - 5c8e1e3bf4699d4b878f24544e18744486cabd8a authored over 5 years ago by Joel Nothman <[email protected]>
Clarify location of certain invalid docstrings. (#200)

Closes #115 and #123

github.com/numpy/numpydoc - 2cdd4d9e10ffdd1cf5f2359e01e3e8ef59d42c88 authored over 5 years ago by Antony Lee <[email protected]>
BUG: turn member descriptors into links (#201)

github.com/numpy/numpydoc - e47b9404963ad2a75a11d167416038275c50d1c5 authored almost 6 years ago by Matti Picus <[email protected]>
FIX: Escape chars in re (#194)

github.com/numpy/numpydoc - 1f197e32a31db2280b71be183e6724f9457ce78e authored almost 6 years ago by Eric Larson <[email protected]>
MNT Fix collections.abc imports (#195)

github.com/numpy/numpydoc - d7ca480b21b0a3f36125504dfeaf17af86a34c5f authored almost 6 years ago by Eric Larson <[email protected]>
Move setup of autosummary earlier in setup(). (#191)

removes the need for users to declare a dependency on autodoc

github.com/numpy/numpydoc - 2ab437d4ecd4ddf24ee51c5c497cb8f01ab91f05 authored almost 6 years ago by Joel Nothman <[email protected]>
Fix markup in format.rst. (#193)

This ensures that

1) the various literal blocks are properly highlighted as rst or python
...

github.com/numpy/numpydoc - 0e4923e8e096c80f143c15466f5a6b0656f057a4 authored almost 6 years ago by Joel Nothman <[email protected]>
Fix markup in format.rst.

This ensures that

1) the various literal blocks are properly highlighted as rst or python
de...

github.com/numpy/numpydoc - 5536ee870e2879c0d8d78d8e1ecc72f1a0c8f56b authored almost 6 years ago by Antony Lee <[email protected]>
Move setup of autosummary earlier in setup().

`setup()` calls `app.setup_extension('sphinx.ext.autosummary')` so that
end users who add numpyd...

github.com/numpy/numpydoc - 929f7abd08a57d65771bbd60a4ee77d649969e3d authored about 6 years ago by Antony Lee <[email protected]>
MAINT switch the test suite to pytest (#166)

github.com/numpy/numpydoc - 659e43f2a4885de2e6def5649f1cdb6208d3e8f4 authored over 6 years ago by Evgeni Burovski <[email protected]>
Merge pull request #171 from pvanmulbregt/omega

DOC: Add missing backslash to omega for inline math example.

github.com/numpy/numpydoc - 95e8888455f73211e7c9388c90c837fa5ff468e3 authored over 6 years ago by Ralf Gommers <[email protected]>
FIX pedantic handling of whitespace in reference regex

github.com/numpy/numpydoc - 0683e955e0874b496b88d9f95e22fdea7a158954 authored over 6 years ago by Joel Nothman <[email protected]>
Don't shadow builtin id

github.com/numpy/numpydoc - c7b94398c19a3ba6e27c6be795caffaacc478bf1 authored over 6 years ago by Joel Nothman <[email protected]>
Command-line tool to help debug NumpyDocString (#146)

github.com/numpy/numpydoc - 6f911f6ebb61be3f1a906367b113395c3a8e233a authored over 6 years ago by Joel Nothman <[email protected]>
FIX remove duplicated citation back-references

Fixes #169

github.com/numpy/numpydoc - fd6aeae10405d7d89e5e66675591337485b8d9d7 authored over 6 years ago by Joel Nothman <[email protected]>
Make parameter a namedtuple (#176)

github.com/numpy/numpydoc - 136d4dd75207f529078c5c47dc4db53d0f38b4bf authored over 6 years ago by Tim Hoffmann <[email protected]>
CI pip --use-wheel no longer exists (#174)

github.com/numpy/numpydoc - cb9e6b90bfee42fd32ef126d49fafc3aa801b885 authored over 6 years ago by Joel Nothman <[email protected]>
DOC: Added example of multi-line instruction in Examples section. (#168)

github.com/numpy/numpydoc - 972b2dcc7588cb190da1facf19cab580d1a2f09c authored over 6 years ago by Paul van Mulbregt <[email protected]>
DOC: Add missing backslash to omega for inline math example.

github.com/numpy/numpydoc - 0076513367109faf030b060e75ad3c5b219e1f4c authored over 6 years ago by Paul van Mulbregt <[email protected]>
DOC: remove links to numpy repo file (#167)

github.com/numpy/numpydoc - de21addd6560576151938a4bc59543d55ce6f085 authored over 6 years ago by Matti Picus <[email protected]>
Improve importing in main

github.com/numpy/numpydoc - faafc79ef7f2b9efa5dc2279f29880b24be5a209 authored over 6 years ago by Joel Nothman <[email protected]>
Merge pull request #155 from has2k1/escape-args-kwargs

Escape the * in *args and **kwargs

github.com/numpy/numpydoc - 9cd59446db5dad8a63a85d68e8d22a08a53584d2 authored over 6 years ago by Ralf Gommers <[email protected]>
Add tests

github.com/numpy/numpydoc - 5a311f35927abdbee01d2a079ea31cb766bf9fdb authored over 6 years ago by Hassan Kibirige <[email protected]>
Move arg and kwargs escaping to docscrape_sphinx

github.com/numpy/numpydoc - 050a6e6d8e21882b6349ce8685c3d364b5bfbd8d authored over 6 years ago by Hassan Kibirige <[email protected]>
Escape the * in *args and **kwargs

Prevents sphinx from complaining

`WARNING: Inline strong start-string without end-string.`

Cre...

github.com/numpy/numpydoc - 8fa009891988304b0729e47b251367c737b885d5 authored over 6 years ago by Hassan Kibirige <[email protected]>
Merge pull request #153 from jnothman/strict-warnings

Require that sphinx issue no warnings in CI

github.com/numpy/numpydoc - 9e526a971c6fc7facc02558a252ec19633517ec9 authored over 6 years ago by Ralf Gommers <[email protected]>
Make warnings check only in Py3

does this work?

github.com/numpy/numpydoc - 6be9f334ff4c1bc0982f5283c95e770efe4a29da authored over 6 years ago by Joel Nothman <[email protected]>
Use StringIO.StringIO in Py2

github.com/numpy/numpydoc - 91a78dfa36015f77a84073f100caa01bff097c75 authored over 6 years ago by Joel Nothman <[email protected]>
REL: set version to 0.9.0.dev0

github.com/numpy/numpydoc - 75b74d3331c3fad89210c8d593cb21508710c552 authored over 6 years ago by Ralf Gommers <[email protected]>
REL: set version to 0.8.0

github.com/numpy/numpydoc - f33c5d95fee205ff0aba1d402a3fc8558bf24829 authored over 6 years ago by Ralf Gommers <[email protected]>
DOC: update URL to documentation in setup.py

github.com/numpy/numpydoc - e69ece4de90f8709c24c756e4d5841af9ae1200b authored over 6 years ago by Ralf Gommers <[email protected]>