AMLab-Amsterdam / lie_learn

Computations involving Lie groups and harmonic analysis
MIT License
190 stars 47 forks source link

prepare for pypi #12

Closed bkmi closed 4 years ago

bkmi commented 4 years ago

Added the setup.py and other files necessary to upload a package to pypi.

included the dense and block J matrices up to 150 as a binary file distributed along with the package source.

Added the .c files which are generated by cython. This way a user can compile lie_learn without installing cython. (recommended behavior)

moved tests to a test folder and excluded it from distribution with pypi

changed version number to 0.0.1rc0 for release candidate.

mariogeiger commented 4 years ago

Very cool Ben !