Skip to content

Commit 5efa4d5

Browse files
Merge pull request #60 from mindsdb/staging
New release
2 parents ebd3400 + 9dcc13d commit 5efa4d5

File tree

5 files changed

+372
-268
lines changed

5 files changed

+372
-268
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
sudo apt install pandoc
2626
python -m pip install --upgrade pip
27-
pip install install 'Sphinx==6.2.1' 'sphinx-autoapi==3.0.0' 'sphinx-autodoc-typehints' 'sphinx-code-include' 'sphinx-rtd-theme' 'sphinxcontrib-applehelp' 'sphinxcontrib-devhelp' 'sphinxcontrib-htmlhelp' 'sphinxcontrib-jsmath' 'sphinxcontrib-napoleon' 'sphinxcontrib-qthelp' 'sphinxcontrib-serializinghtml' autoapi nbsphinx myst_parser pandoc jupyter matplotlib imblearn fsspec
27+
pip install 'Sphinx==6.2.1' 'sphinx-autoapi==3.0.0' 'sphinx-autodoc-typehints' 'sphinx-code-include' 'sphinx-rtd-theme' 'sphinxcontrib-applehelp' 'sphinxcontrib-devhelp' 'sphinxcontrib-htmlhelp' 'sphinxcontrib-jsmath' 'sphinxcontrib-napoleon' 'sphinxcontrib-qthelp' 'sphinxcontrib-serializinghtml' autoapi nbsphinx myst_parser pandoc jupyter matplotlib imblearn fsspec
2828
pip install --no-cache-dir -e .
2929
- name: Make the docs
3030
run: |

.github/workflows/python-package.yml

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
- name: Lint with flake8
3232
run: |
3333
python -m flake8 .
34+
- name: Install NLTK data
35+
run: |
36+
python -m nltk.downloader punkt
37+
python -m nltk.downloader punkt_tab
3438
- name: Test with unittest
3539
run: |
3640
# Run all the "standard" tests

dataprep_ml/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from dataprep_ml.base import StatisticalAnalysis, DataAnalysis
22

3-
__version__ = '24.5.1.2'
3+
__version__ = '25.2.3.0'
44
__name__ = "dataprep_ml"
55

66

0 commit comments

Comments
 (0)