Skip to content

Pull requests: JuliaMath/Polynomials.jl

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

add abs() to check on coefficients for degree
#4 by jverzani was merged Jun 19, 2014 Loading… updated Jun 19, 2014
Added the option to specify the order of the derivative to polyder.
#3 by pwl was merged Jun 19, 2014 Loading… updated Jun 19, 2014
modify *
#6 by jverzani was merged Jul 4, 2014 Loading… updated Jul 4, 2014
modify degree for Poly([0.0]); polyder
#8 by jverzani was merged Jul 7, 2014 Loading… updated Jul 7, 2014
Update README.md
#1 by daviddelaat was merged Jun 2, 2014 Loading… updated Jul 8, 2014
Mixed operations between Poly and Number via promote
#14 by pwl was closed Nov 29, 2014 Loading… updated Nov 29, 2014
Basic support for Pade approximants
#16 by MikaelSlevinsky was merged Dec 1, 2014 Loading… updated Dec 1, 2014
Bug when copying
#20 by pjabardo was merged Apr 21, 2015 Loading… updated Apr 21, 2015
polyval now accepts any argument, fixed minor issues with variable names
#24 by pwl was merged Jun 7, 2015 Loading… updated Jun 7, 2015
Conversions from number to polynomial
#15 by pwl was merged Jun 7, 2015 Loading… updated Jun 7, 2015
Fix 0.4 deprecated bindings
#25 by yuyichao was merged Sep 20, 2015 Loading… updated Sep 20, 2015
correction of title
#26 by mzaffalon was merged Sep 21, 2015 Loading… updated Sep 21, 2015
Update travis settings and url in README
#27 by yuyichao was merged Sep 21, 2015 Loading… updated Sep 21, 2015
A Poly object can be used as a function
#30 by pjabardo was merged Oct 16, 2015 Loading… updated Oct 16, 2015
Move a code block to the right place
#34 by mortenpi was merged Jan 1, 2016 Loading… updated Jan 1, 2016
try sudo: false to see if it fixes travis
#37 by tkelman was merged Jan 6, 2016 Loading… updated Jan 6, 2016
Resolves #38 by adding a trunctate function
#39 by pwl was merged Jan 16, 2016 Loading… updated Jan 16, 2016
Add atol and rtol to Poly constructor
#40 by jverzani was closed Jan 16, 2016 Loading… updated Jan 16, 2016
Update show.jl
#41 by ivanslapnicar was merged Feb 11, 2016 Loading… updated Feb 11, 2016
Implemented some of the classical orthogonal polynomials
#18 by jagot was closed May 21, 2016 Loading… updated May 21, 2016
Fix bug in setindex!() - closes #48
#49 by aytekinar was closed May 30, 2016 Loading… updated May 30, 2016
for v0.5: replace symbol with Symbol
#46 by JeffreySarnoff was merged May 30, 2016 Loading… updated May 30, 2016
Fix bug in setindex!() - closes #48
#50 by aytekinar was merged May 31, 2016 Loading… updated May 31, 2016
Fix deprecation warnings: symbol -> Symbol
#44 by r9y9 was closed Jun 17, 2016 Loading… updated Jun 17, 2016
Add element-wise operation support (closes #51)
#52 by neveritt was merged Jun 22, 2016 Loading… updated Jun 22, 2016
ProTip! Filter pull requests by the default branch with base:master.