| Commit message (Expand) | Author | Age | Files | Lines |
| * | TST, DOC: enable refguide_check | Tyler Reddy | 2018-12-14 | 7 | -141/+144 |
| * | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1... | Roman Yurchak | 2018-12-06 | 1 | -1/+1 |
| * | Use np.full in numpy.polynomial | Roman Yurchak | 2018-10-03 | 2 | -2/+2 |
| * | MAINT: remove unused stdlib imports | Emil Hessman | 2018-09-30 | 1 | -1/+0 |
| * | MAINT: remove surviving, unused, list comprehension (#11843) | Jeff | 2018-09-03 | 1 | -7/+0 |
| * | Merge pull request #11850 from jeffyancey/update-polybase-comment | Charles Harris | 2018-08-31 | 1 | -1/+1 |
| |\ |
|
| | * | DOC: closes #11845 | Jeffrey Yancey | 2018-08-31 | 1 | -1/+1 |
| * | | Merge pull request #11834 from charris/fix-polynomial-grammar | Charles Harris | 2018-08-30 | 2 | -2/+2 |
| |\ \ |
|
| | * | | MAINT, DOC: Replace 'an' by 'a' in some docstrings. | Charles Harris | 2018-08-30 | 2 | -2/+2 |
| * | | | Merge pull request #11818 from jeffyancey/polynomial-tests | Charles Harris | 2018-08-30 | 6 | -0/+66 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | MAINT: use reduce's defaul param rather than a ternary operator | Jeffrey Yancey | 2018-08-26 | 6 | -6/+6 |
| | * | | TST: add missing tests for all polynomial subclass pow fns. | Jeffrey Yancey | 2018-08-26 | 6 | -0/+66 |
| | |/ |
|
| * | | Merge pull request #11817 from jeffyancey/polynomial-docs | Charles Harris | 2018-08-29 | 6 | -37/+76 |
| |\ \ |
|
| | * | | DOC: add examples and extend exisiting dos for polynomial subclasses | Jeffrey Yancey | 2018-08-26 | 6 | -37/+76 |
| | |/ |
|
| * | | DOC: Polybase augmented assignment notes (#11806) | Jeff | 2018-08-26 | 1 | -4/+1 |
| |/ |
|
| * | DOC: Small docstring fixes for old polyfit. | Charles Harris | 2018-08-15 | 1 | -1/+1 |
| * | DOC: recommend polynomial.Polynomial over np.polyfit (#11733) | Matti Picus | 2018-08-14 | 1 | -1/+3 |
| * | Merge pull request #11528 from eric-wieser/polynomial-ipython-latex | Charles Harris | 2018-08-12 | 8 | -2/+156 |
| |\ |
|
| | * | ENH: Add support for ipython latex printing to polynomial | Eric Wieser | 2018-08-12 | 8 | -2/+156 |
| * | | DOC: Fixed example code for cheb2poly and poly2cheb (see #11519) | Max Aifer | 2018-07-08 | 1 | -2/+2 |
| |/ |
|
| * | MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary... | Eric Wieser | 2018-07-02 | 1 | -1/+1 |
| * | HTTP -> HTTPS, and other linkrot fixes | Mike Toews | 2018-06-16 | 5 | -6/+6 |
| * | MAINT: move matrix tests in core, polynomial to matrixlib. | Marten van Kerkwijk | 2018-04-29 | 1 | -3/+6 |
| * | TST: Replace yield tests in polynomial/tests/test_classes. | Charles Harris | 2018-04-08 | 1 | -65/+49 |
| * | MAINT: Remove all uses of run_module_suite. | Charles Harris | 2018-04-06 | 9 | -46/+2 |
| * | TST: Update modules `test` to PytestTester. | Charles Harris | 2018-04-04 | 1 | -2/+3 |
| * | MAINT: Remove "bench" from testing modules `__init__`s. | Charles Harris | 2018-03-31 | 1 | -1/+0 |
| * | MAINT: Do not use random when testing roots. | Charles Harris | 2018-02-16 | 1 | -3/+3 |
| * | More misc. typos | luz.paz | 2018-01-04 | 1 | -1/+1 |
| * | TST: Add tests for `lbnd` and `scl` in polynomial integration. | Charles Harris | 2017-10-26 | 6 | -0/+18 |
| * | MAINT: Add parameter checks to polynomial integration functions. | Charles Harris | 2017-10-26 | 6 | -6/+31 |
| * | DOC: Fix incorrect comments that claim 0d arrays fail | Eric Wieser | 2017-10-21 | 5 | -10/+10 |
| * | TST: update tests to remove unneeded whitespace | Allan Haldane | 2017-09-25 | 1 | -12/+12 |
| * | DOC: Add polyutils subpackage to reference documentation [skip ci] | Michael Seifert | 2017-09-23 | 1 | -14/+23 |
| * | DOC: Fix inline "math" directives [skip ci] | Michael Seifert | 2017-09-12 | 6 | -6/+6 |
| * | DOC: Add whitespace after "versionadded::" directive | Michael Seifert | 2017-09-12 | 5 | -43/+43 |
| * | Merge pull request #9524 from charris/add_init_to_test_directories | Charles Harris | 2017-08-12 | 1 | -0/+0 |
| |\ |
|
| | * | TST, MAINT: Add `__init__.py` files to tests directories. | Charles Harris | 2017-08-06 | 1 | -0/+0 |
| * | | MAINT: Use moveaxis instead of rollaxis internally (#9475) | Nico Schlömer | 2017-08-10 | 6 | -30/+30 |
| * | | BUG/TST: Fix the polynomial.test_printing tests, which never tested anything ... | Eric Wieser | 2017-08-10 | 1 | -25/+25 |
| * | | ENH: Show domain and window as kwargs in repr | Eric Wieser | 2017-08-10 | 3 | -6/+6 |
| |/ |
|
| * | MAINT: Rename chebinterp to chebinterpolation and add test. | Charles Harris | 2017-07-29 | 3 | -43/+126 |
| * | ENH: Add np.polynomial.chebyshev.chebinterp function | Lukas Mericle | 2017-07-24 | 2 | -1/+79 |
| * | TST: Remove unittest dependencies in numpy/polynomial/tests. | Charles Harris | 2017-07-24 | 8 | -78/+85 |
| * | MAINT: Rearrange files in numpy/testing module. | Charles Harris | 2017-07-04 | 1 | -1/+1 |
| * | Merge pull request #9218 from eric-wieser/polynomial-except | Charles Harris | 2017-06-03 | 1 | -11/+5 |
| |\ |
|
| | * | BUG: Only propagate TypeError from where we throw it | Eric Wieser | 2017-06-03 | 1 | -11/+5 |
| * | | Merge pull request #9214 from eric-wieser/no-one-arg-where | Charles Harris | 2017-06-03 | 1 | -1/+1 |
| |\ \
| |/
|/| |
|
| | * | MAINT: Don't internally use the one-argument where | Eric Wieser | 2017-06-03 | 1 | -1/+1 |
| * | | BUG: KeyboardInterrupt is swallowed all over the place | Eric Wieser | 2017-06-03 | 8 | -21/+21 |
| |/ |
|