Changes

Summary

  1. added alternative module location for comb (commit: 32a12ca) (details)
  2. Temporarily require pandas < 1.0 until #6 is solved (commit: d042938) (details)
  3. switched tests to pytest (commit: e12a289) (details)
  4. Added test for #6 (commit: daaffc4) (details)
  5. Fixed #6 (commit: d022f42) (details)
  6. Fixed some warnings and deprecations. (commit: 31bf8a7) (details)
Commit 32a12ca48447c5c949b4f915e9a2fc7781ffd6b0 by github
added alternative module location for comb

In newer versions, scipy's `comb` is moved from `scipy.misc` to `scipy.special`.
(commit: 32a12ca)
The file was modified delta/deltas.py (diff)
Commit d0429384363c13c1f2b12e3ae333e1e5809cbf3d by Thorsten Vitt
Temporarily require pandas < 1.0 until #6 is solved
(commit: d042938)
The file was modified setup.py (diff)
The file was modified test/deltas_test.py (diff)
The file was modified .gitignore (diff)
The file was modified requirements.txt (diff)
The file was modified setup.cfg (diff)
The file was modified test/corpus_test.py (diff)
The file was addedtest/conftest.py
The file was modified test/deltas_test.py (diff)
The file was addedtest/test_issue6.py
The file was modified test/conftest.py (diff)
The file was modified test/corpus_test.py (diff)
The file was modified setup.py (diff)
The file was modified delta/util.py (diff)
Commit 31bf8a717e18d0106e7e4b0b6932fb3404594ac0 by Thorsten Vitt
Fixed some warnings and deprecations.

This includes the warning from #6, although the underlying task of
refactoring the inheritance stuff still needs to be tackled (#7).
(commit: 31bf8a7)
The file was modified delta/corpus.py (diff)
The file was modified delta/deltas.py (diff)
The file was modified delta/cluster.py (diff)