generated from BHoM/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 2
Add multitude of features to the toolkit #90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
89 commits
Select commit
Hold shift + click to select a range
36d7d26
added chunks method
tg359 bc51f79
added shade benefit categorisation
tg359 5f98075
updated spatial methods
tg359 41cf5c2
minor bugfixes
tg359 2b4b6fb
added wind handlers
tg359 38afc0f
updated beneficial mitigation measures method
tg359 a8b9b4e
yet more tweaks
tg359 fe0e1f8
added seasonality methods
tg359 f5b23df
fixed string sanitiser to remove HB invalid characters
tg359 cccbe4a
added temporary typical day method
tg359 554f0ba
added psychrometric chart
tg359 97485b3
updated data collection description text
tg359 a7b009d
updated psychrochart to include polygons
tg359 c6e1a30
added windhist plot type
tg359 7daadf5
pre-update version commit
tg359 6f9f073
added time_comfortable range method
tg359 8d4f25b
new shelter geometry added
tg359 5278381
alt_az methods added
tg359 a875321
added new shelter method - sans testing methods
tg359 b360426
added shelter tests and updated c# corresponding methods
tg359 fb6ac01
Merge branch 'develop' of https://github.com/BHoM/LadybugTools_Toolki…
tg359 649aecb
updated seasonality
tg359 127737e
fixed majority of linting issues
tg359 e9c4b05
fixed MRT calculation method
tg359 3c336bc
Updated UTCI feasibility method
tg359 77ea30f
added LBT materials from JSON
tg359 a043d07
updated test materials in pytest file/s
tg359 48ae35d
fixed tests
tg359 c14d619
minor modifications to enable faster project dev
tg359 89a4923
added wind-matrix plot method
tg359 e569b26
many many project changes
tg359 3cc9eab
tweaks to improve methods
tg359 6f87096
updates
tg359 a5c2706
removed prototypes
tg359 a5b7359
removed vscode build
tg359 fdd865e
...
tg359 1fed912
Remove the now ignored directory
tg359 088ade6
Remove the now ignored build file
tg359 7cf93b7
updated gitignore
tg359 f8ef839
made C# components work again
tg359 4b75b34
Delete LadybugTools_Engine/Python/src/ladybugtools_toolkit/prototypes…
tg359 0fd2dda
Changed FromJson to FromJsonArray
jamesramsden-bh faaecee
Simplified Materials.cs
jamesramsden-bh b07b7cd
Also tidied Typologies
jamesramsden-bh cd97f57
Materials and Typologies use new PythonEnvironment method for speed
jamesramsden-bh 5698d71
updated methods to account for upstream Python_Tk changes
tg359 f247e64
Appled VirtualEnv
jamesramsden-bh aacfbfa
Fixed bug, changed 'lowest' to 'min'
jamesramsden-bh c331401
updated Spatial methods to fix minor inconvenient bugs causing sims t…
tg359 0e4ce2f
updated gitignore
tg359 6fdaf58
added EPW translation to different height methods, and minor bug fixe…
tg359 36e94d4
Added simplified mean month/time UTCI table generator
tg359 f94a937
BHoMified the Shelter object, plus lots of minor review changes
jamesramsden-bh a748275
Renamed back to GetMaterial and GetTypology
jamesramsden-bh d146cab
Renamed GetMaterial properly this time
jamesramsden-bh bb212cc
Fixed compliance issues
jamesramsden-bh 2f32c7d
Null handling added
jamesramsden-bh 729feca
Null handling added, that BHoMBot might like better.
jamesramsden-bh fc614cc
Null handling added, again trying to please the bot
jamesramsden-bh 40d2467
Apply suggestions from code review
jamesramsden-bh 2368836
Update LadybugTools_Engine/Query/GetMaterial.cs
jamesramsden-bh c0a6089
Update LadybugTools_Engine/Query/GetTypology.cs
jamesramsden-bh 3834413
enabled passing of arrays to wind_speed_multiplier for ExternalComfor…
tg359 9741155
Merge branch 'LBT_Toolkit-#XX-ProjectChanges' of https://github.com/B…
tg359 07656cc
updated based on proposed changes to Python_Tk
tg359 8322db6
reverted commit and recovered lost functionality
tg359 7fde6ba
reverted commit and recovered lost functionality
tg359 d825bce
...
tg359 16fecb5
additional fixes
tg359 c360ae2
added wind tests
tg359 cbda94f
added wind tests
tg359 82ed7b0
updated requirements.txt
tg359 502a1bc
sdfvl;ioanfgs
tg359 d7619ff
added sql test file
tg359 6479e96
Updated opnemeteo scraper autoconversion
tg359 a37641f
Added missing koeppen method and initial lbgeometry method
tg359 c85ba7b
updated spatial_comfort test for alternative sky_view results locations
tg359 bc46e9b
minor modifications to external comfort post-processing methods
tg359 e665048
minor dtype fix for wind following test failure
tg359 4232bc5
BHoM>Python methods functional
tg359 2d03b68
fixed another annoying JSON formatting issue
tg359 721189f
minor formatting changes
tg359 ed62a3a
Merge branch 'develop' of https://github.com/BHoM/LadybugTools_Toolki…
tg359 997469a
reverted encoding attempts
tg359 b2ca7c7
Removed unused import
tg359 916e58e
Update project compliance
BHoMBot f93ebf1
Added Versioning_62
jamesramsden-bh 636faf6
Renamed ILBTMaterial
jamesramsden-bh 49e7051
Removed Versioning_62 for changes in Versioning_Toolkit
jamesramsden-bh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -211,3 +211,8 @@ cython_debug/ | |
# Testing files | ||
*.ipynb | ||
.dev/ | ||
prototypes/ | ||
build.ps1 | ||
|
||
# unignored files | ||
!example.sql |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.