Skip to content

v0.9.11

Latest
Compare
Choose a tag to compare
@astrofrog astrofrog released this 22 Apr 10:04
· 7 commits to main since this release

What's Changed

This release fixes compatibility with recent versions of packages in the Python ecosystem and modernises the infrastructure of the package.

  • fix installation for users who don't already have numpy by @saethlin in #218
  • Import six standalone and gfortran9(?) bugfix by @jwise77 in #220
  • Use setup.cfg for setup metadata by @astrofrog in #216
  • Better deal with division by zero in mean opacity calculations by @astrofrog in #163
  • Switch from Travis to GitHub actions by @astrofrog in #225
  • Modernize infrastructure by @astrofrog in #226
  • Fix continuous integration by @astrofrog in #230
  • Update references to deprecated NPY_IN_ARRAY by @astrofrog in #238
  • Remove code related to wall shapes in voro++ wrapper since it is not used by @astrofrog in #239
  • Fix compatibility with and enable limited API by @astrofrog in #237
  • Added RTD configuration file by @astrofrog in #243
  • Make it possible to run test suite without fortran binaries by @astrofrog in #242
  • Added infrastructure for automated releases by @astrofrog in #245
  • Added wheel building configuration, and build with Numpy 2.0.0rc1 or later by @astrofrog in #244

New Contributors

Full Changelog: v0.9.10...v0.9.11