* Added a wx import to fix module not found error.
3.2.4
====================
**Added:**
* New documentation build. * Added examples for file parsers and resampling. * Tested for Jupyter Notebook compatibility.
**Changed:**
* Theme changed from `sphinx_py3doc_enhanced_theme` to `sphinx_rtd_theme`. * User now warned when data_table data overwrites hdata (header) data.
3.2.3
====================
**Added:**
* Compatibility with Python 3.12.0rc3, 3.11. * CI Coverage. * New tests for loadData function. * loadData function now toggleable. Can return either (a) data read from data blocks or (b) header information stored above the data block.
**Removed:**
* Remove use of pkg_resources (deprecated). * No longer use Travis.