Coder Social home page Coder Social logo

danielbok / scify Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 0.0 248 KB

Scientific and Mathematical Functions for Python

License: MIT License

Makefile 1.96% Python 98.04%
scientific-functions scientific-computations gsl cython python numerical functions

scify's Introduction

Scify: Scientific functions for Python

Scify: The package

scify is a collection of scientific functions which can be found in packages like GSL package or Boost but are not provided in scipy.

scify is for those who want access to these functions but do not want to go through the trouble of installing a C/C++ compiler (especially on Windows) and compiling those libraries so that they can be used in Python.

The goal of the package is for the functions to be available across platforms with minimal installation frustrations.

Why this package?

Most commonly used scientific functions are already provided for by scipy. In most cases, it would be better off to use those functions.

Functions here are implemented either because they are not provided for or because they can be broken down to simpler components.

For example, the Dilogarithm function is not provided. Another case is that the Airy function provided by scipy returns the first, second and their respective derivatives. However, many times in my usage, I would only need one of them and thus can gain a minor optimization by splitting it up.

In the latter case, it would likely constitute some differences if one is running the functions through a Monte Carlo simulations of sorts. However, before optimizing, I would advise reevaluating the business use case, then profiling the code before working on more involved optimizations like scify.

TODO

There's a tons of stuff to do for this package.

Namely:

  • Add all the functions
    • Airy
    • Bessel
    • Beta
    • Clausen
    • Coupling
    • Cubature
    • Dawson
    • Debye
    • Dilog
    • Gamma
    • Log
    • Poly
    • Psi
    • Qrng
    • Rng
    • Trig
    • Zeta
  • Write the docs
  • Travis test
  • Build
    • Build the wheels for all platform
    • Conda build

scify's People

Contributors

danielbok avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

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.