File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,13 @@ to generate a valid token and use our APIs.
1212
1313## Changelog
1414
15+ ### 12/16/15 - v0.9.0
16+ - Adding data should now be done via the new ` iobeam.createDataStore(columns) ` method,
17+ which allows you to track multiple streams of data in one object.
18+ - Internally, old methods involving ` DataPoint ` s and ` DataSerie ` s have been converted
19+ to use ` DataStore ` s.
20+ - Additional documentation provided [ here] ( docs/DataGuide.md ) .
21+
1522### 12/02/15 - v0.8.0
1623- Automatic refresh of project tokens when they are expired. It is recommended that you
1724update as soon as possible to avoid breakage.
@@ -27,7 +34,7 @@ has been fixed
2734- utils: Adds a check for whether this is python2 or 3
2835- New Error for duplicate ids
2936- New ` registerOrSetId() ` added to ` iobeam.ClientBuilder ` to allow you to register a name, or
30- if it already exists, set the client to use that id.
37+ if it already exists, set the client to use that id.
3138
3239### 10/05/15 - v0.5.2
3340- Fix missing return for ` iobeam.makeQuery() `
Original file line number Diff line number Diff line change 1212import sys
1313import pypandoc
1414
15- VERSION = '0.8 .0'
15+ VERSION = '0.9 .0'
1616
1717#converts markdown to reStructured
1818long_description = pypandoc .convert ('CHANGELOG.md' , 'rst' , format = 'markdown' )
You can’t perform that action at this time.
0 commit comments