You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* first attempt at meson building
* include mkl-devel in build requirements
* change version
* relax version a bit
* use examples from numpy
* update github workflow, reenable thread locks
* update meson build file for mkl linkage parameters
* remove print outs
* remove setup.py file
* install setuptools
* add option to force sdl usage
* do not fail fast on tests
* move thread lock allocation
* update some meta information
* ignore pycharm files
* be a bit more accurate about the argument types
* Be a little safer about free the lock
* split __dealloc__ into a dealloc and a __del__ method for safety
* determine initialization status dynamically
* make _initialized a function
* just use if self.handle[i]
* use mamba
* cache the environment
* fix indices and indptr
* stop overwriting dtype
* undo some types
* more type resetting
* unsetting some more
* make call type a little more accurate
* switch back to conda (with defaults)
* reset some build scripts
* switch back to mamba, but don't use mkl 2024
* ensure cleared cache
* retry this
* dynamic initialized (again)
* be explicit about initializing handle and iparm
* don't cache
* generate c sources in tree for cython coverage
* enable coverage build option
* have meson conditionally generate c file in source directory when doing coverage.
* add coverage configuration to pyproject.toml
* remove all pytest-cov related options to pytest
* fix coverage determination, split long lines
* generate coverage.xml
* fix command
* add comments to meson build file
* update distribution script
* update gitignore
* add a test for mkl=2024
* update test name
* fix matrix variable name
* add test for windows and mac on mkl 2024
* mkl-2024 is not on macos
0 commit comments