Skip to content

2.1.0

Compare
Choose a tag to compare
@tylerdq tylerdq released this 12 Aug 17:37
· 30 commits to master since this release

Added new features and improved stability, reliability, ease of installation, and user feedback.

  • Added support to install package from local clone using pip
  • New command: Summarize (provides summary statistics as "View" command previously did)
  • Updated command: View (now provides default Pandas view into dataframe)
  • Added new options to "View" command to support better data introspection
  • Rewrote "Init" command confirmation message to be more clear
  • Made the output of "Cut" command more declarative and clear
  • Added .yml to support conda users (a conda package may be coming)
  • Improved exception handling in various cases
  • Improved binary verification logic
  • Updated internal and external documentation
  • Fixed issue with unreliable term matching
  • Fixed bug with binary verification exception handling
  • Various minor code optimizations and improvements