ISIS

ISIS

Anaconda-Server Badge Anaconda-Server Badge Badge for DOI 10.5066/P13TADS5

Quick Reference

To start using ISIS, see:

For more info, see:

For Development and Contributing, see:

In this README:

Requests for Comment

The ISIS project uses a Request for Comment (RFC) model where major changes to the code, data area, or distribution are proposed, discussed, and potentially adopted. All contributors and users are welcome to review and comment on open RFCs.

See this repo's discussion page for open RFCs.

Citing ISIS

The badge at the top of this README lists the DOI of the most recent ISIS version. ISIS 8.3.0 was released on 10/01/2024 and its DOI is 10.5066/P13TADS5. (This section last updated on 04/01/2025, 8.3.0 is the latest ISIS version.)

The Releases Page on GitHub lists the DOI for each version of ISIS. Older versions may be listed on Zenodo. It is good practice to cite the version of the software being used by the citing work, so others can reproduce your exact results.

System Requirements

ISIS is supported on these UNIX variants (and may work on others, though unsupported):

ISIS is not supported on Windows, but using WSL may be possible.

Architecture Support

Storage Space Required

Semantic Versioning

Versions of ISIS now use a Major.Minor.Patch scheme (e.g., 8.3.0), detailed in RFC 2.

Major Minor Patch
8 .3 .0

Breaking Changes

A breaking change alters API signatures, existing arguments to ISIS apps, or output. Anything that could break backwards compatibility with a script is considered breaking*.

Additions (i.e, an added optional argument, and added column in a .csv file) aren't considered breaking, but changes to existing output or input (i.e, changing an existing argment, changing the title of an existing .csv output column) are breaking.

*.txt files, or output meant only for human readers, are excluded from ISIS's definition of a breaking change.

Contributors must make sure that breaking changes are well-identified. Breaking changes require input, discussion, and approval from the community before they can be adopted into ISIS.

Upgrade considerations

Most users can safely upgrade to Minor and Patch Versions, but should be more cautious about a Major upgrade, which may introduce changes that could alter their workflow. You can reference the Changelog for more specific information on the changes.

ISIS Release Cadence (LTS)

ISIS has a Long Term Support (LTS) model (RFC8, RFC14). This assumes that users will update at each LTS release (supported for 18 months), or use more frequent interim/dev releases with shorter-term support.