scikit-misc
Miscellaneous tools for scientific computing.
What it is and what it does
scikit-misc is a collection of utility functions for scientific computing and data analysis, written in Python with performance-critical sections implemented in C and Fortran. It depends only on numpy and targets researchers and engineers who need supplementary tools beyond what numpy alone provides. The package is distributed as pre-compiled wheels for modern Python versions (3.10–3.14) on macOS, Windows, and Linux, reducing installation friction for most users.
The package has been in development since 2016 and maintains broad platform support. Its aging maintenance status (last release 284 days ago) suggests it is stable but not actively evolving; it is suitable for projects that need a stable set of scientific utilities rather than rapid feature development.
Use it for:
- Add specialized scientific computing routines to numpy-based data analysis pipelines.
- Access compiled C/Fortran implementations of mathematical operations for performance-critical sections.
- Supplement numpy in research workflows that require miscellaneous utility functions.
- Build scientific applications on Linux, macOS, or Windows with pre-built binary wheels.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
scikit-misc provides miscellaneous tools for data analysis and scientific computing, built on numpy with compiled C and Fortran components.
Yes, if you need miscellaneous scientific computing utilities beyond numpy and are comfortable with a stable, aging package. The BSD license is permissive, wheels are widely available, and there are no known vulnerabilities. The 284-day gap since the last release suggests the package is mature but not under active development; install it for stable functionality, not for ongoing feature additions.
Install
scikit-misc on PyPI
pip
pip install scikit-miscuv
uv add scikit-miscpoetry
poetry add scikit-miscInstalling scikit-misc
Before you install
Medium install friction due to compiled components (C and Fortran); wheels are available for Python 3.10–3.14 on macOS, Windows, and Linux. Last release was 284 days ago; the repository is active but maintenance appears to be slowing.
License in practice
BSD license (permissive); you may use, modify, and distribute the package freely in commercial and private projects, provided you retain the copyright notice and disclaimer.
Quickstart
pip install scikit-misc
import numpy as np
# Use scikit-misc functions alongside numpy for scientific tasks
Requires Python >=3.10; compiled wheels are provided for common platforms, but source builds require a C and Fortran compiler.
Verify before relying
- What specific scientific computing functions does scikit-misc provide beyond its general description?
- Are there known limitations or edge cases in the compiled routines?
- What is the typical performance profile compared to other scientific libraries?
Package facts
| License | Copyright (c) 2016, Hassan Kibirige All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:… (full text in the JSON record) (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | 1 — numpy |
| Maintenance | aging — 284 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 167,555/month — #10,467 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: scikit_misc-0.5.2-cp310-cp310-macosx_10_9_x86_64.whl; scikit_misc-0.5.2-cp310-cp310-macosx_11_0_arm64.whl; scikit_misc-0.5.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl; scikit_misc-0.5.2-cp310-cp310-win_amd64.whl; scikit_misc-0.5.2-cp311-cp311-macosx_10_9_x86_64.whl; scikit_misc-0.5.2-cp311-cp311-macosx_11_0_arm64.whl; scikit_misc-0.5.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl; scikit_misc-0.5.2-cp311-cp311-win_amd64.whl; scikit_misc-0.5.2-cp312-cp312-macosx_10_13_x86_64.whl; scikit_misc-0.5.2-cp312-cp312-macosx_11_0_arm64.whl; scikit_misc-0.5.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl; scikit_misc-0.5.2-cp312-cp312-win_amd64.whl; scikit_misc-0.5.2-cp313-cp313-macosx_10_13_x86_64.whl; scikit_misc-0.5.2-cp313-cp313-macosx_11_0_arm64.whl; scikit_misc-0.5.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl; scikit_misc-0.5.2-cp313-cp313-win_amd64.whl; scikit_misc-0.5.2-cp314-cp314-macosx_10_15_x86_64.whl; scikit_misc-0.5.2-cp314-cp314-macosx_11_0_arm64.whl; scikit_misc-0.5.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl; scikit_misc-0.5.2-cp314-cp314-win_amd64.whl
Tags
More Scientific/Engineering packages
NumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
pandaspandas provides fast, flexible data structures…
permissive · top 100 on PyPI
scipyscipy provides numerical algorithms for…
permissive · top 100 on PyPI
scikit-learnscikit-learn provides a comprehensive Python…
permissive · top 1,000 on PyPI
dilldill extends Python's pickle module to…
permissive · top 1,000 on PyPI
multiprocessMultiprocess is an enhanced fork of Python's…
permissive · top 1,000 on PyPI
scikit-buildscikit-build bridges setuptools and CMake to…
permissive · top 5,000 on PyPI
simsimdSimSIMD provides SIMD-optimized kernels for…
permissive · top 5,000 on PyPI
traittypesProvides custom trait types for scientific…
permissive · top 5,000 on PyPI
colorcetColorcet provides a collection of perceptually…
unclear · top 5,000 on PyPI
fckitlibProvides Fortran modules and a unit testing…
unclear · top 15,000 on PyPI
rasterstatsRasterstats computes summary statistics (mean,…
permissive · top 15,000 on PyPI
gensimGensim is a Python library for topic modeling,…
copyleft · top 5,000 on PyPI
scverse-miscProvides shared utility functions and helpers…
permissive · top 5,000 on PyPI
xarrayxarray adds dimension, coordinate, and…
permissive · top 5,000 on PyPI