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: AlainForum/dirichlet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ericsuh/dirichlet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 16 files changed
  • 4 contributors

Commits on Mar 15, 2020

  1. Adding a .gitignore file

    ericsuh committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    1e5c9a0 View commit details
    Browse the repository at this point in the history
  2. Adding Python 3.6 version with dependencies separate from Python 2.7,…

    … along with tox.ini file
    ericsuh committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    e6a0d00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57506a5 View commit details
    Browse the repository at this point in the history
  4. Hack to fix build order for py27-oldest tox testenv

    The py27-oldest has a specific build order needed (numpy must be built
    and installed before matplotlib), so moved the dependencies out of tox.ini
    to a requirements file. This relies on the behavior of pip building
    dependencies in the order they will be installed, which I'm not sure is
    guaranteed.
    
    I also added py27-oldest-prebuild.sh, which is needed for build and
    runtime dependencies on Ubuntu 18.
    
    Finally, added some documentation about when the _piecewise()
    replacement for numpy.piecewise() is necessary.
    ericsuh committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    3458eec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4effac5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68d95f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c69481b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5ea91aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ed6c0bf View commit details
    Browse the repository at this point in the history
  10. Fix undefined variables

    ericsuh committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    d18cb03 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c30ae98 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8e832cc View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Bump black from 19.10b0 to 24.3.0

    Bumps [black](https://github.com/psf/black) from 19.10b0 to 24.3.0.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](https://github.com/psf/black/commits/24.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ffdd50e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

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

Commits on Jul 22, 2025

  1. Create claude.yml

    ericsuh authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    82a78dc View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2025

  1. Migrate tooling to uv/ruff

    ericsuh committed Aug 9, 2025
    Configuration menu
    Copy the full SHA
    03e1ee9 View commit details
    Browse the repository at this point in the history
  2. Bump to v0.10.0

    ericsuh committed Aug 9, 2025
    Configuration menu
    Copy the full SHA
    e297628 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de24238 View commit details
    Browse the repository at this point in the history
  4. Update documentation

    ericsuh committed Aug 9, 2025
    Configuration menu
    Copy the full SHA
    53b1763 View commit details
    Browse the repository at this point in the history
  5. Bump to v1.0.0

    ericsuh committed Aug 9, 2025
    Configuration menu
    Copy the full SHA
    acc368e View commit details
    Browse the repository at this point in the history
Loading