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

idanmoradarthas / DataScienceUtils
100%

Build:
DEFAULT BRANCH: master
Repo Added 02 Jan 2020 12:02PM UTC
Files 18
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
  • 76-refactor-preprocesspy-module-for-better-maintainability
  • 77-add-count-labels-to-bar-plots-in-visualize_feature-method
  • 80-bug-handle-fully-missing-features-in-compute_mutual_information
  • Update-requirements
  • add-ruff-badge-6334884016951447503
  • add-stats-per-label
  • bugfix/handle-fully-missing-features-12066032303002505130
  • categorical-graphs-to-heatmaps
  • dependabot/uv/cryptography-46.0.5
  • dependabot/uv/pillow-12.1.1
  • docker-conda-deployment-11916502845831130465
  • feat/migrate-to-uv-6843176818493617431
  • feat/validate-confusion-matrix-labels-4408769291874413647
  • 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
  • sync-numpy-version-deployment-15241725914372917342
  • test-coverage-strings-preprocess-6968570176888789289
  • update-rtd-sphinx-config-15718640920112189610
  • update-sphinx-docs-for-visualize-feature
  • update-version
  • updating-kaliedo

11 Feb 2026 06:24PM UTC coverage: 100.0%. Remained the same
21917658815

push

github

web-flow
Bump pillow from 12.1.0 to 12.1.1 (#105)

Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.0 to 12.1.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/12.1.0...12.1.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.1.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

861 of 861 relevant lines covered (100.0%)

12.0 hits per line

Relevant lines Covered
Build:
Build:
861 RELEVANT LINES 861 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
21917658815 master Bump pillow from 12.1.0 to 12.1.1 (#105) Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.0 to 12.1.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob... push 11 Feb 2026 06:26PM UTC web-flow github
100.0
21891867099 master Bump cryptography from 46.0.3 to 46.0.5 (#103) Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.3 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/crypt... push 11 Feb 2026 03:42AM UTC web-flow github
100.0
21891742490 master Add Ruff badge to README.md (#102) * docs: add Ruff badge to README.md Added a Ruff badge to the top badge section in README.md, linking to the official Ruff documentation. The badge is placed between the Build Status and Coverage Status badges.... push 11 Feb 2026 03:35AM UTC web-flow github
100.0
21684818523 master Update ReadTheDocs and Sphinx Configuration (#101) * Update ReadTheDocs and Sphinx configuration for DataScienceUtils - Updated .readthedocs.yaml to use ubuntu-lts-latest and python: latest. - Moved package installation to .readthedocs.yaml usin... push 04 Feb 2026 07:14PM UTC web-flow github
100.0
21644442603 master Synchronize NumPy Version for Conda Deployment (#97) * Synchronize NumPy version between host and Docker deployment - Added NumPy version detection to `deploy-docker.sh` and `deploy-docker.bat` - Passed `NUMPY_VERSION` environment variable to Do... push 03 Feb 2026 07:27PM UTC web-flow github
100.0
21644420479 master Handle missing values in plot features interaction (#98) * Add remove_na parameter to plot_features_interaction for handling missing data - Introduced a new boolean parameter `remove_na` to the `plot_features_interaction` function, allowing user... push 03 Feb 2026 07:27PM UTC web-flow github
100.0
21491784118 master Docker-based Conda Package Deployment (#94) * Implement Docker-based Conda package deployment - Create Dockerfile for Conda package deployment. - Update deploy-conda.sh and deploy-conda.bat to support Docker-based build and SKIP_UPLOAD feature. ... push 29 Jan 2026 07:27PM UTC web-flow github
100.0
21429330775 master test: Add coverage for empty and all-null cases (#93) * test: Add coverage for empty and all-null cases Adds a test to `test_strings.py` for `append_tags_to_frame` when both `X_train` and `X_test` are empty. This covers the early return conditio... push 28 Jan 2026 07:35AM UTC web-flow github
100.0
21175393653 master Add Label Validation to plot_confusion_matrix (#92) * feat: Add label validation to plot_confusion_matrix Adds validation to ensure that `y_test`, `y_pred`, and `labels` contain the same set of unique values. Raises a `ValueError` with a clear ... push 20 Jan 2026 02:37PM UTC web-flow github
99.57
21175371642 master Fix: Handle Fully Missing Features in compute_mutual_information (#90) (#91) * fix: Handle fully missing features in compute_mutual_information Previously, the `compute_mutual_information` function would raise an `IndexError` if a feature column... push 20 Jan 2026 02:37PM UTC web-flow github
99.56
See All Builds (230)
  • 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