-
Notifications
You must be signed in to change notification settings - Fork 34
/
CHANGE_LOG
81 lines (56 loc) · 2.22 KB
/
CHANGE_LOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Version 0.4
-----------
Pull-Requests:
* PR `#62 <https://github.com/numba/numba-scipy/pull/62>`_: open changelog for 0.4 (`esc <https://github.com/esc>`_)
* PR `#86 <https://github.com/numba/numba-scipy/pull/86>`_: fix the label for uploading tags (`esc <https://github.com/esc>`_)
* PR `#87 <https://github.com/numba/numba-scipy/pull/87>`_: documentation and CI changes for moving from master to main (`esc <https://github.com/esc>`_)
* PR `#90 <https://github.com/numba/numba-scipy/pull/90>`_: Bump scipy version to <1.11.0 (`je-cook <https://github.com/je-cook>`_ `esc <https://github.com/esc>`_)
* PR `#92 <https://github.com/numba/numba-scipy/pull/92>`_: Add basic CSC and CSR sparse matrix support (`brandonwillard <https://github.com/brandonwillard>`_ `esc <https://github.com/esc>`_)
* PR `#102 <https://github.com/numba/numba-scipy/pull/102>`_: Update versioneer to 3.12 (`esc <https://github.com/esc>`_)
Authors:
* `brandonwillard <https://github.com/brandonwillard>`_
* `esc <https://github.com/esc>`_
* `je-cook <https://github.com/je-cook>`_
Version 0.3.1
-------------
This is a maintenance release that:
* Updates the maximum SciPy dependency to 1.7.3.
* Updates Azure CI.
Contributors:
* Benda Xu
* Siu Kwan Lam
* Valentin Haenel
Version 0.3
-----------
This release adds:
* Dynamic generation of ``scipy.special.signatures`` (with thanks to Brandon T.
Willard)
* Github Actions CI
Importantly, the dynamic generation of the signatures now makes numba-scipy
compatible with multiple SciPy releases simultaneously.
Contributors:
* Brandon T. Willard
* Valentin Haenel
Version 0.2
-----------
This release adds the start of real functionality and builds out the project
infrastructure.
* Support for a large number of ``scipy.special`` functions (with thanks to
Josh Wilson).
* Entry point registration system in use to auto-register this as a Numba
extension project.
* Documentation.
* CI builds.
* Conda package.
Contributors:
* Josh Wilson
* Stan Seibert (core dev)
* Stuart Archibald (core dev)
Version 0.1
-----------
This is the initial demo release.
* Initial Release.
* Demonstrative support for a couple of example ``scipy.special`` functions.
* Basic project infrastructure.
Contributors:
* Stuart Archibald (core dev)