Commit dfc47f6c authored by David Hendriks's avatar David Hendriks
Browse files

updated changelog

parent 6144a5aa
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -53,7 +53,10 @@ https://keepachangelog.com/en/0.3.0/
- Started using pre-commit hooks to keep the code clean and well-formatted
- Made run_system function available as "from binarycpython import run_system"

* 0.9.7
- Fixed source-file sampling evolution type and created accompanying notebooks
- added functionality to handle event logs (SN, RLOF) and created notebooks
- Renamed the grid_options to population_options, provided descriptions to all parameters and added input validation methods and updated documentation
* 0.10
- Fixed source-file sampling evolution type and created accompanying notebooks.
- added functionality to handle event logs (SN, RLOF, DCO_FORMATION) and created notebooks.
- Renamed the grid_options to population_options, provided descriptions to all parameters and added input validation methods and updated documentation.
- Cleaned documentation.
- Resolved all failing tests.
- Added parsing of binary_c definition lists (RLOF_type, RLOF_stability, SN_type, )