V 0.4.0 [12-01-2026]
- Fixed a part of the SEVN wrapper that was causing problems with numpy V2 and the newest python versions
V 0.3.3 [11-11-2025]
- Fixed a typo in the logreader schema of COnaked, before there was a mismatch between the name of the columns and the data type
- Updated all the column descriptions in the LogSchema to highlight that the stellar phase depends on the runtime parameter  io_logphase_bse
of the simulations (default is SEVN).
V 0.3.2 [10-06-2025]
- Fixed a undefined behaviour of the IOwrapper that in some systems/compilers caused a failed call to IO and SEVNpar
  destructor resulting hence in a missed decrement of the SEVNpar counter causing an error when at the next SEVNIO
  reinitialisation. This was due to a delete of the IO pointer included in the header file in which the IO class was
  only forward declared.
V 0.3.1 [14-04-2024]
- Fixed a significant (and hopefully the only) source of memory leak  in the SEVN wrapper
V 0.3.0 [15-02-2024]
- Introduced a more robust initialisation of the SEVNmanager, now if a unknown parameter is included in input
  the manager will be not initialised and an error is returned
V 0.2.5 [11-12-2023]
- Introduced a more robust transformation from numbers to string in the SEVN wrapper
V 0.2.4 [10-12-2023]
- Solved a minor issue in the method Star.get_SN_kick that made the output of the function less readable
V 0.2.3 [19-10-2023]
- Solved a bug that made impossible to initialise stars with Z<1E-6
V 0.2.2 [27-09-2023]
- Added the log event QHE in the io module
V 0.2.1 [08-09-2023]
- Added the basic wrapper sevnwrap.evolve_binary to evolve a binary system
V 0.1.0 [05-09-2023]
- Change the dimension of the numpy array returned by the method Star::getp_array
- Minor fixes
V 0.0.12 [27-08-2023]
- Added repr in class star
V 0.0.11 [25-08-2023]
- Fixed some bugs in the class Star
V 0.0.10 [21-08-2023]
- Added the module sevncons to store the SEVN constants (it is a prototype for now)
V 0.0.9 [20-08-2023]
- Added the class Star to handle the SSE
- Added the module io with the logreader files
V 0.0.7 [18-08-2023]
- SEVNmanager completed and documented
V 0.0.0 [17-08-2023]
- Create SEVNpy
- First version of SEVNmanager