Skip to content

v7.3.1 (Oct 21, 2022)

Compare
Choose a tag to compare
@DrTimothyAldenDavis DrTimothyAldenDavis released this 01 Nov 23:09
· 1617 commits to stable since this release
b5ae1ed

v7.3.1 (Oct 21, 2022)

* workaround for Microsoft Visual Studio bug :  MSC 19.2x (in vs2019)
    encounters a compiler bug when compiling the FIRST_FC32 and SECOND_FC32
    binary operators.  This version adds a flag that disables those
    methods.  The operators still work, they are just handled by the
    slower generic methods. Thanks to Erik Welch, H. Vetinari, and others
    in the conda-forge community for tracking this down.