Skip to content

Commit

Permalink
Add projection API (#28)
Browse files Browse the repository at this point in the history
* Add projection API

* Try to make it 3.5 compatible

* Test repr

* Use fstring in conduct

* Use OrderedDict to gurantee order under 3.5

* Sort columns in test

To avoid problem with ordering in 3.5

* Try again for 3.5

* Use Ordereddict again

* Fuck 3.5
  • Loading branch information
JarnoRFB authored Apr 2, 2019
1 parent e231343 commit dbf3c56
Show file tree
Hide file tree
Showing 14 changed files with 376 additions and 68 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sudo: required
language: python
python:
- '3.5'
- '3.6'
os:
- linux
Expand Down
Loading

0 comments on commit dbf3c56

Please sign in to comment.