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