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

idanmoradarthas / DataScienceUtils
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: sync-numpy-version-deployment-15241725914372917342
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 sync-numpy-version-deployment-15241725914372917342
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 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
  • 80-bug-handle-fully-missing-features-in-compute_mutual_information
  • Update-requirements
  • add-stats-per-label
  • bugfix/handle-fully-missing-features-12066032303002505130
  • categorical-graphs-to-heatmaps
  • 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
  • master
  • migrate_to_hatch
  • refactor/use-multilabelbinarizer-4839800427030891864
  • remove-corr-calc
  • sync-numpy-version-deployment-15241725914372917342
  • test-coverage-strings-preprocess-6968570176888789289
  • update-sphinx-docs-for-visualize-feature
  • update-version
  • updating-kaliedo

01 Feb 2026 12:17PM UTC coverage: 100.0%. Remained the same
21562733905

Pull #97

github

google-labs-jules[bot]
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 Docker run command
- Updated `deploy-conda.sh` and `deploy-conda.bat` to honor `NUMPY_VERSION`
- Modified `Dockerfile` to explicitly install NumPy for `conda-build`
- Updated `requirements-conda.txt` to remove NumPy (now managed in Dockerfile)

Co-authored-by: idanmoradarthas <14873156+idanmoradarthas@users.noreply.github.com>
Pull Request #97: Synchronize NumPy Version for Conda Deployment

690 of 690 relevant lines covered (100.0%)

12.0 hits per line

Relevant lines Covered
Build:
Build:
690 RELEVANT LINES 690 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
21562733905 sync-numpy-version-deployment-15241725914372917342 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 Docker run command - Updated `deploy-conda.sh` and `deploy... Pull #97 01 Feb 2026 12:19PM UTC google-labs-jules[bot] github
100.0
21556131336 sync-numpy-version-deployment-15241725914372917342 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 Docker run command - Updated `deploy-conda.sh` and `deploy... Pull #97 01 Feb 2026 03:54AM UTC google-labs-jules[bot] 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
21491598141 docker-conda-deployment-11916502845831130465 Update deployment scripts and requirements for Docker-based Conda setup - Modified `deploy-docker.bat` to improve echo message clarity for test mode. - Updated `Dockerfile` to install dependencies using `conda` instead of `pip`, ensuring compatib... Pull #94 29 Jan 2026 07:21PM UTC idanmoradarthas github
100.0
21473394263 docker-conda-deployment-11916502845831130465 Implement Docker-based Conda package deployment (addressed review feedback) - Updated deploy-docker.sh and deploy-docker.bat to match reviewer's suggested --skip-upload implementation. - Verified all deployment script modifications (set -e, platf... Pull #94 29 Jan 2026 09:50AM UTC google-labs-jules[bot] github
100.0
21469663130 docker-conda-deployment-11916502845831130465 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. - Add dynamic platform detection for Linux/macO... Pull #94 29 Jan 2026 07:38AM UTC google-labs-jules[bot] github
100.0
21451132179 handle-missing-values-in-plot-features-interaction Merge branch 'master' into handle-missing-values-in-plot-features-interaction push 28 Jan 2026 06:46PM UTC idanmoradarthas github
96.71
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
21428833158 test-coverage-strings-preprocess-6968570176888789289 test: Add full coverage for ds_utils.strings This commit introduces a new parameterized test, `test_append_tags_to_frame_min_df_float`, to cover the `min_df` float branch in the `append_tags_to_frame` function. It also corrects the logic in `tes... Pull #93 28 Jan 2026 07:16AM UTC google-labs-jules[bot] github
100.0
21427182960 test-coverage-strings-preprocess-6968570176888789289 fix(tests): Correct test logic for empty DataFrame This commit corrects the test `test_append_tags_to_frame_truly_empty` to ensure it properly covers the early return condition in the `append_tags_to_frame` function. The key change is using `pd.... Pull #93 28 Jan 2026 06:09AM UTC google-labs-jules[bot] github
99.71
See All Builds (201)
  • 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