Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ODMTools Optimize Check List #212

Closed
39 of 45 tasks
jmeline opened this issue Jan 17, 2015 · 1 comment
Closed
39 of 45 tasks

ODMTools Optimize Check List #212

jmeline opened this issue Jan 17, 2015 · 1 comment

Comments

@jmeline
Copy link
Contributor

jmeline commented Jan 17, 2015


Optimizations in ODMTools Check List - Last updated on Jan 19


  • Pandas
    • Filter Points
      • Value Threshold
      • Date Filter
      • Value Change Threshold
      • Data Gaps
    • Change Value
      • Add
      • Subtract
      • Multiply
      • Set To
    • Restore Series
    • Restore Selection
    • Linear Drift
    • Interpolate
    • Flag
    • Add Point
    • Lasso Select
    • Delete Point

  • Matplotlib
    • Figure out the issue with spines
    • Fix an issue where some heavy functions are called multiple times causing the program to slow down

  • Multiprocessing / Multithreading
    • Use multithreading techniques to optimize the creation of each individual plot ( Probability, Box Whisker, and Summary)
    • Optimize startup of ODMTools
    • Optimize editing a plot

  • Issues
    • Change Value
      • Changed values remain selected
    • FrmFlagValues
      • Not closing correctly when selecting an existing qualifier, so no flag is being assigned
    • DataTable
      • Can't select value from DataTable
      • Not scrolling to view selected points

  • Optimizing
    • Box Whisker (Now seeing 16,750% increase in performance. 335 seconds to 0.2 seconds for 244,000 series)
    • Memory Database
    • Summary
    • DataTable ( FastObjectListView loads 10,000 in 0.1 seconds, Virtual loads on demand and handles millions)
      • Change fastobjectlistview to virtualobjectlistview
      • Implement column sorting on Virtualobjectlistview
      • Select points from graph translate into selected points on the datatable

  • Testing
    • Test on Mac
      • Work out issue with plotting histograms on Mac ( Must use Pandas 0.15 < )
@jmeline jmeline added this to the Beta release 1.3.0 milestone Jan 17, 2015
@jmeline jmeline self-assigned this Jan 19, 2015
@sreeder sreeder modified the milestones: Performance Release 1.2.0, Beta release 1.3.0 Jan 26, 2015
@AmberSJones
Copy link
Member

Closing this issue. @sreeder is going to add new issues for the uncompleted aspects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants