~~~~~~ - Addition of MAPI example outputs download instructions to DFT example by youngwonwoo. - Update to `from_dict()` method for `Tas` objects by kavanase & LucasGVerga
2.1.3
~~~~~~ - 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.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.