Skip to content

Commit

Permalink
docs: add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper committed Aug 22, 2021
1 parent 1bee7f7 commit 5b90fb5
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Change Log

## 0.1.0

Released on August 22, 2021.

### Added

First version of the MetaCall Jupyter kernel that follows the wrapper kernel mechanism using IPython and the Jupyter client:

- Setup the wrapper kernel using IPython and the Jupyter client.
- Integrated the Polyglot REPL into the Jupyter client and added support for Python & NodeJS.
- Added user-experience features for the kernel such as `$loadfile`, `$loadcell`, `$inspect` to load foreign modules and implement cross-language function calls. More information [here](https://metacall-jupyter-kernel.readthedocs.io/en/latest/getting-started.html#running-a-notebook).
- Added support to run Shell commands from the kernel.
- Implemented the CI/CD pipelines for the project using GitHub Actions.
- Containerized the project using [Docker](https://www.docker.com/).
- Implemented the tests for the project using PyTest.
- Developed the documentation using Sphinx, published on ReadTheDocs [here](https://metacall-jupyter-kernel.readthedocs.io/en/latest/).
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ To get started with contributing, check out the [Code of Conduct](CODE_OF_CONDUC

If you are new to Git & GitHub, you can find more information [here](https://metacall-jupyter-kernel.readthedocs.io/en/latest/contributing.html). It contains all the information about making the changes, linting, running the CI locally and submitting the pull request.

You can view the [Change Log](CHANGELOG.md) to see what has changed in the project, since its inception.

## LICENSE

[Apache-2.0 License](LICENSE)
29 changes: 29 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Change Log
==========

0.1.0
-----

Released on August 22, 2021.

Added
~~~~~

First version of the MetaCall Jupyter kernel that follows the wrapper
kernel mechanism using IPython and the Jupyter client:

- Setup the wrapper kernel using IPython and the Jupyter client.
- Integrated the Polyglot REPL into the Jupyter client and added
support for Python & NodeJS.
- Added user-experience features for the kernel such as ``$loadfile``,
``$loadcell``, ``$inspect`` to load foreign modules and implement
cross-language function calls. More information `here`_.
- Added support to run Shell commands from the kernel.
- Implemented the CI/CD pipelines for the project using GitHub Actions.
- Containerized the project using `Docker`_.
- Implemented the tests for the project using PyTest.
- Developed the documentation using Sphinx, published on ReadTheDocs
`here <https://metacall-jupyter-kernel.readthedocs.io/en/latest/>`__.

.. _here: https://metacall-jupyter-kernel.readthedocs.io/en/latest/getting-started.html#running-a-notebook
.. _Docker: https://www.docker.com/
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ that the `Jupyter`_ notebook understands, and thus eventually displayed.
usage
autodoc
contributing
changelog

0 comments on commit 5b90fb5

Please sign in to comment.