diff --git a/setup.py b/setup.py index 83ca8c8..b784ca2 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ def run(self): setup( name="xgrow", - version="20220725", + version="20230925", packages=["xgrow"], install_requires=["pyyaml", "typing_extensions", "numpy", "pandas", "matplotlib"], include_package_data=True, diff --git a/xgrow/CHANGELOG.md b/xgrow/CHANGELOG.md index 093160c..f875235 100644 --- a/xgrow/CHANGELOG.md +++ b/xgrow/CHANGELOG.md @@ -1,3 +1,5 @@ -# Current Git version +# 20230925 -- Untiltiles now also takes tile names (in C and Python), and can be entered as a list of strings (and ints) in Python. There is now a test to ensure it keeps functioning properly as well. +- Unknown keys are ignored (with a warning) in yaml files. +- Quiet option for python-based runs. +- Untiltiles now also takes tile names (in C and Python), and can be entered as a list of strings (and ints) in Python. There is now a test to ensure it keeps functioning properly as well. \ No newline at end of file