*************************************************
*                                               *
* CHANGELOG of HydroStab (Scilab ATOMS Package) *
*                                               *
************************************************* 
* Author: Pierre PERRICHON <perrichon.pierre@wanadoo.fr>

---------------------------------
HydroStab 2.3.0 / 2024 : Creation
---------------------------------

------------------------------------------------------------------------------------------
HydroStab 2.3.1 / 2024 : 
- Script Run_HydroStab is now created in the "etc" directory instead of the TMDPIR directory
  Avoid the opening of mutiples Run_HydroStab scripts
  TMPDIR is no more used
------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------------------------
HydroStab 2.3.2 / 2025 : 
- The SCI_HYDROTUR_HydroStab global variable is immediatly available  as soon as HydroStab is loaded
- Removal of the FTBF.zcos model. The FTBF transfer function is computed from the relation :
-						ftbf=FTBO/(1+FTBO); FTBF=tf2ss(ftbf)
------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------------------------
HydroStab 2.3.2 / 2025 : 
- The CALTUR Excel sheet is now bilingual
- Calculation note CALTUR - Version 2.4 (en-fr) .xlsx
------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------------------------
HydroStab 2.4.2 / 2026 : 
- Deletion of the FTBF.zcos file in the HydroStab\XCOS_Models directory.
- The closed-loop transfer function of the FTBO.zcos model is calculated using the well-known relationship:

		FTBF=FTBO/(1+FTBO)
where FTBF is the transfert function in closed-loop,and FTBO is the open-loop transfer function of the process.	
------------------------------------------------------------------------------------------------------
