forked from numba/numba-scipy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGE_LOG
68 lines (46 loc) · 1.23 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
Version 0.4
-----------
In development
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)