Minor Update
1. Introduces a global extract_logged_video_system_data() function that can be used to extract the data logged by a VideoSystem instance without an initialized VideoSystem object. Primarily, this allows parallelizing data processing.
2. VideoSystem now has a 'log_path' property which returns the Path to the compressed .npz archive. This path can be provided to the global extraction function to parse the data stored in the archive.
3. Also includes minor ReadMe optimizations.
What's Changed
* 1.1.0 by Inkaros in https://github.com/Sun-Lab-NBB/ataraxis-video-system/pull/3
**Full Changelog**: https://github.com/Sun-Lab-NBB/ataraxis-video-system/compare/1.0.0...1.1.0