pyroll-project / pyroll-core

PyRoll rolling simulation framework - core library.
https://pyroll.readthedocs.io
BSD 3-Clause "New" or "Revised" License
12 stars 7 forks source link

Fixes for error occured after publication of 2.0.0 #58

Closed axtimhaus closed 1 year ago

axtimhaus commented 1 year ago

Unfortunately, right after publication of 2.0.0 errors occurred while publishing plugins.

Reason was the no longer cleared, but reevaluated, cache since 8ca461b. Fixed with this PR alongside with some related refactorings.