Recent Releases of starfile
starfile - v0.5.12
What's Changed
- Fix parser to skip empty lines between column definitions and data block by @ryanfeathers in https://github.com/teamtomo/starfile/pull/83
New Contributors
- @ryanfeathers made their first contribution in https://github.com/teamtomo/starfile/pull/83
Full Changelog: https://github.com/teamtomo/starfile/compare/v0.5.11...v0.5.12
- Python
Published by github-actions[bot] over 1 year ago
starfile - v0.5.10
What's Changed
- Update docs by @jojoelfe in https://github.com/teamtomo/starfile/pull/64
- correct typo in multiple data block example by @huwjenkins in https://github.com/teamtomo/starfile/pull/67
- fixed issue in parser when trying to parse empty loop blocks by @andschenk in https://github.com/teamtomo/starfile/pull/71
- Fix NaN parsing by @jojoelfe in https://github.com/teamtomo/starfile/pull/69
- ci(dependabot): bump codecov/codecov-action from 4 to 5 by @dependabot in https://github.com/teamtomo/starfile/pull/74
- fix: removed unnecessary line skip by @jdickerson95 in https://github.com/teamtomo/starfile/pull/73
- relax parsing speed test to avoid test failures on 3.9 by @alisterburt in https://github.com/teamtomo/starfile/pull/75
- remove backup mechanism by @alisterburt in https://github.com/teamtomo/starfile/pull/76
- relax requirements on writing speed test by @alisterburt in https://github.com/teamtomo/starfile/pull/77
New Contributors
- @huwjenkins made their first contribution in https://github.com/teamtomo/starfile/pull/67
- @andschenk made their first contribution in https://github.com/teamtomo/starfile/pull/71
- @jdickerson95 made their first contribution in https://github.com/teamtomo/starfile/pull/73
Full Changelog: https://github.com/teamtomo/starfile/compare/v0.5.9...v0.5.10
- Python
Published by github-actions[bot] over 1 year ago
starfile - v0.5.9
What's Changed
- Added option to output a string instead of writing a file by @jahooker in https://github.com/teamtomo/starfile/pull/62
New Contributors
- @jahooker made their first contribution in https://github.com/teamtomo/starfile/pull/62
Full Changelog: https://github.com/teamtomo/starfile/compare/v0.5.8...v0.5.9
- Python
Published by jojoelfe almost 2 years ago
starfile - v0.5.7
What's Changed
- ci(dependabot): bump softprops/action-gh-release from 1 to 2 by @dependabot in https://github.com/teamtomo/starfile/pull/54
- ci(dependabot): bump peaceiris/actions-gh-pages from 3 to 4 by @dependabot in https://github.com/teamtomo/starfile/pull/57
- Update backup file by @hanjinliu in https://github.com/teamtomo/starfile/pull/58
New Contributors
- @hanjinliu made their first contribution in https://github.com/teamtomo/starfile/pull/58
Full Changelog: https://github.com/teamtomo/starfile/compare/v0.5.6...v0.5.7
- Python
Published by github-actions[bot] about 2 years ago
starfile - v0.5.6
What's Changed
- Read specific columns as str by @EuanPyle in https://github.com/teamtomo/starfile/pull/52
New Contributors
- @EuanPyle made their first contribution in https://github.com/teamtomo/starfile/pull/52
Full Changelog: https://github.com/teamtomo/starfile/compare/v0.5.5...v0.5.6
- Python
Published by github-actions[bot] over 2 years ago
starfile - v0.5.5
What's Changed
- ci(dependabot): bump actions/setup-python from 3 to 5 by @dependabot in https://github.com/teamtomo/starfile/pull/46
- ci(dependabot): bump actions/checkout from 3 to 4 by @dependabot in https://github.com/teamtomo/starfile/pull/45
- ci(dependabot): bump codecov/codecov-action from 3 to 4 by @dependabot in https://github.com/teamtomo/starfile/pull/49
- fix warnings in tests by @alisterburt in https://github.com/teamtomo/starfile/pull/51
New Contributors
- @dependabot made their first contribution in https://github.com/teamtomo/starfile/pull/46
Full Changelog: https://github.com/teamtomo/starfile/compare/v0.5.4...v0.5.5
- Python
Published by github-actions[bot] over 2 years ago
starfile - Stability improvements
Fixed bad handling of comments in both loops and data blocks
- Python
Published by alisterburt about 6 years ago