<!-- Release notes generated using configuration in .github/release.yaml at main -->
All `mne.io.Raw` code was moved to MNE and will be available as of MNE 1.9. Until it is available, use `antio.io.read_raw_ant` from `antio==0.1.0` if you need to load an `mne.io.Raw` object.
What's Changed
* Move MNE code to MNE and keep only reader function which prepare data for MNE by mscheltienne in https://github.com/mscheltienne/antio/pull/7
* Add dataset module to download testing data by mscheltienne in https://github.com/mscheltienne/antio/pull/8
* Fix ruff/style configuration and add missing tests by mscheltienne in https://github.com/mscheltienne/antio/pull/9
**Full Changelog**: https://github.com/mscheltienne/antio/compare/0.1.0...0.2.0