Resen-core¶
The core docker image used by resen. It builds upon a standard Ubuntu Linux image and comes preinstalled with a stack of commonly used geospace libraries and software packages. A list of all the packages installed in this version of resen-core can be found here: Python Packages Available in Resen-core.
Source Code¶
The source code can be found in the GitHub repository resen-core.
Contents¶
Changelog¶
2020.2.0 (2020-11-11)¶
- Ugrade from ubuntu 18.04 to ubuntu 20.04 as base image for resen-base
- Upgrade to python 3.8 and deprecate python 2 (py38 environment)
- Removed davitpy (depends on python 2 and is superseded by pydarn)
- Upgraded sciunit to python 3 version
- Add packages sunpy, pyephem, skyfield, and seaborn
- Upgrade the versions of the installed packages in py38
- Update tutorials
- Update docs
2020.1.0 (2020-06-15)¶
- Add plasmapy, pydarn, viresclient
- Add visuamisr to py27 and py36 setup scripts
- Removed davitpy, was deprecated by developers
- Update py36 packages with latest versions
- Add %pylab widget capability
- Add citation helper utility
- Updated resen-base, tracking ubuntu 18.04:20200403 image
2019.1.0 (2019-10-24)¶
- Initial release.