SKopecz / PositiveIntegrators.jl

A Julia library of positivity-preserving time integration methods
https://skopecz.github.io/PositiveIntegrators.jl/
MIT License
13 stars 4 forks source link

create package infrastructure and CI tests #1

Closed ranocha closed 11 months ago

ranocha commented 11 months ago

I adapted the code and re-arranged it as a proper Julia package. I also created a first CI pipeline to run tests. Right now, these are basically smoke tests checking that the examples run without errors.

There was a problem with the LTS release v1.6 of Julia in a first CI run (see #2). Thus, I set the minimum required Julia version to v1.8. We should probably have a look at this and check whether we can make it work with Julia v1.6 without too much hassle.