Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove shippable from files excluded in MANIFEST.in | mattip | 2021-04-08 | 1 | -1/+0 |
| | |||||
* | REL: do a better job of including files in repo root in sdist | Ralf Gommers | 2021-03-31 | 1 | -15/+11 |
| | | | | | | | | | | | | | | | Not only environment.yml is added, setup.cfg was missing too. Current result of `ls -a` in the top-level directory of the unpacked sdist: ``` . LICENSE.txt pytest.ini site.cfg.example .. linter_requirements.txt README.md test_requirements.txt benchmarks MANIFEST.in release_requirements.txt THANKS.txt doc numpy runtests.py tools doc_requirements.txt pavement.py setup.cfg tox.ini environment.yml PKG-INFO setup.py versioneer.py INSTALL.rst.txt pyproject.toml ``` | ||||
* | ENH: Use versioneer to manage numpy versions. | Charles Harris | 2020-12-08 | 1 | -0/+2 |
| | | | | | | | | | | | | 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. | ||||
* | ENH: Add NumPy declarations to be used by Cython 3.0+ (#16986) | scoder | 2020-08-05 | 1 | -1/+1 |
| | | | * Create copy of numpy.pxd for Cython 3.0 changes and improve it. | ||||
* | MAINT: add py.typed sentinel to package manifest | Frankie Robertson | 2020-06-27 | 1 | -0/+1 |
| | |||||
* | BUILD: Remove Accelerate support (#15759) | Matti Picus | 2020-05-22 | 1 | -1/+0 |
| | | | | | | | Remove support for Apple Accelerate, since it is buggy. A build error should occur on most or all setups if linked against Accelerate. Test or import failures should occur on setups where Accelerate is picked up dynamically. Co-authored-by: Warren Weckesser <warren.weckesser@gmail.com> | ||||
* | API: rearrange the cython files in numpy.random | mattip | 2019-10-11 | 1 | -0/+1 |
| | |||||
* | MAINT: use test_requirements.txt in tox and shippable, ship it too | mattip | 2019-09-09 | 1 | -2/+4 |
| | |||||
* | BLD: remove generated Cython files from sdist | Ralf Gommers | 2019-09-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | Rationale: it has happened multiple times in the recent past that users needed to use a more recent Cython than was used to generate the sdist of the most recent release available on PyPI (e.g. for building with a not-yet-released version of Python for which a Cython fix just landed). The dependency specification and packaging tools have matured to the point where it should be fine to require Cython to be installed. Also, we have wheels (and conda-forge packages) for Windows, Linux and macOS, so this change won't be visible at all to the average user. Closes gh-13790 Also adds pyproject.toml to MANIFEST.in, it was missing. | ||||
* | ENH: supply our version of numpy.pxd, adjust as needed | mattip | 2019-09-04 | 1 | -0/+1 |
| | |||||
* | MAINT: remove unused file | mattip | 2019-05-20 | 1 | -1/+0 |
| | |||||
* | BENCH: convert bencmarks to asv format | mattip | 2019-05-20 | 1 | -1/+2 |
| | | | | | | | remove files that were part of the origal repo rework randomgen docs to integrate with numpy and fix some links remove convenience functions, require explicit call to gen.brng move code out of numpy.random.randomgen into numpy.random | ||||
* | MAINT: rename LICENSE_bundled.txt to LICENSES_bundled.txt | Ralf Gommers | 2019-05-07 | 1 | -1/+1 |
| | | | | Finally seems to make the GitHub license detection mechanism happy | ||||
* | REL: include README.md in sdist | Ralf Gommers | 2019-05-06 | 1 | -0/+1 |
| | |||||
* | BLD: prune LICENSE_bundled.txt in MANIFEST.in | Ralf Gommers | 2019-05-06 | 1 | -0/+3 |
| | |||||
* | BUILD: remove unused file | mattip | 2019-04-13 | 1 | -1/+0 |
| | |||||
* | BLD: fix include list for sdist building. | Ralf Gommers | 2019-03-04 | 1 | -2/+5 |
| | | | | Closes gh-11927 | ||||
* | MAINT: include benchmarks, complete docs, dev tool files in sdist. | Ralf Gommers | 2018-09-02 | 1 | -12/+19 |
| | |||||
* | MAINT: move unchanging, non-api files to common | mattip | 2018-08-21 | 1 | -2/+2 |
| | |||||
* | MAINT: Package `tools/allocation_tracking` | John Kirkham | 2018-06-12 | 1 | -0/+1 |
| | | | | Ensure `tools/allocation_tracking` is included in `sdist`s. | ||||
* | MAINT: Fix nose features to work on pytest | xoviat | 2017-12-22 | 1 | -0/+1 |
| | |||||
* | BLD: Update MANIFEST.in | Charles Harris | 2017-11-29 | 1 | -1/+2 |
| | | | | Exclude more development artifacts and include the `tox.ini` file. | ||||
* | MAINT: remove outdated doc/f2py content. | Ralf Gommers | 2017-06-18 | 1 | -1/+0 |
| | | | | | This content is not part of https://docs.scipy.org/doc/numpy/f2py/ (that's built from doc/source/f2py) and is >10 years old. | ||||
* | BUG: fix TravisCI test issues when using setuptools unconditionally. | Ralf Gommers | 2016-01-16 | 1 | -1/+0 |
| | | | | Also remove all mentions of setupegg.py from the documentation. | ||||
* | BUG: Include relevant files from numpy/linalg/lapack_lite in sdist. | Charles Harris | 2015-11-24 | 1 | -0/+1 |
| | | | | | | | | After 1e436a5 *.h and *.c files from numpy/linalg/lapack_lite were no longer included in source distributions. Fix this by adding them to MANIFEST.in. Closes #6694. | ||||
* | BUG: fix MANIFEST.in for removal of a file in gh-8047. | Ralf Gommers | 2015-10-30 | 1 | -1/+0 |
| | |||||
* | BUG: Add cblasfuncs.c and python_xerbla.c to MANIFEST.in | Charles Harris | 2015-09-23 | 1 | -0/+3 |
| | | | | | | | | Those files in numpy/core/src/multiarray were only included in source distributions when HAVE_CBLAS was defined, making the distribution contents depend on the local configuration. Closes #6343. | ||||
* | BLD: Move numpy.build_utils -> numpy._build_utils, add to MANIFEST.in | Alex Willmer | 2015-08-05 | 1 | -0/+2 |
| | | | | | This fixes the distutils built from an sdist (e.g. under tox), without including _build_utils in binary distributions or the installed numpy. | ||||
* | MAINT: Move doc/swig to tools/swig. | Charles Harris | 2014-03-12 | 1 | -1/+1 |
| | | | | | | | Also update MANIFEST.in and documentation to reflect the move. The discussion of this change is at #2384. Closes #2384. Closes #4374. | ||||
* | MAINT: Remove no longer existing files from MANIFEST.in. | Charles Harris | 2014-03-12 | 1 | -3/+0 |
| | |||||
* | BLD: exclude compiled python files in source distribution | Julian Taylor | 2014-01-26 | 1 | -0/+2 |
| | | | | | they could accidentally appear in the source distribution if sdist was run after a make -C doc. | ||||
* | BLD: include f2py docs in source distribution | Julian Taylor | 2014-01-26 | 1 | -0/+1 |
| | | | | update was forgotten in the move to the doc/folder | ||||
* | MAINT: ensure the sphinx theme gets included in source tarballs | Pauli Virtanen | 2013-07-25 | 1 | -0/+1 |
| | |||||
* | BUG: include mtrand cython files in sdist | Julian Taylor | 2013-05-28 | 1 | -0/+2 |
| | | | | the files are required to do a full source rebuild. | ||||
* | DEP: Remove more references to scons related files. | Charles Harris | 2013-01-14 | 1 | -3/+0 |
| | | | | | | | These references were in MANIFEST.in, doc/summarize.py, release.sh, and numpy/testing/noseclasses.py and involved scons files that have been removed, mostly setupscons.py and setupsconsegg.py that were in the top level. | ||||
* | BLD: do not install swig/cython/pyrex files. See #1791. | Ralf Gommers | 2011-04-02 | 1 | -0/+3 |
| | | | | | This is not a complete fix yet. Should be handled correctly in binary installers. | ||||
* | ENH: include /*.txt etc. in source dist only, rather than installing it | Pauli Virtanen | 2010-08-04 | 1 | -1/+4 |
| | |||||
* | updating manifest such that python setup.py sdist produces a tarball from ↵ | Ilan Schnell | 2009-11-19 | 1 | -2/+3 |
| | | | | which one can build | ||||
* | Fix typo. | David Cournapeau | 2009-05-30 | 1 | -1/+1 |
| | |||||
* | Forgot to include SConscript files as well as SConstruct in manifest template. | David Cournapeau | 2009-05-30 | 1 | -1/+1 |
| | |||||
* | Do not add doc sources through add_data_dir: it will put the docs alongside ↵ | David Cournapeau | 2008-12-28 | 1 | -0/+6 |
| | | | | numpy, as a separate package, which is not what we want. Use the manifest instead, since that's the only way I know of to include something in sdist-generated tarballs. | ||||
* | Add code-generator files in MANIFEST because distutils does not pick them up. | David Cournapeau | 2008-07-28 | 1 | -1/+1 |
| | |||||
* | Fixing MANIFEST.in on win32. | David Cournapeau | 2008-07-28 | 1 | -1/+1 |
| | |||||
* | Fix double line in MANIFEST.in. | David Cournapeau | 2008-04-23 | 1 | -1/+0 |
| | |||||
* | Add some files in MANIFEST.in which cannot be picked up by distutils. | David Cournapeau | 2008-04-23 | 1 | -0/+7 |
| | |||||
* | Added LICENSE.txt to distribution. Fixed f2py check_and_fix_dimensions to ↵ | Travis Oliphant | 2006-01-22 | 1 | -0/+1 |
| | | | | not reverse dimensions. | ||||
* | MANIFEST.in clean up | Pearu Peterson | 2005-12-30 | 1 | -14/+5 |
| | |||||
* | Added string initialization conversion to chararray. | Travis Oliphant | 2005-12-29 | 1 | -1/+1 |
| | |||||
* | Added records unittest for fromfile method. Included file testdata.fits ↵ | chanley | 2005-12-29 | 1 | -0/+1 |
| | | | | file for use in test. | ||||
* | Moved inclusion of files from MANIFEST.in to proper setup.py files. | Pearu Peterson | 2005-10-05 | 1 | -4/+4 |
| |