Skip to content
Snippets Groups Projects
Commit 45d70f7c authored by dh00601's avatar dh00601
Browse files

adding changelog stuff

parent 3d656a3d
No related branches found
No related tags found
No related merge requests found
...@@ -30,8 +30,12 @@ https://keepachangelog.com/en/0.3.0/ ...@@ -30,8 +30,12 @@ https://keepachangelog.com/en/0.3.0/
- some new functions to parse recursively dict keys and/or values that are faster than David's, but probably not as flexible. When these are all you need, they're more efficient. - some new functions to parse recursively dict keys and/or values that are faster than David's, but probably not as flexible. When these are all you need, they're more efficient.
- added a few new Jupyter notebooks - added a few new Jupyter notebooks
feature/HPC: * 0.9.3:
- added Slurm support - Changed the python version requirement to be 3.9+
- Fixed JSON load(s) to not convert to ASCII hence preserve UTF-8 and hopefully be faster. - Restructured the population grid object by splitting off functions that belong in the same category and storing them in a mixin-class within the population_extensions/ dir.
- Made sure file loads/saves use UTF-8 - merged the HPC branch:
- Fixed version dict to include units section and cleaned up a few other unit handlers - added Condor support
- added Slurm support
- Fixed JSON load(s) to not convert to ASCII hence preserve UTF-8 and hopefully be faster.
- Made sure file loads/saves use UTF-8
- Fixed version dict to include units section and cleaned up a few other unit handlers
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11"> <g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="31.5" y="15" fill="#010101" fill-opacity=".3">coverage</text> <text x="31.5" y="15" fill="#010101" fill-opacity=".3">coverage</text>
<text x="31.5" y="14">coverage</text> <text x="31.5" y="14">coverage</text>
<text x="80" y="15" fill="#010101" fill-opacity=".3">43%</text> <text x="80" y="15" fill="#010101" fill-opacity=".3">44%</text>
<text x="80" y="14">43%</text> <text x="80" y="14">44%</text>
</g> </g>
</svg> </svg>
...@@ -24,6 +24,7 @@ TODO: _check_binary_c_error ...@@ -24,6 +24,7 @@ TODO: _check_binary_c_error
TODO: Before running the non-unit tests to cover functions like evolve, we need to run the unit tests TODO: Before running the non-unit tests to cover functions like evolve, we need to run the unit tests
""" """
import os
import sys import sys
import unittest import unittest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment