Backwards incompatible changes
- Section name identifier ([) is not allowed to be a comment prefix or option delimiter anymore (b06bcae64f7a9f1fe347b2ec0513ba1332d1ed19, dd97d31d74c542f709aa35de26d8affbfb228b44)
Improvements
- Initialize sections on schema init (thus no more SectionMeta output for get_section etc.; 570c90863b6a5b3d5e2d0550f709aa0a322e6534)
Bugfixes
- Fix automatic SlotAccess not working for methods (8064647cb933e3ccf53cd6401e2149091cc8551a)
- Fix comments resulting in options if they include an option delimiter (0488acd50162f08e3620d6dde9532c5cb233a36a)
- Update documentation (README and docstrings; 9dda94975039ee90a9f070c3a6e0f212b1011702, e46e9781ee4a76a939c044e4cd1152a4cc5e5aa6)
- Fix package installation (move source files to src/smartini, put init in right place and add MANIFEST.in; 15a829ff6f3108741fd79884809985832de3ee1e, e4358f7367a3041af989cef623f3d1f81cd8f9dd, 1384664ec655c82f68a830bb1d0af649c80165b0)
Internal changes
- Make classes private that should not be accessed by user (94838fba4f8db2dd9bcb4f556f883a2ee9051fbe)
- Move read_ini to own class (68472112cefebdf04bc6eb0616ae2cfc59fb9f1d)
- Move argument validation for Parameters into respective setters (dd97d31d74c542f709aa35de26d8affbfb228b44)
- Create type aliases for comment prefix and option delimiter (959b7d5b5cb3c5a4c79974d964f33b79d5aaf52a)
- Move utils from nomopytools to utils (e89c9deb030f4c65e3f85097ff98e9d14c3670fb)
This release can also be downloaded on [PyPi](https://pypi.org/project/smartini/1.0.1/).