Skip to content

Releases: hipagesgroup/data-ml-utils

Add databricks sql connector functionality

01 Jul 00:08
8c801af
Compare
Choose a tag to compare

This release covers the following:

  • add databricks sql connector functionality so that querying from local machine is made possible

v0.3.8

04 Apr 04:17
959d6a2
Compare
Choose a tag to compare

This release covers the following:

  • removal of all AWS EMR and Sagemaker related utils
  • add Databricks utils
  • add MLflow utils
  • add common requests functions for our endpoint integration tests

v0.2.9

26 Aug 04:13
d26ca0c
Compare
Choose a tag to compare

This release includes the following patch fix:

  • change dependencies version

v0.2.8

09 Aug 00:12
3f18bd0
Compare
Choose a tag to compare

This release includes the following patch fix:

  • change autoscaling ondemand limit to 0 so that only spot ec2 instances are spun up

v0.2.7

07 Aug 23:54
523c92f
Compare
Choose a tag to compare

This release includes the following patch fix:

  • add EMR version as part of the function parameter to prevent hardcoding of versions
  • add auto scaling for number of ec2 instances of cluster; min 60 and max 120
  • changed the logic to check if the master DNS address with polling request every 15 minutes

v0.2.6

22 Jul 05:01
16b8c92
Compare
Choose a tag to compare

This release includes the following patch fix:

  • shortening spot instances timeout duration to 5 minutes
  • increasing the time to check if the EMR cluster has a master DNS address to 10.5 minutes

v0.2.4

25 May 14:46
aa3b3fb
Compare
Choose a tag to compare

This release includes the following:

  • Fix the bug to correctly store int and float data type as numpy int and numpy float when querying and storing data as pandas dataframe.

v0.2.3

17 May 03:05
5cb945e
Compare
Choose a tag to compare

This release includes the following:

  • loosening dependency requirements to be compatible with other ml repos

v0.2.2

11 May 12:05
b28c575
Compare
Choose a tag to compare

This release includes the following:

  • fixes EMR pytests to use botocore stubber, moto throws an malformatted inputs and not quite sure the cause of it

v0.2.1

05 May 07:20
b712e9b
Compare
Choose a tag to compare

This release includes the following:

  • pyathena client query engine
  • boto3 client for EMR
  • boto3 client for AWS Sagemaker Model Registry
  • minor bug fixes and code optimisation for pyathena
  • fix up requirements