Tephi

Latest version: v0.3.1

Safety actively analyzes 714736 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.3.1

What's Changed
* 0.3.0 mergeback by ESadek-MO in https://github.com/SciTools/tephi/pull/114
* bump __version__ post 0.3.0 release by bjlittle in https://github.com/SciTools/tephi/pull/116
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/SciTools/tephi/pull/117
* Update stale.yml by ESadek-MO in https://github.com/SciTools/tephi/pull/128
* Added workflow dispatch by ESadek-MO in https://github.com/SciTools/tephi/pull/129
* Bump scitools/workflows from 2023.06.0 to 2023.10.0 by dependabot in https://github.com/SciTools/tephi/pull/127
* replaced image with os in .rtd.yml build by ESadek-MO in https://github.com/SciTools/tephi/pull/132
* trying mambaforge by ESadek-MO in https://github.com/SciTools/tephi/pull/133
* Dependabot check weekly by trexfeathers in https://github.com/SciTools/tephi/pull/149
* Bump scitools/workflows from 2023.10.0 to 2024.09.1 by dependabot in https://github.com/SciTools/tephi/pull/150
* Bump scitools/workflows from 2024.09.1 to 2024.11.3 by dependabot in https://github.com/SciTools/tephi/pull/169
* move docs/tephi to docs by ESadek-MO in https://github.com/SciTools/tephi/pull/165
* Add repo revew to tephi by ESadek-MO in https://github.com/SciTools/tephi/pull/164
* code quality by ESadek-MO in https://github.com/SciTools/tephi/pull/172
* Bump scitools/workflows from 2024.11.3 to 2024.11.6 by dependabot in https://github.com/SciTools/tephi/pull/176
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/SciTools/tephi/pull/118
* remove the dependancy on setup.cfg and setup.py by ESadek-MO in https://github.com/SciTools/tephi/pull/177
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/SciTools/tephi/pull/180
* Bump scitools/workflows from 2024.11.6 to 2024.12.0 by dependabot in https://github.com/SciTools/tephi/pull/181
* Bump scitools/workflows from 2024.12.0 to 2024.12.1 by dependabot in https://github.com/SciTools/tephi/pull/183
* Bump min version of Python by ESadek-MO in https://github.com/SciTools/tephi/pull/192
* fixed image tests by ESadek-MO in https://github.com/SciTools/tephi/pull/193
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/SciTools/tephi/pull/182
* Bump scitools/workflows from 2024.12.1 to 2025.02.1 by dependabot in https://github.com/SciTools/tephi/pull/191

New Contributors
* trexfeathers made their first contribution in https://github.com/SciTools/tephi/pull/149

**Full Changelog**: https://github.com/SciTools/tephi/compare/v0.3.0...v0.3.1

0.3.0

What's Changed
* fix doctests by bjlittle in https://github.com/SciTools/tephi/pull/52
* add conda-forge badge by bjlittle in https://github.com/SciTools/tephi/pull/57
* Add scooby by bjlittle in https://github.com/SciTools/tephi/pull/58
* update dependencies by bjlittle in https://github.com/SciTools/tephi/pull/59
* remove object use by bjlittle in https://github.com/SciTools/tephi/pull/60
* package dependency refactor by bjlittle in https://github.com/SciTools/tephi/pull/61
* optional scooby by bjlittle in https://github.com/SciTools/tephi/pull/63
* migrate unittest to pytest by bjlittle in https://github.com/SciTools/tephi/pull/62
* Github CI by jamesp in https://github.com/SciTools/tephi/pull/66
* Increase hamming distance for image tests by jamesp in https://github.com/SciTools/tephi/pull/68
* Removed utils and scooby by jamesp in https://github.com/SciTools/tephi/pull/67
* Simplify docs by jamesp in https://github.com/SciTools/tephi/pull/70
* Paint it black by bjlittle in https://github.com/SciTools/tephi/pull/74
* git ignore updates by jamesp in https://github.com/SciTools/tephi/pull/76
* fix locator by bjlittle in https://github.com/SciTools/tephi/pull/78
* minor changes by bjlittle in https://github.com/SciTools/tephi/pull/79
* Update badges master to main by bjlittle in https://github.com/SciTools/tephi/pull/77
* fix np.object deprecation by bjlittle in https://github.com/SciTools/tephi/pull/81
* tidy and automate manifest check by bjlittle in https://github.com/SciTools/tephi/pull/85
* Relicense from LGPL-3 to BSD-3 by lbdreyer in https://github.com/SciTools/tephi/pull/83
* resolve tox ci build failures by bjlittle in https://github.com/SciTools/tephi/pull/94
* Create dependabot.yml by ESadek-MO in https://github.com/SciTools/tephi/pull/93
* Fix order of legend, so plot doesn't overlap by ESadek-MO in https://github.com/SciTools/tephi/pull/92
* Fix docstrings with incorrect anchor order by ESadek-MO in https://github.com/SciTools/tephi/pull/90
* update intersphinx urls by bjlittle in https://github.com/SciTools/tephi/pull/98
* adopt reusable ci-manifest gha by bjlittle in https://github.com/SciTools/tephi/pull/97
* minor alt tag change by bjlittle in https://github.com/SciTools/tephi/pull/99
* Added stale gha by ESadek-MO in https://github.com/SciTools/tephi/pull/106
* Added a PR template by ESadek-MO in https://github.com/SciTools/tephi/pull/107
* added CITATION.cff by ESadek-MO in https://github.com/SciTools/tephi/pull/108
* Updated readme.md by ESadek-MO in https://github.com/SciTools/tephi/pull/104
* Update issue templates by ESadek-MO in https://github.com/SciTools/tephi/pull/103
* copied over citation gha by ESadek-MO in https://github.com/SciTools/tephi/pull/110
* updated version by ESadek-MO in https://github.com/SciTools/tephi/pull/113

New Contributors
* jamesp made their first contribution in https://github.com/SciTools/tephi/pull/66
* pre-commit-ci made their first contribution in https://github.com/SciTools/tephi/pull/80
* lbdreyer made their first contribution in https://github.com/SciTools/tephi/pull/83
* ESadek-MO made their first contribution in https://github.com/SciTools/tephi/pull/93
* dependabot made their first contribution in https://github.com/SciTools/tephi/pull/101

**Full Changelog**: https://github.com/SciTools/tephi/compare/v0.2.4...v0.3.0

0.2.4

Minor build and infrastructure changes.

0.2.3

Minor `README.md` fix for `PyPI`

0.2.2

Minor `setup.py` and documentation updates.

0.2.1

Includes a minor patch to `setup.py`

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.