a2p2 0.6.3__tar.gz → 0.6.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {a2p2-0.6.3/a2p2.egg-info → a2p2-0.6.4}/PKG-INFO +1 -1
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/ob.py +0 -1
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/version.py +7 -3
- {a2p2-0.6.3 → a2p2-0.6.4/a2p2.egg-info}/PKG-INFO +1 -1
- {a2p2-0.6.3 → a2p2-0.6.4}/LICENSE +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/MANIFEST.in +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/README.rst +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/__init__.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/__main__.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/chara/__init__.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/chara/facility.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/chara/gui.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/client.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/facility.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/gui.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/instrument.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/jmmc/__init__.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/jmmc/catalogs.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/jmmc/generated_models.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/jmmc/models.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/jmmc/services.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/jmmc/utils.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/jmmc/webservices.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/samp.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/utils.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/vlti/__init__.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/vlti/conf/GRAVITY_ditTable.json +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/vlti/conf/GRAVITY_rangeTable.json +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/vlti/conf/MATISSE_ditTable.json +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/vlti/conf/MATISSE_rangeTable.json +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/vlti/conf/PIONIER_ditTable.json +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/vlti/conf/PIONIER_rangeTable.json +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/vlti/facility.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/vlti/gravity.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/vlti/gui.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/vlti/instrument.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/vlti/matisse.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2/vlti/pionier.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2.egg-info/SOURCES.txt +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2.egg-info/dependency_links.txt +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2.egg-info/entry_points.txt +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2.egg-info/requires.txt +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/a2p2.egg-info/top_level.txt +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/setup.cfg +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/setup.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/test/test_jmmc_catalog.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/test/test_jmmc_models.py +0 -0
- {a2p2-0.6.3 → a2p2-0.6.4}/test/test_test.py +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
__version__ = "0.6.
|
1
|
+
__version__ = "0.6.4"
|
2
2
|
|
3
3
|
__release_notes__ = {
|
4
4
|
# "0.1.6": {
|
@@ -21,13 +21,13 @@ __release_notes__ = {
|
|
21
21
|
#
|
22
22
|
# ],
|
23
23
|
# },
|
24
|
-
|
24
|
+
"0.6.4": {
|
25
25
|
"STATUS": [
|
26
26
|
],
|
27
27
|
"A2P2": [
|
28
|
+
"Fix import that may break run on windows..."
|
28
29
|
],
|
29
30
|
"VLTI": [
|
30
|
-
"Always use GRAVITY acqTSF.SEQ_INS_SOBJ_HMAG after P110",
|
31
31
|
],
|
32
32
|
"CHARA": [
|
33
33
|
],
|
@@ -43,6 +43,10 @@ __release_notes__ = {
|
|
43
43
|
"Complete test suite with real p2 submission",
|
44
44
|
"Try to read OB in P2 and send them back to Aspro2 as a new obs",
|
45
45
|
],
|
46
|
+
},"0.6.3": {
|
47
|
+
"VLTI": [
|
48
|
+
"Always use GRAVITY acqTSF.SEQ_INS_SOBJ_HMAG after P110",
|
49
|
+
],
|
46
50
|
},"0.6.2": {
|
47
51
|
"STATUS": [
|
48
52
|
],
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|