An isotope transformer was created that can take multiple isotope naming conventions and turn it into the iniabu standard naming scheme, e.g., Ti-46.
The proxy list calls this isotope transformer (note, also with elements).
If no rule could be found that agrees with the non-standard naming, it simply returns the originally passed value. Therefore, elements will work fine and the proxy list handles any case in which a name still does not exist.
Added tests for the isotope transformer (simple ones)
Added hypothesis test for the actual behavior that we want from an isotope.
Still left to do:
[x] Ensure that nothing is case sensitive, elements and isotopes
[x] Add a section in the documentation that introduces the different possibilities for isotope naming
iniabu
standard naming scheme, e.g., Ti-46.Still left to do:
Closes #37