Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
d-krupke committed Oct 28, 2023
1 parent bb6a3c6 commit 5e1df56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ you to modify and use the code for the competition.

## Changelog

- **1.1.1:** A long on Windows is only 32bit, so changed to using the explicit `int64_t` type.
- **1.1.0:** The previous workaround could lead to excessive memory usage.
Changed quadtree implementation to keep large elements on higher levels even
if the node is full. Gives a warning in this case.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def readme():

setup( # https://scikit-build.readthedocs.io/en/latest/usage.html#setup-options
name="cgshop2024_pyutils",
version="1.1.0",
version="1.1.1",
author="Dominik Krupke",
license="LICENSE",
description="Utilities for verifying solutions of the CG:SHOP 2024 Competition.",
Expand Down

0 comments on commit 5e1df56

Please sign in to comment.