kjappelbaum / element-coder

Encode chemical elements numerically and decode numerical representations of elements.
https://element-coder.readthedocs.io/en/latest/?badge=latest
MIT License
9 stars 0 forks source link

feat: drop sciris dependency #16

Closed kjappelbaum closed 2 years ago

kjappelbaum commented 2 years ago

will also simplify #13. However, the code is uglier

sgbaird commented 2 years ago

This is also helpful for understanding better what sciris was doing in this context. I might dig in a bit more to understand better later.

kjappelbaum commented 2 years ago

it has a nice datatype that allows to access dicts in a numpy style syntax

kjappelbaum commented 2 years ago

this was the main feature to me https://sciris.readthedocs.io/en/latest/_autosummary/sciris.sc_odict.odict.html they should probably just ship this as a small package