<!-- Release notes generated using configuration in .github/release.yml at main -->
What's Changed
MLPro-SL - Supervised Learning
* SL: Initial design by detlefarend in https://github.com/fhswf/MLPro/pull/435
* SL: Supervised Learning1 by steveyuwono in https://github.com/fhswf/MLPro/pull/640
MLPro-RL - Reinforcement Learning
* RL: Refactoring by detlefarend in https://github.com/fhswf/MLPro/pull/515
* RL: Solution for Double Pendulum Env. by steveyuwono in https://github.com/fhswf/MLPro/pull/398
* RL: Solution of Double Pendulum by detlefarend in https://github.com/fhswf/MLPro/pull/535
* RL: Add multi-processing on MPC by steveyuwono in https://github.com/fhswf/MLPro/pull/571
MLPro-OA - Online Adaptivity
* OA: Online adaptivity (preparation) by detlefarend in https://github.com/fhswf/MLPro/pull/409
* OA: Online Adaptivity by detlefarend in https://github.com/fhswf/MLPro/pull/504
* OA: Online adaptivity by detlefarend in https://github.com/fhswf/MLPro/pull/521
* OA: Online adaptivity by detlefarend in https://github.com/fhswf/MLPro/pull/560
* OA: Online adaptivity by detlefarend in https://github.com/fhswf/MLPro/pull/593
MLPro-BF - Basic Functions
* BF: Multitasking by detlefarend in https://github.com/fhswf/MLPro/pull/432
* BF-ML: New classes MLTask, MLWorkflow by detlefarend in https://github.com/fhswf/MLPro/pull/441
* BF: Normalizer Classes by laxmikantbaheti in https://github.com/fhswf/MLPro/pull/421
* BF-UI: Fixed dimension access by detlefarend in https://github.com/fhswf/MLPro/pull/447
* BF-ML: Class MLTask - Event-based adaptation by detlefarend in https://github.com/fhswf/MLPro/pull/451
* BF-MT: Fixes and enhancements by detlefarend in https://github.com/fhswf/MLPro/pull/445
* BF-Math: Z-transform update - parameter update based on single new data instance by laxmikantbaheti in https://github.com/fhswf/MLPro/pull/467
* BF: Extensions of class Dimension by detlefarend in https://github.com/fhswf/MLPro/pull/480
* BF: Plot extensions by detlefarend in https://github.com/fhswf/MLPro/pull/477
* BF-Streams: Enhancements by detlefarend in https://github.com/fhswf/MLPro/pull/482
* BF: New module bf.ops by detlefarend in https://github.com/fhswf/MLPro/pull/491
* BF-ML/-Plot: Refactoring by detlefarend in https://github.com/fhswf/MLPro/pull/493
* BF-ML: Refactoring by detlefarend in https://github.com/fhswf/MLPro/pull/502
* BF-Ops: Refactoring by detlefarend in https://github.com/fhswf/MLPro/pull/510
* BF-Streams by detlefarend in https://github.com/fhswf/MLPro/pull/513
* BF-Math-Normalizers: Update parameters of Z-transofrmer with a replaced element by laxmikantbaheti in https://github.com/fhswf/MLPro/pull/505
* BF-ML: New abstract class AdaptiveFunction 522 by detlefarend in https://github.com/fhswf/MLPro/pull/523
* BF-Streams by detlefarend in https://github.com/fhswf/MLPro/pull/514
* BF: New base class FctSTrans by detlefarend in https://github.com/fhswf/MLPro/pull/550
* BF: Streams by detlefarend in https://github.com/fhswf/MLPro/pull/547
* BF-Systems: New classes Controller, Actuator, Sensor by detlefarend in https://github.com/fhswf/MLPro/pull/554
* BF-Streams: Extensions by detlefarend in https://github.com/fhswf/MLPro/pull/558
* BF: Debugging on TransferFunction and UnitConverter by steveyuwono in https://github.com/fhswf/MLPro/pull/588
3rd Party Support / Wrappers
* SB3: HER Implementation by steveyuwono in https://github.com/fhswf/MLPro/pull/414
* Minor improvement: _extract_observation method (Agent class) + PettingZoo by steveyuwono in https://github.com/fhswf/MLPro/pull/437
* Refactor compatibility for both gym version 0.21.0 and 0.25.0 by rizkydiprasetya in https://github.com/fhswf/MLPro/pull/580
Documentation
* BF-UI: Fixed dimension access(2) by detlefarend in https://github.com/fhswf/MLPro/pull/448
* HowTo files: MPC on Grid World Problem by steveyuwono in https://github.com/fhswf/MLPro/pull/428
* BF: Refactoring Howtos by detlefarend in https://github.com/fhswf/MLPro/pull/454
* Refactoring HowTo RL/GT by steveyuwono in https://github.com/fhswf/MLPro/pull/463
* RTD: Basic Functions by detlefarend in https://github.com/fhswf/MLPro/pull/469
* Bug fixing howto_rl_wp by steveyuwono in https://github.com/fhswf/MLPro/pull/503
* RTD: Basic functions by detlefarend in https://github.com/fhswf/MLPro/pull/471
* Fix howto_rl_wp_003 by steveyuwono in https://github.com/fhswf/MLPro/pull/563
* New class TransferFunction by steveyuwono in https://github.com/fhswf/MLPro/pull/583
* RTD: Final Documentation v1.0.0 by detlefarend in https://github.com/fhswf/MLPro/pull/585
* RTD: Final Documentation v1.0.0-2 by steveyuwono in https://github.com/fhswf/MLPro/pull/624
* RTD: Final Documentation v1.0.0-3 by detlefarend in https://github.com/fhswf/MLPro/pull/629
Quality Assurance
* Quality Assurance v1.0.0 by detlefarend in https://github.com/fhswf/MLPro/pull/586
* Quality Assurance v1.0.0-2 by steveyuwono in https://github.com/fhswf/MLPro/pull/625
* Quality Assurance v1.0.0-3 by laxmikantbaheti in https://github.com/fhswf/MLPro/pull/644
Other Changes
* Autodoc Generation CI by rizkydiprasetya in https://github.com/fhswf/MLPro/pull/410
* Move ROS related environment to another repo by rizkydiprasetya in https://github.com/fhswf/MLPro/pull/545
* Simulation of MPPS by steveyuwono in https://github.com/fhswf/MLPro/pull/386
* Temp fix for breaking changes from Numpy by rizkydiprasetya in https://github.com/fhswf/MLPro/pull/565
* WR: MuJoCo Integration by rizkydiprasetya in https://github.com/fhswf/MLPro/pull/610
**Full Changelog**: https://github.com/fhswf/MLPro/compare/v0.9.2...v1.0.0