- Added branching ratios (163 , thanks to dihm )
- Improved CI build system (166 168 , thanks to dihm )
- Fixed bug with Breit Rabi states with half-integer rounding (159 , thanks to VNastya)
- Fixed bug with 3D plots due to Matplotlib regression (thanks to Guo Gangyz)
- Changed return result for Wigner6j for non-integer sums to match Wolfram (158 returning 0 instead of NaN; thanks to petermao )
If any issues occur now that we use new build system (that should be actually more reliable since it is used by big projects such as scipy, numpy... ) please open an issue.
v.3.4.1
Minor release, resolving issue with new Numpy 1.24.2 (February 2024) that was causing loading of data to fail (165 162 ).
Many thanks to glsmail for locating root cause and suggesting fix.
Also added support for Python 3.12, and removed support for Python 3.7.