Changes

Summary

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

Fixes #8.
(commit: fd12191)
The file was modified delta/graphics.py (diff)
Commit db126096ac902299c80224d3e64b41d442d60498 by Thorsten Vitt
Streamlined Corpus() parameters.

The new signature allows either a positional parameter (the interpretation of which will follow a heuristic) or an explicit subdir=, corpus= or file= keyword parameter. It also allows to pass in a BlockManager, which can happen with certain pandas operations.

Fixes a regression with the notebooks.
(commit: db12609)
The file was modified delta/corpus.py (diff)
The file was modified docs/CustomizingPipeline.ipynb (diff)
The file was modified docs/GettingStarted.ipynb (diff)
The file was modified Delta-Intro.ipynb (diff)
Commit 20f5946e2f801ad28e0770be8d3cd31ef6ac8bfb by Thorsten Vitt
fixup! import ABCs from the right place
(commit: 20f5946)
The file was modified delta/graphics.py (diff)
Commit 700ca815b3b383784ea6b496e3ac86e60fd54c3b by Thorsten Vitt
compare_pairwise: Improved defaults and docs.

Numeric columns default to |a-b| now, and we have at least basic
doctests.
(commit: 700ca81)
The file was modified delta/util.py (diff)
Commit 1bd983bdec611e14fe1ea98c3cec3e3cd3ddfc6b by Thorsten Vitt
DistanceMatrix: compare_with builds a comparison table with metadata
(commit: 1bd983b)
The file was modified delta/deltas.py (diff)
Commit 129db4587ee9a90277024008cf25640fd901a356 by Thorsten Vitt
Allow optional notebook tests.

pytest --nb-test-files will try to run all notebooks
(commit: 129db45)
The file was modified docs/GettingStarted.ipynb (diff)
The file was modified pyproject.toml (diff)
The file was modified Delta-Intro.ipynb (diff)
The file was modified docs/CustomizingPipeline.ipynb (diff)