Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
WRKampi committed Jun 19, 2024
1 parent 811d23f commit 46ccb06
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions extensisq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@
from extensisq.merson import Me4
from extensisq.fine import Fi4N, Fi5N
from extensisq.murua import Mu5Nmb
from extensisq.mikkawy import MR6NN
from extensisq.sensitivity import (sens_forward, sens_adjoint_end,
sens_adjoint_int)

__version__ = '0.4.0'
__version__ = '0.5.0'
__author__ = 'W.R. Kampinga'
__copyright__ = 'Copyright 2020, W.R. Kampinga'
__copyright__ = 'Copyright 2024, W.R. Kampinga'
__license__ = 'MIT'
__credits__ = (
'scipy', 'L.F Shampine', 'P. Bogacki', 'R.W. Brankin', 'I. Gladwell',
'J.R. Cash', 'A.H. Karp', 'Ch. Tsitouras', 'P.J. Prince', 'H.A. Watts',
'M.K. Gordon', 'G. Soederlind', 'K. Gustafsson', 'M. Calvo', 'J.M. Franco',
'J.I. Montijano', 'L. Randez', 'B.P. Sommeijer', 'J.G. Verwer',
'E. Hairer', 'A.C. Hindmarsh', 'R. Serban', 'R.H. Merson', 'J.M. Fine',
'A. Murua')
'A. Murua', 'M. El-Mikkawy', 'E.D. Rahmo')
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="extensisq",
version="0.4.0",
version="0.5.0",
author="W.R. Kampinga",
author_email='wrkampi@tuta.io',
description="Extend scipy.integrate with various methods for solve_ivp",
Expand All @@ -19,10 +19,10 @@
],
keywords=[
'ode', 'ode-solver', 'ivp', 'ivp-methods', 'scipy', 'scipy-integrate',
'runge-kutta', 'differential-equations', 'cash-karp', 'prince',
'bogacki-shampine', 'adams', 'adams-bashforth-moulton', 'ode113',
'predictor-corrector', 'shampine-gordon', 'solver', 'sensitivity',
'sensitivity-analysis'
'runge-kutta', 'runge-kutta-nystrom', 'differential-equations',
'cash-karp', 'prince', 'bogacki-shampine', 'adams', 'shampine-gordon',
'adams-bashforth-moulton', 'ode113', 'predictor-corrector', 'solver',
'sensitivity', 'sensitivity-analysis'
],
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit 46ccb06

Please sign in to comment.