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

Support arm64 architecture on macOS #532

Merged
merged 10 commits into from
Jul 9, 2024
Merged

Support arm64 architecture on macOS #532

merged 10 commits into from
Jul 9, 2024

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    3cbe578 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    417fb70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c72a56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6dc9e3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a27b559 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb5e57d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Add #532 to release notes

    Include review suggestion by @glatterf42:
    #532 (review)
    khaeru committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ad569c6 View commit details
    Browse the repository at this point in the history
  2. Simplify GAMSInfo class

    - Use tempfile.TemporaryDirectory.
    - Log warning if gams is missing.
    - Create maximum one instance.
    - Sort globals, classes, and functions in .model.gams
    khaeru committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2bfd321 View commit details
    Browse the repository at this point in the history
  3. Add macos-latest to "pytest" CI matrix

    - Use macos-13 for Python 3.8–3.9.
    - Use macos-latest for Python 3.10–3.12.
    khaeru committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b28abc9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    caaaa3d View commit details
    Browse the repository at this point in the history