Skip to content

Releases: slightlynybbled/manufacturing

Bugfix

Choose a tag to compare

@slightlynybbled slightlynybbled released this 17 Dec 15:55

Fixed an index bug.

Bugfix

Choose a tag to compare

@slightlynybbled slightlynybbled released this 06 Dec 20:50

Fixes scaling error on control zone plots.

Adding Cpk plots with subgroups

Choose a tag to compare

@slightlynybbled slightlynybbled released this 03 Dec 01:25

Adding support for Cpk plots with subgroups.

Zone Control Plots Complete

Choose a tag to compare

@slightlynybbled slightlynybbled released this 01 Dec 21:32
  • 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

Choose a tag to compare

@slightlynybbled slightlynybbled released this 01 Dec 19:36

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

Better Zone Control Plots

Choose a tag to compare

@slightlynybbled slightlynybbled released this 01 Dec 04:55

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

Choose a tag to compare

@slightlynybbled slightlynybbled released this 29 Nov 04:47

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

Choose a tag to compare

@slightlynybbled slightlynybbled released this 29 Nov 03:33
  • Adding import from csv
  • Adding import from excel
  • Slight tuning of cpk plot

Initial Release

Choose a tag to compare

@slightlynybbled slightlynybbled released this 29 Nov 02:07

Cpk plot looks great. Can install into jupyter notebook.