Skip to content

Latest commit

 

History

History
172 lines (111 loc) · 3.61 KB

CHANGELOG.md

File metadata and controls

172 lines (111 loc) · 3.61 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

[2.2.1] - 2024-08-15

Fixed

  • Fixed terminal access.

[2.2.0] - 2024-06-12

Added

  • Added support for Python 3.12.

Changed

  • Updated packaging to use pyproject.toml.

Removed

  • Dropped support for Python 3.8.

[2.1.1] - 2023-08-22

Changed

[2.1.0] - 2022-04-25

Added

  • Added support for Python 3.8, 3.9, and 3.10 (#55)

Changed

  • Updated core and dev dependencies (#55)
  • Switched from TravisCI to CircleCI (#55)

Removed

  • Dropped support for Python 3.5 and 3.6 (#55)

[2.0.0] - 2020-09-08

Added

  • Compatibility with Pandas 1.x (#52)

Removed

  • Support for Python 2.7 (#52)

[1.0.2] - 2020-01-30

Removed

  • Remove Notebook XSRF check (#51)

[1.0.1] - 2019-09-03

Changed

  • Update notebook package to version 6.0.0 for Python3 notebooks (#50)
  • Update notebook package to version 5.7.8 for Python2 and R notebooks (#50)

Fixed

  • Fix issue with notebook ip address in config (#50)

Removed

  • File logging. All logs will now be written to stdout/stderr streams. (#47)

[1.0.0] - 2019-05-10

Removed

  • Support for Python 3.4 (#45)

Added

  • Support for Python 3.7 (#45)

Changed

  • Logger configuration: INFO level logs are now emitted to stdout (#43).

[0.5.0] - 2019-04-30

Added

  • Bitbucket integration with notebooks (#39).

[0.4.5] - 2019-04-22

Fixed

  • Fix issue where not all assets are included with published PyPI package (#38).

[0.4.4] - 2019-03-28

Fixed

  • Fix a version of tornado compatible with our jupyter version (#35)

[0.4.3] - 2019-02-15

Fixed

  • Exclude incompatible notebook version (#33)

[0.4.2] - 2018-01-16

Fixed

  • autosaved icon not updating when notebook saved (#30)

[0.4.1] - 2018-01-03

Fixed

  • Write notebooks from S3 with UTF-8 encoding (#29).

[0.4.0] - 2017-12-20

Changed

  • Opening terminal triggers a save and disables alert

Added

  • Defaulting nano for the git editor

[0.3.1] - 2017-12-13

Fixed

  • Broken package for v0.3.0 was uploaded to pypi.

[0.3.0] - 2017-12-12

Added

  • Improvements to terminal navigation
  • Default terminal to bash
  • Add civicon font
  • Git integration with notebooks

[0.2.4] - 2017-11-28

Fixed

  • Relax requirements to require >= minor versions, instead of == minor versions (#16).

[0.2.3] - 2017-11-22

Added

  • Added button to allow access to terminal (#15)

[0.2.2] - 2017-09-20

Added

  • Added Civis themed colors and fonts to the notebook CSS (#11).

Changed

  • Moved to equivalent minor versions on packages civis, requests, notebook, six and civis-jupyter-extensions (#12).
  • civis-jupyter-extensions 0.1.1 -> 0.1.2 (#12).

[0.2.1] - 2017-09-18

Added

  • Scripts to make local integration testing with the Civis Platform easier (#9).

Fixed

  • Fixed package installs for already imported packages (#8).
  • Fixed Docker tests to make sure they fail properly (#8).

[0.2.0] - 2017-09-13

Added

  • More documentation and an example Docker image (#2, #3, #4).
  • Cleaner Docker files for testing (#4).
  • Cleaner logging outputs (#4).

Removed

  • Removed the UI buttons to change kernels (#6).

Fixed

  • Relaxed requirement markers for Python 2 packaging (#5).

[0.1.0] - 2017-09-08

Added

  • Initial commit.