Bump TaylorSeries to v0.21#192
Conversation
|
Thanks @schillic! LGTM. Merging (and then tagging). |
|
Do you also need a new release? |
|
Yes, the hope was that you could release this earlier without pressure in #189. |
|
A new patch version, or a minor version? |
|
Whatever you think it should be 😃 |
|
The big changes in TaylorSeries v0.21 is using FixedSizeArrays (for storing the coefficients) instead of Vectors. This improves the performance regresions somehow introduced in Julia v1.11 and 1.12 vs Julia 1.10. So, I guess a minor version is worth. |
|
I tagged a patch version... sorry for the mistake... |
|
(It's not good to work on easter sunday) |
|
For me it is not a problem. It actually saves time because now there are fewer CompatHelper messages :) |
|
Actually, the version could be considered breaking if you access the internals of |
|
Let's leave like that then... |
|
We cannot change it anyway 😉 |
Closes #189.
I copied the changes from ed01548 to make the tests pass.