File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 77 Changelog
88=========
99
10- X.X.X - 2021-XX-XX
10+ 1.5.0 - 2021-07-15
1111------------------
1212
1313**New features: **
@@ -18,6 +18,8 @@ X.X.X - 2021-XX-XX
1818**Other: **
1919
2020* Methods of :class: `~quantcore.glm._link.Link ` now consistently return NumPy arrays, whereas they used to preserve pandas series in special cases.
21+ * Don't list ``sparse_dot_mkl `` as a runtime requirement from the conda recipe.
22+ * The minimal ``numpy `` pin should be dependent on the ``numpy `` version in ``host `` and not fixed to ``1.16 ``.
2123
2224
23251.4.3 - 2021-06-25
Original file line number Diff line number Diff line change @@ -40,11 +40,10 @@ requirements:
4040 - python
4141 - joblib
4242 - numexpr
43- - {{ pin_compatible('numpy', lower_bound='1.16' ) }}
43+ - {{ pin_compatible('numpy') }}
4444 - pandas
4545 - scikit-learn >=0.23
4646 - scipy
47- - sparse_dot_mkl >=0.4.0
4847 - quantcore.matrix >=1.0.0
4948
5049test :
You can’t perform that action at this time.
0 commit comments