Skip to content

Commit 257e3c6

Browse files
authored
Merge pull request #53 from mindsdb/staging
Release v0.0.23
2 parents e21c51a + 22c707b commit 257e3c6

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
doc_build:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
1113

1214
steps:
1315
- name: checkout and set up

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
1-
# dataprep_ml
1+
# MindsDB - `dataprep_ml`
22
Data utilities for Machine Learning pipelines.
33

4+
<h1 align="center">
5+
<img width="300" src="https://github.com/mindsdb/mindsdb_native/blob/stable/assets/[email protected]?raw=true" alt="MindsDB">
6+
<br>
7+
8+
</h1>
9+
<div align="center">
10+
<a href="https://github.com/mindsdb/dataprep_ml/actions/workflows/python-package.yml"><img src="https://github.com/mindsdb/dataprep_ml/actions/workflows/python-package.yml/badge.svg?branch=stable" alt="DataprepML workflow"></a>
11+
<a href="https://www.python.org/downloads/" target="_blank"><img src="https://img.shields.io/badge/python-3.8.x|%203.9.x-brightgreen.svg" alt="Python supported"></a>
12+
<a href="https://badge.fury.io/py/dataprep-ml"><img src="https://badge.fury.io/py/dataprep-ml.svg" alt="PyPI version" height="18"></a>
13+
<img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/dataprep-ml">
14+
<a href="https://join.slack.com/t/mindsdbcommunity/shared_invite/zt-o8mrmx3l-5ai~5H66s6wlxFfBMVI6wQ" target="_blank"><img src="https://img.shields.io/badge/[email protected]?logo=slack " alt="MindsDB Community"></a>
15+
</br>
16+
17+
<h3 align="center">
18+
<a href="https://www.mindsdb.com?utm_medium=community&utm_source=github&utm_campaign=mindsdb%20repo">Website</a>
19+
<span> | </span>
20+
<a href="https://mindsdb.github.io/dataprep_ml/">Docs</a>
21+
<span> | </span>
22+
<a href="https://join.slack.com/t/mindsdbcommunity/shared_invite/zt-o8mrmx3l-5ai~5H66s6wlxFfBMVI6wQ">Community Slack</a>
23+
<span> | </span>
24+
<a href="https://github.com/mindsdb/mindsdb/projects">Contribute</a>
25+
<span> | </span>
26+
<a href="https://mindsdb.com/hacktoberfest">Hacktoberfest</a>
27+
</h3>
28+
29+
</div>
30+
431

532
## Submodules
633

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dataprep-ml"
3-
version = "0.0.22"
3+
version = "0.0.23"
44
description = "Automated dataframe analysis for Machine Learning pipelines."
55
authors = ["MindsDB Inc. <[email protected]>"]
66
license = "GPL-3.0"
@@ -17,7 +17,7 @@ scipy = ">=1.7.3"
1717
type-infer = ">=0.0.16"
1818
dataclasses-json = "^0.6.3"
1919
colorlog = "^6.5.0"
20-
pydantic = "^1.10.9"
20+
pydantic = "*"
2121

2222
[tool.poetry.dev-dependencies]
2323
pytest = "^7.4.0"

0 commit comments

Comments
 (0)