Skip to content

Latest commit

 

History

History
180 lines (130 loc) · 4.25 KB

CHANGELOG.md

File metadata and controls

180 lines (130 loc) · 4.25 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

[4.2.0]

Changed

  • Updated base datascience-python image version 8.1.0 -> 8.2.0 (#58)
  • Updated core Python dependency versions (#58):
    • matplotlib 3.9.2 -> 3.10.0

[4.1.0]

Changed

  • Updated base datascience-python image version to v8.1.0 (#58)
  • Updated core Python dependency versions (#58):
    • matplotlib 3.9.0 -> 3.9.2

[4.0.1]

Fixed

  • Update base datascience-python version to v8.0.1 (#57)
  • Add setuptools to the Dockerfile since distutils was removed from Python 3.12.6 (#57)

[4.0.0] - 2024-08-26

Fixed

  • update base datascience-python version to v8.0.0 (#56)

[3.1.1] - 2024-08-15

Fixed

  • Update civis-jupyter-notebook to v2.2.1 to fix terminal access (#55)

[3.1.0] - 2024-06-18

Changed

  • Updated base datascience-python image version to v7.3.0 (#54)
  • Updated core Python dependency versions (#54):
    • civis-jupyter-notebook 2.1.1 -> 2.2.0
    • matplotlib 3.7.2 -> 3.9.0
    • seaborn 0.12.2 -> 0.13.2

[3.0.0] - 2023-08-22

Changed

  • update base datascience-python version to v7.0.0 (#50)
  • update tini version to v0.19.0 (#50)
  • update civis-jupyter-notebook version to v2.1.1 (#50)

[2.4.1] - 2021-12-15

Changed

  • update base datascience-python version to v6.5.1 (#49)

[2.4.0] - 2021-12-14

Changed

  • update base datascience-python version to v6.5.0 (#48)

[2.3.1] - 2020-11-13

Changed

  • update base datascience-python version to v6.3.1 (#47)

[2.3.0] - 2020-09-30

Changed

  • update base datascience-python version to v6.3.0 (#46)

[2.2.0] - 2020-09-09

Changed

  • update civis-jupyter-notebook version to v2.0.0 (#45)

[2.1.0] - 2020-04-23

Changed

  • update base datascience-python version to v6.2.1 (#43)

[2.0.0] - 2020-02-18

Changed

  • update base datascience-python version to v6.0.0 (#41)

[1.12.2] - 2020-01-30

Changed

  • update civis-jupyter-notebook version to v1.0.2 (#40)

[1.12.1] - 2019-09-03

Changed

  • Update civis-jupyter-notebook version to v1.0.1 (#38)

[1.12.0] - 2019-05-10

Changed

  • Update civis-jupyter-notebook version to v1.0.0 (#31)

Removed

  • Support for Python 3.4

Added

  • Support for Python 3.7

[1.11.0] - 2019-04-30

Changed

  • Update civis-jupyter-notebook version to v0.5.0 (#30)

[1.10.0] - 2019-04-22

Changed

  • Update base datascience-python version to v5.0.0 (#28)
  • Update civis-jupyter-notebook version to v0.4.5 (#28)

[1.9.0] - 2019-03-13

Fixed

  • Reverts version 1.8.0 (#25)

[1.8.0] - 2019-03-13

Changed

  • Update base datascience-python version to v5.0.0 (#24)
  • Migrate CircleCI build from v1.0 to v2.0 (#23)

[1.7.0] - 2018-04-26

Changed

  • Update base datascience-python version to v4.2.0 (#22)

Added

  • Installed htop and tmux (#21)

[1.6.0] - 2018-01-25

Changed

  • Update base datascience-python version to v4.0.0 (#20)

[1.5.2] - 2018-01-16

Changed

  • civis-jupyter-notebook v0.4.1 -> v0.4.2 (#19)

[1.5.1] - 2018-01-03

Changed

  • civis-jupyter-notebook v0.4.0 -> v0.4.1 (#18)

[1.5.0] - 2017-12-20

Changed

  • civis-jupyter-notebook v0.3.1 -> v0.4.0 (#17)

Added

  • Installed nano, vim, and emacs (#16)

[1.4.0] - 2017-12-13

Changed

  • civis-jupyter-notebook v0.2.4 -> v0.3.1 (#15)

[1.3.0] - 2017-12-07

Added

[1.2.1] - 2017-11-28

Fixed

  • Increase civis-jupyter-notebook version from v0.2.2 to v0.2.4 to get bugfix with relaxed dependency requirements (#9).

[1.2.0] - 2017-11-27

Changed

  • Update base datascience-python version to v3.3.0.

[1.1.1] - 2017-09-18

Changed

  • civis-jupyter-notebook v0.2.0 -> v0.2.2 (#5)
  • Use a full version number for civis-jupyter-notebook (#5, rolls back changes from #3).

[1.1.0] - 2017-09-13

Changed

  • Changed requirement on civis-jupyter-notebook to only need a compatible version (#3).
  • civis-jupyter-notebook v0.1 -> v0.2 (#4).
  • Renamed CHANGE_LOG.md to CHANGELOG.md (#4).

Fixed

  • Incorrect entry in the change log (#2).

[1.0.0] - 2017-09-11

Added

  • Initial commit.