Open gavinmischler opened 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.
Got it, thanks so much! I'll look into nems-lite and get ready for when that is available on pypi or conda
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