Releases: andreped/DSS
v0.2.0
What's Changed
- Save recordings in database by @UteSpiske in #21
- Database change to .csv + addition of gyroscope and rotation data by @UteSpiske in #26
- Added feature to delete single or all recordings in database
- Improved demp app UI; style + recording-related tabs
- Updated demo app snapshots
Full Changelog: v0.1.3...v0.2.0
v0.1.3
What's Changed
- Bug Fix #16 Bug: Demo app occasionally freezes when using emulator by @UteSpiske in #17
- Implementation Start/Stop Button by @UteSpiske in #18
- Implementation of Homepage and change of ColorScheme by @UteSpiske in #19
- Added codecov -> Python only
- Improved unit tests to be compatible with codecov
- Build APK for all PRs
New Contributors
- @UteSpiske made their first contribution in #17
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's changed
- Bug fix in keras2tflite converter -> forgot
sys
import - Bug fix in main.py -> wrong variable names two places
- Added codecov for train.py test -> merged into train CI
- Fixed Flutter test CI
NOTE: APK is identical to previous release. Only train/CI/README that has been changed in this patch release.
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's changed
- Lots of quality of life changes to training scripts
- Improved ViT network performance
- Added argparse solution to training script -> does not need to modify code to run training experiments
- Added argparse solution for converting pretrained models to TensorFlow Lite format (*.tflite)
- Added Flutter CI test
- Changed name of demo app from DSWS to
DSS
Full Changelog: v0.1.0...v0.1.1
v0.1.0
First Beta release of the mobile app! 🎉
What's Changed
- Made app more stable - no more memory leaks and resources are freed when moving between tabs, see #7
- FPS improvement from ~25 to ~30
- Fixed app launch bug, see #6
- Added app icon, see #13
- Added dispose method to close accelerometer listener when done
- Added descriptive schematic of the framework by @jpdefrutosSINTEF in #10
New Contributors
- @jpdefrutosSINTEF made their first contribution in #10
Full Changelog: v0.0.5...v0.1.0
v0.0.5
What's changed:
- Introduced tabs - can switch between DataStream summary and charts tabs plotting variable values over time
- DataStream is updated each second
- Charts tab is updated in real time - whenever new accelerometer data is available in the stream
- Further refactored code - made more convience methods and added constants file
DISCLAIMER: There is a memory leak in the Charts tab currently. This patch release was mainly made for testing purposes.
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's changed:
- Improved FPS by 5x - from ~5 to ~25 FPS - same pretrained RNN, but improved accelerometer streamer
- Replaced
sensors_plus
withflutter_sensors
package - Major refactor - split script into submodules
- Fixed Android Studio development program start bug: #2
- Fixed FPS counter instability: #3
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's changed:
- Improved UI
- Disabled sleep mode while running app using wakelock
- Forced portrait mode
- Moved StopWatch init to inside main class init
- Added kDebugMode check for interpreter to avoid prints in production
- Refactored variable names to follow Flutter style guide
- Moved static argmax function to outside main class
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's changed:
- Added FPS counter - based on exponential weighted moving average
- Added decimal rounding for displaying values in mobile app
Full Changelog: v0.0.1...v0.0.2
v0.0.1
First release of Android app which streams gyroscope data to the app, which will be used as input to the pretrained model.
Made a release here only for testing purposes.
Full Changelog: https://github.com/andreped/DSWS/commits/v0.0.1