File tree Expand file tree Collapse file tree 5 files changed +196
-29
lines changed Expand file tree Collapse file tree 5 files changed +196
-29
lines changed Original file line number Diff line number Diff line change 1
- * V1.8.7 .1
1
+ * V1.9 .1
2
2
* added ck.debug_out(i) to print dict to console
3
3
* fixed strange warnings for Python 3.5+ on Windows and Linux (when installed via pip)
4
4
* fixed repo renewing on latest Windows (when access error to Git files)
5
5
* added ck show repo to show git status of all repos
6
+ * started highly experimental support for stable repos or different branches/checkouts
7
+ (particularly useful for Artifact Evaluation to check out only stable repos)
6
8
7
9
* V1.8.7
8
10
* fixed major bug with default license/author (to avoid crashing when adding new module)
Original file line number Diff line number Diff line change 10
10
# CK kernel - we made it monolithic with a minimal set
11
11
# of common functions for performance reasons
12
12
13
- __version__ = "1.8.7 .1" # We use 3 digits for the main (released) version and 4th digit for development revision
14
- # Do not use characters (to detect oudated version)!
13
+ __version__ = "1.9 .1" # We use 3 digits for the main (released) version and 4th digit for development revision
14
+ # Do not use characters (to detect oudated version)!
15
15
16
16
# Extra modules global for the whole kernel
17
17
import sys
Original file line number Diff line number Diff line change 42
42
"renew" : {
43
43
"desc" : " renew repository (remove fully and pull again)"
44
44
},
45
+ "reset" : {
46
+ "desc" : " reset git repos (default branch)"
47
+ },
45
48
"rm" : {
46
49
"desc" : " remove repository from CK"
47
50
},
You can’t perform that action at this time.
0 commit comments