Skip to content

Commit

Permalink
bump version number, add unit test documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
afiedler committed Oct 30, 2014
1 parent c1b80c3 commit f6f1fcf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -52,6 +52,13 @@ read_end_dt = datetime(2014,1,4,14,30)
rows = ts.read_range(read_start_dt,read_end_dt)
```

## Running unit tests

You can run the unit test suite from the command line at the root of the repository:

`python setup.py test`


## Preliminary benchmarks

The main goal of TsTables is to make it very fast to read subsets of data, given a date range. TsTables currently
Expand Down
2 changes: 1 addition & 1 deletion src/tstables/_version.py
Expand Up @@ -2,4 +2,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
__version__ = '0.0.13'
__version__ = '0.0.14'

0 comments on commit f6f1fcf

Please sign in to comment.