Skip to content

Commit c6dad9a

Browse files
committed
release: v0.9.0
1 parent 1b92f68 commit c6dad9a

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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
1724
update 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()`

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import sys
1313
import pypandoc
1414

15-
VERSION = '0.8.0'
15+
VERSION = '0.9.0'
1616

1717
#converts markdown to reStructured
1818
long_description = pypandoc.convert('CHANGELOG.md', 'rst', format='markdown')

0 commit comments

Comments
 (0)