-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Catch unmanaged switch cases, bump CMake, update doc paths (#45)
* Ignore DS store * Fix ptr delloc * Catch and error on default data scaling * Explicit assignment * Clean up switch cases * Bump Cmake minimum * Re-enable toolbox documenation
- Loading branch information
1 parent
160943c
commit e2b162c
Showing
194 changed files
with
121 additions
and
474 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,3 +30,6 @@ script/matlab/demos/*.mat | |
# Python build outputs | ||
*.egg-info | ||
*.whl | ||
|
||
# Mac stuff | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
# Toast-- Development History | ||
|
||
## v0.9.2 | ||
|
||
- Cleanup (mainline) warning on MacOS | ||
|
||
## v0.9.1 | ||
|
||
|
Oops, something went wrong.