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

fix(python): Fix parsing of shape in Array constructor and deprecate width parameter #16567

Merged
merged 7 commits into from
May 30, 2024

Commits on May 29, 2024

  1. Add deprecation message

    stinodego committed May 29, 2024
    Configuration menu
    Copy the full SHA
    375ea35 View commit details
    Browse the repository at this point in the history
  2. Update width refs in tests

    stinodego committed May 29, 2024
    Configuration menu
    Copy the full SHA
    1f35981 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e6c9cb View commit details
    Browse the repository at this point in the history
  4. Fix multidimensional case

    stinodego committed May 29, 2024
    Configuration menu
    Copy the full SHA
    260193e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce44460 View commit details
    Browse the repository at this point in the history
  6. Address typing issues

    stinodego committed May 29, 2024
    Configuration menu
    Copy the full SHA
    d8995a2 View commit details
    Browse the repository at this point in the history
  7. Improve error msg

    stinodego committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4117a52 View commit details
    Browse the repository at this point in the history