All changes to this project will be documented in this file.
Version number changes (major.minor.micro) in this package denote the following:
- A micro version will increase if the only change in a release is incrementing micro versions (bugfix-only releases) on the packages contained in this image.
- A minor version will increase if one or more packages contained in the Docker image add new, backwards-compatible features, or if a new package is added to the Docker image.
- A major version will increase if there are any backwards-incompatible changes in any of the packages contained in this Docker image, or any other backwards-incompabile changes in the execution environment.
- rocker/verse -> 4.4.1
- civis-python -> 2.3.0
- removed package
fst
- rocker/verse -> 4.0.4
- rocker/verse -> 4.0.2
- rocker/verse -> 4.0.1
- python is removed, replaced by explicit calls to either python2 or python3
- added patchwork, gt, and packrat R packages
- civis-r -> 3.0.0
- civis-python -> 1.14.0 (installed by default in python3)
- rocker/verse -> 3.6.2
- civis-r -> 2.1.2
- rocker/verse -> 3.6.1
- 30+ packages added to
requirements.txt
- Geospatial system dependencies
- rocker/verse -> 3.6.0
- civis-r -> 2.1.0
- civis-python -> 1.11.0
- added buildspecs for autobuilding and pushing Docker image to Amazon ECR
- rocker/verse -> 3.5.3
- civis-r -> 2.0.0
- civis-python -> 1.10.0
- added
requirements.txt
- added package
zoo
- rocker/verse -> 3.5.2
- civis-r -> 1.6.1
- civis-python -> 1.9.3
- Added build time test for
civis
.
- Patch release to fix broken build, due to transient MRAN failure.
- Update civis-r to 1.5.0
- Update civis-r to 1.4.0
- Update rocker/verse to 3.5.0
- Update civis-python to 1.9.0
- Update rocker/verse to 3.4.3 (#21).
- Update civis-python to 1.8.1 (#21).
- update civis-r to 1.2.0
- update civis-python to 1.8.0
- Update civis-r to 1.1.1
- Update civis-python to 1.7.1
- Update civis-r to 1.1.0
- Updated civis-r to 1.0.2 (minor)
- Updated R to 3.4.2 (minor)
- Added the public Civis API client (#13).
- Moved the base image to rocker/verse (#14).
- Updated the locale settings so that unicode works as expected (#11, #12).
- Added the Civis Python API client (#9).
- Initial Release