Skip to content

v0.5.2

Choose a tag to compare

@egarciamendez egarciamendez released this 12 Nov 16:44
· 1112 commits to main since this release

πŸš€ Release v0.5.2

🎯 Key Highlights

πŸ”§ Bug Fixes & Stability
Critical fixes for formula class naming and visualization improvements for reinforced concrete sections.

⚑ Performance Improvements
Enhanced matplotlib handling with background process optimization.

πŸ—οΈ New Eurocode Features
Added Form 5.7 from NEN-EN 1993 for steel design calculations.

✨ New Features

πŸ—οΈ Steel Design (EN 1993)

  • Form 5.7 Implementation: Added comprehensive support for Form 5.7 from NEN-EN 1993-1-1.

πŸ”§ Improvements & Fixes

Code Quality

  • Formula Class Names: Fixed invalid formula class naming conventions - changed N to n and Dot to And for consistency and clarity
  • Matplotlib Optimization: Set matplotlib to run with background process for improved performance

Bug Fixes

  • RCS Plotter: Fixed visualization issue when reinforced concrete sections have no reinforcement defined - plotter now handles edge cases gracefully

πŸ‘₯ New Contributors

Welcome to our newest contributors who made their first contributions to Blueprints:

Thank you guys!


What's Changed

  • Fix invalid formula class names: change N to n and Dot to And by @Copilot in #760
  • set matplotlib with background process by @RickDGO in #767
  • Fixed RCS plotter issue when there is no reinforcement by @Sam-Radnus in #737
  • Feature/add form 5 7 nen en 1993 by @casper-van-der-krift in #818

Full Changelog: v0.5.1...v0.6.0