File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,12 @@ and a number of new contributors. pyro's functionality can now
4444be accessed directly through a ` Pyro() ` class, in addition to the
4545original commandline script interface. This new interface in particular
4646allows for easy use within Jupyter notebooks. We also now use HDF5
47- for output instead of python's ` pickle() ` function.
47+ for output instead of python's ` pickle() ` function. Previously, we used Fortran
48+ to speed up some performance-critical portions of the code. These routines
49+ could be called by the main python code by first compiling them using ` f2py ` .
50+ In the new version, we have replaced these Fortran routines by python functions
51+ that are compiled at runtime by ` numba ` . Consequently, pyro is now written
52+ entirely in python.
4853
4954The original goal of pyro was to learn hydrodynamics methods through
5055example, and it still serves this goal. At Stony Brook, pyro is used
You can’t perform that action at this time.
0 commit comments