index
:
platform/upstream/python-numpy
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
master
sandbox/backup/numpy-1.15.0_20210104
sandbox/dh0128.kwak/numpy-1.16.6_20201231
sandbox/nmerinov/llvm
sandbox/wangbiao/qemu-5.2
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
upstream-git
Domain: System / Base; Licenses: BSD-3-Clause;
Inki Dae <inki.dae@samsung.com>, Semun Lee <semun.lee@samsung.com>, Tae-Young Chung <ty83.chung@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
numpy
/
polynomial
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-26
TST: Add tests for `lbnd` and `scl` in polynomial integration.
Charles Harris
6
-0
/
+18
2017-10-26
MAINT: Add parameter checks to polynomial integration functions.
Charles Harris
6
-6
/
+31
2017-10-21
DOC: Fix incorrect comments that claim 0d arrays fail
Eric Wieser
5
-10
/
+10
2017-09-25
TST: update tests to remove unneeded whitespace
Allan Haldane
1
-12
/
+12
2017-09-23
DOC: Add polyutils subpackage to reference documentation [skip ci]
Michael Seifert
1
-14
/
+23
2017-09-12
DOC: Fix inline "math" directives [skip ci]
Michael Seifert
6
-6
/
+6
2017-09-12
DOC: Add whitespace after "versionadded::" directive
Michael Seifert
5
-43
/
+43
2017-08-12
Merge pull request #9524 from charris/add_init_to_test_directories
Charles Harris
1
-0
/
+0
2017-08-10
MAINT: Use moveaxis instead of rollaxis internally (#9475)
Nico Schlömer
6
-30
/
+30
2017-08-10
BUG/TST: Fix the polynomial.test_printing tests, which never tested anything ...
Eric Wieser
1
-25
/
+25
2017-08-10
ENH: Show domain and window as kwargs in repr
Eric Wieser
3
-6
/
+6
2017-08-06
TST, MAINT: Add `__init__.py` files to tests directories.
Charles Harris
1
-0
/
+0
2017-07-29
MAINT: Rename chebinterp to chebinterpolation and add test.
Charles Harris
3
-43
/
+126
2017-07-24
ENH: Add np.polynomial.chebyshev.chebinterp function
Lukas Mericle
2
-1
/
+79
2017-07-24
TST: Remove unittest dependencies in numpy/polynomial/tests.
Charles Harris
8
-78
/
+85
2017-07-04
MAINT: Rearrange files in numpy/testing module.
Charles Harris
1
-1
/
+1
2017-06-03
Merge pull request #9218 from eric-wieser/polynomial-except
Charles Harris
1
-11
/
+5
2017-06-03
Merge pull request #9214 from eric-wieser/no-one-arg-where
Charles Harris
1
-1
/
+1
2017-06-03
BUG: Only propagate TypeError from where we throw it
Eric Wieser
1
-11
/
+5
2017-06-03
BUG: KeyboardInterrupt is swallowed all over the place
Eric Wieser
8
-21
/
+21
2017-06-03
MAINT: Don't internally use the one-argument where
Eric Wieser
1
-1
/
+1
2017-05-09
ENH: Spelling fixes
Ville Skyttä
1
-1
/
+1
2017-04-27
ENH: Use `__array_ufunc__ = None` in polynomial convenience classes.
Charles Harris
2
-2
/
+10
2017-02-20
MAINT: Use normalize_axis_index in all python axis checking
Eric Wieser
6
-48
/
+18
2017-02-01
Applied same fix as 1695458be to remaining 5 polynomial types
Tom Boyd
5
-5
/
+5
2017-02-01
Fixing docstring error in polyvander2d
Tom Boyd
1
-1
/
+1
2017-01-19
Changing spurious Legendre reference to Chebyshev in chebfit docstring.
Danny Hermes
1
-1
/
+1
2016-12-14
DEP: Fix escaped string characters deprecated in Python 3.6.
Charles Harris
6
-21
/
+21
2016-09-07
DOC: change version references from x.y to x.y.z
Pierre de Buyl
7
-7
/
+7
2016-09-06
DOC: change Numpy to NumPy in dosctrings and comments
Pierre de Buyl
7
-7
/
+7
2016-09-02
ENH: Add stacklevel to all (or almost all) our function calls
Sebastian Berg
6
-6
/
+6
2016-06-12
MAINT: refactor and small fixes to polyvalfromroots.
Charles Harris
2
-19
/
+25
2016-06-12
ENH: Add `polyrootval` to numpy.polynomial
e-q
2
-2
/
+149
2016-05-11
DOC: Fix some incorrect RST definition lists
Endolith
1
-2
/
+2
2016-03-14
DOC: Minor typo fix, hermefik -> hermefit.
Jeremy Tuloup
1
-1
/
+1
2016-02-19
MAINT: Fix typos in docs/comment of `ma` and `polynomial` modules.
Dongjoon Hyun
7
-8
/
+8
2016-01-19
MAINT: Refactor polynomial leastsquares fits.
Charles Harris
7
-138
/
+105
2016-01-18
TST: Add tests for check_fit with deg specified as list
Jonathan Underwood
1
-0
/
+9
2016-01-18
ENH: Allow specification of terms to fit in fit method
Jonathan Underwood
1
-2
/
+8
2016-01-18
TST: Add tests for hermefit with deg specified as list
Jonathan Underwood
1
-0
/
+31
2016-01-18
ENH: Allow specification of terms to fit in hermefit
Jonathan Underwood
1
-5
/
+34
2016-01-18
TST: Add tests for polyfit with deg specified as list
Jonathan Underwood
1
-0
/
+27
2016-01-18
ENH: Allow specification of terms to fit in polyfit
Jonathan Underwood
1
-5
/
+34
2016-01-18
TST: Add tests for lagfit with deg specified as list
Jonathan Underwood
1
-0
/
+16
2016-01-18
ENH: Allow specification of terms to fit in lagfit
Jonathan Underwood
1
-5
/
+34
2016-01-18
TST: Add tests for hermfit with deg specified as list
Jonathan Underwood
1
-0
/
+31
2016-01-18
ENH: Allow specification of terms to fit in hermfit
Jonathan Underwood
1
-5
/
+34
2016-01-18
TST: Add tests for chebfit with deg specified as list
Jonathan Underwood
1
-0
/
+31
2016-01-18
ENH: Allow specification of terms to fit in chebfit
Jonathan Underwood
1
-5
/
+34
2016-01-18
TST: Add tests for legfit with deg specified as list
Jonathan Underwood
1
-0
/
+31
[next]