Skip to content

Design Improvement and Memory Optimization

Latest
Compare
Choose a tag to compare
@viperior viperior released this 25 Feb 20:43
· 32 commits to main since this release
v0.7.0
56d83f3

Improvements

  • Reduce memory usage by carrying each dataset as a pandas DataFrame with no additional copies (closes #21)
  • Simplify the namespaces in Save and SaveSeries (closes #22)

Testing

  • Update test cases affected by changes to namespaces