Skip to content

Releases: florath/rmtoo

Support for python 3.5 - 3.8

31 Aug 13:18
Compare
Choose a tag to compare

Include support / tests for all currently supported python versions: 3.5, 3.6, 3.7, 3.8

Preinstalled VMs

14 May 05:05
Compare
Choose a tag to compare

Added automatic VM creation: it is now possible to use predefined AWS EC2 Community Images preinstalled with rmtoo.

Maintenance Release

22 Apr 06:16
Compare
Choose a tag to compare

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

08 Apr 17:04
Compare
Choose a tag to compare

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.