Skip to content

Releases: microsoft/hi-ml

Improved Azure authentication

19 Mar 13:56
97ea3be
Compare
Choose a tag to compare

What's Changed

This release enables the use of password-free federated credentials for GitHub workflows.

Note that this release moves some helper functions for authentication to a new namespace, and might break existing code.

hi-ml-azure

  • ENH: Add AzureCLI authentication for SDK v1 codepath by @ant0nsc in #922

Full Changelog: v0.4.3...v0.4.4

v0.4.3

07 Mar 12:54
aebaf3e
Compare
Choose a tag to compare

What's Changed

General

  • MNT: Delete workflows and switch to built-in tooling by @ant0nsc in #920

hi-ml-azure

Full Changelog: v0.4.2...v0.4.3

Hotfix to enable latest version of azureml-dataprep

29 Feb 16:16
1f9658c
Compare
Choose a tag to compare

What's Changed

AzureML has deployed code that is not compatible with versions of azureml-dataprep before 5.1.6. However, that version 5.1.6 does not have the MountContext class that hi-ml-azure is using.

hi-ml-azure

Full Changelog: v0.4.1...v0.4.2

More flexible MPI job handling

13 Nov 10:50
c606808
Compare
Choose a tag to compare

What's Changed

This release adds a small improvement for AML SDK v1, which can now also be run as MPI jobs on a single node.

hi-ml-azure

  • ENH: Enable single-node MPI jobs with SDK v1 by @ant0nsc in #914

Full Changelog: v0.4.0...v0.4.1

Switch to Python 3.9

09 Nov 17:29
1cf19cc
Compare
Choose a tag to compare

What's Changed

This version of hi-ml now requires Python 3.9.

hi-ml-azure

  • BUG: Allow relative path for entry script for SDK v2 submission by @ant0nsc in #904
  • ENH: Apply security fixes by @ant0nsc in #912
  • ENH: Allow command in script run config by @ant0nsc in #909
  • ENH: Upgrade Python and other packages by @ant0nsc in #910

Full Changelog: v0.3.4...v0.4.0

hi-ml-azure improvements, take 2

28 Jul 09:29
1a754d8
Compare
Choose a tag to compare

What's Changed

This is an second attempt to release what was meant to be v0.3.3. Publishing of that version was blocked because pyright consistently ran out of diskspace. This has now been disabled in #906.

Full Changelog: v0.3.3...v0.3.4

hi-ml-azure improvements

27 Jul 14:32
f51a408
Compare
Choose a tag to compare

What's Changed

hi-ml-azure

  • ENH: Single node runs for SDK v2 can be non-distributed by @ant0nsc in #905

Full Changelog: v0.3.2...v0.3.3

Bug fixes in hi-ml-azure, cpath improvements

20 Jul 05:19
036e231
Compare
Choose a tag to compare

What's Changed

hi-ml-azure

  • BUG: Fix for duplicate authentication by @ant0nsc in #878
  • BUG: AmlIgnore file should not lose its last linebreak by @ant0nsc in #903
  • BUG: Enable submitting jobs to compute instances by @ant0nsc in #902

hi-ml-cpath

Full Changelog: v0.3.1...v0.3.2

v0.3.1

15 May 10:10
683def9
Compare
Choose a tag to compare

What's Changed

hi-ml-azure

  • FIX: Stop replacing dashes with underscores in experiment name by @fepegar in #884
  • FIX: Fix env variables not passed to AML SDK v2 jobs by @fepegar in #885

Full Changelog: v0.3.0...v0.3.1

v0.3.0

05 May 17:28
0baf1d1
Compare
Choose a tag to compare

What's Changed

hi-ml-azure

hi-ml

  • ENH: Enable flexible resolution unit for mock data generator by @kenza-bouzid in #827
  • MNT: Upgrade pytorch to 1.11 by @kenza-bouzid in #833
  • ENH: Improve handling of metric comparison for regression tests by @ant0nsc in #835
  • BUG: Misleading warnings when comparing metrics by @ant0nsc in #838
  • ENH: Allow variants of model parameters in the same class by @ant0nsc in #840
  • ENH: Add log files to AzureML runs to identify preemption by @ant0nsc in #841
  • MNT: Fix incorrect type annotations by @ant0nsc in #846
  • ENH: Ability to evaluate model on a new dataset by @ant0nsc in #859
  • FIX: Fix typo in makefile for make targets by @jubinmathew1995 in #865
  • ENH: Add tests for use of checkpoints in inference_only mode by @ant0nsc in #876

hi-ml-multimodal

  • FIX: Fix notebook CI when trying to merge from fork by @fepegar in #829
  • ENH: Add BioViL-T image and text encoders by @ozan-oktay in #830
  • ENH: Consume BioViL-T Pretrained Models in Inference Engines by @ozan-oktay in #845
  • FIX: Fix notebook not working on Binder by @fepegar in #852
  • MNT: Bump hi-ml-multimodal version by @fepegar in #849
  • ENH: Improve support for choosing image model weights by @markpinnock in #807
  • MNT: Bump hi-ml-multimodal version: 0.2.0 → 0.2.1 by @fepegar in #869

hi-ml-cpath

Other

New Contributors

Full Changelog: v0.2.19...v0.3.0