Skip to content

Commit

Permalink
Fix .gitignore, contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
robbievanleeuwen committed Oct 11, 2023
1 parent 3606a4e commit 8300bd8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,7 @@ exclude-contributors:

# Custom text at start of release
header: |
## ⭐ Highlights
- Get significant performance improvements for large meshes by using the `pardiso`
solver, see installation docs [here](https://sectionproperties.readthedocs.io/en/stable/installation.html#installing-pardiso-solver).
Further performance gains with the introduction of `numba`, both thanks to @TLCFEM.
- Vastly increased the number of tests, including 19 extra validation tests from
Pilkey (2002), three of which can be found in the [examples](https://sectionproperties.readthedocs.io/en/stable/examples.html#validation).
- Added benchmark tests to aid performance improvements.
- Rhino methods are now support in python 3.10 and 3.11.
xxx
template: |
## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ __pycache__/
.ipynb_checkpoints

# benchmark results
.benchmarks
.benchmarks/
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ Now that you have all the dependencies up and running, you can install
`sectionproperties` with development requirements:

```shell
git clone https://github.com/robbievanleeuwen/section-properties.git
cd section-properties
poetry install
```

Expand Down
2 changes: 2 additions & 0 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ Now that you have all the dependencies up and running, you can install

.. code:: shell
git clone https://github.com/robbievanleeuwen/section-properties.git
cd section-properties
poetry install
Install with the ``rhino`` and ``cad`` extras:
Expand Down

0 comments on commit 8300bd8

Please sign in to comment.