Skip to content

Releases: pyroll-project/pyroll-core

v3.0.1

18 Nov 10:51
Compare
Choose a tag to compare

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

07 Nov 10:16
Compare
Choose a tag to compare

What's Changed

v2.1.8

25 Jul 06:06
Compare
Choose a tag to compare

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

21 May 07:12
8d1e862
Compare
Choose a tag to compare

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

10 Apr 08:37
Compare
Choose a tag to compare

What's Changed

  • 160 add stress and strain state calculation by @axtimhaus in #161
  • 193 add contour line and contour angles for profiles by @ChRen95 in #194

v2.1.5

25 Mar 13:35
a2ce722
Compare
Choose a tag to compare

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

11 Mar 19:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v2.1.4

v2.1.3

12 Jan 08:09
1384c53
Compare
Choose a tag to compare

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 from set to list #148
  • Add inscribed_circle_diameter to define ThreeRollPass #155

v2.1.2

17 Nov 13:18
42b525f
Compare
Choose a tag to compare

Features

  • Add equivalent ripped groove for rebars #87
  • Add some checks in groove construction #101 db6e977 #114
  • Allow string values in orientation hook #112
  • Make Y Configuration the default for 3RP #116
  • Add Angle coordinate hooks #119

v2.1.1

12 Oct 06:30
Compare
Choose a tag to compare

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 to specific_heat_capacity #91
  • Improve plotting in reprs #95 #96 c37390a

Minor changes