Releases: pyroll-project/pyroll-core
Releases · pyroll-project/pyroll-core
v3.0.1
What's Changed
- use multi line strings in all contour-line like properties and hooks by @axtimhaus in #272
- Add rotation of 0 for flat-flat roll passes by @JMantel in #273
- Ezdxf shapely by @axtimhaus in #275
- fix default color seq error and add equivalent function for multiline… by @axtimhaus in #279
- 278 add possibility to configure plotting backend instead of standard preference by @axtimhaus in #280
- Fix bug in velocity calculation by @axtimhaus in #281
New Contributors
Full Changelog: v3.0.0...v.3.0.1
v3.0.0
What's Changed
- Remove Kaleido by @axtimhaus in #226
- 238 contact area of three roll passes by @RichardPfr in #241
- added default tensions by @ChRen95 in #245
- Added velocity calculation and test by @ChRen95 in #247
- add contours_lines and classifiers to attrs in RollPass by @axtimhaus in #243
- added strain rate to root hooks for RollPass by @ChRen95 in #248
- Deriving RollPass and ThreeRollPass from Common Base by @axtimhaus in #244
- impl a helper function for construction grooves by name by @axtimhaus in #257
- Fix Bug in Contact Contour Lines by @ChRen95 in #265
- 262 add hooks for technological correct profile and contour line orientation by @RichardPfr in #263
- add common symmetric roll passes base class by @axtimhaus in #267
- Pre post processors by @axtimhaus in #269
v2.1.8
What's Changed
- Added capability to provide roll_diameter in roll definition by @RichardPfr in #216
- 198 add angle for profile and diskelementprofile by @ChRen95 in #199
- added
roll_pass.out_profile.velocity
to root hooks and provided basic implementation by @ChRen95 in #228 - Changed and added rotations in the contour_lines property of the thre… by @RichardPfr in #222
- added missing - signs by @ChRen95 in #231
- changed nominal diameter to working diameter by @ChRen95 in #225
- added default rotation for box in flat by @ChRen95 in #233
Full Changelog: v2.1.7...v2.1.8
v2.1.7
What's Changed
- 196 add longitudinal and latitudinal contact friction by @ChRen95 in #200
- Add Additional Init Functions to Init the Solution Procedure for Plugins by @axtimhaus in #202
- added cff by @ChRen95 in #207
- 195 windows 11 pyroll run gets stuck in an endless loop due to problems with kaleido package by @RichardPfr in #206
Full Changelog: v2.1.6...v2.1.7
v2.1.6
v2.1.5
What's Changed
- add drop, prepend and append methods to sequence by @ChRen95 in #187
- Clarify definition of chemical composition by @ChRen95 in #188
- added astm grain size class by @ChRen95 in #186
- Added hooks and implementations to CoolingPipe by @ChRen95 in #191
- fix matplotlib image export error due to closed stream by @axtimhaus in #192
Full Changelog: v2.1.4...v2.1.5
v 2.1.4
What's Changed
- add JOSS badge by @axtimhaus in #165
- Calc Transport Length from Pass Location by @axtimhaus in #171
- Add Plotly Backend for Profiles and Roll Passes by @axtimhaus in #172
- Add Zener-Holomon Parameter by @axtimhaus in #173
- updated test and file type from spline by @ChRen95 in #175
- Impl Profile Contour Refinement by @axtimhaus in #177
- Add Profiles Iterator to Unit by @axtimhaus in #181
- fix display of units in repr html by @axtimhaus in #182
- added hooks for microstructure calculation by @ChRen95 in #180
Full Changelog: v2.1.3...v2.1.4
v2.1.3
Features
- Enhanced value description of equivalent ripped groove #138
- Improved the READEME #111
- Add .dxf file input for
SplineGroove
#146 - Fixed implementation of geometric values of rollpass like
entry_angle
,exit_angle
etc. #140 #156 - Added a ´HexagonProfile` #143
- Added convenience lists to pass sequence to iterate over passes and transports #153
- Changed
root_hooks
type fromset
tolist
#148 - Add
inscribed_circle_diameter
to defineThreeRollPass
#155
v2.1.2
v2.1.1
IMPORTANT: the 2.1.0 release was yanked on PyPI and is discouraged to use
This is due to the name change after release #91 to be able to use ~=2.1
version constraint for depending on this.
Major changes
- Renaming of the
thermal_capacity
hook tospecific_heat_capacity
#91 - Improve plotting in reprs #95 #96 c37390a