Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: diffpy/diffpy.srmise
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.6.0
Choose a base ref
...
head repository: diffpy/diffpy.srmise
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 13 commits
  • 57 files changed
  • 4 contributors

Commits on Oct 3, 2024

  1. Fix CI (#130)

    bobleesj authored Oct 3, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    6eeff5f View commit details

Commits on Oct 5, 2024

  1. Use git version >= 2.0 in pyproject.toml (#131)

    * Add git version > 2.0
    
    * Add news for git version
    bobleesj authored Oct 5, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    42f3ae5 View commit details

Commits on Oct 6, 2024

  1. Fix citation format for conda-forge recipe windows build (#132)

    * Use cookiecutter and fix citation
    
    * Fix citation to diffpy.structure format
    bobleesj authored Oct 6, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a44e837 View commit details

Commits on Oct 23, 2024

  1. Recut - update REAMDE, remove unnecessary files, use GitHub release w…

    …orkflow (#133)
    
    * Remove devutils and .gitattributes
    
    * Add MANIFEST
    
    * Add pyproject.toml
    
    * Remove example_package.rst
    
    * Add end of line
    
    * Use latest make.bat
    
    * Add space in api doc
    
    * Add installation section in index.rst
    
    * Update REAMDE
    
    * Set dev stage to alpha
    
    * [pre-commit.ci] auto fixes from pre-commit hooks
    
    * Add news for recut
    
    * Add luke to author
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    bobleesj and pre-commit-ci[bot] authored Oct 23, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2f8ef79 View commit details
  2. Fix bugs to run tutorial CLI, update python, matplotlib API (#137)

    * Add entry point to srmise app
    
    * Create entry-point-.rst
    
    * Fix abbreviation for image 1
    
    * Evaluate method only after option is true
    
    * Fix matplotlib depreciate for inv_transform
    
    * Remove unnecessary check for lenght
    
    * Read .gr file, convert to utf-8:
    
    * Add fix api bug news
    
    * Apply pre-commit
    
    * Remove print func
    
    * Properly compare parameters, using a list
    bobleesj authored Oct 23, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c053ab7 View commit details
  3. Add entry point to srmise app to run CLI in pyproject.toml (#135)

    * Add entry point to srmise app
    
    * Create entry-point-.rst
    bobleesj authored Oct 23, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    11d799e View commit details
  4. Add module name to __init__.py files to allow building without Wheel …

    …contains duplicate files error (#139)
    
    * Add content to __init__ files
    
    * [pre-commit.ci] auto fixes from pre-commit hooks
    
    * baselines->applications in init
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Simon Billinge <sbillinge@users.noreply.github.com>
    3 people authored Oct 23, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d7d51e5 View commit details
  5. update changelog

    sbillinge authored and github-actions[bot] committed Oct 23, 2024
    Copy the full SHA
    cef3b56 View commit details

Commits on Oct 24, 2024

  1. Support Python 3.13, drop 3.10 (#143)

    * Modify pyproject.toml to support 3.13, drop 3.10
    
    * Add requires-python = ">=3.11, <=3.13" in pyprojet.toml
    
    * Add requires-python = ">=3.11, <=3.13" to news
    
    * Add >=3.11, <3.14 in news
    
    * Update pyproject.toml with >=3.11, <3.14
    
    * Standardize news file
    bobleesj authored Oct 24, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c60c04a View commit details

Commits on Oct 25, 2024

  1. update changelog

    sbillinge authored and github-actions[bot] committed Oct 25, 2024
    Copy the full SHA
    35ef9e8 View commit details

Commits on Oct 29, 2024

  1. Implement automatic spell check via Codespell and fix typos (#149)

    * Apply spelling fix and configure codespell
    
    * Add news
    
    * [pre-commit.ci] auto fixes from pre-commit hooks
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    bobleesj and pre-commit-ci[bot] authored Oct 29, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a714b98 View commit details

Commits on Nov 8, 2024

  1. modify codecov.yml, remove .coveragerc, add news (#152)

    bobleesj authored Nov 8, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    3a5db70 View commit details

Commits on Nov 10, 2024

  1. Add conda-forge release checklist to GitHub Issue template (#153)

    bobleesj authored Nov 10, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    3fec1f8 View commit details
Loading