mr-martian / rebabel-format

Python library for interacting with reBabel data files
MIT License
1 stars 4 forks source link

Represent features as single strings #14

Open mr-martian opened 4 days ago

mr-martian commented 4 days ago

As suggested in #13, explore representing feature names as single strings with : as a separator of hierarchical components rather than a bipartite tier:feature that gets parsed into a more complex structure.

TODO: ResultTable should now be able to treat feature names as keys rather than requiring calling code to track feature IDs.