Skip to content

Commit b5f042f

Browse files
authored
Merge pull request #100 from oliverfunk/towards-0.4
Added release notes for Version 0.4
2 parents e60cf3a + 7a8ef71 commit b5f042f

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

CHANGE_LOG

+17-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
Version 0.4
22
-----------
33

4-
In development
4+
Pull-Requests:
5+
6+
* PR `#62 <https://github.com/numba/numba-scipy/pull/62>`_: open changelog for 0.4 (`esc <https://github.com/esc>`_)
7+
* PR `#86 <https://github.com/numba/numba-scipy/pull/86>`_: fix the label for uploading tags (`esc <https://github.com/esc>`_)
8+
* 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>`_)
9+
* 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>`_)
10+
* 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>`_)
11+
* PR `#102 <https://github.com/numba/numba-scipy/pull/102>`_: Update versioneer to 3.12 (`esc <https://github.com/esc>`_)
12+
13+
Authors:
14+
15+
* `brandonwillard <https://github.com/brandonwillard>`_
16+
* `esc <https://github.com/esc>`_
17+
* `je-cook <https://github.com/je-cook>`_
518

619
Version 0.3.1
720
-------------
@@ -17,9 +30,9 @@ Contributors:
1730
* Siu Kwan Lam
1831
* Valentin Haenel
1932

20-
2133
Version 0.3
2234
-----------
35+
2336
This release adds:
2437

2538
* Dynamic generation of ``scipy.special.signatures`` (with thanks to Brandon T.
@@ -34,9 +47,9 @@ Contributors:
3447
* Brandon T. Willard
3548
* Valentin Haenel
3649

37-
3850
Version 0.2
3951
-----------
52+
4053
This release adds the start of real functionality and builds out the project
4154
infrastructure.
4255

@@ -54,9 +67,9 @@ Contributors:
5467
* Stan Seibert (core dev)
5568
* Stuart Archibald (core dev)
5669

57-
5870
Version 0.1
5971
-----------
72+
6073
This is the initial demo release.
6174

6275
* Initial Release.

0 commit comments

Comments
 (0)