-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Milestone
Description
- Make use of
dictionary
in all the code. - Check if the type of error raised is relevant.
- Choose between
Enum
andBaseEnum
. - Remove
generate
- Remove
interpret
- Remove
API
and all examples. - Remove
quality_check
- Remove
random_search
- Remove
resources
- Clean (or remove?)
tsvtools
- Clean
utils
- Update all side files (
MANIFEST.in
, etc.) - Remove
__init__.py
in unittests? - Add
.ruff_cache
in.gitignore
.