- Change of np.arange to np.linspace to avoid e_grid arrays with sizes different from NEDOS. (see the warning on numpy.arange documentation)
2.1.2
- Remove broken links from docs
2.1.1
- Remove broken link from docs
2.1.0
- Add `bg` option to `TASGenerator.from_vasp_outputs()` to allow scissor shifting of the bandgap to match experiment. - Implement vectorised band filtering functions, massive speedup in processing times. - Implement memory sharing for large arrays within multiprocessing.
2.0.1
- Minor documentation and website updates.
2.0.0
- Reduce the sum over band transitions to the energy mesh (min(-6, -energy_max), max(6, energy_max)) to make parsing of VASP optics more efficient. - Switch to semantic versioning.