Skip to content

Commit

Permalink
add CHANGELOG.md, update README.md
Browse files Browse the repository at this point in the history
add "yfinance" python package
  • Loading branch information
jakoch committed Feb 14, 2023
1 parent 9bfb025 commit 51a233e
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ RUN pip3 install --upgrade pip && \
pip3 install opencv-python && \
pip3 install imutils && \
pip3 install sqlalchemy && \
pip3 install pyautogui
pip3 install pyautogui && \
pip3 install yfinance

# re-enable dialog mode for apt-get
ENV DEBIAN_FRONTEND=dialog
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
The project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

- this is a placeholder

## [1.0.0] - 2023-02-14

### Added

- added "yfinance" python package

### Changed

- updated to Debian 11 bullseye

### Removed

- dropped the deprecated Python 2

[unreleased]: https://github.com/jakoch/jupyter-devbox/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/jakoch/jupyter-devbox/releases/tag/v1.0.0
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The pre-installed libraries include OpenCV, Tensorflow, Keras, Numpy, Pandas, Sk

#### What is pre-installed?

Base: Debian 10 - Buster
Base: Debian 11 - Bullseye

On top of the base image the following tools are installed:
- zsh, git, cmake
Expand All @@ -30,6 +30,7 @@ The installed Python libraries are:
- imutils
- sqlalchemy
- pyautogui
- yfinance

#### Prerequisites

Expand Down
10 changes: 5 additions & 5 deletions notebooks/test.ipynb

Large diffs are not rendered by default.

0 comments on commit 51a233e

Please sign in to comment.