Skip to content

Releases: slightlynybbled/manufacturing

Bugfix

17 Dec 15:55
Compare
Choose a tag to compare

Fixed an index bug.

Bugfix

06 Dec 20:50
Compare
Choose a tag to compare

Fixes scaling error on control zone plots.

Adding Cpk plots with subgroups

03 Dec 01:25
Compare
Choose a tag to compare

Adding support for Cpk plots with subgroups.

Zone Control Plots Complete

01 Dec 21:32
Compare
Choose a tag to compare
  • Zone control plots are now complete.
  • Fixed a potential bug in which duplicated values may not have been noted on the zone control plot. This is now based on duplicated indexes, so the values are guaranteed to be shown.
  • Examples are approximately up-to-date from an API standpoint.

API Overhaul

01 Dec 19:36
Compare
Choose a tag to compare

Changed API to be more consistent with community expectations for matplotlib and for six sigma terminology.

Better Zone Control Plots

01 Dec 04:55
Compare
Choose a tag to compare

Zone control plots with point highlighting for:

  • beyond zone limits
  • zone a violations
  • zone b violations
  • zone c violations
  • trend violations
  • mixture violations

Each of these can be individually turned off as well in order to more easily resolve overlapping violations on the plot.

Refining imports

29 Nov 04:47
Compare
Choose a tag to compare

Importing may now detect the limits directly from the header within the csv or excel file. The return type is also a dictionary containing the field names that are ready for analysis.

Adding Import options

29 Nov 03:33
Compare
Choose a tag to compare
  • Adding import from csv
  • Adding import from excel
  • Slight tuning of cpk plot

Initial Release

29 Nov 02:07
Compare
Choose a tag to compare

Cpk plot looks great. Can install into jupyter notebook.