Skip to content

Commit fe811e2

Browse files
Preparing release v1.0.6 part2
1 parent a99fe35 commit fe811e2

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@
1313

1414
# Pycharm IDE file folder
1515
/.idea/
16+
17+
# mac
18+
.DS_Store

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Change Log:
22
===========
33

4+
v1.0.6:
5+
-------
6+
7+
- Fix bug with geometry cleaning algorithm resulting in an infinite loop
8+
- Added NASTRAN sections (JohnDN90)
9+
- Added tight_layout to plots (Nils Wagner)
10+
- Added BoxGirderSection class
11+
- Added cross-section perimeter calculation
12+
- Added perimeter offset method (BETA)
13+
- Added mesh refinement example to docs
14+
415
v1.0.5:
516
-------
617

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def readme():
2525

2626
setup(
2727
name='sectionproperties',
28-
version='1.0.5',
28+
version='1.0.6',
2929
description=description_text(),
3030
long_description=readme(),
3131
long_description_content_type='text/markdown',

todo.md

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# TODO LIST:
22
- [ ] add lots of tests!
3+
- [ ] concrete reinforcement - create circle with slightly larger diameter but correct area??

0 commit comments

Comments
 (0)