Skip to content

Commit 8300bd8

Browse files
Fix .gitignore, contributing
1 parent 3606a4e commit 8300bd8

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

.github/release-drafter.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,7 @@ exclude-contributors:
5353

5454
# Custom text at start of release
5555
header: |
56-
## ⭐ Highlights
57-
58-
- Get significant performance improvements for large meshes by using the `pardiso`
59-
solver, see installation docs [here](https://sectionproperties.readthedocs.io/en/stable/installation.html#installing-pardiso-solver).
60-
Further performance gains with the introduction of `numba`, both thanks to @TLCFEM.
61-
- Vastly increased the number of tests, including 19 extra validation tests from
62-
Pilkey (2002), three of which can be found in the [examples](https://sectionproperties.readthedocs.io/en/stable/examples.html#validation).
63-
- Added benchmark tests to aid performance improvements.
64-
- Rhino methods are now support in python 3.10 and 3.11.
56+
xxx
6557
6658
template: |
6759
## What's Changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ __pycache__/
4343
.ipynb_checkpoints
4444

4545
# benchmark results
46-
.benchmarks
46+
.benchmarks/

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ Now that you have all the dependencies up and running, you can install
7777
`sectionproperties` with development requirements:
7878

7979
```shell
80+
git clone https://github.com/robbievanleeuwen/section-properties.git
81+
cd section-properties
8082
poetry install
8183
```
8284

docs/contributing.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ Now that you have all the dependencies up and running, you can install
8989

9090
.. code:: shell
9191
92+
git clone https://github.com/robbievanleeuwen/section-properties.git
93+
cd section-properties
9294
poetry install
9395
9496
Install with the ``rhino`` and ``cad`` extras:

0 commit comments

Comments
 (0)