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: pymc-devs/pytensor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 24d1f03
Choose a base ref
...
head repository: pymc-devs/pytensor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 96cf4ac
Choose a head ref
  • 13 commits
  • 31 files changed
  • 3 contributors

Commits on Jun 2, 2023

  1. Fix failing CI in Python 3.8 and install numba/jax on specific runs (#…

    …326)
    
    * Add failed assertion message in CI
    
    * Pin numpy upper bound in numba install
    
    numba-scipy downgrades the installed scipy to 1.7.3 in Python 3.8, but not numpy, even though scipy 1.7 requires numpy<1.23. When installing PyTensor next, pip installs a lower version of numpy via the PyPI.
    
    * Run numba and jax tests in separate jobs
    
    ---------
    
    Co-authored-by: Ben Mares <services-git-throwaway1@tensorial.com>
    ricardoV94 and maresb authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    236a3df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d7732c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba88192 View commit details
    Browse the repository at this point in the history
  4. Add default Op.__repr__

    ricardoV94 committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    ad99585 View commit details
    Browse the repository at this point in the history
  5. Improve debug_print formatting

    * Use better ASCII symbols
    * Show continuation hint for already seen nodes
    * Don't repeat entries for multiple output inner graphs
    ricardoV94 committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    547772f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97d81e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    332fb26 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9066338 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2f86f79 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e6861d7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2d62f4b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b25c45a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    96cf4ac View commit details
    Browse the repository at this point in the history
Loading