Changes

#32 (Oct 1, 2021, 4:43:41 PM)

  1. Experimental support for sparse dataframes (commit: 07a7612) — Thorsten Vitt / githubweb
  2. Use a slightly optimized simpler FeatureGenerator per default. (commit: d6494e8) — Thorsten Vitt / githubweb
  3. Make FeatureGenerator a dataclass to avoid redundant __init__. (commit: d2d73dc) — Thorsten Vitt / githubweb
  4. Fixed issue in TableDocumentDescriber (commit: 8d71481) — Thorsten Vitt / githubweb
  5. fix(corpus): parallel parsing (commit: 3a23d14) — Thorsten Vitt / githubweb
  6. fix(corpus): register corpus attributes. (commit: 35b0614) — Thorsten Vitt / githubweb

#31 (Jun 28, 2021, 5:36:52 PM)

  1. Allow corpus to be sorted by default (commit: 65857ef) — Thorsten Vitt / githubweb
  2. Make package useable when it is not installed (commit: 9a96282) — Thorsten Vitt / githubweb
  3. Tests for the compare-with stuff. (commit: 46d8a92) — Thorsten Vitt / githubweb
  4. DistanceMatrix: Streamlined value stacking (commit: 21fe68a) — Thorsten Vitt / githubweb
  5. Updated version no (commit: 3eed8fc) — Thorsten Vitt / githubweb

#28 (Jun 27, 2021, 1:11:47 PM)

  1. updated documentation (commit: 5449670) — Thorsten Vitt / githubweb
  2. Single-source project version (commit: cdde7d8) — Thorsten Vitt / githubweb
  3. Compatibility w/Python 3.7. (commit: 01d6c5d) — Thorsten Vitt / githubweb

#27 (Jun 20, 2021, 12:27:17 PM)

  1. Submit poetry.lock for reproducable build (commit: 4cdc7e3) — Thorsten Vitt / githubweb

#26 (Jun 20, 2021, 12:21:57 PM)

  1. Pytest: Generate coverage report (commit: 70953b4) — Thorsten Vitt / githubweb
  2. spikeplot: Allow all previous parameter forms. (commit: fd12191) — Thorsten Vitt / githubweb
  3. Streamlined Corpus() parameters. (commit: db12609) — Thorsten Vitt / githubweb
  4. Updated the notebooks (commit: c6db753) — Thorsten Vitt / githubweb
  5. fixup! import ABCs from the right place (commit: 20f5946) — Thorsten Vitt / githubweb
  6. compare_pairwise: Improved defaults and docs. (commit: 700ca81) — Thorsten Vitt / githubweb
  7. DistanceMatrix: compare_with builds a comparison table with metadata (commit: 1bd983b) — Thorsten Vitt / githubweb
  8. Allow optional notebook tests. (commit: 129db45) — Thorsten Vitt / githubweb

#23 (Jun 15, 2021, 7:42:17 PM)

  1. Select the lower left triangle to convert DistanceMatrices to long form. (commit: 0ee6678) — Thorsten Vitt / githubweb
  2. Fast pairwise comparison function for dataframes. (commit: 6393947) — Thorsten Vitt / githubweb
  3. Use KMediods implementation from scikit-learn-extras. (commit: ab729f2) — Thorsten Vitt / githubweb
  4. Make sure DistanceMatrix.delta_values does not use the wrong triangle (commit: f96ae1d) — Thorsten Vitt / githubweb
  5. Avoid deprecated .ix. (commit: 0ad8d95) — Thorsten Vitt / githubweb
  6. Switched build system to poetry. (commit: e9c57fc) — Thorsten Vitt / githubweb
  7. fixup! Switched build system to poetry. (commit: 79ed04a) — Thorsten Vitt / githubweb
  8. import ABCs from the right place (commit: 3bc4a3e) — Thorsten Vitt / githubweb
  9. fixed __all__ (commit: 66d7fdc) — Thorsten Vitt / githubweb

#19 (Jun 13, 2021, 6:30:47 PM)

  1. Allow to call Corpus with FeatureGenerator args. (commit: e9da8ce) — Thorsten Vitt / githubweb
  2. Allow parallel parsing of corpus files (commit: 1a6856e) — Thorsten Vitt / githubweb

#15 (Oct 12, 2020, 4:34:59 PM)

  1. added pytest-cov to dev dependencies (commit: 4f21ac5) — Thorsten Vitt / githubweb

#11 (Oct 10, 2020, 6:04:27 PM)

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

#10 (Jan 25, 2018, 2:32:01 PM)

  1. The KMedoids warning doesn't need exception info (commit: f073313) — Thorsten Vitt / githubweb

#9 (Sep 30, 2017, 7:24:19 PM)

  1. Glitch (commit: 422a855) — Thorsten Vitt / githubweb
  2. Deactivate non-working KMedoids branch (commit: 1a34d67) — Thorsten Vitt / githubweb
  3. Test for composite delta using sklearn distance function (commit: f9e12b0) — Thorsten Vitt / githubweb

#8 (Sep 26, 2017, 1:01:20 PM)

  1. More stuff to ignore (commit: 45bad56) — Thorsten Vitt / githubweb
  2. Forced symmeteric distances are now really symmetric (commit: e80f0cb) — andreas.buettner / githubweb
  3. Revert and ignore changes to Delta-Intro.ipynb (commit: d5a6660) — andreas.buettner / githubweb

#7 (Jun 6, 2017, 11:02:21 AM)

  1. Fixed regression in DistanceMatrix.partition() (commit: 917ca95) — Thorsten Vitt / githubweb

#6 (Apr 19, 2017, 8:32:36 PM)

  1. Improved listing deltas and normalizations (commit: 5d23807) — Thorsten Vitt / githubweb
  2. Getting Started: Different Deltas and Normalizations (commit: bbb88d4) — Thorsten Vitt / githubweb
  3. Customizing the pipeline (commit: 0081809) — Thorsten Vitt / githubweb
  4. Use scikit-learn's pairwise distances (commit: 324a47e) — Thorsten Vitt / githubweb
  5. Allow clustering methods that need access to the data (commit: 0182466) — Thorsten Vitt / githubweb
  6. Moved customizing deltas to customizing notebook (commit: 20f3900) — Thorsten Vitt / githubweb

#5 (Apr 11, 2017, 5:33:27 PM)

  1. Updated docs (commit: 357ccfc) — Thorsten Vitt / githubweb

#4 (Apr 11, 2017, 5:09:12 PM)

  1. ipykernel is required to run the notebook build (commit: ab56758) — Thorsten Vitt / githubweb

#2 (Sep 1, 2016, 9:30:43 AM)

  1. Improved build setup (commit: 9990d6d) — Thorsten Vitt / githubweb