Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[python] fix multiplication with ndarray when ndarray is rhs #2159

Closed
wants to merge 10 commits into from

Commits on Jan 2, 2024

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

Commits on Jan 3, 2024

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

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    8327d8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    788caa1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1743040 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f634ad1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0fa1eec View commit details
    Browse the repository at this point in the history
  6. build: Version 22.2.0

    FelixNumworks committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1ce2436 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

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

Commits on Feb 25, 2024

  1. [python] fix multiplication with ndarray when ndarray is rhs

    instead of duplicating ndarray management for int/float (more?),
    just swap lhs and rhs (see bug numworks#2102)
    serval2412 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    bdd618d View commit details
    Browse the repository at this point in the history