This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
v1.2.0 (2024-04-17)
Chore
-
chore: edit README.md and example.py to reflect ArtifactSet type (
a40234d
) -
chore: fix test badge in readme (
a502d04
) -
chore: change workflow badge (
340c09d
) -
chore: revert 7b5daa2
This reverts commit 7b5daa2. (2786a53
)
Ci
-
ci: change requirement for release job (
569433b
) -
ci: change workflow order to facilitate feature branch dev (
3bdace4
) -
ci: add missing setup for steps (
ec088fb
) -
ci: depdendency setup before anything else (
514ee42
) -
ci: change workflow order (
7b5daa2
)
Documentation
- docs: add favicon (
3b73e1b
)
Feature
- feat(Artifact): add ArtifactSet type
This is an Enum of ArtifactSetData instances containing data for the set_num (set bonuses), rarities, and valid slots for the set (this is for special cases like the Prayers sets that are only circlets). (1918b1a
)
Fix
- fix(plots): correct type of slot & account for None mainstat (
0948acb
)
Refactor
- refactor: change data format of ArtifactSet
This facilitates the generation of artifact set bonuses. (db570bb
)
- refactor(DataGen): init with snake_case attrs (
756e1da
)
Style
- style: black no like double quotes in f-string (
acc18e0
)