Skip to content

Releases: emdgroup/foundry-dev-tools

v2.1.14

18 Dec 09:19
Compare
Choose a tag to compare

[2.1.14] - 2024-12-18

Fixed

  • establish direct read for full dataset queries in Dataset class (#91)

v2.1.13

18 Dec 09:07
Compare
Choose a tag to compare

Fixed

  • fix require consent param name, should be requireConsent instead of require_consent (#89)

v2.1.12

18 Dec 09:07
Compare
Choose a tag to compare

Fixed

  • fixed pagination in list_files (#88)

v2.1.11

11 Nov 12:51
6d2ab03
Compare
Choose a tag to compare

Fixed

  • save_dataframe incorrectly interacting with optional modules pandas or polars

v2.1.10

31 Oct 14:14
Compare
Choose a tag to compare

[2.1.10] - 2024-10-31

Changed

  • Typing for callable in transform decorators (#78)
  • Support polars in Dataset class (#81)

Added

  • Update project roles via compass-API (#80)
  • Add error message to SQL Exception (#82)

v2.1.9

08 Oct 13:10
Compare
Choose a tag to compare

[2.1.9] - 2024-10-08

Changed

  • Allow direct import of Transform from transforms.api

v2.1.8

25 Sep 18:58
Compare
Choose a tag to compare

[2.1.8] - 2024-09-25

Fixed

  • fix Resource class can tolerate new Compass JSON Properties (#75)

v2.1.7

17 Sep 12:47
Compare
Choose a tag to compare

[2.1.7] - 2024-09-16

Fixed

  • fix uninitialized branch attribute for Dataset class (#73)

v2.1.6

13 Sep 19:50
Compare
Choose a tag to compare

Added:

  • Retry request 3 times on ConnectionError

Fixed

  • quote repository name in git clone url
  • fix printing of Datasets instantiated by ctx.get_resource(rid)

v2.1.5

30 Aug 12:00
Compare
Choose a tag to compare

Fixed

  • properly pass scopes to multipass endpoint in client_credentials flow