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/pyobjcryst
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2024.2.1
Choose a base ref
...
head repository: diffpy/pyobjcryst
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2025.1.0-rc.0
Choose a head ref
  • 18 commits
  • 160 files changed
  • 3 contributors

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    51c079b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. Update build script for skpkg standard

    Migrate deprecated calls on matplotlib,
        pkg_resources, pyobjcryst, distutils
    Tieqiong committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    7340565 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2025

  1. modifpy windows build

    Tieqiong committed Jul 19, 2025
    Configuration menu
    Copy the full SHA
    12d13d8 View commit details
    Browse the repository at this point in the history
  2. skpkg: update to skpkg standard.

    pcmt: simple pre-commit hook fixes
    Tieqiong committed Jul 19, 2025
    Configuration menu
    Copy the full SHA
    0aa8b8b View commit details
    Browse the repository at this point in the history
  3. fixing flake8:

    __init__:
        noqa: F401 on gTopRefinableObjRegistry
        import. Removing it will cause potential api
        breakage on downstream users. Also Exist at
        pyobjcryst.globals
    
    crystal.py:
        Add except type (AttributeError)
        at UpdateDisplay(self) to avoid E722.
    
    fourier.py:
        noqa E741 on ambigous variable
        name 'l'. (hkl)
    
    globaloptim.py:
        clarify refinableobj imports
    
    lsq.py:
        Expose LSQ from c++ extension
    
    powderpattern.py:
        Add except type (AttributeError)
        at UpdateDisplay(self) to avoid E722.
    
        Add except type (AttributeError, RuntimeError, ValueError)
        at plot() (Force immediate display) with
        warning messages "Plot refresh failed..."
    
        Add except type (AttributeError, RuntimeError)
        at _do_plot_hkl (Force immediate display). Nested
    
    utils.py:
        change lambda function to def
    Tieqiong committed Jul 19, 2025
    Configuration menu
    Copy the full SHA
    a807844 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    318e9a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7780bc3 View commit details
    Browse the repository at this point in the history
  6. pcmt on tests

    Tieqiong committed Jul 19, 2025
    Configuration menu
    Copy the full SHA
    be15d50 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2025

  1. fix pytest fixture for 3.11

    pcmt on tests
    Tieqiong committed Jul 20, 2025
    Configuration menu
    Copy the full SHA
    c19f1b7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #53 from Tieqiong/skpkg

    Skpkg: update pyobjcryst
    sbillinge authored Jul 20, 2025
    Configuration menu
    Copy the full SHA
    254e469 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. Remove nbstripout from pre-commit config

    Remove codespell check for ipynb, use nbqa
        supported codespell instead.
    
    Generate examples outputs
    Add examples data files
    
    Add attributes to iucr files in README.rst
    Modify powderpattern plot functions, now back to
        original behavior
    Tieqiong committed Jul 23, 2025
    Configuration menu
    Copy the full SHA
    9936c03 View commit details
    Browse the repository at this point in the history
  2. correct authors

    Tieqiong committed Jul 23, 2025
    Configuration menu
    Copy the full SHA
    f385c5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb8b015 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #56 from Tieqiong/ipynb

    Add ipynb outputs and data, pcmt, workflows
    sbillinge authored Jul 23, 2025
    Configuration menu
    Copy the full SHA
    1ca5b1d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. wheel setup

    Tieqiong committed Jul 28, 2025
    Configuration menu
    Copy the full SHA
    ab212ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7095b33 View commit details
    Browse the repository at this point in the history
  3. pcmt

    Tieqiong committed Jul 28, 2025
    Configuration menu
    Copy the full SHA
    9fc29ac View commit details
    Browse the repository at this point in the history
  4. Merge pull request #59 from Tieqiong/wheel

    update wheel setup
    sbillinge authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    a0b9aaa View commit details
    Browse the repository at this point in the history
Loading