Commit 11ae0484fc6f8896a39912a7f3a23071a2a85edb

Authored by Etienne Pallier
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
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
1 1  
  2 +VERSION: 0.18.001
  3 +
  4 +Date: 9/10/18
  5 +
  6 +By: epallier@irap.omp.eu
  7 +
  8 +See section "DONE" below for version history
2 9  
3 10 ********************************************************************************************
4 11 1) TEST
... ...
simulators/README.md 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 +VERSION: 0.18.001
  2 +
  3 +Date: 9/10/18
0 4 \ No newline at end of file
... ...
src/alert_manager/README.md
1   -VERSION: 0.1.0
  1 +VERSION: 0.18.001
2 2  
3   -Date: 14/03/2018
4   -
5   -By:
  3 +Date: 9/10/18
6 4 \ No newline at end of file
... ...
src/analyzer/README.md
1   -VERSION: 0.1.0
  1 +VERSION: 0.18.001
2 2  
3   -Date: 14/03/2018
4   -
5   -By:
  3 +Date: 9/10/18
6 4 \ No newline at end of file
... ...
src/common/README.md 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 +VERSION: 0.18.001
  2 +
  3 +Date: 9/10/18
0 4 \ No newline at end of file
... ...
src/dashboard/README.md
1   -VERSION: 0.1.0
  1 +VERSION: 0.18.001
2 2  
3   -Date: 14/03/2018
4   -
5   -By:
  3 +Date: 9/10/18
6 4 \ No newline at end of file
... ...
src/devices/README.md 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 +VERSION: 0.18.001
  2 +
  3 +Date: 9/10/18
0 4 \ No newline at end of file
... ...
src/majordome/README.md
1   -VERSION: 0.1.0
  1 +VERSION: 0.18.001
2 2  
3   -Date: 14/03/2018
4   -
5   -By:
  3 +Date: 9/10/18
6 4 \ No newline at end of file
... ...
src/monitoring/README.md
1   -VERSION: 0.1.0
  1 +VERSION: 0.18.001
2 2  
3   -Date: 14/03/2018
4   -
5   -By:
  3 +Date: 9/10/18
6 4 \ No newline at end of file
... ...
src/observation_manager/README.md
1   -VERSION: 0.1.0
  1 +VERSION: 0.18.001
2 2  
3   -Date: 14/03/2018
4   -
5   -By:
  3 +Date: 9/10/18
6 4 \ No newline at end of file
... ...
src/routine_manager/README.md
1   -VERSION: 0.1.0
  1 +VERSION: 0.18.001
2 2  
3   -Date: 14/03/2018
4   -
5   -By:
  3 +Date: 9/10/18
6 4 \ No newline at end of file
... ...
src/scheduler/README.md
1   -VERSION: 0.1.0
  1 +VERSION: 0.18.001
2 2  
3   -Date: 14/03/2018
4   -
5   -By:
  3 +Date: 9/10/18
6 4 \ No newline at end of file
... ...
src/user_manager/README.md 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 +VERSION: 0.18.001
  2 +
  3 +Date: 9/10/18
0 4 \ No newline at end of file
... ...
src/utils/celme/README
1 1 celme
2 2 ===========
3 3  
  4 +VERSION: 0.18.001
  5 +Date: 9/10/18
  6 +
4 7 A python module for driving a robotic observatory
5 8 Web Page: none
6 9 License: GNU General Public License
... ...