Skip to content

Commit

Permalink
Updated links in README.md to point to latest release 3.1.0 (#332)
Browse files Browse the repository at this point in the history
* Updated links in README.md to point to latest release 3.1.0
* Prepared changelog and version number for next release

* [CodeBuild]
  • Loading branch information
ckunki authored Sep 11, 2024
1 parent 69ae6ea commit df5936d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The Exasol AI-Lab is a pre-configured container designed to empower data scientists. It streamlines common data science and AI tasks, including data loading, preparation, exploration, model training, and deployment. Whether you’re a seasoned practitioner or just getting started, the AI-Lab provides a hassle-free experience.

![Transformers Extension](https://github.com/exasol/ai-lab/blob/2.0.0/doc/user_guide/ai-lab-screenshot.png)
![Transformers Extension](https://github.com/exasol/ai-lab/blob/3.1.0/doc/user_guide/ai-lab-screenshot.png)

Key Features:
* Jupyter Notebook Environment: The heart of the AI-Lab is a robust Jupyter Notebook environment. It’s where you’ll work on your data science projects.
Expand All @@ -11,11 +11,11 @@ Key Features:

Feel free to explore the Exasol AI-Lab and unleash your data science potential!

The AI-Lab is available in multiple [Editions](https://github.com/exasol/ai-lab/blob/2.0.0/doc/user_guide/editions.md) involving different technology stacks, see also common [System Requirements](https://github.com/exasol/ai-lab/blob/2.0.0/doc/user_guide/system-requirements.md).
The AI-Lab is available in multiple [Editions](https://github.com/exasol/ai-lab/blob/3.1.0/doc/user_guide/editions.md) involving different technology stacks, see also common [System Requirements](https://github.com/exasol/ai-lab/blob/3.1.0/doc/user_guide/system-requirements.md).

After downloading the required files and having started the AI-Lab you can connect to AI-Lab's [Jupyter Service](https://github.com/exasol/ai-lab/blob/2.0.0/doc/user_guide/jupyter.md).
After downloading the required files and having started the AI-Lab you can connect to AI-Lab's [Jupyter Service](https://github.com/exasol/ai-lab/blob/3.1.0/doc/user_guide/jupyter.md).

## Additional Links

* [Troubleshooting](doc/user_guide/troubleshooting.md)
* [Developer Guide](https://github.com/exasol/ai-lab/blob/2.0.0/doc/developer_guide/developer_guide.md)
* [Developer Guide](https://github.com/exasol/ai-lab/blob/3.1.0/doc/developer_guide/developer_guide.md)
1 change: 1 addition & 0 deletions doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changes

* [3.2.0](changes_3.2.0.md)
* [3.1.0](changes_3.1.0.md)
* [3.0.0](changes_3.0.0.md)
* [2.0.0](changes_2.0.0.md)
Expand Down
5 changes: 5 additions & 0 deletions doc/changes/changes_3.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# AI-Lab 3.2.0 released ????-??-??

Code name:

## Summary
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "exasol-ai-lab"
version = "3.1.0"
version = "3.2.0"
description = "Provide AI-Lab editions."
packages = [ {include = "exasol"}, ]
license = "MIT"
Expand Down

0 comments on commit df5936d

Please sign in to comment.