Browse code

update pre-commit filter versions

Bas Nijholt authored on 07/08/2020 13:31:33
Showing 1 changed files
... ...
@@ -14,7 +14,7 @@
14 14
         "holoviews": ["1.9.1"],
15 15
         "scipy": ["0.19.1"],
16 16
         "ipyparallel": ["6.0.2"],
17
-        "sortedcontainers": ["1.5.7"],
17
+        "sortedcontainers": ["1.5.7"]
18 18
     },
19 19
     "benchmark_dir": "benchmarks",
20 20
     "env_dir": "env",
Browse code

change urls from GitLab to GitHub

Bas Nijholt authored on 21/01/2019 14:56:03
Showing 1 changed files
... ...
@@ -1,12 +1,12 @@
1 1
 {
2 2
     "version": 1,
3 3
     "project": "adaptive",
4
-    "project_url": "https://gitlab.kwant-project.org/qt/adaptive",
4
+    "project_url": "https://github.com/python-adaptive/adaptive",
5 5
     "repo": "..",
6 6
     "dvcs": "git",
7 7
     "environment_type": "conda",
8 8
     "install_timeout": 600,
9
-    "show_commit_url": "https://gitlab.kwant-project.org/qt/adaptive/commit/",
9
+    "show_commit_url": "https://github.com/python-adaptive/adaptive/commits/",
10 10
     "pythons": ["3.6"],
11 11
     "conda_channels": ["conda-forge"],
12 12
     "matrix": {
Browse code

add asv

Bas Nijholt authored on 14/11/2017 16:14:21
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,25 @@
1
+{
2
+    "version": 1,
3
+    "project": "adaptive",
4
+    "project_url": "https://gitlab.kwant-project.org/qt/adaptive",
5
+    "repo": "..",
6
+    "dvcs": "git",
7
+    "environment_type": "conda",
8
+    "install_timeout": 600,
9
+    "show_commit_url": "https://gitlab.kwant-project.org/qt/adaptive/commit/",
10
+    "pythons": ["3.6"],
11
+    "conda_channels": ["conda-forge"],
12
+    "matrix": {
13
+        "numpy": ["1.13"],
14
+        "holoviews": ["1.9.1"],
15
+        "scipy": ["0.19.1"],
16
+        "ipyparallel": ["6.0.2"],
17
+        "sortedcontainers": ["1.5.7"],
18
+    },
19
+    "benchmark_dir": "benchmarks",
20
+    "env_dir": "env",
21
+    "results_dir": "results",
22
+    "html_dir": "html",
23
+    "hash_length": 8,
24
+    "wheel_cache_size": 2
25
+}