Matching of context dimension values can now be case-insensitive by calling fmf.Tree.adjust() with the case_sensitive=False parameter. The default behavior remains case-sensitive.
I have also updated the documentation about the default behavior and added some tests.
Matching of context dimension values can now be case-insensitive by calling
fmf.Tree.adjust()
with thecase_sensitive=False
parameter. The default behavior remains case-sensitive.I have also updated the documentation about the default behavior and added some tests.
Resolves: #186