You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,24 @@
1
1
# Changelog
2
2
3
-
## Version 0.5.2 (In development)
3
+
## Version 0.5.3
4
+
5
+
### Improvements
6
+
Improved tenetobids loading of temporal network files (reshaped correctly).
7
+
8
+
Event files in tenetobids
9
+
10
+
get_aux_file new name of get_confound_files.
11
+
12
+
## Fixes
13
+
Force order of columns for TemporalNetwork (fixes #73)
14
+
15
+
Fixing problems regarding documentation and testing
16
+
17
+
## Changes
18
+
Changed numpy requirement to 1.20.1
19
+
20
+
21
+
## Version 0.5.2
4
22
5
23
### 0.5.2 Improvements
6
24
@@ -10,7 +28,7 @@ Improved sidecar checking.
10
28
11
29
Added is_jsonable to utils.
12
30
13
-
~~Check_packages added (credit to @jolespin). Modified somewhat as importing to globals within wrapper was not working. This was accepted then removed.~~
31
+
~~Check_packages added (credit to @jolespin). Modified somewhat as importing to globals within wrapper was not working. This was accepted to main branch then removed.~~
0 commit comments