File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## v0.1.7a1
4+ - Update ` Beam.plot ` method to allow customization of plots generated
5+ - Added tests for ` Beam.plot `
6+ - Added depreciation warning to ` Beam.bending_stress ` method
7+
8+ ### Backwards Incompatible Changes
9+ - Removed ` bending_stress ` parameter from ` Beam.plot ` method
10+
11+
312## v0.1.6dev
413 - Add documentation on [ Read The Docs] ( https://femethods.readthedocs.io/en/latest/index.html )
514 - Expand module and function documentation
Original file line number Diff line number Diff line change 2727# The short X.Y version
2828version = ''
2929# The full version, including alpha/beta/rc tags
30- release = '0.1.5dev '
30+ release = '0.1.7a1 '
3131
3232# -- General configuration ---------------------------------------------------
3333
Original file line number Diff line number Diff line change 1- name = "femethods"
1+ __name__ = "femethods"
2+ __version__ = "0.1.7a1"
3+ __author__ = "Joseph Contreras Jr."
4+ __license__ = "MIT"
5+ __copyright__ = "Copyright 2019 Joseph Contreras Jr."
Original file line number Diff line number Diff line change 55
66setup (
77 name = 'femethods' ,
8- version = '0.1.6dev ' ,
8+ version = '0.1.7a1 ' ,
99 author = 'Joseph Contreras' ,
1010 author_email = '26684136+JosephJContreras@users.noreply.github.com' ,
1111 description = 'Implementation of Finite Element Analysis' ,
You can’t perform that action at this time.
0 commit comments