Skip to content

Releases: underworldcode/stripy

Stripy v2.0

26 Aug 10:56
2eefd87
Compare
Choose a tag to compare

This release contains the following new features:

This release is compatible with conda and can be installed by conda install -c underworldcode stripy

[Edit - version numbering fixed]

conda installation v1.0

13 Mar 00:24
a97018a
Compare
Choose a tag to compare
Pre-release

This release is compatible with conda and can be installed by conda -c underworldcode stripy but this is still only preliminary.

Workflow release testing

03 Mar 00:47
Compare
Choose a tag to compare
Pre-release

This should trigger twine/pypi and conda/anaconda.cloud builds ... we will see.

Stripy 1.1.1

21 Feb 01:48
f076193
Compare
Choose a tag to compare

A minor release to remove the webdav dependency at build / test time.

Stripy version 1.1

11 Feb 22:22
29c0848
Compare
Choose a tag to compare
  • Interpolation, gradient, and derivative operations now support tensioned splines. Refer to API documentation on sigma.
  • Cartesian interpolation methods just got a lot faster due to a more comprehensive wrapping of Fortran routines.
  • unif method for interpolating data to a regular grid (Cartesian and spherical implementations)

Stripy 1.0.2 release

16 Jun 09:55
Compare
Choose a tag to compare

Fixes minor problems with PyPI installation

stripy 1.0.1

11 Jun 15:44
Compare
Choose a tag to compare

Stripy 1.0

Stripy has reached a production-ready milestone after having undergone a stringent review through the Journal of Open Source Software (JOSS). 1.0.x releases correspond to the reviewed version (with trivial bug-fixes) and include the files needed to build the publication itself.

The review process for JOSS is entirely open and is documented here and in the issue tracker for stripy.

Release notes 1.0.1

  • Point increment for PYPI re-upload after errors

Release notes 1.0.0

  • Testing suite implemented with pytest
  • API documentation with pdoc3
  • Updated and improved instructions to users, contributions guide, licensing etc.
  • Separated out the litho1pt0 code.
  • Minor bug fixes

stripy v0.7.0b release

17 Mar 23:36
Compare
Choose a tag to compare

Release to coincide with JOSS submission

Public release 1

20 Sep 20:21
Compare
Choose a tag to compare
Public release 1 Pre-release
Pre-release

Release 0.6.5 (beta) - fully functional version of stripy (including litho1pt0)

NOTE: This release is available on pypi as v 0.6.5

Stripy is - A Python interface to TRIPACK and STRIPACK Fortran code for (constrained) triangulation in Cartesian coordinates and on a sphere. Stripy is an object-oriented package and includes routines from SRFPACK and SSRFPACK for interpolation (nearest neighbor, linear and hermite cubic) and to evaluate derivatives (Renka 1996a,b and 1997a,b).

stripy is bundled with litho1pt0 which is a python interface to the crust 1.0 dataset and the lithospheric part of the litho 1.0 dataset (Laske et al, 2013 and Pasyanos et al, 2014) which both requires and demonstrates the triangulation / searching and interpolation on the sphere that is provided by stripy.

0.1.2 release

23 Jun 13:13
Compare
Choose a tag to compare

Fixes several bugs including the annoying 'error loading swpcom' grievance.

Other notable improvements include:

  • Moving fortran packages underneath stripy
  • Better documentation
  • LGPL 3 license

The license only covers the python wrapper we have made to the fortran base code. The fortran code is covered by the ACM Software License Agreement detailed in COPYING in the top level directory.