Skip to content

0.2.1: Clean house

Closed Jan 20, 2015 100% complete

Clean up the existing MRS package. This means to move non-integral functions from classes to modules (e.g. xmrs.find_subgraphs_by_preds() instead of Xmrs.find_subgraphs_by_preds()), make the API functions consistent (e.g. whether to return a list or a generator, when to return nodeids vs component structures, etc.), make serializers use the same method si…

Clean up the existing MRS package. This means to move non-integral functions from classes to modules (e.g. xmrs.find_subgraphs_by_preds() instead of Xmrs.find_subgraphs_by_preds()), make the API functions consistent (e.g. whether to return a list or a generator, when to return nodeids vs component structures, etc.), make serializers use the same method signatures (maybe abstract the serializer API out of the serializers themselves, and instead put into the mrs package), etc.

This milestone is closed.

No open issues remain. View closed issues or see open milestones in this repository.