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: MicroPythonNexus/micropython-ulab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: v923z/micropython-ulab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 31 files changed
  • 1 contributor

Commits on Aug 4, 2025

  1. add modulo operator (v923z#733)

    * add modulo operator
    
    * fix modulo loops
    
    * add in-place modulo operator
    
    * update readme
    v923z authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    a0999ab View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. Modulo (v923z#734)

    * add modulo operator
    
    * fix module loops
    
    * add in-place modulo operator
    
    * update readme
    
    * add test files, update documentation
    v923z authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    068da5f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Bincount (v923z#738)

    * working skeletoon of bincount
    
    * integer arrays can be binned
    
    * add keyword handling
    
    * add tests, fix small glitches in code
    
    * add documentation
    
    * correct changelog
    v923z authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    11eefea View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. implement axes keyword argument in transpose (v923z#735)

    * implement axis keyword of transpose
    
    * fix keyword typo
    
    * add 2D transpose tests
    
    * update documentation
    
    * clean up expected values of test scripts
    
    * update missed test script
    v923z authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    a8b25ef View commit details
    Browse the repository at this point in the history
Loading