v7.9.0
So many changes!
Lots of features added! Of particular interest are changes for better integration with gala, as well as several bugs that have been fixed.
What's Changed
- Expose pseudo-force interface using pybind11 [WIP] by @The9Cat in #126
- Detrending flags by @michael-petersen in #133
- Why doesn't
FieldGeneratorhave a null constructor????! by @The9Cat in #144 - Broken parameter checking in
Outputbase class by @The9Cat in #151 - Fix coefficient storage allocation error by @The9Cat in #149
- Adds a
getAccel()member toBiorthBasisby @The9Cat in #146 - Fix two typos by @The9Cat in #147
- Add HDF5 file writing to
expand HDF file reading topyEXP[WIP] by @The9Cat in #148 - OutDiag bug fix by @The9Cat in #155
- Fix bug in
expMSSAcontrol flags by @The9Cat in #154 - Handle Spherical SL solutions for large harmonic orders by @The9Cat in #152
- Add a factory member to BiorthBasis by @The9Cat in #157
- Two minor fixes necessary for successful compilation with g++15 by @The9Cat in #158
- Parallel tipsy by @The9Cat in #156
- Implement rotation matrices for frame transformation by @The9Cat in #153
- Improve scale height consistency by @The9Cat in #145
- Updates to DEBUG diagnostic code by @The9Cat in #163
- Implement two metaflags for minimal bulds by @The9Cat in #168
- Use the Python functor for
deprojectby @The9Cat in #167 - Scope functions and variables so that static libraries build by @Leengit in #171
- cmake: add more headers used from public interface by @lgarrison in #172
- Array version of
getAccelby @The9Cat in #170 - BiorthBasis: use Eigen::Ref for getAccel inputs by @lgarrison in #173
- pyEXP: add get_shared_ptr_capsule() to BiorthBasis and Coefs by @lgarrison in #174
- Added basis creation from functions by @The9Cat in #164
- Add a conditional disable of passing openmp flags on mac with clang by @adrn in #165
- A preliminary implementation of partition covariance [WIP] by @The9Cat in #169
- Add rpath by @michael-petersen in #176
- Fix faulty definitions in base Milky Way model by @michael-petersen in #175
- Add a Unit class to EXP coefficients by @The9Cat in #160
- change asserts to not throw clang warnings by @michael-petersen in #181
- Bump version number to 7.9.0 and merge recent bug fixes from
mainby @The9Cat in #140
New Contributors
- @Leengit made their first contribution in #171
- @lgarrison made their first contribution in #172
Full Changelog: v7.8.5...v7.9.0