Releases: mskcc/mimsi
Releases · mskcc/mimsi
v0.2.3
- Appease the linter
- Modifying Case list format to include column names
- Add Normal ID as an option to the case list, this is helpful in the event we need to record the normal used in MSI calling
- travis CI updates and py3 cleanup
v0.2.2
- Explicitly selecting _data.npy and _locations.npy files instead of just using "data" and "locations" string matching
- added errno for production use case
- linting
v0.2.1
Added setup.py to enable pip install
Updated main functions to ensure each module can run as a command line script
edited output options
fixed tests so that PYTHONPATH isn't explicitly set and the setup.py install is used instead