Skip to content

1.0.0

Compare
Choose a tag to compare
@whitews whitews released this 25 Apr 19:55
· 50 commits to master since this release
  • New gating module containing gating related utility functions moved from FlowKit to FlowUtils.
    • This completes the migration of all C extensions from FlowKit to FlowUtils
    • Functions include:
      • points_in_ellipsoid
      • points_in_polygon
  • Removed function gen_spill_matrix()
  • Version now available via flowutils.__version__
  • Migrated away from Travis to GitHub Actions for CI
  • New GitHub Action workflow 'wheels' to provide pre-built wheels for the most common platforms & Python versions.
  • Dropped support for Python 3.6
  • Added support for Python 3.10