Skip to content

Commit 91f6078

Browse files
Release v1.0.5
1 parent 8e7f43b commit 91f6078

29 files changed

+484
-1012
lines changed

CHANGELOG.rst

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

4+
v1.0.5:
5+
-------
6+
7+
- Added calculation of monosymmetric constants
8+
- Added tapered flange I-section and channel sections
9+
- Added solid elliptical and hollow elliptcal sections (BenjaminFraser)
10+
- Added polygonal section (Agent6-6-6)
11+
- Handle zero radius for all section classes; handle r_out < t for relevant sections
12+
- Update Cee and Zed sections to account for short lips
13+
414
v1.0.4:
515
-------
616

-21.7 KB
Binary file not shown.
9.6 KB
Binary file not shown.
2.33 KB
Binary file not shown.

docs/build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 219777352d4d84222d6ea18f167954f6
3+
config: a26054b7c1fd452375465ff51c686d5a
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/build/html/_modules/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Overview: module code &mdash; sectionproperties 1.0.4 documentation</title>
11+
<title>Overview: module code &mdash; sectionproperties 1.0.5 documentation</title>
1212

1313

1414

@@ -57,7 +57,7 @@
5757

5858

5959
<div class="version">
60-
1.0.4
60+
1.0.5
6161
</div>
6262

6363

@@ -192,7 +192,7 @@ <h1>All modules for which code is available</h1>
192192
<script type="text/javascript">
193193
var DOCUMENTATION_OPTIONS = {
194194
URL_ROOT:'../',
195-
VERSION:'1.0.4',
195+
VERSION:'1.0.5',
196196
LANGUAGE:'en',
197197
COLLAPSE_INDEX:false,
198198
FILE_SUFFIX:'.html',

docs/build/html/_modules/sectionproperties/analysis/cross_section.html

Lines changed: 61 additions & 61 deletions
Large diffs are not rendered by default.

docs/build/html/_modules/sectionproperties/analysis/fea.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>sectionproperties.analysis.fea &mdash; sectionproperties 1.0.4 documentation</title>
11+
<title>sectionproperties.analysis.fea &mdash; sectionproperties 1.0.5 documentation</title>
1212

1313

1414

@@ -57,7 +57,7 @@
5757

5858

5959
<div class="version">
60-
1.0.4
60+
1.0.5
6161
</div>
6262

6363

@@ -870,7 +870,7 @@ <h1>Source code for sectionproperties.analysis.fea</h1><div class="highlight"><p
870870
<script type="text/javascript">
871871
var DOCUMENTATION_OPTIONS = {
872872
URL_ROOT:'../../../',
873-
VERSION:'1.0.4',
873+
VERSION:'1.0.5',
874874
LANGUAGE:'en',
875875
COLLAPSE_INDEX:false,
876876
FILE_SUFFIX:'.html',

docs/build/html/_modules/sectionproperties/analysis/solver.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>sectionproperties.analysis.solver &mdash; sectionproperties 1.0.4 documentation</title>
11+
<title>sectionproperties.analysis.solver &mdash; sectionproperties 1.0.5 documentation</title>
1212

1313

1414

@@ -57,7 +57,7 @@
5757

5858

5959
<div class="version">
60-
1.0.4
60+
1.0.5
6161
</div>
6262

6363

@@ -328,7 +328,7 @@ <h1>Source code for sectionproperties.analysis.solver</h1><div class="highlight"
328328
<script type="text/javascript">
329329
var DOCUMENTATION_OPTIONS = {
330330
URL_ROOT:'../../../',
331-
VERSION:'1.0.4',
331+
VERSION:'1.0.5',
332332
LANGUAGE:'en',
333333
COLLAPSE_INDEX:false,
334334
FILE_SUFFIX:'.html',

docs/build/html/_modules/sectionproperties/post/post.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>sectionproperties.post.post &mdash; sectionproperties 1.0.4 documentation</title>
11+
<title>sectionproperties.post.post &mdash; sectionproperties 1.0.5 documentation</title>
1212

1313

1414

@@ -57,7 +57,7 @@
5757

5858

5959
<div class="version">
60-
1.0.4
60+
1.0.5
6161
</div>
6262

6363

@@ -498,7 +498,7 @@ <h1>Source code for sectionproperties.post.post</h1><div class="highlight"><pre>
498498
<script type="text/javascript">
499499
var DOCUMENTATION_OPTIONS = {
500500
URL_ROOT:'../../../',
501-
VERSION:'1.0.4',
501+
VERSION:'1.0.5',
502502
LANGUAGE:'en',
503503
COLLAPSE_INDEX:false,
504504
FILE_SUFFIX:'.html',

0 commit comments

Comments
 (0)