Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ Examples/reprocessDataServer.py
newsletter.py

.DS_Store
.vscode/
.vscode/
.idea
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ v1.1
- Added option for downloading pose pickle files. (#248)
- Moved synchronization specific files to new module utilsSync.py. (PR #259)
- Added main regression tests and sync unit tests. (PR #259)
- Included sync version in getMetadataFromServer, and created test case (PR #275).

Previous Changes
================
Expand Down
Loading