• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

idanmoradarthas / DataScienceUtils
100%

Build:
DEFAULT BRANCH: master
Repo Added 02 Jan 2020 12:02PM UTC
Files 7
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 1.8.0
  • 1.8.1
  • 1.9.0
  • 63-replace-box-plot-with-violin-plot-for-numeric-vs-categorical-interaction-in-plot_features_interaction
  • 64-add-mutual-information-scoring-utility-to-preprocessing-module
  • 70-feature-request-replace-datetime-line-plot-with-2d-heatmap-in-visualize_feature
  • 77-add-count-labels-to-bar-plots-in-visualize_feature-method
  • Update-requirements
  • add-stats-per-label
  • categorical-graphs-to-heatmaps
  • feat/migrate-to-uv-6843176818493617431
  • feature/add_plotly_graphs
  • feature/automate_platform_anaconda
  • feature/checking-if-kaleido-was-fixed
  • feature/convert_tests_to_pytest_mpl
  • feature/fix_warning_message
  • feature/fixing_README
  • feature/fixing_warning_in_code
  • feature/plot_feature_importance_improvments
  • feature/reconnecting_coveralls
  • feature/revise_readme_file
  • feature/update_version_1.8.0
  • fix-stats
  • fixing-tests
  • handle-missing-values-in-plot-features-interaction
  • handle-nulls-in-categorical-graphs
  • interate-ruff-idan
  • jules/improve-docs
  • migrate_to_hatch
  • refactor/use-multilabelbinarizer-4839800427030891864
  • remove-corr-calc
  • update-sphinx-docs-for-visualize-feature
  • update-version
  • updating-kaliedo

15 Jan 2026 07:30PM UTC coverage: 100.0%. Remained the same
21043733466

push

github

web-flow
Migrate CI to use uv and uvx (#86)

* feat: Migrate CI to use uv and uvx

This commit migrates the GitHub Actions workflow to use `uv` and `uvx` for installing dependencies and running tests.

The `pyproject.toml` file has been updated to define test dependencies under `[project.optional-dependencies]`, making them installable with `uv pip install -e '.[test]'`.

The GitHub Actions workflow in `.github/workflows/test.yml` has been updated to:
- Use `astral-sh/setup-uv@v1` to set up the `uv` environment.
- Install dependencies using `uv pip install`.
- Run tests, linting, and formatting checks using `uvx`.

* fix: Correct uv migration in CI workflow

This commit fixes the CI workflow to correctly use `uv` for dependency management and testing.

The `pyproject.toml` file has been updated to:
- Correctly define optional dependencies for `test` and `dev`.
- Add a `[tool.uv]` section with a consolidated list of `dev-dependencies`.
- Fix a duplicate key issue with `[project.optional-dependencies]`.

The GitHub Actions workflow in `.github/workflows/test.yml` has been updated to:
- Use `astral-sh/setup-uv@v4` with caching.
- Use `uv python install` to set up Python.
- Use `uv sync` to install dependencies.
- Use `uv run` to execute tests.

* refactor: Clean up pyproject.toml after uv migration

This commit removes unnecessary configurations from pyproject.toml following the migration to uv.

- The [tool.hatch.envs.test] and [tool.hatch.envs.dev] sections have been removed as they are no longer used.
- The coveralls dependency has been removed from [project.optional-dependencies.test] and [tool.uv.dev-dependencies] since it is now run ephemerally with uvx.

* fix: Use dependency-groups in pyproject.toml

This commit replaces the deprecated `[tool.uv.dev-dependencies]` section with `[dependency-groups]` in `pyproject.toml` to resolve the deprecation warning from `uv`.

---------

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.no... (continued)

641 of 641 relevant lines covered (100.0%)

12.0 hits per line

Relevant lines Covered
Build:
Build:
641 RELEVANT LINES 641 COVERED LINES
12.0 HITS PER LINE
Source Files on master
  • Tree
  • List 7
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
21043733466 master Migrate CI to use uv and uvx (#86) * feat: Migrate CI to use uv and uvx This commit migrates the GitHub Actions workflow to use `uv` and `uvx` for installing dependencies and running tests. The `pyproject.toml` file has been updated to define t... push 15 Jan 2026 07:32PM UTC web-flow github
100.0
20097572999 master Categorical graphs to heatmaps (#82) * Update dependencies - Upgrade matplotlib from version 3.8.4 to 3.10.6 in pyproject.toml. - Bump pytest from version 9.0.1 to 9.0.2 in pyproject.toml. - Update ruff from version 0.14.5 to 0.14.8 in pyproject... push 10 Dec 2025 11:51AM UTC web-flow github
100.0
19826221772 master Handle nulls in categorical graphs (#81) * Increment version to 1.10.0rc3 and update corresponding version test * Update test dependencies in pyproject.toml - Upgrade pytest from version 8.4.2 to 9.0.1. - Update pytest-mpl from version 0.17.0 t... push 01 Dec 2025 02:35PM UTC web-flow github
100.0
19066013520 master Reformat documentation for `visualize_feature` function to clarify ordering options (#79) push 04 Nov 2025 10:46AM UTC web-flow github
100.0
19007191133 master Add count labels and ordering options to `visualize_feature` bar plots (#78) * Update dependencies and versioning for data-science-utils - Bump pyarrow to version 22.0.0 and ruff to version 0.14.3 in pyproject.toml. - Increment package version t... push 02 Nov 2025 04:18AM UTC web-flow github
100.0
18671768810 master Replace datetime line plot with 2D heatmap in visualize_feature (#75) * Update dependencies and versioning for data-science-utils - Bump hatch to version 1.15.1 and hatchling to 1.27.0 in pyproject.toml. - Update pytest-mock to 3.15.1 and pytest... push 21 Oct 2025 03:22AM UTC web-flow github
100.0
18352625067 master Bump version to 1.9.0 and align version test (#72) * Update version to 1.8.2 in meta.yaml and __init__.py; adjust version test accordingly * Update version to 1.9.0 in meta.yaml and __init__.py; adjust version test accordingly * Update conda-bu... push 08 Oct 2025 05:19PM UTC web-flow github
100.0
18333157122 master Replace box plot with violin plot for numeric vs categorical interaction in plot features interaction (#69) * Change visualize feature for float from distplot to violinplot * CR fix * Minor formatting * Force install tk in windows * revet * ... push 08 Oct 2025 03:50AM UTC web-flow github
100.0
17068454136 master Add Mutual Information Scoring Utility to Preprocessing Module (#68) * create method compute_mutual_information * create tests * Linting * Adding the new method to read me * Adding the new method to docs push 19 Aug 2025 11:43AM UTC web-flow github
100.0
16159652254 master Jules/improve docs (#61) * Improve and enhance documentation - Reviewed and enhanced Python docstrings in ds_utils package for clarity, consistency, and link accuracy. - Reviewed and enhanced README.md for clarity, structure, and link accuracy. ... push 09 Jul 2025 03:34AM UTC web-flow github
100.0
See All Builds (171)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc