Skip to main content

Alternating Conditional Expectation Algorithm

Project description

Build Status

This project provides a wrapper program of Python for ACE algorithm implementation of Fortran.

How to build

You need numpy and fortran compiler to build from source.

Windows

  • Install Visual C++ toolchain.

  • Download MinGW-w64 from sourceforge, which provides the necessary fortran compiler

  • Install MinGW-w64 and add {install_dir}\mingw64\bin path to environment variable (make gfortran accessible from command line).

  • (for conda environment) Add {install_dir}\Anaconda3\Scripts to environment variable (make f2py accessible from command line).

Mac

You can use package manager to install gfortran (included within gnu compiler collection). For example, with Homebrew you can use

brew install gcc

Ubuntu

To install gfortran, use the default package manager:

sudo apt-get install gfortran

Run python setup.py install from command line at the project root directory.

change log

v0.1 initial commit v0.2 modify to relative import in __init__.py v0.3 add support for multiple columns of x and other directions of transformation v0.4 add f_mapping function and unittests for this function ## License

Apache License Version 2.0

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

ace_cream-0.4.post2.tar.gz (16.3 kB view hashes)

Uploaded Source

Built Distribution

ace_cream-0.4.post2-cp36-cp36m-macosx_10_7_x86_64.whl (116.1 kB view hashes)

Uploaded CPython 3.6m macOS 10.7+ x86-64

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