Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cgevans committed Sep 25, 2023
1 parent f2e1735 commit abae7e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
6 changes: 4 additions & 2 deletions xgrow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit abae7e9

Please sign in to comment.