See migration guide at https://ips-framework.readthedocs.io/en/latest/user_guides/migration.html
A large number of changes since the previous _release_.
* Code reorganized
* Removed CMake install, now uses python setuptools
* Converted into a python package
* PEP8, unit testing, code coverage, continuous integration…
* All previously deprecated api were removed
* General code cleanup, removed unused code
* Only major breaking change is when writing components you can no longer do from component import Component and must do from ipsframework import Component
* Documentation updates https://ips-framework.readthedocs.io
* Published to pypi, https://pypi.org/project/ipsframework So you can now pip install ipsframework