Skip to content

1.3.0

Compare
Choose a tag to compare
@Tarrasch Tarrasch released this 26 Jun 13:27
· 1985 commits to master since this release

Notable changes:

  • is_global finally removed! (It still exists to not break old code, but it only sets positional=False)
  • Initial support for Google Cloud Storage and Google BigQuery. Thanks @mikekap! #999 #1002
  • Massive luigid speedup for get_work() response times. #986
  • Various bugfixes.
  • Standardized FileSystem/Target interface. Again thanks @mikekap! #997
  • SQLAlchemy works for multiple engines. Thanks @dylanjbarth! #991