Skip to content

Version history

v0.1.26 (2026-01-15)

  • Added limits for common bracket properties.

v0.1.25 (2025-12-18)

  • Added parts dimensions into response.

v0.1.24 (2025-11-13)

  • Coating updated, L4 for inox, FV for galva.

v0.1.23 (2025-10-17)

  • Error messages are simplified and shown as clean and explainable text.
  • Hook-on tab references in sideview for HPF-W brackets have "-w-" added to be able to programatically distinguish them.

v0.1.22 (2025-10-03)

  • Show welded hook in side-view.

v0.1.21 (2025-10-02)

  • Removing the option for bent hooks on tabs as per email from Caroline from 2025-09-08

v0.1.20 (2025-08-28)

  • API returns bearing forces ready for output (calculation.bearing_forces.output_hpf and optional calculation.bearing_forces.output_hpf_w)
  • UI shows bearing forces

v0.1.19 (2025-08-25)

  • BUGFIX: Internal server error fixed, angles in proof of stability proof in horizontal section calculated with abs (no negative values)

v0.1.18 (2025-08-05)

  • BUGFIX: front plate for brackets with t=6 mm height fixed (90 mm => 75 mm)

v0.1.17 (2025-08-01)

  • Refactoring HPFW calculation, delta always calculated, all checks enabled

v0.1.16 (2025-07-28)

  • Fix for BH- and SH-type drawings for very small H.
  • Fix for SH-type drawings for 15 mm gap between the loading plate and the bracket body.

v0.1.15 (2025-07-24)

  • BUGFIX: x_min integer value return message fixed
  • BUGFIX: updating SH brackets K and bh limits
  • BUGFIX: partial element length disabled for S-types in calculation and in debug UI
  • TWEAK: Shimming plate rounded to 1 mm and values < 2 mm not possible in UI
  • TWEAK: No decimal places possible for V, bv, H, bh dimensions in UI
  • BUGFIX: Bottom panel fixing cannot be none (it has to be either pins or HPF-W)
  • TWEAK: "HPV" in info boxes and schema changed to "pinning"

v0.1.14 (2025-07-03)

  • setting conditions for PE lifting, and excluding additional masonry condition with partial element length

v0.1.13 (2025-06-25)

  • Implementing revision documents by Caroline
  • Updating proofs of concrete pressure under the head of the bolt, checks 14, 34 for B types, check 9.29 for S types

v0.1.12 (2025-06-17)

  • Added sideview 2D visualization into the response.
  • Showing the sideview in the UI.

v0.1.11 (2025-06-10)

  • Added W-type bracket calculation into the UI.

v0.1.10 (2025-06-09)

  • Small internal model fixes to more often choose correct calculation model even when there are small errors in data. This makes the data-model errors more concise and also reduces false-positive data model errors.
  • Added S-type bracket calculation into the UI.

v0.1.9 (2025-06-02)

  • Update concrete classes to only valid values
  • Fix units for Fwp,2,tot and Fws,2,tot
  • Fixed missing digits in debug UI
  • In debug UI change of material update gamma_m0 and gamma_m1

v0.1.7 (2025-02-20)

  • implemented HPF-S calculation and HPF-W bracket calculation

v0.1.6

  • updating missing factors for Wpl calulation according to response from Caroline

v0.1.5 (2024-12-12)

  • Updated Pydantic to version 2.x and made required changes to data models
  • Updated FastAPI and uvicorn to latest versions

v0.1.4 (2024-12-11)

  • Fix for zeroing unused bracket properties

v0.1.3

  • SupportBracket refactoring
  • Started work on HPF-S/W bracket calculation (not yet exposed in UI)

v0.1.2

  • Fix for OpenAPI not working and docs not being served on homepage

v0.1.1

  • Validation of API parameters

v0.1.0

  • Calculation for HPF-B/BH/BV/BHV brackets
  • Report output
  • API set up
  • Debug UI