Releases: florath/rmtoo
Support for python 3.5 - 3.8
Preinstalled VMs
Added automatic VM creation: it is now possible to use predefined AWS EC2 Community Images preinstalled with rmtoo.
Maintenance Release
This is the first release of rmtoo after about five years. The feature set did not change - but there were many cleanups and improvements in the background: python3 support, pip / pypi support, many code cleanups and refactorings.
It is now possible to run rmtoo in a virtualenv using pip.
Bug Fix Release
Added support for Test Cases. Fixed latex2 output: there was a bug that the references were printed many times when there were more than one reference to another requirement. Fixed error reporting: there was an error that problems during parsing the requirements / topics / constraints directories were not reported to the user at all. Instead a python stack trace was printed. This was fixed: now the user sees exactly the problems - if there were some. Fixed long path names in graph2 output: Since v22 it is possible to use subdirectories with requirements. This results in long names. These long names are now split up into some lines - with the '/' is the indicator where to split. Fixed priority list output: there was a bug that only the requirements were used for the prios list which are in the last topic worked on. This is fixed now: all requirements appear (again) in the prios list.