| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This does several things
- Uses a virtual environment for the documentent build. This allows
installing the proper NumPy version with pip and works with all
recent Python versions.
- Installs the dependencies current in the {doc|test}requirements files.
That makes it easier to insure that the proper versions are used.
- Removes the latex/pdf builds. Those builds are currently buggy and
hard to maintain and we have chosen to remove the pdf documents until
that is fixed. Removing them cleans up the file to some extent.
This all makes it easier to document how to build the docs. I was
editing the Makefile on the fly before this, and that sort of knowledge
is tricky to pass on to new maintainers.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changed files are
- doc/HOWTO_RELEASE.rst
- doc/Makefile
- doc/changelog/1.15.0-changelog.rst
- doc/changelog/1.16.0-changelog.rst
- doc/changelog/1.17.0-changelog.rst
- doc/changelog/1.19.0-changelog.rst
- doc/changelog/1.21.0-changelog.rst
- doc/neps/nep-0045-c_style_guide.rst
- doc/source/dev/howto_build_docs.rst
- doc/source/dev/releasing.rst
- doc/source/reference/distutils_guide.rst
- doc/source/reference/testing.rst
- doc/source/release/1.7.0-notes.rst
- doc/source/release/1.8.0-notes.rst
|
| | |
|
| |
|
|
| |
isn't available.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The new tags look like '1.21.0.dev0+98.gaa0453721f', where '98' is the
number of commits since the 1.21.0 branch was started and 'aa0453721f'.
The chosen form may be specified in the 'setup.cfg' file. This PR adds
two new files 'numpy/_version.py' and 'numpy/version.py'. The latter
is kept because it is part of the public API and is actually used by
some downstream projects, but it is no longer dynamically created.
See https://github.com/python-versioneer/python-versioneer/ for more
information.
|
| |
|
|
|
|
|
|
|
| |
Opens the front page of the docs built with `make html` in the default
web browser.
Idea copied from SciPy
[ci skip]
|
| |\
| |
| | |
DOC: Fix an obvious mistake in a message printed in doc/Makefile.
|
| | | |
|
| |/
|
|
|
|
| |
Switch html target for make dist to move away from the
html-scipyorg theme. Makes the theme of the archived docs
including stable consistent with the devdocs
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
* DOC, MAINT: Misc. typo fixes
Found via `codespell`
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
first cut at building randomgen
upgrade 'cythonize' and fix absolute imports to relative
define NPY_NO_DEPRECATED_API and fix other warnings
enable pgc64 by always using PCG_EMULATED_MATH
refactor so import randomgen works
add TODO comments for pcg64 improvements
fix imports, module name in setup.py; remove _testing
make cythonize non-recursive, restore examples to proper place
update to randomgen 7bca296c0b9
replace mtrand with LegacyGenerator, tweak for compatibility
port f879ef4 to fix GH10839
minimized difference between generator.pyx and _legacy.pyx
fix namespace in doctests, mark results that are random
update to randomgen commit 95c8cdd1c
Incorporate testing of edge cases into main tests
Rename test files to describe their purpose
Import import locations to reflect numpy paths
Correct tolerance on float32 tests
Remove set_printoptions
Remove complex normal
Remove future imports
Pull in BasicRNG source changes from original author
Small doc fixes
_mtrand => _rand
Improve consistency of nan handling
Prevent nans prducing values from int functions
add randomgen documentation to the tree
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Follow-up to gh-12911
|
| | |
|
| |
|
|
|
|
|
|
| |
The current version is 3.6, which is too specific. I got caught by
that when python3.7 turned out to be my new python3 after upgrading
fedora.
[ci skip]
|
| | |
|
| | |
|
| |
|
|
| |
Also remove all mentions of setupegg.py from the documentation.
|
| |
|
|
| |
[ci skip]
|
| |
|
|
|
|
|
| |
Ensure that http://docs.scipy.org/doc/numpy/reference/ also has the
content of the latest release.
[ci skip]
|
| |
|
|
|
|
|
|
|
| |
Changes to "make dist" for building docs:
- remove .chm related line, we don't distribute those on docs.scipy.org
- only include needed pdf files in dist.tar.gz
[ci skip]
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Don't use :members: in automodule; it generates too much
and not very useful output
- Fix edit links and summarize.py
- Add better htmlhelp build target
- Add upload target
- Fix permissions on make dist
|
| | |
|
| |
|