Commit 6dc593da7de4c628e59221b05af8735cb98f2a61
1 parent
f305b2ee
Exists in
dev
updated README (format .md)
Showing
1 changed file
with
24 additions
and
12 deletions
Show diff stats
README.md
... | ... | @@ -115,7 +115,9 @@ Full list of commits: https://gitlab.irap.omp.eu/epallier/pyros/commits/master |
115 | 115 | |
116 | 116 | (The new official changes history is here : https://tinyurl.com/pyros-dev#heading=h.2r55bflctpt5) |
117 | 117 | |
118 | + | |
118 | 119 | **12/06-17/06/2019 : v0.30.3-9 (EP)** |
120 | + | |
119 | 121 | - Restructuration du projet - phase 1 : /src/ => /pyros_django/ |
120 | 122 | - Restructuration du projet - phase 2 : /pyros_django/ => /src/core/pyros_django/ |
121 | 123 | - Restructuration du projet - phase 3 : /devices_channel/ => /src/devices_controller/ |
... | ... | @@ -132,15 +134,20 @@ Full list of commits: https://gitlab.irap.omp.eu/epallier/pyros/commits/master |
132 | 134 | - rename server/ => device_simulator_common/ |
133 | 135 | - Deplacement de tous les devices concrets dans leurs dossiers respectifs (Gemini, AK, ...) |
134 | 136 | |
137 | + | |
135 | 138 | **11/06/2019 : v0.30.2 (EP)** |
139 | + | |
136 | 140 | - Ajouté options "test" et "testall" dans pyros.py pour exécution des (anciens) tests unitaires |
137 | 141 | - Restructuring : private/ => venv/ |
138 | 142 | |
143 | + | |
139 | 144 | **26/04/19 : Version 0.20.42 (EP)** |
140 | -- plantUML diagrams créés récursivement dans les dossiers doc/ | |
145 | + | |
146 | + - plantUML diagrams créés récursivement dans les dossiers doc/ | |
147 | + | |
141 | 148 | |
142 | 149 | **Fin mars 19 : Version 0.20.40 ? (EP)** |
143 | -- Historique des nouveautés implémentées : | |
150 | + | |
144 | 151 | - AgentDeviceTelescopeStatus : 1 seule ligne mise à jour dans la table |
145 | 152 | - AgentDevice + AgentDeviceTelescopeStatus + AgentTelescopeRequester : |
146 | 153 | - AgentDevice met à jour la table AgentDeviceTelescopeStatus |
... | ... | @@ -171,19 +178,24 @@ Full list of commits: https://gitlab.irap.omp.eu/epallier/pyros/commits/master |
171 | 178 | - GROSSE OPTIMISATION : plus besoin du script intermédiaire "start_agent.py" !!! |
172 | 179 | ==> pyros.py lance directement "cd src/agent/ ; python AgentX.py" |
173 | 180 | |
181 | + | |
174 | 182 | **17/01/19 : Version 20190117.0.000.0 (EP)** |
175 | -- NO MORE CELERY (removed from everywhere) | |
183 | + | |
184 | + - NO MORE CELERY (removed from everywhere) | |
185 | + | |
176 | 186 | |
177 | 187 | **10/10/18 : Version 2018.0.011 (E. Pallier)** |
178 | -- NEW versionning plan : YYYYMMDD.M.mmm.b | |
179 | - - YYYYMMDD = Day (UTC) | |
180 | - - M = Major version number | |
181 | - - mmm = Minor version number | |
182 | - - b = Bugfix number | |
183 | -- Global Version number is now in src/__init__.py (idem for each pyros application) | |
184 | -- new devices_channel/ folder containing the new DeviceControllerAbstract and ClientChannelAbstract classes (independant from pyros for the moment, but will soon be integrated) | |
185 | -- new src/utils/celme (celestial mecanics) library from Alain Klotz (more and more used inside pyros) | |
186 | -- better README.md formatted file | |
188 | + | |
189 | + - NEW versionning plan : YYYYMMDD.M.mmm.b | |
190 | + - YYYYMMDD = Day (UTC) | |
191 | + - M = Major version number | |
192 | + - mmm = Minor version number | |
193 | + - b = Bugfix number | |
194 | + - Global Version number is now in src/__init__.py (idem for each pyros application) | |
195 | + - new devices_channel/ folder containing the new DeviceControllerAbstract and ClientChannelAbstract classes (independant from pyros for the moment, but will soon be integrated) | |
196 | + - new src/utils/celme (celestial mecanics) library from Alain Klotz (more and more used inside pyros) | |
197 | + - better README.md formatted file | |
198 | + | |
187 | 199 | |
188 | 200 | **14/05/18 : Version 2018.0.001 (Q. Durand)** |
189 | 201 | - Update all dependencies, update to django 2 and work in progress on the dashboard | ... | ... |