Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
aiakide committed Oct 18, 2023
2 parents 98f25df + 5d2d205 commit de2bc1f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!--next-version-placeholder-->

## v0.8.2 (2023-10-09)

### Fix

* Add installation info to main documentation ([#84](https://github.com/codecentric-oss/niceml/issues/84)) ([`10e60db`](https://github.com/codecentric-oss/niceml/commit/10e60dbc999e2e396a223d2bbc81f4329a807264))
* Add installation info to main documentation ([`b2f8c10`](https://github.com/codecentric-oss/niceml/commit/b2f8c10f1c0ab4a7e95ac08092f585f2f6a9ba46))

## v0.8.1 (2023-09-26)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ To add niceML as a dependency to your project, use the following
command:

```bash
poetry add niceML
poetry add niceml
```

This will automatically resolve and install the latest compatible
Expand Down
9 changes: 9 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,12 @@ The documentation of **niceML** is separated into four paths:

Quickly find what you're looking for depending on
your use case by looking at the provided pages.

## Installation

```bash
poetry add niceml
```

For a detailed installation guide, have a look at the [Getting Started Tutorial](
getting-started.md#installation).
2 changes: 1 addition & 1 deletion niceml/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.1"
__version__ = "0.8.2"
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 = "niceml"
version = "0.8.1"
version = "0.8.2"
description = "Welcome to niceML 🍦, a Python-based MLOps framework that uses TensorFlow and Dagster. This framework streamlines the development, and maintenance of machine learning models, providing an end-to-end solution for building efficient and scalable pipelines."
authors = [
"Denis Stalz-John <[email protected]>",
Expand Down

0 comments on commit de2bc1f

Please sign in to comment.