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: stdlib-js/stdlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop@{1day}
Choose a base ref
...
head repository: stdlib-js/stdlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 6 commits
  • 20 files changed
  • 3 contributors

Commits on Sep 3, 2025

  1. fix: use correct f32 emulation

    ---
    type: pre_commit_static_analysis_report
    description: Results of running static analysis checks when committing changes.
    report:
      - task: lint_filenames
        status: passed
      - task: lint_editorconfig
        status: passed
      - task: lint_markdown
        status: na
      - task: lint_package_json
        status: na
      - task: lint_repl_help
        status: na
      - task: lint_javascript_src
        status: passed
      - task: lint_javascript_cli
        status: na
      - task: lint_javascript_examples
        status: na
      - task: lint_javascript_tests
        status: na
      - task: lint_javascript_benchmarks
        status: na
      - task: lint_python
        status: na
      - task: lint_r
        status: na
      - task: lint_c_src
        status: na
      - task: lint_c_examples
        status: na
      - task: lint_c_benchmarks
        status: na
      - task: lint_c_tests_fixtures
        status: na
      - task: lint_shell
        status: na
      - task: lint_typescript_declarations
        status: na
      - task: lint_typescript_tests
        status: na
      - task: lint_license_headers
        status: passed
    ---
    anandkaranubc committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    5a7e089 View commit details
    Browse the repository at this point in the history
  2. test: update fixtures to use Float32 inputs

    ---
    type: pre_commit_static_analysis_report
    description: Results of running static analysis checks when committing changes.
    report:
      - task: lint_filenames
        status: passed
      - task: lint_editorconfig
        status: passed
      - task: lint_markdown
        status: na
      - task: lint_package_json
        status: na
      - task: lint_repl_help
        status: na
      - task: lint_javascript_src
        status: na
      - task: lint_javascript_cli
        status: na
      - task: lint_javascript_examples
        status: na
      - task: lint_javascript_tests
        status: na
      - task: lint_javascript_benchmarks
        status: na
      - task: lint_python
        status: na
      - task: lint_r
        status: na
      - task: lint_c_src
        status: na
      - task: lint_c_examples
        status: na
      - task: lint_c_benchmarks
        status: na
      - task: lint_c_tests_fixtures
        status: na
      - task: lint_shell
        status: na
      - task: lint_typescript_declarations
        status: na
      - task: lint_typescript_tests
        status: na
      - task: lint_license_headers
        status: passed
    ---
    anandkaranubc committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    3ab83ba View commit details
    Browse the repository at this point in the history
  3. test: use ulpdiff for floating-point comparisons

    ---
    type: pre_commit_static_analysis_report
    description: Results of running static analysis checks when committing changes.
    report:
      - task: lint_filenames
        status: passed
      - task: lint_editorconfig
        status: passed
      - task: lint_markdown
        status: na
      - task: lint_package_json
        status: na
      - task: lint_repl_help
        status: na
      - task: lint_javascript_src
        status: na
      - task: lint_javascript_cli
        status: na
      - task: lint_javascript_examples
        status: na
      - task: lint_javascript_tests
        status: passed
      - task: lint_javascript_benchmarks
        status: na
      - task: lint_python
        status: na
      - task: lint_r
        status: na
      - task: lint_c_src
        status: na
      - task: lint_c_examples
        status: na
      - task: lint_c_benchmarks
        status: na
      - task: lint_c_tests_fixtures
        status: na
      - task: lint_shell
        status: na
      - task: lint_typescript_declarations
        status: na
      - task: lint_typescript_tests
        status: na
      - task: lint_license_headers
        status: passed
    ---
    anandkaranubc committed Sep 3, 2025
    1 Configuration menu
    Copy the full SHA
    fe96d97 View commit details
    Browse the repository at this point in the history
  4. fix: update fromIndex handling in `blas/ext/base/ndarray/slast-inde…

    …x-of`
    
    PR-URL: #8007
    Closes: stdlib-js/metr-issue-tracker#71
    Ref: #2656
    Reviewed-by: Athan Reines <kgryte@gmail.com>
    headlessNode authored Sep 3, 2025
    1 Configuration menu
    Copy the full SHA
    5c0304c View commit details
    Browse the repository at this point in the history
  5. fix: update fromIndex handling in `blas/ext/base/ndarray/glast-inde…

    …x-of`
    
    PR-URL: #8008
    Closes: stdlib-js/metr-issue-tracker#72
    Ref: #2656
    Reviewed-by: Athan Reines <kgryte@gmail.com>
    headlessNode authored Sep 3, 2025
    1 Configuration menu
    Copy the full SHA
    655f6d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. style: remove empty lines

    PR-URL: #8010
    Reviewed-by: Athan Reines <kgryte@gmail.com>
    stdlib-bot authored Sep 4, 2025
    1 Configuration menu
    Copy the full SHA
    c726af4 View commit details
    Browse the repository at this point in the history
Loading