Recent Releases of https://github.com/arup-group/gsa-grasshopper
https://github.com/arup-group/gsa-grasshopper - GsaGH version 1.5.1
📣 Release Announcement: GsaGH 1.5.1 is Here! 🚀
We are excited to announce the release of GsaGH 1.5.1! This update brings a number of important bug fixes and improvements to ensure a smoother and more reliable experience for all users. Below, you'll find the highlights of what's been addressed in this version:
🛠️ Bugfixes
- Default Group Assignment: Fixed an issue where members were incorrectly assigned to group '0' by default, which was invalid. They now default to group '1'.
- Tolerance Clarification: Added clarification for the Tolerance setting in the 'Analyse model' and other components. It's now clear that these - tolerances apply to specific operations rather than the entire document.
- Prevent Re-analysis on Right Click: Prevented right-clicking on 'Analyse Model' from re-analysing the solution.
- Release Inversion Bug: Fixed a bug where releases behaved in the opposite way when editing Members or Elements.
- Create Grid Line Units Issue: Fixed an issue where the ‘Create Grid Line’ component did not respect Rhino Units when creating GSA objects.
- CreateList Component: Corrected behavior when IDs were set, preventing blank definitions.
- Open in GSA: Fixed compatibility issues with Rhino 8 under specific conditions.
- File Path Fix: Open in GSA now works even if there are spaces in the file path.
- 2D Element Topology: Topology for 2D elements now displays correctly as a tree structure instead of a flat list.
- Load Panels Geometry: On the ‘Edit 2D Element’ Component, Load panels geometry, polylines are now visible.
✅ Validated as Working
- Polyline Member Specification: We validated the fix for using polyline curves to specify members on the API side, ensuring that it works seamlessly in version 1.5.0 and onward.
🔗 Ready to Download
Find the updated version GsaGH 1.5.1 on the PackageManager and start enjoying these updates!
We value your feedback, so please let us know how this release works for you. Your input helps us make GsaGH even better. 🚀
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/313d61282d2cbf7153089d0a0f6759ad351d5d47
What's Changed
- GSAGH-558 removed AbsorbedDoseOfIonizingRadiation from the doc generation… by @psarras in https://github.com/arup-group/GSA-Grasshopper/pull/717
- GSAGH-503 Right-clicking Analyse component re-runs component first by @DominikaLos in https://github.com/arup-group/GSA-Grasshopper/pull/715
- GSAGH-496 tolerance set in analyse, create model component not working by @DominikaLos in https://github.com/arup-group/GSA-Grasshopper/pull/723
- GSAGH-473 Update groups default value from 0 to 1 for members/elements created using GsaGH. by @DominikaLos in https://github.com/arup-group/GSA-Grasshopper/pull/716
- GSAGH-497 - GsaGH creates releases opposite to what is defined using 'Edit element/member' component by @SandeepArup in https://github.com/arup-group/GSA-Grasshopper/pull/721
- gsagh-504: 'Create Grid Line' component takes input always in meter (m) irrespective of the model unit by @DominikaLos in https://github.com/arup-group/GSA-Grasshopper/pull/725
- GSAGH-563:Topology of 2D element load panels are not displayed in proper format by @SandeepArup in https://github.com/arup-group/GSA-Grasshopper/pull/729
- GSAGH-564:Mesh of load panel 2D elements are invalid by @SandeepArup in https://github.com/arup-group/GSA-Grasshopper/pull/730
- GSAGH-526: 'Open in GSA' in Save component in Rhino 8 does not open model by @DominikaLos in https://github.com/arup-group/GSA-Grasshopper/pull/728
- GSAGH-505: Node list definition is blank if index is feed to a 'Create List'-node component by @DominikaLos in https://github.com/arup-group/GSA-Grasshopper/pull/731
- GSAGH-567: Cannot Open File with Whitespaces by @psarras in https://github.com/arup-group/GSA-Grasshopper/pull/734
- GSAGH-565: Update version numbers in project files by @psarras in https://github.com/arup-group/GSA-Grasshopper/pull/733
Full Changelog: https://github.com/arup-group/GSA-Grasshopper/compare/1.5.0...1.5.1
- C#
Published by MJCramp about 1 year ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 1.5.0
Changelog for GSA.GH Plugin Update
New Features 🚀
- Footfall Analysis Task: You can now set up a Footfall Analysis Task (requires the model to include a Modal).
- Load Panels: Added support for creating 2D load panels.
- 2D Property with One-Way and Two-Way Options: New options for 2D property definitions include One-Way and Two-Way. Legacy options will now trigger a warning, and we strongly encourage switching to the new options.
- Infinity and NaN in Results: Added support for infinity and NaN values in result sets.
Bug Fixes 🐛
- Version Update Prompt: The plugin now prompts users to update GSA if an outdated version is detected.
- Signed Support DLLs: DLLs are now signed to help reduce conflicts with other libraries.
- Grid Surface Element List Saving: Fixed an issue where the GridSurface element list was not being properly saved in the GSA model.
Detailed
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/0790c8e6806bf686e7073c8516ddc951d4001934
What's Changed
- GSAGH-521: Setup local coverage check and pre commit hooks by @psarras in https://github.com/arup-group/GSA-Grasshopper/pull/690
- Task/gsagh 541 editorconfig updates by @psarras in https://github.com/arup-group/GSA-Grasshopper/pull/698
- GSAGH-518: The GsaGH nightly supports Infinity on unit conversion by @SandeepArup in https://github.com/arup-group/GSA-Grasshopper/pull/696
- GSAGH 525: implement load panel for 2D member by @psarras in https://github.com/arup-group/GSA-Grasshopper/pull/694
- GSAGH-543: The GridSurface element list is not getting exported to GSA by @SandeepArup in https://github.com/arup-group/GSA-Grasshopper/pull/699
- GSAGH-498-Add-footfall-analysis-task by @tlmnrnhrdt in https://github.com/arup-group/GSA-Grasshopper/pull/675
- GSAGH-546: Refactoring and test Coverage create analysis task by @psarras in https://github.com/arup-group/GSA-Grasshopper/pull/701
- GSAGH-551: Update wording on Descriptions by @SandeepArup in https://github.com/arup-group/GSA-Grasshopper/pull/704
- GSAGH-527 Pump minimal GSA version to 10.2.11 by @DominikaLos in https://github.com/arup-group/GSA-Grasshopper/pull/703
- GSAGH-554: Clean registry on Ci by @psarras in https://github.com/arup-group/GSA-Grasshopper/pull/705
- GSAGH-530: Support 3 or more vertices for a Load Panel by @SandeepArup in https://github.com/arup-group/GSA-Grasshopper/pull/695
- GSAGH-553: Easy way to Bump Version on all GSA.GH related projects by @DominikaLos in https://github.com/arup-group/GSA-Grasshopper/pull/708
- GSAGH-529: Add One Way, Two Way, options on Prop2d by @SandeepArup in https://github.com/arup-group/GSA-Grasshopper/pull/710
- GSAGH-498 Add footfall analysis task by @SandeepArup in https://github.com/arup-group/GSA-Grasshopper/pull/711
- GSAGH-556 updated version number to 1.5.0 by @psarras in https://github.com/arup-group/GSA-Grasshopper/pull/709
- Release/10.2.12 by @psarras in https://github.com/arup-group/GSA-Grasshopper/pull/713
New Contributors
- @psarras made their first contribution in https://github.com/arup-group/GSA-Grasshopper/pull/690
Full Changelog: https://github.com/arup-group/GSA-Grasshopper/compare/1.4.0...1.5.0
- C#
Published by MJCramp over 1 year ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 1.4.0
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/bd6e511c2a264ae2c2f58ce180654be7a1ef9a45
- C#
Published by MJCramp over 1 year ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 1.3.0
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/4a229d10a569618297efdc3c917ec68befdb33b2
- C#
Published by MJCramp almost 2 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 1.2.0
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/426353c1b0bcbd080ef254beba9adb24d4777349
- C#
Published by MJCramp about 2 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 1.1.0
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/010a0fec43fb9fb8a91d48f72acab2246e031310
- C#
Published by MJCramp about 2 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 1.0.0
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/a48e071f9067dd6b5d02ed13da16d413cb14e5b7
- C#
Published by MJCramp over 2 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.99-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/ff2a0b62e70daaade7af9984900e074b8c139f71
- C#
Published by MJCramp over 2 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.56-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/3733f6ab23ab94009daaeb5fc9b95433b7dfa452
- C#
Published by MJCramp over 2 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.55-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/5ad7fcecf9cd8d1b17b3f925d04f2487a144b407
- C#
Published by MJCramp over 2 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.54-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/124c721fd27d68476b2aa8ff22c9b0b5a02f2f56
- C#
Published by MJCramp over 2 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.53-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/b9a1fac0ad6d74c9fd525089ee79070b0c367542
- C#
Published by MJCramp over 2 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.52-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/f04f360eec6a6950e6e8e9ccff470a16e8b3f9d9
- C#
Published by MJCramp over 2 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.51-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/28ccee73b9eef45aaa3bf921b79a60b1a1aa522d
- C#
Published by MJCramp over 2 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.50-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/4f4a459cd2b6090c8b67a312d0acf730eefbdb88
- C#
Published by MJCramp over 2 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.49-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/8f47f262fcf679619208adeedae94b41a582acd0
- C#
Published by MJCramp almost 3 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.48-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/fcfdc55b6f7d4dab474b8203ac40a1364c99230d
- C#
Published by MJCramp almost 3 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.47-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/c5fb6cd97eaf7a96b2b7df8266cd73ca25bf8635
- C#
Published by MJCramp almost 3 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.46-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/20a3ea18f7f3f39eb4341375a99889583cf58608
- C#
Published by MJCramp about 3 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.45-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/f4c7c5629957f4c7f3b139af30a95a1e50f37d44
- C#
Published by MJCramp about 3 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.44-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/57c1c34972bd7d194bb48e38af7e5275a35703dd
- C#
Published by MJCramp about 3 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.43-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/33ca98bc38087d6be7964db8385f468d4c38d8ed
- C#
Published by MJCramp about 3 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.42-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/7864a31f16e9b082e302ba6753b45f3c68587c88
- C#
Published by MJCramp about 3 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.41-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/82fc3364c0d629ca7d4835d692ff3d591c0ff338
- C#
Published by MJCramp about 3 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.40-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/e742801b42556a0314feab1ac2a06c012844e284
- C#
Published by MJCramp about 3 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.39-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/9d5f3812ac9bd1890791b1bd23d13a807766c5e5
- C#
Published by MJCramp about 3 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.38-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/801561f62e1402df78d8132ee3d9db7c6277cc6d
- C#
Published by MJCramp about 3 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.37-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/9a268eeab473bdc23f82c90bbed3826585eebb13
- C#
Published by MJCramp about 3 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.36-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/066564e897710d51dd4abcbff38514e91000fde6
- C#
Published by MJCramp about 3 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.35-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/98b89b70696e35d52302f3bd8943d56054ba59dc
- C#
Published by MJCramp about 3 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.34-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/3e1668b355e27dbeba82466ec35a068ba4997e37
- C#
Published by MJCramp about 3 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.33-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/d138406c325d92fa4e408db28ba35689dfe31f60
- C#
Published by MJCramp over 3 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.32-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/fd0fbdac8df0f7b9e0b2e3b424744fb536c95e8d
- C#
Published by MJCramp over 3 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.31-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/99f474587a99f12abdccabd5c51dbb1c36a013a6
- C#
Published by MJCramp over 3 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.30-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/48084e21813445e724cc64dbf6bdf63e624a6a6c
- C#
Published by MJCramp over 3 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.29-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/1d5f5a2b0c1d4d7ab2562bf82cf927e17f44b4f9
- C#
Published by peterjgrainger over 3 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.28-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/f4c717a6e5822a0ae1a3d4abf35e1ada07791c3b
- C#
Published by peterjgrainger over 3 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.27-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/34edbfc697d5e470d62c2830d02b718a153f7e46
- C#
Published by peterjgrainger over 3 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.26-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/c629a840ff032580470e4864cbdfabf9824296b0
- C#
Published by peterjgrainger over 3 years ago
https://github.com/arup-group/gsa-grasshopper - GsaGH version 0.9.25-beta
Created from commit https://github.com/arup-group/GSA-Grasshopper/commit/b65a2fce9eeca63ce6894693fb4d1bf9a8d4c58d
- C#
Published by peterjgrainger over 3 years ago