Code Monkey home page Code Monkey logo

ufloat's Introduction

ufloat
======

ufloat is a package that provides a fast floatingpoint extension type 
with unit support.

Requirements
============

* python 2.7 or python 3
* c build environment appropriate for your python version
* numpy
* cython (during setup)
* nose (for testing the library)

Installation
============

To build this package, setuptools, cython and numpy is required, in addition to run tests,
we require nose during setup. 

if you don't have setuptools it can be installed using the instructions given here:

https://pypi.python.org/pypi/setuptools#installation-instructions

The rest of the dependencies are installed if required during the setup process 
(if there is a internet connection). So it should be sufficient to do

$ python setup.py install

in the package directory (where this README is located)

To test that the package is working as intended run

$ python setup.py test

Windows
=======
 
If you are on windows and are using python(x,y), you have the mingw32 compiler
installed. Then instead of the above you should use

$ python setup.py build -cmingw32

and installation can be done using

$ python setup.py install

If you are on windows and using a 64bit build of cPython (for version 2.7 this
is usually built with the microsoft C compiler MSVC 9, which can be obtained here
http://www.microsoft.com/en-us/download/details.aspx?id=44266)

 
 

ufloat's People

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.