Commit 11ae0484fc6f8896a39912a7f3a23071a2a85edb
1 parent
7452c5bb
Exists in
dev
New versionning plan : M.YY.VVV.B (currently 0.18.010.0)
- M = Major version number - YY = Year - VVV = Minor version number - B = Bugfix number - added or updated README.md files for each pyros module
Showing
15 changed files
with
53 additions
and
40 deletions
Show diff stats
README.md
... | ... | @@ -62,14 +62,21 @@ PROJECT STRUCTURE: |
62 | 62 | -------------------------------------------------------------------------------------------- |
63 | 63 | LAST VERSION |
64 | 64 | |
65 | -Date: 14/05/2018 | |
65 | +Date: 9/10/18 | |
66 | 66 | By: E. Pallier |
67 | -Version: 0.20 | |
68 | -- The dependencies of the project are all up-to-date and in adequacy with Django 2.0. | |
69 | -- Django have been updated to Django 2. | |
70 | -- Creation of an interactive dashboard as the home page of PYROS (still work-in-progress). | |
71 | - | |
72 | -Major current version (0.20): https://projects.irap.omp.eu/versions/158 | |
67 | +VERSION: 0.18.010 | |
68 | +- new versionning plan : M.YY.VVV.B | |
69 | + - M = Major version number | |
70 | + - YY = Year | |
71 | + - VVV = Minor version number | |
72 | + - B = Bugfix number | |
73 | +- new devices_channel/ folder containing the new DeviceControllerAbstract and ClientChannelAbstract classes (independant from pyros for the moment, but will soon be integrated) | |
74 | +- new src/utils/celme (celestial mecanics) library from Alain Klotz (more and more used inside pyros) | |
75 | + | |
76 | +Major current version (0.18): | |
77 | +- TECHNICAL DOC: tinyurl/pyros-colibri | |
78 | +- DEV PLAN: https://docs.google.com/spreadsheets/d/1Gy6c-9fhUDBx5Bc6YrcGvfgP-HukWdhUh8oT11_y88g/edit#gid=664458270 | |
79 | +- (OLD, TO BE UPDATED) https://projects.irap.omp.eu/versions/158 | |
73 | 80 | |
74 | 81 | ROADMAP: https://projects.irap.omp.eu/projects/pyros/roadmap |
75 | 82 | -------------------------------------------------------------------------------------------- |
... | ... | @@ -82,7 +89,7 @@ MAIN CHANGES (MILESTONES): |
82 | 89 | |
83 | 90 | Full list of commits: https://gitlab.irap.omp.eu/epallier/pyros/commits/master |
84 | 91 | |
85 | -14/05/18 Version 0.20 (Q. Durand) | |
92 | +14/05/18 Version 0.18.001 (Q. Durand) | |
86 | 93 | Update all dependencies, update to django 2 and work in progress on the dashboard |
87 | 94 | |
88 | 95 | 23/03/18 Version 0.16.11 (E. Pallier) | ... | ... |
devices_channel/README.txt renamed to devices_channel/README.md
src/alert_manager/README.md
src/analyzer/README.md
src/dashboard/README.md
src/majordome/README.md
src/monitoring/README.md
src/observation_manager/README.md
src/routine_manager/README.md
src/scheduler/README.md