Skip to content

Commit 8105c80

Browse files
JWock82JWock82
authored andcommitted
Updates for v1.1.0
1 parent c6a771c commit 8105c80

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ Whether you just need help getting started with Pynite, or are looking to build
5454
* Documentation is a work in progress and can be found on readthedocs here: https://pynite.readthedocs.io/en/latest/index.html.
5555
* If you're looking for more direct guidance on using Pynite, or for help coding a project, I am available on a private consulting basis. You can reach out to me directly at Building.Code@outlook.com to discuss options.
5656

57+
# Sponsors
58+
* A special thanks to @edson-gusmoes for sponsoring `Pynite`!
59+
5760
# Example Projects
5861
Here's a list of projects that use Pynite:
5962

@@ -63,10 +66,12 @@ Here's a list of projects that use Pynite:
6366
* Phaenotyp (https://github.com/bewegende-Architektur/Phaenotyp) (https://youtu.be/shloSw9HjVI)
6467

6568
# What's New?
66-
v1.1.0 (in progress)
69+
v1.1.0
6770
* Added a `VTKWriter` class to allow for easy exporting to `Paraview`.
6871
* Improved type hints for a simpler user experience.
6972
* Fixed a bug in the pdf reports. Load combos were not being sent to the report template, which was preventing any load results from being displayed in the report.
73+
* Simplified code for vector extraction of member segment results, and improved results reporting at load discontinuities along beams. Two results values are possible at mathematical discontinues, and only one was being reported. Now both are reported. This issue was only noticable if array results along a member were requested at large intervals rather than small intervals.
74+
* Bug fix for array results format for physical members. This only affected users who used the array results functions.
7075

7176
v1.0.1
7277
* Changes to testing code coverage less than 2% no longer trigger build failure.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="PyNiteFEA",
8-
version="1.0.1",
8+
version="1.1.0",
99
author="D. Craig Brinck, PE, SE",
1010
author_email="Building.Code@outlook.com",
1111
description="A simple elastic 3D structural finite element library for Python.",

0 commit comments

Comments
 (0)