INCF / csa

The Python implementation of the Connection-Set Algebra
GNU General Public License v3.0
13 stars 17 forks source link

v0.1.7 on pypi.org #8

Closed espenhgn closed 6 years ago

espenhgn commented 6 years ago

Hi @mdjurfeldt Would you consider making a new release of csa and upload to pypi.org based on the current master? The version on there is quite old (Dec. 2012), and a new release would simplify installation of for example LFPy using pip (where dependency_links are not automatically used).

Should be quite easy:

pip install twine
cd <csa>
python setup.py sdist
twine upload dist/*
mdjurfeldt commented 6 years ago

v0.1.8 is now released. The sourcefiles (without libpycsa which establishes the connection to other simulators through libneurosim) are uploaded to pypi.