We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d591f commit cb4351bCopy full SHA for cb4351b
1 file changed
CHANGELOG.md
@@ -1,11 +1,17 @@
1
# Change Log
2
3
+## v0.1.7a2
4
+- Move common/private functionality into core module
5
+- Add some type hints for mypy
6
+- Restructure tests to use pytest fixtures and parametrized tests
7
+- Add make commands for building and publishing to PyPi
8
+
9
## v0.1.7a1
10
- Update `Beam.plot` method to allow customization of plots generated
11
- Added tests for `Beam.plot`
12
- Added depreciation warning to `Beam.bending_stress` method
13
-### Backwards Incompatible Changes
14
+### Backwards Incompatible Changes
15
- Removed `bending_stress` parameter from `Beam.plot` method
16
17
0 commit comments