Recent Releases of sotb-wrapper

sotb-wrapper - sotb-wrapper 2.0.2

Provide wheels for macOS-x86-64

- Fortran
Published by ofmla over 3 years ago

sotb-wrapper - sotb-wrapper 2.0.1

Minor update to fix installation issues in previous release (files included in the wheels)

- Fortran
Published by ofmla almost 4 years ago

sotb-wrapper - sotb-wrapper 2.0.

This release introduces a new API that breaks backward compatibility with v1.x .

The changes in the API are intended to allow greater flexibility on the definition of the main parameters, such as the initial steplength, max number of linesearch iterations, among others. Thus, you must use a new function for initialization of the paremeters.

The project now uses scikit-build instead of setuptools. Starting from this release, you can install the package just by typing python -m pip install sotb-wrapper.

- Fortran
Published by ofmla almost 4 years ago

sotb-wrapper - sotb-wrapper 1.0.1

Minor update to fix 'box constraints' issues in previous release. Other improvements include the addition of a C sample program that calls a Fortran Routine (l-BFGS) as well as a "setup.py" file for the purpose of installing the package locally.

- Fortran
Published by ofmla over 4 years ago

sotb-wrapper - sotb-wrapper 1.0

This is the base release for sotb-wrapper version 1.0., a Python wrapper written to call the minimization routines from SEISCOPE optimization toolbox. By writing the routines to be interoperable with C and use the builtin ctypes Python package to dynamically load shared object files containing these C-callable Fortran routines, we can call them directly from Python.

- Fortran
Published by ofmla almost 5 years ago