We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d423f commit 8d4465aCopy full SHA for 8d4465a
.github/workflows/conda.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
os: [ubuntu-latest]
15
- python-version: ["3.9"]
+ python-version: ["3.12"]
16
17
steps:
18
- uses: actions/checkout@v4
src/sparse_ir/__init__.py
@@ -12,7 +12,7 @@
"""
__copyright__ = "2020-2025 Markus Wallerberger, Hiroshi Shinaoka, and others"
__license__ = "MIT"
-__version__ = "1.1.3"
+__version__ = "1.1.4"
from .kernel import RegularizedBoseKernel, LogisticKernel
from .sve import compute as compute_sve, SVEResult
0 commit comments