Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Miguel Valdez
- Fri, 04 Dec 2015 18:46:30
Show More
0
schainpy/VERSION
schainpy/VERSION
+3
0
@@
-40,3
+40,6
VERSIONS:
40
-serializer module added to Signal Chain
40
-serializer module added to Signal Chain
41
-jroplotter.py added to Signal Chain
41
-jroplotter.py added to Signal Chain
42
42
43
2.2.0:
44
-GUI: use of external plotter
45
0
schainpy/gui/figures/branch.png
schainpy/gui/figures/branch.png
binary
modified
0
0
0
schainpy/gui/figures/close.png
schainpy/gui/figures/close.png
binary
modified
0
0
0
schainpy/gui/figures/new.png
schainpy/gui/figures/new.png
binary
modified
0
0
0
schainpy/gui/figures/open.png
schainpy/gui/figures/open.png
binary
modified
0
0
0
schainpy/gui/figures/save.png
schainpy/gui/figures/save.png
binary
modified
0
0
0
setup.py
setup.py
+2
-2
@@
-19,14
+19,14
setup(name="schainpy",
19
'schainpy.model.graphics' ,
19
'schainpy.model.graphics' ,
20
'schainpy.model.io' ,
20
'schainpy.model.io' ,
21
'schainpy.model.proc' ,
21
'schainpy.model.proc' ,
22
'schainpy.model.serializer' ,
22
'schainpy.model.utils' ,
23
'schainpy.model.utils' ,
23
'schainpy.gui' ,
24
'schainpy.gui' ,
24
'schainpy.gui.figures' ,
25
'schainpy.gui.figures' ,
25
'schainpy.gui.viewcontroller' ,
26
'schainpy.gui.viewcontroller' ,
26
'schainpy.gui.viewer' ,
27
'schainpy.gui.viewer' ,
27
'schainpy.gui.viewer.windows' },
28
'schainpy.gui.viewer.windows' },
28
py_modules = [ 'schainpy.serializer.DataTranslate' ,
29
py_modules = [ '' ],
29
'schainpy.serializer.JROSerializer' ],
30
package_data = { '' : [ 'schain.conf.template' ],
30
package_data = { '' : [ 'schain.conf.template' ],
31
'schainpy.gui.figures' : [ '*.png' , '*.jpg' ],
31
'schainpy.gui.figures' : [ '*.png' , '*.jpg' ],
32
},
32
},
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages