This is essentially a bug-fix release that disables consistency checking in the symbol table functionality as this has proved not
quite robust enough yet. However, it also includes two performance optimisations (see below).
What's Changed
* (towards 312) Improve performance by adding caching to the tokenizer by sergisiso in https://github.com/stfc/fparser/pull/336
* Fix bug: if construct has name, it must appear in `end` statement by ZedThree in https://github.com/stfc/fparser/pull/325
* (towards 312) Remove imports and function declaration from hotpath (__new__ and match) by sergisiso in https://github.com/stfc/fparser/pull/337
* (Closes 350) disable validation checks by default by arporter in https://github.com/stfc/fparser/pull/351
New Contributors
* sergisiso made their first contribution in https://github.com/stfc/fparser/pull/336
**Full Changelog**: https://github.com/stfc/fparser/compare/0.0.15...0.0.16