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
github.com/numpy/numpydoc - 279aaa6abae86bb090df1a6fd26fd9d0293de386 authored almost 11 years ago by Pauli Virtanen <[email protected]>
Add .rst copy of README
github.com/numpy/numpydoc - 223df025306d1edc663766c68a5d98a408e352de authored almost 11 years ago by Pauli Virtanen <[email protected]>github.com/numpy/numpydoc - feff2ca88e02b4a152e2896f6eebcdf312a8d8d4 authored almost 11 years ago by Thomas Kluyver <[email protected]>
Add config option for adding :toctree: on autosummary lists.
github.com/numpy/numpydoc - 5e6cbb038ae8ab8c67ef03b34a7ae5274385ee1e authored almost 11 years ago by Pauli Virtanen <[email protected]>github.com/numpy/numpydoc - daa669d2da9ac46ffaca5245395d9492c1dd565a authored almost 11 years ago by Thomas Kluyver <[email protected]>
IPython uses some lists of class attributes and methods, but we don't
generate separate doc page...
Point URL to something that actually exists
github.com/numpy/numpydoc - 0d38eb34419fd5a14503dec4bb7c5cb725731bde authored about 11 years ago by Charles Harris <[email protected]>It would be good to update the link on PyPI as well.
github.com/numpy/numpydoc - 2986134ea8827e3e109d3daae7e70d61139af403 authored about 11 years ago by Thomas Kluyver <[email protected]>Unicode docstrings are not handled correctly on Python 2.x
github.com/numpy/numpydoc - 9fc0e08d99a0d1eccbf8227fe60f1d5832fb4fee authored about 11 years ago by Ondřej Čertík <[email protected]>Bump version since 0.4 has been released some time ago.
github.com/numpy/numpydoc - 06407d12fbf5f16dc79f53418210f69fc52b7649 authored over 11 years ago by Stefan van der Walt <[email protected]>github.com/numpy/numpydoc - e50385aecec4f428a3e2ab49b535c25387709065 authored over 11 years ago by Jens H Nielsen <[email protected]>
github.com/numpy/numpydoc - 54cccadaf6b7434dd18ea09b1c35c6761590dfeb authored over 11 years ago by Michael Droettboom <[email protected]>
github.com/numpy/numpydoc - 447dd0b59c2fe91ca9643701036d3d04919ddc7e authored over 11 years ago by Pauli Virtanen <[email protected]>
Because Numpy 1.8.0 will no longer supports Python versions < 2.6 we
no longer need to check for...
Developers usually only need the type of a return value
followed by a brief description. However...
github.com/numpy/numpydoc - 3070deb7047645d6beb22e43353d133110f36fd6 authored over 11 years ago by Jonathan Waltman <[email protected]>
github.com/numpy/numpydoc - 5229a51752c678f19e05a1f138bbc7da557dcba2 authored over 11 years ago by Pauli Virtanen <[email protected]>
The unicode fixer strips the u from u'hi' and converts the unicode type
to str. The first won't ...
github.com/numpy/numpydoc - 1c0cc428dc85af434e901284caa6774cf0f3f821 authored over 11 years ago by Charles Harris <[email protected]>
The next builtin has been available since Python 2.6 and allows
`it.next()` to be replaced by `n...
In Python 3 zip returns an iterator instead of a list. Consequently, in
places where an iterator...
Add `print_function` to all `from __future__ import ...` statements
and use the python3 print fu...
2to3: Apply `imports` fixer.
github.com/numpy/numpydoc - 6eea5108bf83b822805b606afb7bc078c68a7a33 authored over 11 years ago by Charles Harris <[email protected]>DOC: Formatting fixes using regex
github.com/numpy/numpydoc - f4f92fef07cdd793c5c79c5e3097069a87f8fa6e authored over 11 years ago by Charles Harris <[email protected]>
The `imports` fixer deals with the standard packages that have been
renamed, removed, or methods...
The new files that came in when doc/sphinxext/numpydoc was restructured
as a package with test s...
The new import `absolute_import` is added the `from __future__ import`
statement and The 2to3 `i...
github.com/numpy/numpydoc - 426ae0259e4beb752063e0bd3e8f73a2538a4d01 authored almost 12 years ago by endolith <[email protected]>
github.com/numpy/numpydoc - 8b0d7077da85f883f2b5600be69b15effab020fb authored almost 12 years ago by endolith <[email protected]>
This should be harmless, as we already are division clean. However,
placement of this import tak...
There were some conflicts with the 2to3 work in numpy. I think I got the
fixes right.
* enh-num...
github.com/numpy/numpydoc - fcf7fa987acf95a17daab27435d726760045a175 authored almost 12 years ago by Charles Harris <[email protected]>2to3: Fix callable.
github.com/numpy/numpydoc - b60b08393b60b139c9f129dcc5a87a1566857fb2 authored almost 12 years ago by njsmith <[email protected]>2to3: Apply `funcattrs` fixer. Closes #3058.
github.com/numpy/numpydoc - 00a946e39664f4d904e12a21db4f764cb1d313a9 authored almost 12 years ago by njsmith <[email protected]>
This replaces the `b.func_xxxx` with newer `__xxxx__` attribute names
For example, `f.__name__` ...
This changes the `exec` command to the `exec` function.
github.com/numpy/numpydoc - dc4c4bb901d71a9cf90eec4ec6c2e45cd77ca3d6 authored almost 12 years ago by Charles Harris <[email protected]>github.com/numpy/numpydoc - 5ee9272c5a2742894637527c204aa6124f3267c9 authored almost 12 years ago by Charles Harris <[email protected]>
2to3: Remove `has_key` use that was missed.
github.com/numpy/numpydoc - 0940ce4237d365bbee12e2d486d4b255971036a5 authored almost 12 years ago by seberg <[email protected]>
The files not in the numpy/ directory were missed. This gets them
all (I hope).
This should finish the updating of the exception syntax.
github.com/numpy/numpydoc - 2000ba2b9929e663fac40bddc925452ba4be2841 authored almost 12 years ago by Charles Harris <[email protected]>github.com/numpy/numpydoc - 1d23f660485e6631521ca8f70577fda908bc85ad authored almost 12 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - f1cf9c3f2788199b285438c4e6a2dcd89ae5f490 authored almost 12 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - a6fa210212436e30fbc9bf81369d173868f5ca2a authored almost 12 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - 1834fe9a45bace3c7e22ece6b6f14d345abe1041 authored almost 12 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - 3358e3ba26d54e3b7e99ce7edb680f97085e5056 authored almost 12 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - c010d907ecd06965afefb3fba47e3541f2f1d6fc authored almost 12 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - c9c4fe5cb19845f3b3d4c55cab647b24305c4886 authored almost 12 years ago by Pauli Virtanen <[email protected]>
Since the linkcode_resolve is a function, it triggers configuration
change on each rebuild, resu...
github.com/numpy/numpydoc - 6909778a3de6f4394c3839ffaf8c4064b5431759 authored about 12 years ago by endolith <[email protected]>
github.com/numpy/numpydoc - adc0c4ffbb7d06cdd71a8fa517e43d10876c3647 authored over 12 years ago by Denis Laxalde <[email protected]>
- remove obsolete entry_points (the corresponding code was removed in
08e85c1820f8502e2a5009da...
github.com/numpy/numpydoc - 19325d2390d3d588bd22031d4573fdf503c48fb5 authored almost 13 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - d3b24b445e07eac58b2e61e35aed6d7bef832ea5 authored over 13 years ago by Valentin Haenel <[email protected]>
github.com/numpy/numpydoc - f567867aeae275720bb9d0e10fce2ecd9e116b07 authored over 13 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - d2f1a77c08cbeba08c8fcf03e51171cb50b9e7ce authored about 14 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - 7e5dd2b04a31c4357413a5de32dafd66b73e9181 authored about 14 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - 0ab06933013d6ffc1ba64ae263a0ebaceb8cfa7a authored about 14 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - c7220461388df284afe1de5e58995f7e31d130da authored over 14 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - 347b659eb876a1e17037718f6029d25ca81b7954 authored over 14 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - bf11ad3e3ddd43f41de60a57732da24fd7cda1e6 authored over 14 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - ba0233cb80c15b7b618c651642e8882afc277c14 authored over 14 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - 0be8082c96c84e35b068a2deaa0ffd07fe78b95e authored over 14 years ago by Pauli Virtanen <[email protected]>
Only Sphinx >= 1.0 is supported now.
github.com/numpy/numpydoc - eea814e9f53e65554affab92c56e5c46654f8157 authored over 14 years ago by Pauli Virtanen <[email protected]>github.com/numpy/numpydoc - 2227b54ca38d2eb14f41a23a063092d603cfed89 authored over 14 years ago by Fernando Perez <[email protected]>
github.com/numpy/numpydoc - d4b8c87e69c67e1afaf8e184e779652fd9029a44 authored about 15 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - e9df74db526e9f67d0ccc499d8314aa378f4cc82 authored about 15 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - b0281dce5d35da7dddf81c289633e51bbbc3b4de authored over 15 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - 077ed1c7c6abc75be61b4b92e47fe5eb6dfeda4c authored over 15 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - d8ad66f3b297640eca8b626c65c016ef30526dd8 authored over 15 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - 040d2cf4f21cec092b7420b892546e72841f9567 authored over 15 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - ff6a9b6067684f4468217428fe526c1dafb8eb18 authored over 15 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - ec8e6ad32f4522114fa1f3d04347fae097c7b0a5 authored over 15 years ago by Stefan van der Walt <[email protected]>
github.com/numpy/numpydoc - 02a71e9d4b674368d2fd44b8631b374a38fff5dc authored over 15 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - 138b7efa6ddc85a068d234a5067ea5a71a6b28db authored over 15 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - 1d26968e0f546854fb5da28464b087a5daa3c687 authored over 15 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - 42f95f23d19a1dbf851302d99a75fb73e4354831 authored over 15 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - 42795205b41dcf4774c7f246af17af61238fc6fd authored over 15 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - 41fab31f86ba5df7dbf9d20a520544af29728333 authored over 15 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - 0970cdbd2141da42c9c491ecf2a33df5826a3c0c authored over 15 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - 3ecee461610bbaca7391c2675fde70da121e2a92 authored over 15 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - 0c7902555ede18ab25b8dd00976288e6ecb74b87 authored over 15 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - bc1ddc5e61e2a5cb112075765d5392e139fb834a authored over 15 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - 26711cfdfd4ce7dd3c5ef7ce6c6ff3f58a6822f6 authored over 15 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - 0c0c31b7027e303e76ed9edf6576dbbd30b21939 authored over 15 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - c1104cb686bb93fb70bac2ebd65cb5c8cc977b38 authored almost 16 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - 4ec2f740b8bac3656bf59eb1d93acea5529c81e1 authored almost 16 years ago by Pauli Virtanen <[email protected]>
This allows one to add helpful comments to autosummary lines,
if one wants to do so eg. in modul...
github.com/numpy/numpydoc - 386d8153dc25bf25bce2443476fc7dc21881a9df authored almost 16 years ago by Stefan van der Walt <[email protected]>
github.com/numpy/numpydoc - b7aa7c6149e79a217173d0b8863c7ab16aaaa922 authored almost 16 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - 0c6777c212e322c3ea7a072e4dbbf58352b72921 authored almost 16 years ago by Pauli Virtanen <[email protected]>
- Don't use :members: in automodule; it generates too much
and not very useful output
- Fix e...
github.com/numpy/numpydoc - 2bfe069ee9b46901fe0188693808039b1d83ae45 authored about 16 years ago by Pauli Virtanen <[email protected]>github.com/numpy/numpydoc - bf070f2b2a56e06ef0c473a9b13e3d862ad45b8d authored about 16 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - 4fa0a278368df30d55a37e858f40ae133dc4faf8 authored about 16 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - cf0cab9b2ae4a034c555289edf5d12c6ec2b753b authored about 16 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - 8dd8676e7d9cbcd26739d7dbce01106c8caa1ded authored about 16 years ago by Pauli Virtanen <[email protected]>
github.com/numpy/numpydoc - b8660aa27ac13ae078f26a2ac6f7b84d0df7d4f9 authored about 16 years ago by Pauli Virtanen <[email protected]>