JuliaIntervals / TaylorModels.jl

Rigorous function approximation using Taylor models in Julia
Other
63 stars 15 forks source link

Implement shrink-wrap method of Buenger #45

Closed lbenet closed 5 years ago

lbenet commented 5 years ago

Tests are failing here because some functions of TaylorSeries.jl exist in master. Anyone understands how to tag a new version with the new scheme?

dpsanders commented 5 years ago

The instructions are here:

https://github.com/JuliaComputing/Registrator.jl

Basicallly install Registrator and TagBot on the repository (I tried but don't have access), use julia gen_project.jl from within the TaylorSeries.jl repo to create a Project.toml, and follow the rest of the instructions.

On Mon, Apr 29, 2019 at 7:44 PM Luis Benet notifications@github.com wrote:

Tests are failing here because some functions of TaylorSeries.jl exist in master. Anyone understands how to tag a new version with the new scheme?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JuliaIntervals/TaylorModels.jl/pull/45#issuecomment-487781253, or mute the thread https://github.com/notifications/unsubscribe-auth/AABO2TVQ3FDONGN4FRWDYBTPS6B7PANCNFSM4HI7JLGQ .

-- Dr. David P. Sanders

Profesor Titular "B" / Associate Professor Departamento de Física, Facultad de Ciencias Universidad Nacional Autónoma de México (UNAM)

dpsanders@ciencias.unam.mx / Twitter: @DavidPSanders https://twitter.com/DavidPSanders http://sistemas.fciencias.unam.mx/~dsanders / GitHub: dpsanders https://github.com/dpsanders

Cubículo / office: #414, 4o. piso del Depto. de Física

Tel.: (+52 55) 5622 4965

lbenet commented 5 years ago

I rebased to current master, cleaned up everything, and leave things so validated_integ works as before.

lbenet commented 5 years ago

I added some tests on shrink-wrapping, based on sect 4 of this paper by Berz and Makino.

I think this is ready for review.

cc @dpsanders @mforets

lbenet commented 5 years ago

Tests are passing...

lbenet commented 5 years ago

@dpsanders Do you agree to merge this?

dpsanders commented 5 years ago

Yes, go ahead! Thanks!

lbenet commented 5 years ago

Merging...