This major point release brings many improvements to Scikit-Fuzzy, notably
- **New fuzzy control system API**
- Explore the new features located in `skfuzzy.control`. Recommended import statement is `import skfuzzy.control as ctrl` - note these new classes are not brought into the main `skfuzzy` namespace, they live only in `skfuzzy.control`.
- Designing complicated fuzzy control systems is now elegant, expressive, and Pythonic
- Peruse the new examples (reworked tipping problem and an advanced system) in the gallery
- New, more accurate defuzzification calculations result in higher accuracy with even sparser systems
- Significantly improved documentation and test coverage.