I’m doing some refactoring to the code and writing some useful documentation for the first pre-alpha-dontuse version of Dycapo (a.k.a. DyCaPo – Dynamic CarPooling system).
Dycapo 0.0.1 will only be for illustrating some functionalities of the system and the integration of the technologies.
The following is an explanation of our version codes:
- 0.0.x releases are all pre-alpha-dontuse releases, to only illustrate some functionalities.
API will likely change very often. - 0.x.x releases are still alpha-releases, that cover some internal development cycles but have
important features that will appear on a stable releases. API for the important parts of the
project will likely not be changed. - 1.0.0 will be considered a stable release that can be used for testing in a small reality. API
will be frozen.
No Comments