Mercury-engine-data-structures

Latest version: v0.28.0

Safety actively analyzes 624915 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 7

0.28.0

What's Changed
* polycollection2d fix by steven11sjf in https://github.com/randovania/mercury-engine-data-structures/pull/130
* fix linter warnings by Miepee in https://github.com/randovania/mercury-engine-data-structures/pull/132
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/128
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/133


**Full Changelog**: https://github.com/randovania/mercury-engine-data-structures/compare/v0.27.1...v0.28.0

0.27.1

New release

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/118
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/119
* Bump codecov/codecov-action from 3 to 4 by dependabot in https://github.com/randovania/mercury-engine-data-structures/pull/120
* Bump hmarr/auto-approve-action from 3 to 4 by dependabot in https://github.com/randovania/mercury-engine-data-structures/pull/121
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/122
* MSR - Add .blsnd support by dyceron in https://github.com/randovania/mercury-engine-data-structures/pull/123
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/124
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/126
* Bump svenstaro/upload-release-action from 2.7.0 to 2.9.0 by dependabot in https://github.com/randovania/mercury-engine-data-structures/pull/127
* Fixed AABOX2D collision by steven11sjf in https://github.com/randovania/mercury-engine-data-structures/pull/129


**Full Changelog**: https://github.com/randovania/mercury-engine-data-structures/compare/v0.27.0...v0.27.1

0.27.0

New release

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/115
* Only align if data section size contains files by ThanatosGit in https://github.com/randovania/mercury-engine-data-structures/pull/112
* Add lua format which gets the byte code when building by ThanatosGit in https://github.com/randovania/mercury-engine-data-structures/pull/114
* Fix typo by ThanatosGit in https://github.com/randovania/mercury-engine-data-structures/pull/116


**Full Changelog**: https://github.com/randovania/mercury-engine-data-structures/compare/v0.26.1...v0.27.0

0.26.1

New release

What's Changed
* Use a constraints file when installing deps by henriquegemignani in https://github.com/randovania/mercury-engine-data-structures/pull/109
* Try to tell self-host CI to use merge queue by Miepee in https://github.com/randovania/mercury-engine-data-structures/pull/110
* Bump actions/setup-python from 4 to 5 by dependabot in https://github.com/randovania/mercury-engine-data-structures/pull/104
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/105
* Bump actions/download-artifact from 3 to 4 by dependabot in https://github.com/randovania/mercury-engine-data-structures/pull/106
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/111
* Update some fields in sr bmsad header by dyceron in https://github.com/randovania/mercury-engine-data-structures/pull/113

New Contributors
* Miepee made their first contribution in https://github.com/randovania/mercury-engine-data-structures/pull/110

**Full Changelog**: https://github.com/randovania/mercury-engine-data-structures/compare/v0.26.0...v0.26.1

0.26.0

What's Changed
* Write pkgs with only ensured assets by ThanatosGit in https://github.com/randovania/mercury-engine-data-structures/pull/89
* Add support for BMSMSD by ThanatosGit in https://github.com/randovania/mercury-engine-data-structures/pull/91
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/90
* Add tile type enum by ThanatosGit in https://github.com/randovania/mercury-engine-data-structures/pull/92
* MSR - Update TileType Enum and add Enum for Icon_Priority by dyceron in https://github.com/randovania/mercury-engine-data-structures/pull/93
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/94
* MSR - Add bmses support by dyceron in https://github.com/randovania/mercury-engine-data-structures/pull/95
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/96
* Change auto merge from commit author to pull request author by ThanatosGit in https://github.com/randovania/mercury-engine-data-structures/pull/98
* MSR - Support .bmsmd by dyceron in https://github.com/randovania/mercury-engine-data-structures/pull/97
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/100
* Skip over correct length for the header in pkg files by ThanatosGit in https://github.com/randovania/mercury-engine-data-structures/pull/101
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/102
* Adjust pkg alignment for SR by dyceron in https://github.com/randovania/mercury-engine-data-structures/pull/103


**Full Changelog**: https://github.com/randovania/mercury-engine-data-structures/compare/v0.25.0...v0.26.0

0.25.0

What's Changed
* Add tests for BMSLD parse and build by ThanatosGit in https://github.com/randovania/mercury-engine-data-structures/pull/77
* Apply alignment after header in pkg by ThanatosGit in https://github.com/randovania/mercury-engine-data-structures/pull/79
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/76
* Add support for BMTUN by ThanatosGit in https://github.com/randovania/mercury-engine-data-structures/pull/80
* add BMSBK support by duncathan in https://github.com/randovania/mercury-engine-data-structures/pull/81
* Bump codecov/codecov-action from 3 to 4 by dependabot in https://github.com/randovania/mercury-engine-data-structures/pull/78
* Revert "Bump codecov/codecov-action from 3 to 4" by henriquegemignani in https://github.com/randovania/mercury-engine-data-structures/pull/83
* Rename bmsbk field by ThanatosGit in https://github.com/randovania/mercury-engine-data-structures/pull/82
* Rename unknown, add all_actors method by ThanatosGit in https://github.com/randovania/mercury-engine-data-structures/pull/84
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/85
* Support for SR TXT files by ThanatosGit in https://github.com/randovania/mercury-engine-data-structures/pull/86
* Add actors sorted by CRC in Bmsld entity groups by ThanatosGit in https://github.com/randovania/mercury-engine-data-structures/pull/88
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/randovania/mercury-engine-data-structures/pull/87


**Full Changelog**: https://github.com/randovania/mercury-engine-data-structures/compare/v0.24.0...v0.25.0

Page 1 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.