Skip to content

Commit

Permalink
Drop core_generators
Browse files Browse the repository at this point in the history
Nowadays it looks very arbitrary why this specific algorithm is part of
'mutwo.core'. It's not needed by any other part of the project, but
includes the heavy dependency 'numpy' (also it may be usable without
numpy). But anyway, it doesn't belong to 'mutwo.core', but should rather
move to 'mutwo.common' or to its own repository. 'mutwo.core' shouldn't
be responsible for hosting fancy algorithmic-arts tools, but only the
bare-bones necessities to describe events, parameters and converters.
  • Loading branch information
levinericzimmermann committed Nov 8, 2023
1 parent 9b6195e commit 974aac3
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 137 deletions.
1 change: 0 additions & 1 deletion .mypy.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
[mypy]
plugins = numpy.typing.mypy_plugin
12 changes: 0 additions & 12 deletions mutwo/core_generators/__init__.py

This file was deleted.

73 changes: 0 additions & 73 deletions mutwo/core_generators/generic.py

This file was deleted.

1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
],
setup_requires=[],
install_requires=[
"numpy>=1.18, <2.00",
"python-ranges>=1.2.0, <2.0.0",
],
extras_require=extras_require,
Expand Down
Empty file removed tests/generators/__init__.py
Empty file.
49 changes: 0 additions & 49 deletions tests/generators/generic_tests.py

This file was deleted.

1 change: 0 additions & 1 deletion tests/import_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ class ModuleImportTest(core_utilities.ModuleImportTest):
module_name_list = r"""core_constants
core_converters
core_events
core_generators
core_parameters
core_utilities""".splitlines()

0 comments on commit 974aac3

Please sign in to comment.