New features :rocket:
- Moving towards feature parity (where relevant) with LOBSTER:
- k-resolved WOHPs and WOBIs 3
- Wannier populations and charges 7
- The density of energy (DOE) 6
- Bond-Weighted Distribution Functions (BWDFs) 5
Breaking changes :boom:
- The `project` method of the `DOS` class now returns a dictionary with keys for each individual atom, rather than whole atomic species.
- e.g. previous return would have looked like `{"Ga" : np.ndarray}`, whereas now you get `{"Ga1" : np.ndarray, "Ga2" : np.ndarray, "As1" : np.ndarray}` etc.
Fixes :hammer_and_wrench:
- Minor changes to docs, variable names and miscellaneous items.