| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
TST: added test for issue #18684
ENH: f2py opens files with correct encoding, fixes #635
TST: added test for issue #6308
TST: added test for issue #4519
TST: added test for issue #3425
ENH: Implement user-defined hooks support for post-processing f2py data structure. Implement character BC hook.
ENH: Add support for detecting utf-16 and utf-32 encodings.
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This contains various RST reformatting.
One, moving `(C)` one line up, is specific to a bug in tree-sitter-rst
that mis parses this section. Another is adding one black line for a
similar reason where `..` is seen as section underline by
tree-sitter-rst.
This is some shuffling of section underline: try to be consitant,
`=`, then `-`, then `~`, with this refactor there is also no more
section that use backticks as underline.
Note in particular that non-consitency of underline lead to a problem in
datetime64 section where "weekmasks" (underlined with `-`) were actually
a level-4 heading instead of a level 2 or 3 I guess, and thus were
nested under the `busday_count()` section.
You'll note also 2 formulas that are under double-quotes as they are not
references.
|
| |
| |
| |
| |
| |
| |
| | |
Adds a symbol attribute to the polynomials from the np.polynomial package to allow the user to control/modify the symbol used to represent the independent variable for a polynomial expression. This attribute corresponds to the variable attribute of the poly1d class from the old np.lib.polynomial module.
Marked as draft for now as it depends on #15666 - all _str* and _repr* methods of ABCPolyBase and derived classes would need to be modified (and tested) to support this change.
Co-authored-by: Warren Weckesser <warren.weckesser@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Adding a policy about inactive PRs that was approved at the community meeting on March 30th, 2022 (and May 25th, 2022).
* Add a policy about inactive PRs.
* Update doc/source/dev/reviewer_guidelines.rst
Co-authored-by: Rohit Goswami <r95g10@gmail.com>
* Update doc/source/dev/reviewer_guidelines.rst
* Update doc/source/dev/reviewer_guidelines.rst
Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This seems to be a slightly better order, because these initializations
are independent of module creation, and if initialization fails then
there's no reference to the new module floating around. See
https://github.com/scipy/scipy/issues/16231
[skip actions]
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
|\ \
| | |
| | | |
MAINT: Python <3.8 related cleanups
|
| | | |
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* DOC: use PR ref as version name in CircleCI preview
* DOC: style version button depending on release
* DOC: fix logic for switcher_version.
[skip actions] [skip azp] [skip travis]
* DOC: provision empty dataset attribute and simplify not.
[skip actions] [skip azp] [skip travis]
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
seberg/fix-void-cast-safety-promotion-and-comparison
API: Fix structured dtype cast-safety, promotion, and comparison
|
| | | |
|
| | |
| | |
| | |
| | | |
stuff in the NEP 50 draft...
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
(#21491)
* DOC: Add panel elements to index matching scipy/pandas.
* DOC: Update card styling in css to match scipy/pandas.
* DOC: Add release notes to nav bar.
* DOC: replace css in layout with html_css_files conf val.
* DOC: Fix page layout.
Co-authored-by: Stefan van der Walt <stefanv@berkeley.edu>
Co-authored-by: Stefan van der Walt <stefanv@berkeley.edu>
|
| | |
| | |
| | |
| | |
| | | |
The PyArray_AsCArray API does not conform to the documentation and
document that the call steals a reference to the PyArray_Descr argument.
|
|\ \ \
| | | |
| | | | |
ENH: add ndenumerate specialization for masked arrays
|
| | | | |
|
| |/ /
|/| |
| | | |
[skip actions] [skip travis]
|
|\ \ \
| | | |
| | | | |
DOC: Add missing entries in `numpy.testing` documentation
|
| | | |
| | | |
| | | | |
Co-authored-by: Matti Picus <matti.picus@gmail.com>
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* DOC: Windows and F2PY
* DOC: Intel F2PY
* DOC: F2PY Windows Reviewer Comments I
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
* DOC: Clean F2PY Win and add to index
* DOC: F2PY windows narrative rewrite
* DOC: Clean up Windows environment suggestions
* DOC: Add Windows Terminal Details
* DOC: Update windows index
* MAINT: Clean doc
* DOC: Add partials for Windows
* DOC: Update as per review
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
* DOC,BLD: Add to toctree to appease build
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
DOC: Update set of allowed f2cmap types
|
| |/ / / |
|
|\ \ \ \
| |/ / /
|/| | | |
ENH: F2PY build output determinism
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com>
Co-authored-by: Pearu Peterson <pearu.peterson@gmail.com>
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also remove FutureWarning and update documentation
Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com>
|
| | | | |
|
| | | | |
|
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
user/index is not an orphan page, it is references in the main index.rst
Unless there is another reason to mark it as orphan ?
Also lowercase a directive, it is the only instance of an uppercase
directive in all the source code of numpy/scipy.
|
|\ \ \
| | | |
| | | | |
DOC: fix sphinx errors due to np.emath references
|
| | | | |
|
| | | | |
|
| | | | |
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
There are a number of broken links to the numpy.emath module because
there are no generated documentation for numpy.emath, which is an alias
of numpy.lib.scimath. This fixes the broken links by generating
documentation for numpy.emath, that duplicates the documentation for
numpy.lib.scimath.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
DOC: Note interop from "subclassing" docs and explain when to avoid
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
I think we have consensus that for many users subclassing is a bad idea,
but our docs don't really give much of a hint as to why, and what else.
We long have the answers for these, so this is a start to actually
write them down.
Addresses some of the points in gh-20998.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
DOC: Add F2PY tests documentation
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
REL: Update main after 1.21.6 release.
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
Small updates to the array_api docs
|