CHANGELOG:
**Spyrelets**
- the `Spyrelet` class now appropriately handles _args_ and _kwargs_; client config files now accept both _args_ and _kwargs_
- fixed `enforce_args_units` error not checking _PARAMS_ correctly for assigning default values; renamed `enforce_args_units` to a dunder method
- changed `Spyrelet` _unique_name_ and _gateway_ back to _args_ from _kwargs_, otherwise object breaks if none are specified
**General GUI**
- moved `QApplication` QSS styling to dedicated style sheet
- fixed 'spyrelet manager' _WindowTitle_ displaying wrong text; it now displays the currently active `Spyrelet`
- minor GUI code refactoring and cleanup
**Instrument Manager**
- fixed issue on initialization giving wrong _step size_ units
- added _'refresh all' button_ that manually triggers an update to all driver attributes for each device
- added a visual notification to attributes when they change (briefly flash green when they are updated); this also provides a confirmation that a user set value has been successful applied
- added tooltips displaying _docstrings_ for the `Feats`, `DictFeats`, and `Actions` in the _Instrument Manager_.
- removed _Actions_ that take arguments from displaying in the _Instrument Manager_
- modified scroll wheel behavior in the _Instrument Manager_ to prevent accidental setting of values.
- minor Qt rendering performance improvements
**View Manager**
- fixed an issue with the initial GUI window size when starting up
- added a delay to updating plots to prevent lock ups with datasets that update frequently
- added error bar plotting to `LinePlotView`
- basic refactoring and cleanup
**Other**
- improved namespace hierarchy to simplify import statements
- set `__all__` variable and module imports in `__init__.py` for subpackages to allow for cleaner imports and explicitly define user API functions
- extensive namespace cleanup and import statement refactoring
- added deprecation decorator to `misc` module
- Renamed `debug_qt` to `qt_set_trace`
- minor documentation updates
- small refactoring to various files