Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests for plotting functions and methods, other increases in test coverage #384

Merged
merged 36 commits into from Mar 30, 2020

Commits on Mar 23, 2020

  1. Bump version to 0.2.0, add release notes

    Umberto committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    877dad3 View commit details
    Browse the repository at this point in the history
  2. Add Adelie as contributor

    Umberto committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    6bc28c0 View commit details
    Browse the repository at this point in the history
  3. Add Mapper color bug

    Umberto committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    a13f5e6 View commit details
    Browse the repository at this point in the history
  4. Update ccache

    Umberto committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    fb79a4d View commit details
    Browse the repository at this point in the history
  5. Add @ammermar as a contributor in release notes

    Umberto committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    50b372a View commit details
    Browse the repository at this point in the history
  6. List all classes in images subpackage

    Umberto committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    804a161 View commit details
    Browse the repository at this point in the history
  7. Add @ammedmar as a contributor in release notes

    Umberto committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    5aa2723 View commit details
    Browse the repository at this point in the history
  8. List all classes in images subpackage

    Umberto committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    86be78f View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/master'

    Umberto committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    93747b6 View commit details
    Browse the repository at this point in the history
  10. Add new lines before bullet lists in rst

    Umberto committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    02cb3b9 View commit details
    Browse the repository at this point in the history
  11. Add forgotten line break

    Umberto committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    0da531d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    79c5d4a View commit details
    Browse the repository at this point in the history
  13. Fix broken URL in release notes

    Umberto committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    396d6b3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    97ebebb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a11e75b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    439e49b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9045d95 View commit details
    Browse the repository at this point in the history
  18. Fix duplicate link, not accepted by twine

    Umberto committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    89a5d63 View commit details
    Browse the repository at this point in the history
  19. Fix typo and remove another duplicate

    Umberto committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    57eac94 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    44d76cb View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. Configuration menu
    Copy the full SHA
    96f8caa View commit details
    Browse the repository at this point in the history
  2. Add tests for Filtering class

    Umberto committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    fc85d35 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Add tests in diagrams subpackage, linting

    - Rename test_features -> test_features_representations
    - Create parametrized dummy tests for fit_transform_plot method of transformers in representations.py
    - Improve structure and range of tests in test_preprocessing in a similar way
    - Create dummy tests of shape for BettiCurve and PersistenceLandscape
    - Linting and code style changes elsewhere
    Umberto committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    457e1a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ce028c View commit details
    Browse the repository at this point in the history
  3. Add fit_transform_plot tests in gtda.homology

    Umberto committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    0be4ada View commit details
    Browse the repository at this point in the history
  4. Fix typo in voids_on_the_plane notebook

    Umberto committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    03b5afa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0bc60e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9acbb28 View commit details
    Browse the repository at this point in the history
  7. Add test for SlidingWindow.plot

    Umberto committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    550ba59 View commit details
    Browse the repository at this point in the history
  8. Linting

    Umberto committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    62f9aa0 View commit details
    Browse the repository at this point in the history
  9. Fix flake8 issues

    Umberto committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    25f7b9b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    612f35c View commit details
    Browse the repository at this point in the history
  11. Implement @wreise's suggestions

    - Rename some test functions
    - Implement a solution to the automatic tab opening problem, based on setting the default value of plotly.io.renderers in test files
    Umberto committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    b0d66c3 View commit details
    Browse the repository at this point in the history
  12. Upload coverage report only from macOS job

    Umberto committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    8b69bb4 View commit details
    Browse the repository at this point in the history
  13. Fix typo

    Umberto committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    6e5b4fc View commit details
    Browse the repository at this point in the history
  14. Exclude test folders from coverage reports

    Umberto committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    21f38b1 View commit details
    Browse the repository at this point in the history