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: sdpython/onnx-array-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 492b6d4
Choose a base ref
...
head repository: sdpython/onnx-array-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 96eb50e
Choose a head ref
  • 18 commits
  • 75 files changed
  • 1 contributor

Commits on Mar 26, 2024

  1. Better support for ir_version (#82)

    * fixes for ir_version
    
    * fix ut
    
    * fix ut
    xadupre authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    a54de21 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. First draft to export to GraphBuilder (#83)

    * export to builder
    
    * doc
    
    * fix unit test
    
    * fix order
    
    * fix initializer
    
    * fix ut
    
    * fix opset
    xadupre authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    53506d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Better comments (#84)

    * better comments
    
    * status
    xadupre authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    bf98384 View commit details
    Browse the repository at this point in the history
  2. example (#85)

    xadupre authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    381d829 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Add command line to replace constants in a model (#87)

    * example
    
    * Add command line to replace constant
    
    * doc
    
    * ut
    
    * doc
    xadupre authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    01e0fac View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Use ruff check (#88)

    xadupre authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    6076c1c View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Lint (#89)

    * example
    
    * lint
    
    * exc
    
    * array
    "
    
    * fix
    
    * fix missing dependency
    
    * yml
    
    * disable some tests
    xadupre authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    eee76cc View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Fix documentation (#90)

    xadupre authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d83ff4e View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Improves onnx_simple_text_plot (#91)

    * Improves onnx_simple_text_plot
    
    * add doc_string
    
    * improve display
    
    * add complex
    
    * add missing line
    
    * complex
    
    * complex
    
    * fix unwanted code
    xadupre authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e002bf4 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. Avoid recursion error in profiling (#92)

    * Avoid recursion error in profiling
    
    * disable two tests
    
    * disable tests
    xadupre authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    07c3683 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. Export evaluator type in compare_onnx_execution (#93)

    * Export evaluator type in compare_onnx_execution
    
    * doc
    
    * doc
    xadupre authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    eb106e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. Upgrade version (#94)

    * Upgrade version
    
    * upgrade version
    
    * disable
    
    * fix import
    
    * disable more
    
    * remove mac ci
    
    * remove numpy.array_api
    
    * remove
    
    * one day maybe
    
    * fix urls
    xadupre authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    689cc6f View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Improves translation to GraphBuilder (#95)

    * Improves translation to GraphBuilder
    
    * ch
    
    * fix issue
    
    * ir
    
    * urls
    
    * check
    xadupre authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    664e084 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2025

  1. Supports for local functions in translator (#96)

    * fix suffix
    
    * one fix
    
    * fix
    
    * fix ut
    
    * fix ir_version
    
    * doc
    xadupre authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    3de3c5d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. increase precision in model comparison (#97)

    * increase precision
    
    * cache
    
    * switch to :g
    xadupre authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    a868dd3 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2025

  1. Replaces long initiliazer by rando values (#98)

    * Replaces long initiliazer by rando values
    
    * fix display
    
    * fix issues
    xadupre authored Mar 9, 2025
    Configuration menu
    Copy the full SHA
    a8b45f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2025

  1. fix parser options (#99)

    xadupre authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    aab85ff View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. Update requirements (#100)

    * fix dependencies
    
    * fix version
    
    * 312
    
    * 312
    
    * ffix req
    
    * fix install
    
    * no iso
    xadupre authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    96eb50e View commit details
    Browse the repository at this point in the history
Loading