Skip to content

Commit b665280

Browse files
committed
Assigning new version
1 parent c43c1f2 commit b665280

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

Diff for: CHANGES.txt

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
v0.1.140810, 2014-11-05 -- starting point
2-
v1.0.1214.beta, 2014-12-14 -- stable pre-release for collaborators
1+
# v0.1.140810, 2014-11-05 -- starting point
2+
3+
# v1.0.1214.beta, 2014-12-14 -- stable pre-release for collaborators
4+
5+
# V1.1.0201, 2014-02-01 -- stable pre-release for collaborators
6+
7+
* Adding many user-friendly functions
8+
* Ading basic CK web browser. See demo: http://cknowledge.org/repo
9+
* Small bug fixes

Diff for: README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ light-weight, plugin-based and technology neutral framework and
55
repository for low-level knowledge management and exchange.
66

77
It is intended to help users organize, describe, preserve,
8-
cross-link, find, share (or P2P exchange), cite and reuse any
8+
cross-link, find, share, exchange, cite and reuse any
99
code and data on their devices, in workgroups or in a cloud.
1010

11-
CK lets users gradually organize their files (code and data)
11+
CK helps users gradually organize their files (code and data)
1212
locally into cross-linked entries with DOI-style UIDs, simple and
1313
unified API (through CK modules written in Python), and
1414
JSON-based, schema-free and extensible meta-description, thus
@@ -43,6 +43,9 @@ auto-tuning and co-design combined with machine learning
4343
* collaborative and reproducible R&D in computer engineering
4444
(http://c-mind.org/reproducibility)
4545

46+
Live demo of the Collective Knowledge browser:
47+
* http://cknowledge.org/repo
48+
4649
Further information (documentation, user scenarios
4750
and developer guide):
4851
* https://github.com/ctuning/ck/wiki

Diff for: ck/kernel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"default_developer_email":"[email protected]",
4040
"default_developer_webpage":"http://cTuning.org",
4141

42-
"version":["1", "0", "1215", "beta"],
42+
"version":["1", "1", "0201"],
4343
"error":"CK error: ",
4444
"json_sep":"*** ### --- CK JSON SEPARATOR --- ### ***",
4545
"default_module":"data",

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='ck',
12-
version='1.0.1215.beta',
12+
version='1.1.0201',
1313
url='https://github.com/ctuning/ck',
1414
license='BSD 3-clause',
1515
author='Grigori Fursin and the cTuning foundation',

0 commit comments

Comments
 (0)