Change Log
==========

0.0.1 (02/04/2024)
-------------------
- First Release

0.0.2 (02/04/2024)
-------------------
- Patch: Newton method and Continuation method


0.1.0 (03/04/2024)
-------------------
- Patch: Newton method and Continuation method
- Major: 
    - New BaseInterface configuration
    - New CD/CI pipelines
    - Functions Description in docs 
    - Fully Initialize auto-documentation 

0.1.3 (10/04/2024)
-------------------
- Patch: Reoganization interal method
- Major: 
    - New sub-package numy

0.1.7 (27/05/2024)
-------------------
- Major: 
    - Nesterov Method
    - GradientDescent Method

0.1.8 (28/05/2024)
-------------------
- Patch: 
    - GradientDescent Method: adjust parameters

0.1.9 (28/05/2024)
-------------------
- Patch: 
    - GradientDescent & Nesterov Method: adjust outputs
