Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed selector from code base #673

Merged
merged 2 commits into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ we hit release version 1.0.0.
- `BandStructure` points can now automatically add the `nsc == 1` axis as would
be done for assigning matrix elements (it fills with 0's).

### Removed
- removed `Selector` and `TimeSelector`, they were never used internally

### Changed
- `vacuum` is now an optional parameter for all ribbon structures
- enabled `array_fill_repeat` with custom axis, to tile along specific
Expand Down
3 changes: 0 additions & 3 deletions src/sisl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@
# import the common options used
from ._common import *

# Import the Selector
from .selector import *

# Import oplist
from .oplist import oplist

Expand Down
1 change: 0 additions & 1 deletion src/sisl/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ def pytest_configure(config):
"geom_category",
"plot",
"slow",
"selector",
"overlap",
"mixing",
"typing",
Expand Down
328 changes: 0 additions & 328 deletions src/sisl/selector.py

This file was deleted.

Loading