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

Move StaticArrays support to extension #265

Merged
merged 9 commits into from
Dec 6, 2023
Merged

Commits on Oct 14, 2023

  1. Use weakdeps on Julia v1.9

    Update Project.toml
    oschulz authored and N5N3 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    c81c308 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    7171bab View commit details
    Browse the repository at this point in the history
  2. fix doctest

    N5N3 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    b0d509b View commit details
    Browse the repository at this point in the history
  3. move Adapt to ext

    And use curried adapter to avoid possible instability
    N5N3 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    58a54f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    bc629da View commit details
    Browse the repository at this point in the history
  2. Adopt code style suggestion.

    N5N3 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    0542152 View commit details
    Browse the repository at this point in the history
  3. restrict Adapt compat

    N5N3 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    02257b9 View commit details
    Browse the repository at this point in the history
  4. Add empty bc test.

    N5N3 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    b4de96b View commit details
    Browse the repository at this point in the history
  5. define __broadcast ourselves

    N5N3 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    60a8c8c View commit details
    Browse the repository at this point in the history