v1.1.5 Memory-Mapping & Pathlib Improvements
Highlights
- memory-mapped i/o
- automatic PR workflow
- SigMFFile can now read
pathlib.Path
or string paths - removed
webapp/
What's Changed
- Always set core:version to 1.0.0 by @argilo in #28
- Change getitem to handle a single item or a slice by @bebau in #31
- Change workflow to run on PR events. by @bebau in #35
- Fixes issue #29 by @gregparkes in #34
- project metadata: specify maximum line length for flake8/pycodestyle by @marcusmueller in #37
- Feature/typing 1 by @Teque5 in #39
- remove webapp & polish readme by @Teque5 in #38
New Contributors
- @argilo made their first contribution in #28
- @bebau made their first contribution in #31
- @gregparkes made their first contribution in #34
Full Changelog: v1.1.3...v1.1.5