Skip to content

Releases: The-Strategy-Unit/nhp_model

v5.1.0

29 May 11:12
d855f59

Choose a tag to compare

What's Changed

  • Bump the all-dependencies group with 2 updates by @dependabot[bot] in #612
  • fix: prevent race condition in schema deployment, add manual trigger by @ai-mindset in #611
  • switches to new HSA metalog distributions by @tomjemmett in #589
  • updates copilot instructions by @tomjemmett in #615
  • ensures that we only handle the convert to tele efficiencies in this step by @tomjemmett in #614
  • renames variables for clarity by @tomjemmett in #616
  • fix metadata in ats by @tomjemmett in #618
  • Remove deprecated _add_pod_to_data from base model by @Copilot in #613

Full Changelog: v5.0.0...v5.1.0

v5.0.0

21 May 11:17
3cb51a5

Choose a tag to compare

What's Changed

Dependabot

Full Changelog: v4.4.1...v5.0.0

v4.4.1

16 Mar 15:09
c0e5ff4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.1...v4.4.1

v4.4.0

29 Jan 12:13
91b60a4

Choose a tag to compare

What's Changed

no changes

Full Changelog: v4.3.1...v4.4.0

v4.3.1

23 Jan 14:40
91b60a4

Choose a tag to compare

What's Changed

  • Be more explicit on barriers to running model for external users by @yiwen-h in #520
  • unpin pandas-flavor and specify pyjanitor version by @yiwen-h in #521

Full Changelog: v4.3.0...v4.3.1

v4.3.0

27 Nov 11:09
b383154

Choose a tag to compare

What's Changed

Full Changelog: v4.2.1...v4.3.0

v4.2.1

07 Oct 12:52
775bbda

Choose a tag to compare

What's Changed

New Contributors

  • @Copilot made their first contribution in #501

Full Changelog: v4.2.0...v4.2.1

v4.2.0

01 Oct 10:14
4f50474

Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.2.0

v4.1.0

03 Sep 13:09
33790cc

Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.1.0

v4.0.1

06 Aug 10:41
d12280f

Choose a tag to compare

What's Changed

improve progress reporting #437

Implements progress reporting by updating metadata on the file uploaded to the queue container. This allows up to report back progress to the inputs app

improve exception handling in containers #451

There were cases where the python code would crash in the docker container, but the python process would never terminate, leaving the container running unnecessarily.

We now handle these exceptions more gracefully, which allows the containers to terminate immediately on errors.

Tidying up

New Contributors

Full Changelog: v4.0.0...v4.0.1