NREL / ditto

DiTTo is a Distribution Transformation Tool that aims at providing an open source framework to convert various distribution systems modeling formats.
https://nrel.github.io/ditto/
BSD 3-Clause "New" or "Revised" License
70 stars 36 forks source link

Make DiTTo Conda installable #138

Open NicolasGensollen opened 6 years ago

kdheepak commented 6 years ago

We need releases on GitHub for this to work. Can you make a tagged release?

kdheepak commented 6 years ago

I made it such that you can conda install -c kdheepak ditto. See https://anaconda.org/kdheepak/ditto.

Right now the only test I'm doing is checking is the python package imports, i.e. import ditto. I'm not checking if all functionality works correctly. This also assumes that the current latest master is a release, and that is what is being packaged; i.e. this commit hash: a6d5cacb30429cfb03d44c455d44d09d314dee4b

Once we make a tagged release and run a full test suite on Windows, Mac and Linux I'll update the package to point to that instead. I'll also make it available on conda-forge instead of my channel.

NicolasGensollen commented 6 years ago

Thanks @kdheepak for looking into this! I'll see early next week with @tarekelgindy which PR we want to merge and which bugs we want to solve before making a release.

kdheepak commented 6 years ago

Great! There's one branch that I pushed that I'd like merged before tagging.

NicolasGensollen commented 6 years ago

I'd really like to merge #152, #154, and #162 before tagging. Also, fixing issues #157 and #160 would be nice. @tarekelgindy, let me know what your thoughts are on this.