This release mostly has had minor bug fixes, documentation and maintenance updates.
Most notably the code has moved to using `pyproject.toml` in combination with a `src` layout. Internally, the API for the camera interface now uses snake case.
What's Changed
* Revise docs by stefsmeets in https://github.com/instamatic-dev/instamatic/pull/72
* Fix small bugs by stefsmeets in https://github.com/instamatic-dev/instamatic/pull/74
* Reset soft trigger acquisition when max frame counter is reached by stefsmeets in https://github.com/instamatic-dev/instamatic/pull/76
* FEI config mappings by stefsmeets in https://github.com/instamatic-dev/instamatic/pull/77
* Maintenance and documentation by stefsmeets in https://github.com/instamatic-dev/instamatic/pull/78
- Move to `pyproject.toml`
- Move code to `src` layout
- Update camera methods to use `snake_case` where possible
- Add `get_movie` method to merlinCamera/TEMController
**Full Changelog**: https://github.com/instamatic-dev/instamatic/compare/1.10.0...2.0.0