Skip to content

Commit

Permalink
Merge branch 'release/0.8.0'
Browse files Browse the repository at this point in the history
# Conflicts:
#	docs/flows/Groundhog - Flows Examples.ghx
#	projects/max-iv-laboratory/Groundhog - Max IV Laboratory.ghx
  • Loading branch information
philipbelesky committed May 2, 2018
2 parents 656b3ff + b04e315 commit 760ec85
Show file tree
Hide file tree
Showing 46 changed files with 4,668 additions and 9,165 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Changelog

#### [0.8.0] - 2018-05-01
###### Added
- Surface equivalents of the Slope and Aspect terrain components

###### Fixed
- Flow components will no longer crash when given fewer than three points without a specified Fidelity
- Providing bad input to the Field Mapper component will now reject it rather than proceeding and creating an error
- Improved some error handling on the Contour components

#### [0.7.2b] - 2018-04-15
###### Added
- Exception reporting
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

</div>

Groundhog is a [Grasshopper plugin](http://grasshopper3d.com), a set of reference models, and wiki exploring the applications of computational design in landscape architecture. Groundhog is currently in beta. The plugin and associated site will be updated with more features and information in early 2018.
Groundhog is a [Grasshopper plugin](http://grasshopper3d.com), a set of reference models, and wiki exploring the applications of computational design in landscape architecture. Groundhog is currently in beta. The plugin and associated site will be updated with more features and information over the course of 2018.

Please visit [www.groundhog.la](http://groundhog.la) for documentation and examples of how to use the plugin and for resources on computational approaches to landscape architectural design in general.

Expand Down
12 changes: 6 additions & 6 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Release Checklist
## Release Check-list

#### Version Numbers

Expand All @@ -7,26 +7,26 @@
- Version number to be iterated in `AssemblyInfo.cs`
- Version number to be iterated in `groundhog.csproj`
- Version number to be iterated in `groundhog readme.md`
- Version number to be iterated in the `gh_string` of each definition; search string for *Definition prepared for Groundhog v0.7.2b and depends on*
- Version number to be iterated in the `gh_string` of each definition; search string for *Definition prepared for Groundhog v0.8.0b and depends on*
- Version number to be iterated in `package.json`
- Version number to be iterated in `manifest.yml`
- Release date/notes in `CHANGELOG.md`

#### Models/Definitions

- Downsave to Rhinoceros 5 versions
- Update screenhots used on site
- Downsave models to Rhinoceros 5
- Update screenshots used on site
- Check Full Names are off; fancy wires are on
- Export as JPG with background 227, 222, 218; at 2X resolution (needs to be done in Rhinoceros 6)

#### Plugin/Website

- Rebuild `groundhog readme.pdf` from the Markdown source
- Follow `compile.sh` and `s3_website` steps in `site/README.md`
- Run `npm run publish` in the site directory

#### Yak

In terminal (not powershell):
In command prompt (not power shell):

> "C:\Program Files\Rhino WIP\System\Yak.exe" build
> "C:\Program Files\Rhino WIP\System\Yak.exe" push groundhog-X.Y.Z.yak
Expand Down
4 changes: 2 additions & 2 deletions assets/icons.ai
Git LFS file not shown
2 changes: 1 addition & 1 deletion demos/Groundhog - General Demo.ghx
Original file line number Diff line number Diff line change
Expand Up @@ -17994,7 +17994,7 @@
<item name="Optional" type_name="gh_bool" type_code="1">false</item>
<item name="ScrollRatio" type_name="gh_double" type_code="6">0</item>
<item name="SourceCount" type_name="gh_int32" type_code="3">0</item>
<item name="UserText" type_name="gh_string" type_code="10">Definition prepared for Groundhog v0.7.2b and depends on components from that plugin. It is available for download at http://groundhog.la/
<item name="UserText" type_name="gh_string" type_code="10">Definition prepared for Groundhog v0.8.0b and depends on components from that plugin. It is available for download at http://groundhog.la/

Contact groundhog@philipbelesky.com for support or feedback

Expand Down
2 changes: 1 addition & 1 deletion demos/Groundhog - Planting Plan Demo.ghx
Original file line number Diff line number Diff line change
Expand Up @@ -3771,7 +3771,7 @@
<item name="Optional" type_name="gh_bool" type_code="1">false</item>
<item name="ScrollRatio" type_name="gh_double" type_code="6">0</item>
<item name="SourceCount" type_name="gh_int32" type_code="3">0</item>
<item name="UserText" type_name="gh_string" type_code="10">Definition prepared for Groundhog v0.7.2b and depends on components from that plugin. It is available for download at http://groundhog.la/
<item name="UserText" type_name="gh_string" type_code="10">Definition prepared for Groundhog v0.8.0b and depends on components from that plugin. It is available for download at http://groundhog.la/

Contact groundhog@philipbelesky.com for support or feedback

Expand Down
4 changes: 2 additions & 2 deletions docs/contours/Groundhog - Contour Examples.3dm
Git LFS file not shown
Loading

0 comments on commit 760ec85

Please sign in to comment.