LBHB / NEMS0

THIS VERSION OF NEMS IS NO LONGER SUPPORTED. PLEASE USE THE NEW NEMS REPOSITORY OR INSTALL NEMS_DB TO GET NEMS0 SUPPORT.
GNU General Public License v3.0
8 stars 4 forks source link

Available on pypi? #255

Open gavinmischler opened 2 years ago

gavinmischler commented 2 years ago

Are there any plans to make NEMS available on pypi? It would be helpful as I'm trying to write tools that I can use in my analysis pipelines and then interface with NEMS easily to train models, rather than needing to clone and install into a given environment

jacobpennington commented 2 years ago

Hi Gavin,

For this iteration of NEMS, no. However, we are currently working on a refactor that should be much easier to use, and the plan is to publish that version through pypi and conda and probably move it to this URL as a breaking change (with the current version still available elsewhere). We're hoping to have that available in the next month or so.

If you want to preview the changes, the repo currently lives at https://github.com/jacobpennington/nems-lite , with an example of the new API in scripts/simple_fit.py. Just be aware that some of the API syntax is still being refined, so I wouldn't recommend trying to interface it with other workflows yet. Also feel free to submit/comment on issues there if you have feedback from your experience with the current version.

gavinmischler commented 2 years ago

Got it, thanks so much! I'll look into nems-lite and get ready for when that is available on pypi or conda