Skip to content

v2.0.0-alpha

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 15:28
· 3 commits to main since this release

🐛 Bug Fixes

  • 35c5ded - setup: fix names of extras in pyproject file (commit by @ltrotter)
  • bdb9189 - data: fix metadata when saving files, order of priority (commit by @ltrotter)
  • 1124dbb - io: patch opening of jsons containing lists (commit by @ltrotter)
  • 1b39d66 - avoid circular imports on parse and options (commit by @ltrotter)
  • 0f002c1 - imports: only import dependencies when needed for extras (commit by @ltrotter)
  • e8c6446 - io: restructure data type checks to allow flexible imports (commit by @ltrotter)
  • 4e674bd - data: ensure prefix returns path also when single file exists (commit by @ltrotter)
  • 9ea645d - data: set return of time_signature to 0 or 1 if field is not in key_pattern (commit by @ltrotter)
  • ea0bf54 - data: ensure find_times works with 'end+1' time_signature and daily ts (commit by @ltrotter)
  • bd424f5 - setup: redirect pyproj to correct folder and fix global init file (commit by @ltrotter)

♻️ Refactors

  • e4e7428 - major changes to make d3tools installable (commit by @ltrotter)
  • 10e5daa - space: change spatial to make tools installable (commit by @ltrotter)
  • 582e57c - setup: move package folder into src for setuptools discovery (commit by @ltrotter)