Charles Harris
Charles Harris
@jorisvandenbossche I was able to work around this problem for NumPy, which uses versioneer and multibuild, by editing the `config.sh` file: ``` if [ $(uname) == "Linux" ]; then IS_LINUX=1...
I've always used a blank line at the end of docstrings because it provides better separation from the code. Whether that is recommended somewhere I don't know.
I didn't know it was part of a pep, but I prefer it because it looks nicer and effectively separates the docstring from the code.
For example the docstring that begins `"""This is the form..."""`. That is not how the doctrings are supposed look, is not how the rst is rendered, and is really annoying...
Financial has been removed from NumPy and made a separate project at https://github.com/numpy/numpy-financial. Please open your issue there.
> I am surprised by the the wraparound behaviour in Julia Also NumPy and C, it is modular arithmetic. Some early computers (VAX) had hardware that would detect such things,...
close/reopen
Odd error here for the PR Labeler. @mattip I suspect the new permissions on general principles :) May need write permissions for the labeler.
@seiko2plus Thoughts?