Skip to content

Commit 3a46f4e

Browse files
committed
Fix CHANGES.md formatting
1 parent b9a2b5a commit 3a46f4e

File tree

1 file changed

+33
-56
lines changed

1 file changed

+33
-56
lines changed

CHANGES.md

Lines changed: 33 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,58 @@
1-
0.12 (2023-10-17)
2-
=================
1+
## 0.12 (2023-10-17)
32

4-
- Fix segmentation faults under various conditions. \[\#62, \#66\]
3+
- Fix segmentation faults under various conditions. [#62, #66]
54

6-
0.11 (2022-05-23)
7-
=================
5+
## 0.11 (2022-05-23)
86

9-
- Use Python limited API to produce forward-compatible wheels.
10-
\[\#56\]
7+
- Use Python limited API to produce forward-compatible wheels. [#56]
118

12-
0.10 (2021-09-06)
13-
=================
9+
## 0.10 (2021-09-06)
1410

15-
- Add function for histograms in arbitrarily high dimensions. \[\#54,
16-
\#55\]
11+
- Add function for histograms in arbitrarily high dimensions. [#54, #55]
1712

18-
0.9 (2020-05-24)
19-
================
13+
## 0.9 (2020-05-24)
2014

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]
2416

25-
0.8 (2020-01-07)
26-
================
17+
## 0.8 (2020-01-07)
2718

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]
3020

31-
0.7 (2019-01-09)
32-
================
21+
## 0.7 (2019-01-09)
3322

34-
- Fix definition of numpy as a build-time dependency. \[\#36\]
23+
- Fix definition of numpy as a build-time dependency. [#36]
3524

36-
0.6 (2019-01-07)
37-
================
25+
## 0.6 (2019-01-07)
3826

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]
4129

42-
0.5 (2018-09-26)
43-
================
30+
## 0.5 (2018-09-26)
4431

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]
5336

54-
0.4 (2018-02-12)
55-
================
37+
## 0.4 (2018-02-12)
5638

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]
5941

60-
0.3 (2017-10-28)
61-
================
42+
## 0.3 (2017-10-28)
6243

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
6546

66-
0.2.1 (2017-07-18)
67-
==================
47+
## 0.2.1 (2017-07-18)
6848

69-
- Fixed rst syntax in README
49+
- Fixed rst syntax in README
7050

71-
0.2 (2017-07-18)
72-
================
51+
## 0.2 (2017-07-18)
7352

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.
7755

78-
0.1 (2017-07-18)
79-
================
56+
## 0.1 (2017-07-18)
8057

81-
- Initial version
58+
- Initial version

0 commit comments

Comments
 (0)