File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1111sphinx :
1212 configuration : docs/source/conf.py
1313
14- # Default is HTML
15- formats :
16- - pdf
14+ # # Default is HTML
15+ # formats: []
1716
1817# Optionally declare the Python requirements required to build your docs
1918python :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ fantastic additions!
2424- Added .3dm import, thanks to `@normanrichardson <https://github.com/normanrichardson >`_
2525- Introduction of a ``CompoundGeometry `` class for geometries with multiple regions
2626- ``Geometry `` objects are assigned a ``Material `` property object, ``CompoundGeometry `` objects
27- can contain multiple ``Geometry `` objects (each with their own ``Material `` object)
27+ can contain multiple ``Geometry `` objects (each with their own ``Material `` object)
2828 enabling composite analysis
2929- ``Geometry `` and ``CompoundGeometry `` objects contain mesh information and meshing must be
3030 performed before initialising a ``Section `` object
@@ -56,6 +56,8 @@ Analysis:
5656Post-Processor:
5757^^^^^^^^^^^^^^
5858
59+ - Added the ``plotting_context `` manager, allowing easily saving files, passing kwargs to ``pyplot.subplots() ``
60+ and much more! Many thanks to `@Spectre5 <https://github.com/Spectre5 >`_
5961- Improved contour plotting behaviour
6062- Added plotting of Mohr's circle of stresses for any given point, thanks to
6163 `@ccaprani <https://github.com/ccaprani >`_
You can’t perform that action at this time.
0 commit comments