What's Changed
* Bump black fmt to 22.3.0 to fix issues with click by jccurtis in https://github.com/lbl-anp/becquerel/pull/329
* Remove notebook calls to IsotopeQuantity.*_now methods and update docs by jccurtis in https://github.com/lbl-anp/becquerel/pull/326
* Added parser for IEC 1455 files by werthm in https://github.com/lbl-anp/becquerel/pull/322
* Fix numpy complex dtype deprecation warning by jccurtis in https://github.com/lbl-anp/becquerel/pull/331
* Enable the latest Compendium materials JSON format to be read by markbandstra in https://github.com/lbl-anp/becquerel/pull/328
* Add parallel pytest'ing to the test action by jccurtis in https://github.com/lbl-anp/becquerel/pull/337
* Calibration raises warning when values are outside its range by markbandstra in https://github.com/lbl-anp/becquerel/pull/319
* Add gauss + double exponential tail model by micahfolsom in https://github.com/lbl-anp/becquerel/pull/312
* Fix stable IsotopeQuantity by jvavrek in https://github.com/lbl-anp/becquerel/pull/339
* Skip NNDC/XCOM tests if databases are down by jvavrek in https://github.com/lbl-anp/becquerel/pull/333
* Include or exclude "overflow" events when rebinning by markbandstra in https://github.com/lbl-anp/becquerel/pull/341
* changes all np.exp to np.expm1 in istope_qty by cosama in https://github.com/lbl-anp/becquerel/pull/357
* Do not cancel other tests if there is a failure by markbandstra in https://github.com/lbl-anp/becquerel/pull/361
* peakfinder: reset found peaks before looking for new peaks. Fixes 352 by arunpersaud in https://github.com/lbl-anp/becquerel/pull/353
* Update code to pass correct POST requests to XCOM by markbandstra in https://github.com/lbl-anp/becquerel/pull/364
* add Fitter.param_rel_unc and adjust pandas append to concat by jvavrek in https://github.com/lbl-anp/becquerel/pull/368
* Fix NeutronIrradiation limitation by allowing user to determine isotope stability by markbandstra in https://github.com/lbl-anp/becquerel/pull/369
* change np.int to int by jvavrek in https://github.com/lbl-anp/becquerel/pull/370
* Check parameter names by jvavrek in https://github.com/lbl-anp/becquerel/pull/356
* Bump version: 0.5.0 → 0.6.0 by jvavrek in https://github.com/lbl-anp/becquerel/pull/371
New Contributors
* werthm made their first contribution in https://github.com/lbl-anp/becquerel/pull/322
* pre-commit-ci made their first contribution in https://github.com/lbl-anp/becquerel/pull/335
* micahfolsom made their first contribution in https://github.com/lbl-anp/becquerel/pull/312
**Full Changelog**: https://github.com/lbl-anp/becquerel/compare/v0.5.0...v0.6.0