| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ENH: Use versioneer to manage numpy versions. | Charles Harris | 2020-12-08 | 1 | -5/+4 |
| | | | | | | | | | | | | | 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. | ||||
| * | DOC: add a "make show" command to doc/Makefile | Ralf Gommers | 2020-05-31 | 1 | -1/+6 |
| | | | | | | | | | | Opens the front page of the docs built with `make html` in the default web browser. Idea copied from SciPy [ci skip] | ||||
| * | Merge pull request #16365 from WarrenWeckesser/tweak-doc-makefile | Charles Harris | 2020-05-30 | 1 | -1/+1 |
| |\ | | | | | DOC: Fix an obvious mistake in a message printed in doc/Makefile. | ||||
| | * | DOC: Fix an obvious mistake in a message printed in doc/Makefile. | Warren Weckesser | 2020-05-24 | 1 | -1/+1 |
| | | | |||||
| * | | DOC,BLD: Update make dist html target. | Ross Barnowski | 2020-05-27 | 1 | -2/+2 |
| |/ | | | | | | 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 | ||||
| * | Fix typos, via a Levenshtein-style corrector | Brian Wignall | 2019-12-19 | 1 | -1/+1 |
| | | |||||
| * | [DOC] LaTeX: do PDF build with --halt-on-error option | jfbu | 2019-12-02 | 1 | -1/+1 |
| | | |||||
| * | BUILD, DOC: add merge-doc target to update the numpy/doc repo | mattip | 2019-08-08 | 1 | -3/+37 |
| | | |||||
| * | DOC, BUILD: cleanups and fix (again) 'build dist' | mattip | 2019-07-19 | 1 | -7/+11 |
| | | |||||
| * | BUILD: adapt "make version-check" to "make dist" | mattip | 2019-07-14 | 1 | -17/+18 |
| | | |||||
| * | MAINT: Misc. typo fixes (#13664) | luzpaz | 2019-05-31 | 1 | -1/+1 |
| | | | | | | | * DOC, MAINT: Misc. typo fixes Found via `codespell` | ||||
| * | BUILD: move files out of _randomgen | mattip | 2019-05-20 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | BUILD, BUG: fix from review, fix bug in git_version | mattip | 2019-04-25 | 1 | -1/+1 |
| | | |||||
| * | MAINT: mention 'make dist' in error messsage | mattip | 2019-04-16 | 1 | -2/+2 |
| | | |||||
| * | BUILD: allow version-check to pass if GITVER is Unknown (sdist build) | mattip | 2019-04-15 | 1 | -2/+4 |
| | | |||||
| * | BUILD: fail documentation build if numpy version does not match | mattip | 2019-04-15 | 1 | -11/+25 |
| | | |||||
| * | DOC, BUILD: fail the devdoc build if there are warnings | mattip | 2019-03-21 | 1 | -1/+2 |
| | | |||||
| * | DOC: revert #13058 and fix Makefile | mattip | 2019-03-01 | 1 | -2/+6 |
| | | |||||
| * | BLD: make doc build work more robustly. | Ralf Gommers | 2019-02-27 | 1 | -2/+1 |
| | | | | | Follow-up to gh-12911 | ||||
| * | BLD: fix doc build for distribution. | Ralf Gommers | 2019-01-31 | 1 | -2/+5 |
| | | |||||
| * | DOC, MAINT: Make `PYVER = 3` in doc/Makefile. | Charles Harris | 2018-12-07 | 1 | -1/+1 |
| | | | | | | | | | 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] | ||||
| * | BLD: use Python 3.6 instead of 2.7 as default for doc build. | Ralf Gommers | 2018-03-29 | 1 | -1/+1 |
| | | |||||
| * | DOC: BLD: update doc Makefile for some changes on hosting server. | Ralf Gommers | 2017-06-18 | 1 | -9/+8 |
| | | |||||
| * | BUG: fix TravisCI test issues when using setuptools unconditionally. | Ralf Gommers | 2016-01-16 | 1 | -1/+1 |
| | | | | | Also remove all mentions of setupegg.py from the documentation. | ||||
| * | MAINT: fix mistake in doc upload rule | Pauli Virtanen | 2015-10-29 | 1 | -1/+1 |
| | | | | | [ci skip] | ||||
| * | MAINT: minor update to "make upload" doc build command. | Ralf Gommers | 2015-10-25 | 1 | -0/+2 |
| | | | | | | | | Ensure that http://docs.scipy.org/doc/numpy/reference/ also has the content of the latest release. [ci skip] | ||||
| * | REL: add "make upload" command for built docs, update "make dist". | Ralf Gommers | 2015-10-18 | 1 | -2/+19 |
| | | | | | | | | | | 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] | ||||
| * | DOC: update scipy.org doc build Makefile targets | Pauli Virtanen | 2013-07-25 | 1 | -18/+11 |
| | | |||||
| * | Add texinfo build target for document | Takafumi Arakaki | 2013-03-02 | 1 | -0/+13 |
| | | |||||
| * | DOC: add developer docs based on gitwash | Pauli Virtanen | 2010-10-04 | 1 | -1/+9 |
| | | |||||
| * | DOC: explicitly require Sphinx >= 1.0.1 | Pauli Virtanen | 2010-10-01 | 1 | -7/+0 |
| | | |||||
| * | DOC: add FILES option to doc Makefile, for partial rebuilds | Pauli Virtanen | 2010-08-08 | 1 | -8/+10 |
| | | |||||
| * | Make doc build to work again | Pauli Virtanen | 2009-10-02 | 1 | -1/+1 |
| | | |||||
| * | docs: more robust version number introspec & qthelp target | Pauli Virtanen | 2009-06-28 | 1 | -0/+4 |
| | | |||||
| * | docs: fix inverted test in makefile | Pauli Virtanen | 2009-04-13 | 1 | -1/+1 |
| | | |||||
| * | Deprecating sphinxext/autosummary in favor of the version in Sphinx >= 0.7 | Pauli Virtanen | 2009-04-13 | 1 | -0/+4 |
| | | |||||
| * | doc/Makefile: fix bug in PYTHONPATH specification | Pauli Virtanen | 2009-03-07 | 1 | -1/+1 |
| | | |||||
| * | doc/Makefile: make dist target to build current version of numpy | Pauli Virtanen | 2009-03-07 | 1 | -7/+53 |
| | | |||||
| * | docs: put CHM files in a zip | Pauli Virtanen | 2008-12-19 | 1 | -1/+1 |
| | | |||||
| * | docs: fix minor issues, support htmlhelp. | Pauli Virtanen | 2008-12-13 | 1 | -1/+17 |
| | | | | | | | | | | | | | | - 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 | ||||
| * | Move Sphinx extensions under Numpy's SVN trunk | Pauli Virtanen | 2008-11-30 | 1 | -5/+2 |
| | | |||||
| * | Moved numpy-docs under doc/ in the main Numpy trunk. | Pauli Virtanen | 2008-11-23 | 1 | -0/+98 |
