Skip to content

Commit

Permalink
close issue #347 (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
jverzani authored Jun 2, 2021
1 parent e413073 commit 11457cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "Polynomials"
uuid = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
license = "MIT"
author = "JuliaMath"
version = "2.0.11"
version = "2.0.12"

[deps]
Intervals = "d8418881-c3e1-53bb-8760-2df7ec849ed5"
Expand Down
2 changes: 1 addition & 1 deletion src/polynomials/standard-basis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ Polynomials.norm(q-p, Inf) # 2.2168933355715126e-12 # promotes `q` to `Polynomia
```
"""
polyfit, ArnoldiFit
polyfit

function polyfitA(x, y, n=length(x)-1; var=:x)
m = length(x)
Expand Down

2 comments on commit 11457cf

@jverzani
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/38009

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v2.0.12 -m "<description of version>" 11457cf693bb9135d35e2ac43919074c5f3d559f
git push origin v2.0.12

Please sign in to comment.