* convert multiple `.star` files into a single EMDB-SFF file * new class `sfftk.formats.star.RelionMultiStarSegmentation` * however, only one mask/particle will be accepted for all, which is handy when displaying the particles with different colours on the same viz.
0.10.2.dev1
0.10.2.dev0
* `--euler-angle-convention` is now user-modifiable * `--radians` flag to treat angles as radians instead of degrees * adapt to changes in OLS * print warning for OLS bug which does not honour `--start` for search
0.10.1.dev1
0.10.1.dev0
* bugfix: when running `sff notes search '<term>' --as-text`, any multi-line `label`s are concatenated without spaces (FIXED)
0.10.0.dev0
* display search results `--as-text` * select search results to save to file using the `--filter-rows` option * if concatenating search results to text file then option `--no-header` to only include results * new classes to `sfftk.notes.find`: `CSVTable` and `CSVRow` * associated unit tests with minor cleanup