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

(Not) Exclude tests from source distribution, and drop python2 tag for wheel #202

Merged
merged 6 commits into from
Sep 20, 2024

Commits on Sep 19, 2024

  1. exclude tests from sdist

    DanielYang59 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b805c74 View commit details
    Browse the repository at this point in the history
  2. remove universal tag

    DanielYang59 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0c930f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    55bf3b4 View commit details
    Browse the repository at this point in the history
  2. Fix RDF SVG asset paths in readme (#204)

    * `element_pair_rdfs` plots radial distribution functions (RDFs) for element pairs in a structure (#203)
    
    * improve set_plotly_template auto-complete with Literal type
    
    * add element_pair_rdfs(structure) -> go.Figure in new pymatviz/rdf.py module
    
    * add tests/test_rdf.py
    
    * remove ase.Atoms conversion to avoid new pkg dep
    
    * show element_pair_rdfs examples in readme
    
    * should have used save_and_compress_svg
    
    * fix rds svg path
    
    ---------
    
    Co-authored-by: Janosh Riebesell <janosh.riebesell@gmail.com>
    DanielYang59 and janosh authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e6bba70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af87d5d View commit details
    Browse the repository at this point in the history
  4. shorten [tool.setuptools.packages.find]

    include = ["pymatviz*"]
    janosh authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ca83032 View commit details
    Browse the repository at this point in the history