skillfed

scikit-misc

Miscellaneous tools for scientific computing.

scikit-misc v0.5.2 167.6K downloads/30d#10,467 on PyPI47
Permissive 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) AGING released

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-misc

uv

uv add scikit-misc

poetry

poetry add scikit-misc

Installing 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

Intended Audience :: Science/ResearchLicense :: OSI Approved :: BSD LicenseOperating System :: MacOSOperating System :: Microsoft :: WindowsOperating System :: POSIXOperating System :: UnixProgramming Language :: CProgramming Language :: FortranProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: Scientific/Engineering

Tags

scientific computing utilitiesdata analysis toolsmiscellaneous scientific functionsnumpy-based scientific librarycomputational tools for research
scientific-computingnumpy-based

More Scientific/Engineering packages