- now includes all four join modes ("left", "right", "outer", "inner") - can handle data addition as numpy arrays (now including structured numpy arrays) - additional test cases
0.1.2
- Added join_type option for `add_dense_matrix()` method as well. - Some minor fixes and linting
0.1.1
- fix join modes ("left", "inner", "outer"). "right" not yet implemented - bug fixes (for join modes) - add more tests - sort joined sparse data by row