Skip to content

Tags: timfi/pyecs

Tags

v0.19

Toggle v0.19's commit message
removed poetry env caching (seems to cause some issues...)

v0.18

Toggle v0.18's commit message
fixed Pipfile.lock merge issues...

v0.17

Toggle v0.17's commit message
added missing cache_clear for get_children_with

v0.16

Toggle v0.16's commit message
Moved to stub file for typing

To facilitate the stubs files in the packaging
I needed to switch to a package based distribution
from the current module based one as PEP-561 specifcally
states that the proper distribution of type information
is only supported with package based distribution.

v0.15

Toggle v0.15's commit message
Removed disambigous typing by default.

To ensure proper typing I removed the whole "get entities
and components" part from `get_entities_with` and moved
back to the simpler "get entities". Additionally I changed
the example in the readme to encourage the usage of the
`get_component` over `get_components` as the later doesn't
implement proper typing as of now. Furthermore I'm not to
sure if I'll ever find a "clean" way to do so anyways...

v0.14

Toggle v0.14's commit message
fixed readme to show proper usage of Store.get_entities_with

v0.13

Toggle v0.13's commit message
fixed docstring typos

v0.12

Toggle v0.12's commit message
bumped version

v0.11

Toggle v0.11's commit message
removed some 'overcaching', simple lookups don't need the caching ove…

…rhead...

v0.10

Toggle v0.10's commit message
bumbed version number