Skip to content

v0.2.0 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@noahkra noahkra released this 18 Mar 22:10
· 23 commits to master since this release
222e095

What's new in this release:

  • Added a function to put objects into arrays if necessary. (As referenced in issue #12)
  • Added custom error message when trying to import empty splitsfile. (As referenced in issue #13)
  • Added program state saving, this currently means that opening the program will open the splits where you last left off. (As referenced in issue #14)
  • Clicking the "PB only" graph button no longer refreshes the entire analysis section (meaning the table will be left where it is), which to be honest it probably shouldn't have done in the first place. (As referenced in issue #11)
  • Opening splits files will now open them for immediate speedy analysis. (As referenced in issue #15)
  • The import button now allows for multiple splits files to be opened at the same time. (As referenced in issue #16)
  • Cleaned up the code a bit.