Skip to content

Bump TaylorSeries to v0.21#192

Merged
lbenet merged 1 commit intoJuliaIntervals:masterfrom
schillic:schillic/TS
Apr 5, 2026
Merged

Bump TaylorSeries to v0.21#192
lbenet merged 1 commit intoJuliaIntervals:masterfrom
schillic:schillic/TS

Conversation

@schillic
Copy link
Copy Markdown
Contributor

@schillic schillic commented Apr 5, 2026

Closes #189.
I copied the changes from ed01548 to make the tests pass.

@lbenet
Copy link
Copy Markdown
Member

lbenet commented Apr 5, 2026

Thanks @schillic! LGTM. Merging (and then tagging).

@lbenet lbenet merged commit e819988 into JuliaIntervals:master Apr 5, 2026
11 checks passed
@schillic schillic deleted the schillic/TS branch April 5, 2026 15:44
@lbenet
Copy link
Copy Markdown
Member

lbenet commented Apr 5, 2026

Do you also need a new release?

@schillic
Copy link
Copy Markdown
Contributor Author

schillic commented Apr 5, 2026

Yes, the hope was that you could release this earlier without pressure in #189.

@lbenet
Copy link
Copy Markdown
Member

lbenet commented Apr 5, 2026

A new patch version, or a minor version?

@schillic
Copy link
Copy Markdown
Contributor Author

schillic commented Apr 5, 2026

Whatever you think it should be 😃

@lbenet
Copy link
Copy Markdown
Member

lbenet commented Apr 5, 2026

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.

@lbenet
Copy link
Copy Markdown
Member

lbenet commented Apr 5, 2026

I tagged a patch version... sorry for the mistake...

@lbenet
Copy link
Copy Markdown
Member

lbenet commented Apr 5, 2026

(It's not good to work on easter sunday)

@schillic
Copy link
Copy Markdown
Contributor Author

schillic commented Apr 5, 2026

For me it is not a problem. It actually saves time because now there are fewer CompatHelper messages :)

@schillic
Copy link
Copy Markdown
Contributor Author

schillic commented Apr 5, 2026

Actually, the version could be considered breaking if you access the internals of TaylorN etc. Now you need to use get_order.

@lbenet
Copy link
Copy Markdown
Member

lbenet commented Apr 5, 2026

Let's leave like that then...

@schillic
Copy link
Copy Markdown
Contributor Author

schillic commented Apr 5, 2026

We cannot change it anyway 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants