Skip to content

🐛 Bugfix release 2.0.2

Latest
Compare
Choose a tag to compare
@codie3611 codie3611 released this 04 Mar 22:32
· 12 commits to main since this release
66cacf9

This release fixes minor issues:

  • String encoding for read and write was ascii but should have been utf-8
  • A written d3plot could not be read by ls-prepost since certain header values were incorrect
  • Updated all dependencies
  • Removed not needed dependency matplotlib

Thanks to @DavidR-Vortex for the fixes