Skip to content

Commit

Permalink
tag release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Feb 16, 2024
1 parent 509ce88 commit 290f80a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

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 format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
The project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
the date format is YYYY-MM-DD.

## [Unreleased]

- this is a placeholder

## [1.4.0] - 2024-02-16

### Added

- added Dockerfile for arm64v8 architecture into folder ".devcontainer/arm64v8"
Expand Down Expand Up @@ -42,7 +45,7 @@ The project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html
- use multiple pip install runs, else the dependencies do not resolve correctly
- reduced number of run sections
- added locale setup
- changed ipykernel name ("jupyter_debvox") and display_name
- changed ipykernel name ("jupyter_debvox") and display_name
- jupyter_notebook_config.py:
- used the ipykernel name as c.MultiKernelManager.default_kernel_name
- renamed deprecated c.ServerApp.token to c.IdentityProvider.token
Expand Down Expand Up @@ -129,7 +132,8 @@ The project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html

- dropped the deprecated Python 2

[unreleased]: https://github.com/jakoch/jupyter-devbox/compare/v1.3.0...HEAD
[unreleased]: https://github.com/jakoch/jupyter-devbox/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/jakoch/jupyter-devbox/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/jakoch/jupyter-devbox/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/jakoch/jupyter-devbox/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/jakoch/jupyter-devbox/compare/v1.0.0...v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Either by building the container image locally or by fetching the prebuild conta

- **Step 5.** You might get a warning message for "untrusted" Notebook content.

Click `Trust` to allow executing the content of the Notebook.
Click `Trust` to allow running the content of the Notebook.

- **Step 6.** You are now able to edit cells and run their content interactively in VSCode.

Expand Down Expand Up @@ -123,7 +123,7 @@ FROM ghcr.io/jakoch/jupyter-devbox:latest
- [./devcontainer/amd64/Dockerfile][amd64_dockerfile]
- aarch64 - linux/aarch64, linux/arm64/v8, linux/arm64v8
- [./devcontainer/arm64v8/Dockerfile][arm64_dockerfile]
- not supported:
- not supported:
- armel
- armhf, linux/arm64/v7, linux/arm64v7

Expand Down

0 comments on commit 290f80a

Please sign in to comment.