Skip to content

Commit 030de15

Browse files
OrtnerMichaelpre-commit-ci[bot]fslanovc
authored
Add cylinder (#9)
* fixifixi * include cylinder * add warning when no anchor is given * meshing * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * cylinder segement interface and tests * readme * add function cylinder * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix tests, modify meshing * cylinder segment test speed improve * update cuboid meshing scalar/triple * lint project * version 0.2.0 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Florian Slanovc <[email protected]>
1 parent 42b8c3d commit 030de15

10 files changed

+853
-252
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Unpublished
2+
3+
# v0.2.0 (2024/10/11)
4+
- Added a warning when no anchor is given to getFT to avoid misuse.
5+
- Added Cylinder computation
6+
- Added Cylinder Segment computation
7+
- improved internals (there is still a lot of room)
8+
19
# v0.1.10
210
- improve docstrings
311
- fix bad sign of torque

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ This work is supported by a NUMFOCUS grant: SDG 2024 round 1
1313

1414
`pip install magpylib-force`
1515

16+
# Documentation and Examples
17+
18+
The [API documentation](https://magpylib.readthedocs.io/en/latest/_pages/user_guide/docs/docs_magpylib_force.html) is integrated into the Magpylib docs.
19+
20+
Some [examples](https://magpylib.readthedocs.io/en/latest/_pages/user_guide/examples/examples_index.html) are also part of the Magpylib webpage.
21+
1622
# Example code:
1723

1824
```python

0 commit comments

Comments
 (0)