|
1 |
| -0.12 (2023-10-17) |
2 |
| -================= |
| 1 | +## 0.12 (2023-10-17) |
3 | 2 |
|
4 |
| -- Fix segmentation faults under various conditions. \[\#62, \#66\] |
| 3 | +- Fix segmentation faults under various conditions. [#62, #66] |
5 | 4 |
|
6 |
| -0.11 (2022-05-23) |
7 |
| -================= |
| 5 | +## 0.11 (2022-05-23) |
8 | 6 |
|
9 |
| -- Use Python limited API to produce forward-compatible wheels. |
10 |
| - \[\#56\] |
| 7 | +- Use Python limited API to produce forward-compatible wheels. [#56] |
11 | 8 |
|
12 |
| -0.10 (2021-09-06) |
13 |
| -================= |
| 9 | +## 0.10 (2021-09-06) |
14 | 10 |
|
15 |
| -- Add function for histograms in arbitrarily high dimensions. \[\#54, |
16 |
| - \#55\] |
| 11 | +- Add function for histograms in arbitrarily high dimensions. [#54, #55] |
17 | 12 |
|
18 |
| -0.9 (2020-05-24) |
19 |
| -================ |
| 13 | +## 0.9 (2020-05-24) |
20 | 14 |
|
21 |
| -- Fixed a bug that caused incorrect results in the weighted 1-d |
22 |
| - histogram and the weighted and unweighted 2-d histogram functions if |
23 |
| - using arrays with different layouts in memory. \[\#52\] |
| 15 | +- Fixed a bug that caused incorrect results in the weighted 1-d histogram and the weighted and unweighted 2-d histogram functions if using arrays with different layouts in memory. [#52] |
24 | 16 |
|
25 |
| -0.8 (2020-01-07) |
26 |
| -================ |
| 17 | +## 0.8 (2020-01-07) |
27 | 18 |
|
28 |
| -- Fixed compatibility of test suite with latest version of the |
29 |
| - hypothesis package. \[\#40\] |
| 19 | +- Fixed compatibility of test suite with latest version of the hypothesis package. [#40] |
30 | 20 |
|
31 |
| -0.7 (2019-01-09) |
32 |
| -================ |
| 21 | +## 0.7 (2019-01-09) |
33 | 22 |
|
34 |
| -- Fix definition of numpy as a build-time dependency. \[\#36\] |
| 23 | +- Fix definition of numpy as a build-time dependency. [#36] |
35 | 24 |
|
36 |
| -0.6 (2019-01-07) |
37 |
| -================ |
| 25 | +## 0.6 (2019-01-07) |
38 | 26 |
|
39 |
| -- Define numpy as a build-time dependency in pyproject.toml. \[\#33\] |
40 |
| -- Release the GIL during calculations in C code. \[\#31\] |
| 27 | +- Define numpy as a build-time dependency in pyproject.toml. [#33] |
| 28 | +- Release the GIL during calculations in C code. [#31] |
41 | 29 |
|
42 |
| -0.5 (2018-09-26) |
43 |
| -================ |
| 30 | +## 0.5 (2018-09-26) |
44 | 31 |
|
45 |
| -- Fix bug that caused histograms of n-dimensional arrays to not be |
46 |
| - computed correctly. \[\#21\] |
47 |
| -- Avoid memory copies for non-native endian 64-bit float arrays. |
48 |
| - \[\#18\] |
49 |
| -- Avoid memory copies for any numerical Numpy type and non-contiguous |
50 |
| - arrays. \[\#23\] |
51 |
| -- Raise a better error if arrays are passed to the `bins` argument. |
52 |
| - \[\#24\] |
| 32 | +- Fix bug that caused histograms of n-dimensional arrays to not be computed correctly. [#21] |
| 33 | +- Avoid memory copies for non-native endian 64-bit float arrays. [#18] |
| 34 | +- Avoid memory copies for any numerical Numpy type and non-contiguous arrays. [#23] |
| 35 | +- Raise a better error if arrays are passed to the `bins` argument. [#24] |
53 | 36 |
|
54 |
| -0.4 (2018-02-12) |
55 |
| -================ |
| 37 | +## 0.4 (2018-02-12) |
56 | 38 |
|
57 |
| -- Make sure that Numpy is not required to run setup.py. \[\#15\] |
58 |
| -- Fix installation on platforms with an ASCII locale. \[\#15\] |
| 39 | +- Make sure that Numpy is not required to run setup.py. [#15] |
| 40 | +- Fix installation on platforms with an ASCII locale. [#15] |
59 | 41 |
|
60 |
| -0.3 (2017-10-28) |
61 |
| -================ |
| 42 | +## 0.3 (2017-10-28) |
62 | 43 |
|
63 |
| -- Use long instead of int for x/y sizes and indices |
64 |
| -- Implement support for weights= option |
| 44 | +- Use long instead of int for x/y sizes and indices |
| 45 | +- Implement support for weights= option |
65 | 46 |
|
66 |
| -0.2.1 (2017-07-18) |
67 |
| -================== |
| 47 | +## 0.2.1 (2017-07-18) |
68 | 48 |
|
69 |
| -- Fixed rst syntax in README |
| 49 | +- Fixed rst syntax in README |
70 | 50 |
|
71 |
| -0.2 (2017-07-18) |
72 |
| -================ |
| 51 | +## 0.2 (2017-07-18) |
73 | 52 |
|
74 |
| -- Fixed segmentation fault under certain conditions. |
75 |
| -- Ensure that arrays are C-contiguous before passing them to the C |
76 |
| - code. |
| 53 | +- Fixed segmentation fault under certain conditions. |
| 54 | +- Ensure that arrays are C-contiguous before passing them to the C code. |
77 | 55 |
|
78 |
| -0.1 (2017-07-18) |
79 |
| -================ |
| 56 | +## 0.1 (2017-07-18) |
80 | 57 |
|
81 |
| -- Initial version |
| 58 | +- Initial version |
0 commit comments