Skip to main content

Enhancements to Numpy

Project description

See complete documentation at http://npplus.readthedocs.io.

Highlights

  1. A high performance piecewise polynomial class PwPoly supporting more methods than the scipy PPoly class, including a root finder and arithmetic operations.

  2. Simplified spline and polyline interpolating and fitting functions fully integrated with PwPoly, using just the solve_banded lapack function instead of fitpack.

  3. Simplified interfaces for linear and non-linear least squares fitting.

  4. A function decorator to replace the clumsy numpy.piecewise function.

  5. Array building functions which broadcast their arguments before concatenating them.

  6. Finite difference axis methods supplementing the existing diff and cumsum functions.

  7. Elementwise minimum and maximum functions taking any number of arguments.

  8. Ensure presence of matplotlib 2.0 colormaps viridis, etc., and provide an interface for using the qualitative colorbrewer color sets for line color cycles.

  9. Provide a simple presentation-quality matplotlib style.

  10. Provide wrappers for pyplot functions like plot that return unwanted objects, making them better for interactive use.

  11. Provide a module you can import from PYTHONSTARTUP similar to pylab, which fills interactive namespace with numpy and npplus, as well as turning on the pyplot interactive plotting mode.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

npplus-0.9.8.tar.gz (67.1 kB view hashes)

Uploaded Source

Built Distribution

npplus-0.9.8-py2.py3-none-any.whl (72.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page