File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
+ ## 2.0.4
3
+ - Documentation: fix the format of some docstrings and remove old sphinx generated files
2
4
## 2.0.3
3
5
- Fix: remove unnecessary ` __all__ ` in the preprocessing module and improve the consistency of the module docstrings
4
6
## 2.0.2
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ keywords:
18
18
- " Machine Learning"
19
19
license : MIT License
20
20
url : ' https://github.com/ThomasBury/arfs'
21
- version : 2.0.3
21
+ version : 2.0.4
22
22
date-released : 2021-12-18
Original file line number Diff line number Diff line change 24
24
author = "Thomas Bury"
25
25
26
26
# The full version, including alpha/beta/rc tags
27
- release = "2.0.3 "
27
+ release = "2.0.4 "
28
28
29
29
# If extensions (or modules to document with autodoc) are in another
30
30
# 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.0.3 "
4
+ __version__ = "2.0.4 "
You can’t perform that action at this time.
0 commit comments