File tree 4 files changed +16
-7
lines changed 4 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,19 @@ New features
10
10
- conda installable package
11
11
- GPU version
12
12
13
- 2.5.2 (upcoming)
14
- ================
15
- - Fix python_requires in setup.py [#302]
16
- - Faster `FALLBACK ` kernels [#303]
13
+ 2.5.2 (04/10/2023)
14
+ ==================
15
+
16
+ Enhancements
17
+ ------------
18
+ - Simplified and faster ``FALLBACK `` kernels [#303]
19
+
20
+ Infrastructure
21
+ --------------
22
+ - Fix ``python_requires `` in setup.py [#302]
23
+ - Automatic uploads of new releases to PyPI [#305]
24
+ - Added @dependabot for automatic dependency updates in GitHub Actions [#306, #307, #308]
25
+
17
26
18
27
2.5.1 (28/07/2023)
19
28
==================
Original file line number Diff line number Diff line change 12
12
import sys
13
13
import warnings
14
14
15
- __version__ = "2.5.1 "
15
+ __version__ = "2.5.2 "
16
16
__author__ = "Manodeep Sinha <manodeep@gmail.com>"
17
17
18
18
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ OPT += -DUSE_OMP
34
34
DISTNAME: =Corrfunc
35
35
MAJOR: =2
36
36
MINOR: =5
37
- PATCHLEVEL: =1
37
+ PATCHLEVEL: =2
38
38
VERSION: =$(MAJOR ) .$(MINOR ) .$(PATCHLEVEL )
39
39
ABI_COMPAT_VERSION: =$(MAJOR ) .0
40
40
# Whenever conda needs to be checked again
Original file line number Diff line number Diff line change 21
21
extern "C" {
22
22
#endif
23
23
24
- #define API_VERSION STR("2.5.1 ")
24
+ #define API_VERSION STR("2.5.2 ")
25
25
26
26
/* Macros as mask for the binning_flags */
27
27
/* These consititute the 32 bytes for
You can’t perform that action at this time.
0 commit comments