Releases: ccaprani/pycba
Releases · ccaprani/pycba
v0.5.2
What's Changed
- Added some theory docs by @ccaprani in #83
- Minor fix for plot envelopes by @RoccoRaimo in #90
- Upgrade scipy to cumulative_trapezoidal by @ccaprani in #100
New Contributors
- @RoccoRaimo made their first contribution in #90
Full Changelog: v0.5.1...v0.5.2
v0.5.1
v0.5
What’s Changed
- Deflection shape fixes for all element types (#77) @ccaprani
- corrected released end forces for etype=3 (Pinned-Fixed) (#75) @tpanagiotakos
- Format Python code with psf/black push (#74) @github-actions
- Bump codecov/codecov-action from 4.1.0 to 4.1.1 (#76) @dependabot
v0.4.2
v0.4.1
v0.4.0
What’s Changed
- Added new automatic load patterning for continuous beams
- Added plot of load patterning envelopes
- Added new examples notebook on load patterning & envelopes
- Added test for enveloping.
- Corrected that BMDs are plotted positive below the axis [per #48]
PRs:
v0.3
What’s Changed
Features
- AS5100.2 Appendix C example (#47) @ccaprani
- Added functionality to have static loads as well as moving vehicle loads in a
BridgeAnalysis
(#47). - Renamed the
from_convoy
tomake_train
and moved outsideVehicle
class (#47). - Updated
make_train
example accordingly (#47). - Added utility functions for loads (#38) @ccaprani