v0.3.0
TNRKit v0.3.0
- The run! function has been made type stable.
- To do this the way finalizers are handled has changed, see the docs section on finalizers for more details.
Breaking changes
- Finalization is now handled through passing a
Finalizerto therun!function instead of adding afinalize!function to the TNRScheme struct.
Merged pull requests:
- Avoid
Anyin data generation (#114) (@VictorVanthilt) - List Impurity methods in the docs (#115) (@VictorVanthilt)
- Added extra documentation (#116) (@JaridPiceu)
- Type Stability and general improvements attempt (#118) (@VictorVanthilt)
- Small typo correction (#119) (@VictorVanthilt)