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

Use meson build in place of numpy distutils #12

Merged
merged 54 commits into from
Mar 13, 2024

Commits on Nov 20, 2023

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

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    c0eee6c View commit details
    Browse the repository at this point in the history
  2. change version

    jcapriot committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    a12b70c View commit details
    Browse the repository at this point in the history
  3. relax version a bit

    jcapriot committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    fd02e86 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. use examples from numpy

    jcapriot committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    c10396c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    63b8c86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    684f90e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d2de6c View commit details
    Browse the repository at this point in the history
  4. remove print outs

    jcapriot committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d558c56 View commit details
    Browse the repository at this point in the history
  5. remove setup.py file

    jcapriot committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    c430f1f View commit details
    Browse the repository at this point in the history
  6. install setuptools

    jcapriot committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    f462fde View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    368508a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. do not fail fast on tests

    jcapriot committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d635c8a View commit details
    Browse the repository at this point in the history
  2. move thread lock allocation

    jcapriot committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d45857b View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. update some meta information

    jcapriot committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4c9a9d7 View commit details
    Browse the repository at this point in the history
  2. ignore pycharm files

    jcapriot committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6d11442 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ed000d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d762962 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5fa9ade View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bdd2da7 View commit details
    Browse the repository at this point in the history
  7. make _initialized a function

    jcapriot committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e52dc86 View commit details
    Browse the repository at this point in the history
  8. just use if self.handle[i]

    jcapriot committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    8b967a6 View commit details
    Browse the repository at this point in the history
  9. use mamba

    jcapriot committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    bbcdbd5 View commit details
    Browse the repository at this point in the history
  10. cache the environment

    jcapriot committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a567a73 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. fix indices and indptr

    jcapriot committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b233eed View commit details
    Browse the repository at this point in the history
  2. stop overwriting dtype

    jcapriot committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d018d0b View commit details
    Browse the repository at this point in the history
  3. undo some types

    jcapriot committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    88f7ea8 View commit details
    Browse the repository at this point in the history
  4. more type resetting

    jcapriot committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5deb393 View commit details
    Browse the repository at this point in the history
  5. unsetting some more

    jcapriot committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9c1ac26 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0303889 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    41f85a4 View commit details
    Browse the repository at this point in the history
  8. reset some build scripts

    jcapriot committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a41b8d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ab72d25 View commit details
    Browse the repository at this point in the history
  10. ensure cleared cache

    jcapriot committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8765c59 View commit details
    Browse the repository at this point in the history
  11. retry this

    jcapriot committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9e72e6e View commit details
    Browse the repository at this point in the history
  12. dynamic initialized (again)

    jcapriot committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6906999 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6f03c16 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. don't cache

    jcapriot committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    25ac2f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    207dc8e View commit details
    Browse the repository at this point in the history
  2. enable coverage build option

    jcapriot committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    00435b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29bd20a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24498d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8e5418 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1a0be5 View commit details
    Browse the repository at this point in the history
  7. generate coverage.xml

    jcapriot committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    596ed7a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. fix command

    jcapriot committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    2aeceaf View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    cab5d60 View commit details
    Browse the repository at this point in the history
  2. update distribution script

    jcapriot committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    f492847 View commit details
    Browse the repository at this point in the history
  3. update gitignore

    jcapriot committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ed93d8e View commit details
    Browse the repository at this point in the history
  4. add a test for mkl=2024

    jcapriot committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ef07d20 View commit details
    Browse the repository at this point in the history
  5. update test name

    jcapriot committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    0fbd9b4 View commit details
    Browse the repository at this point in the history
  6. fix matrix variable name

    jcapriot committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3ba4c88 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de6d10b View commit details
    Browse the repository at this point in the history
  8. mkl-2024 is not on macos

    jcapriot committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    953be5e View commit details
    Browse the repository at this point in the history