Code Monkey home page Code Monkey logo

ksmodel's People

Contributors

arnavs avatar donskerclass avatar

Stargazers

 avatar  avatar

ksmodel's Issues

Code incompatible with Julia 0.7 and above

Current code is written and tested using Julia 0.6. Upgrading to 0.7 breaks several components, in particular in ChebyshevStuff.jl. Upgrading to 1.0 or above (current stable release) changes many syntax features, which will also break.

Changes needed include but are not limited to

  • Pyplot support has changed. I suggest rewriting plot commands to use Plots.jl instead.
  • Syntax for broadcasting, division, using packages, etc, all changed in 1.0 and above. Rewrite in new format.
  • inverse fast Fourier transform (FFT) has been moved to a package from base Julia

For FFT, either include IFFTW package and rewrite in new syntax, or get rid of Chebyshevstuff.jl entirely. It is used only to calculate numerical integral by Clenshaw-Curtis quadrature, and could be replaced with an alternate quadrature scheme, such as, e.g., equal spacing and 1/N weights, or using quadrature library like FastGaussQuadrature.jl to run Gauss-Legendre quadrature. There may even be a Clenshaw-Curtis command somewhere in ApproxFun, which would replicate results, though this isn't strictly necessary.

Ideally, code should be upgraded to be compatible with current Julia version. The Julia users guide suggests doing this in stages, first by running in Julia 0.7, which issues detailed warnings suggesting syntax changes, then correcting to eliminate warnings, then running in 1.1 and updating again as needed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.