Skip to content

Commit

Permalink
Merge pull request #34 from Kaszanas/1.0.2_release
Browse files Browse the repository at this point in the history
[PR] 1.0.2 release
  • Loading branch information
Kaszanas authored Aug 28, 2022
2 parents 0d2e461 + 8a7ca96 commit 6b76f77
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<!--next-version-placeholder-->

## v1.0.2 (2022/08/28)

- Verified the examples.
- Implemented a bugfix for EXAMPLE_SYNTHETIC_REPLAYPACKS, the replaypack was set to be downloaded from URL of a branch that no longer exists.

## v1.0.1 (2022/08/28)

- Implemented a bugfix for EXAMPLE_SYNTHETIC_REPLAYPACKS, the replaypack was set to be downloaded from URL of a branch that no longer exists.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sc2_datasets"
version = "1.0.1"
version = "1.0.2"
description = "Library providing PyTorch and PyTorch Lightning API for pre-processed StarCraft II dataset SC2EGSetDataset and other datasets."
authors = ["Andrzej Białecki", "Andrzej Szczap"]
license = "GNU General Public License v3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/sc2_datasets/available_replaypacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
EXAMPLE_SYNTHETIC_REPLAYPACKS = [
(
"2022_TestReplaypack",
"https://github.com/Kaszanas/SC2EGSet_Dataset/raw/working_on_docs/tests/test_files/2022_TestReplaypack.zip", # noqa
"https://github.com/Kaszanas/SC2EGSet_Dataset/raw/main/tests/test_files/2022_TestReplaypack.zip", # noqa
)
]

Expand Down

0 comments on commit 6b76f77

Please sign in to comment.