File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
+ # 2.3.2
4
+ - [ BUG] Fix errors generated when updating dependencies with different naming for arguments
5
+
3
6
# 2.3.1
4
7
- [ BUG] replace np.Inf by np.inf for compatibility purpose
5
8
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ keywords:
15
15
- " Machine Learning"
16
16
license : MIT License
17
17
url : ' https://github.com/ThomasBury/arfs'
18
- version : 2.3.1
18
+ version : 2.3.2
19
19
date-released : 2021-12-18
Original file line number Diff line number Diff line change 21
21
# -- Project information -----------------------------------------------------
22
22
23
23
project = "arfs"
24
- copyright = "2023 , Thomas Bury"
24
+ copyright = "2024 , Thomas Bury"
25
25
author = "Thomas Bury"
26
26
27
27
# The full version, including alpha/beta/rc tags
28
- release = "2.3.1 "
28
+ release = "2.3.2 "
29
29
30
30
# If extensions (or modules to document with autodoc) are in another
31
31
# directory, add these directories to sys.path here. If the directory is
Original file line number Diff line number Diff line change 1
1
"""init module, providing information about the arfs package
2
2
"""
3
3
4
- __version__ = "2.3.1 "
4
+ __version__ = "2.3.2 "
You can’t perform that action at this time.
0 commit comments