diff --git a/.cache/pip/http-v2/0/2/f/7/a/02f7a3cfa8e6aa881ea9780e7473e44a5ee78388ef2ddf2bbdaf9c4c b/.cache/pip/http-v2/0/2/f/7/a/02f7a3cfa8e6aa881ea9780e7473e44a5ee78388ef2ddf2bbdaf9c4c new file mode 100644 index 0000000000000000000000000000000000000000..d80578aa3b28dc9bc175cfa1e1ec0de547619f2a Binary files /dev/null and b/.cache/pip/http-v2/0/2/f/7/a/02f7a3cfa8e6aa881ea9780e7473e44a5ee78388ef2ddf2bbdaf9c4c differ diff --git a/.cache/pip/http-v2/0/2/f/7/a/02f7a3cfa8e6aa881ea9780e7473e44a5ee78388ef2ddf2bbdaf9c4c.body b/.cache/pip/http-v2/0/2/f/7/a/02f7a3cfa8e6aa881ea9780e7473e44a5ee78388ef2ddf2bbdaf9c4c.body new file mode 100644 index 0000000000000000000000000000000000000000..4041c65d6b3abb1537dc8a1c6e184acbc1f89a1e --- /dev/null +++ b/.cache/pip/http-v2/0/2/f/7/a/02f7a3cfa8e6aa881ea9780e7473e44a5ee78388ef2ddf2bbdaf9c4c.body @@ -0,0 +1,88 @@ +Metadata-Version: 2.4 +Name: Mako +Version: 1.3.12 +Summary: A super-fast templating language that borrows the best ideas from the existing templating languages. +Home-page: https://www.makotemplates.org/ +Author: Mike Bayer +Author-email: mike@zzzcomputing.com +License: MIT +Project-URL: Documentation, https://docs.makotemplates.org +Project-URL: Issue Tracker, https://github.com/sqlalchemy/mako +Classifier: Development Status :: 5 - Production/Stable +Classifier: License :: OSI Approved :: MIT License +Classifier: Environment :: Web Environment +Classifier: Intended Audience :: Developers +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +License-File: LICENSE +Requires-Dist: MarkupSafe>=0.9.2 +Provides-Extra: testing +Requires-Dist: pytest; extra == "testing" +Provides-Extra: babel +Requires-Dist: Babel; extra == "babel" +Provides-Extra: lingua +Requires-Dist: lingua; extra == "lingua" +Dynamic: license-file + +========================= +Mako Templates for Python +========================= + +Mako is a template library written in Python. It provides a familiar, non-XML +syntax which compiles into Python modules for maximum performance. Mako's +syntax and API borrows from the best ideas of many others, including Django +templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded +Python (i.e. Python Server Page) language, which refines the familiar ideas +of componentized layout and inheritance to produce one of the most +straightforward and flexible models available, while also maintaining close +ties to Python calling and scoping semantics. + +Nutshell +======== + +:: + + <%inherit file="base.html"/> + <% + rows = [[v for v in range(0,10)] for row in range(0,10)] + %> + + % for row in rows: + ${makerow(row)} + % endfor +
+ + <%def name="makerow(row)"> + + % for name in row: + ${name}\ + % endfor + + + +Philosophy +=========== + +Python is a great scripting language. Don't reinvent the wheel...your templates can handle it ! + +Documentation +============== + +See documentation for Mako at https://docs.makotemplates.org/en/latest/ + +License +======== + +Mako is licensed under an MIT-style license (see LICENSE). +Other incorporated projects may be licensed under different licenses. +All licenses allow for non-commercial and commercial use. diff --git a/.cache/pip/http-v2/0/3/b/7/e/03b7e31ef41a67b4d5d0212d71d27b02703ce649d01a9d3a622a0976 b/.cache/pip/http-v2/0/3/b/7/e/03b7e31ef41a67b4d5d0212d71d27b02703ce649d01a9d3a622a0976 new file mode 100644 index 0000000000000000000000000000000000000000..665fd1836d847d03a59af14974e211967108ffb4 Binary files /dev/null and b/.cache/pip/http-v2/0/3/b/7/e/03b7e31ef41a67b4d5d0212d71d27b02703ce649d01a9d3a622a0976 differ diff --git a/.cache/pip/http-v2/0/3/b/7/e/03b7e31ef41a67b4d5d0212d71d27b02703ce649d01a9d3a622a0976.body b/.cache/pip/http-v2/0/3/b/7/e/03b7e31ef41a67b4d5d0212d71d27b02703ce649d01a9d3a622a0976.body new file mode 100644 index 0000000000000000000000000000000000000000..63a6dc1ee5b0403adb354280c37225b8f335dd5f Binary files /dev/null and b/.cache/pip/http-v2/0/3/b/7/e/03b7e31ef41a67b4d5d0212d71d27b02703ce649d01a9d3a622a0976.body differ diff --git a/.cache/pip/http-v2/0/4/4/7/c/0447ce2249fdae0f8cf52a43e01f215eacdf7c35d89a248bd4b4ebaa b/.cache/pip/http-v2/0/4/4/7/c/0447ce2249fdae0f8cf52a43e01f215eacdf7c35d89a248bd4b4ebaa new file mode 100644 index 0000000000000000000000000000000000000000..d3ac118e122f9caf582d4ff64ff90869cfd9f884 Binary files /dev/null and b/.cache/pip/http-v2/0/4/4/7/c/0447ce2249fdae0f8cf52a43e01f215eacdf7c35d89a248bd4b4ebaa differ diff --git a/.cache/pip/http-v2/0/4/4/7/c/0447ce2249fdae0f8cf52a43e01f215eacdf7c35d89a248bd4b4ebaa.body b/.cache/pip/http-v2/0/4/4/7/c/0447ce2249fdae0f8cf52a43e01f215eacdf7c35d89a248bd4b4ebaa.body new file mode 100644 index 0000000000000000000000000000000000000000..5e4c8bd0401db56c5b9755bef83340113f379574 Binary files /dev/null and b/.cache/pip/http-v2/0/4/4/7/c/0447ce2249fdae0f8cf52a43e01f215eacdf7c35d89a248bd4b4ebaa.body differ diff --git a/.cache/pip/http-v2/0/8/1/1/2/081122fdc5ea51e83b186b86128635ac8ae17e58f1cd4997987d6c9d b/.cache/pip/http-v2/0/8/1/1/2/081122fdc5ea51e83b186b86128635ac8ae17e58f1cd4997987d6c9d new file mode 100644 index 0000000000000000000000000000000000000000..dbb3ba75671b6bca90e277ad2bd0da4cc2755942 Binary files /dev/null and b/.cache/pip/http-v2/0/8/1/1/2/081122fdc5ea51e83b186b86128635ac8ae17e58f1cd4997987d6c9d differ diff --git a/.cache/pip/http-v2/0/8/1/1/2/081122fdc5ea51e83b186b86128635ac8ae17e58f1cd4997987d6c9d.body b/.cache/pip/http-v2/0/8/1/1/2/081122fdc5ea51e83b186b86128635ac8ae17e58f1cd4997987d6c9d.body new file mode 100644 index 0000000000000000000000000000000000000000..aeaccd0fc37cc61343265840a255d4067532ce77 --- /dev/null +++ b/.cache/pip/http-v2/0/8/1/1/2/081122fdc5ea51e83b186b86128635ac8ae17e58f1cd4997987d6c9d.body @@ -0,0 +1,99 @@ +Metadata-Version: 2.4 +Name: greenlet +Version: 3.5.1 +Summary: Lightweight in-process concurrent programming +Author-email: Alexey Borzenkov +Maintainer-email: Jason Madden +License-Expression: MIT AND PSF-2.0 +Project-URL: Homepage, https://greenlet.readthedocs.io +Project-URL: Documentation, https://greenlet.readthedocs.io +Project-URL: Repository, https://github.com/python-greenlet/greenlet +Project-URL: Issues, https://github.com/python-greenlet/greenlet/issues +Project-URL: Changelog, https://greenlet.readthedocs.io/en/latest/changes.html +Keywords: greenlet,coroutine,concurrency,threads,cooperative +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: Natural Language :: English +Classifier: Programming Language :: C +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 +Classifier: Programming Language :: Python :: 3.15 +Classifier: Operating System :: OS Independent +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Requires-Python: >=3.10 +Description-Content-Type: text/x-rst +License-File: LICENSE +License-File: LICENSE.PSF +Provides-Extra: docs +Requires-Dist: Sphinx; extra == "docs" +Requires-Dist: furo; extra == "docs" +Provides-Extra: test +Requires-Dist: objgraph; extra == "test" +Requires-Dist: psutil; extra == "test" +Requires-Dist: setuptools; extra == "test" +Dynamic: license-file + +.. This file is included into docs/history.rst + + +Greenlets are lightweight coroutines for in-process concurrent +programming. + +The "greenlet" package is a spin-off of `Stackless`_, a version of +CPython that supports micro-threads called "tasklets". Tasklets run +pseudo-concurrently (typically in a single or a few OS-level threads) +and are synchronized with data exchanges on "channels". + +A "greenlet", on the other hand, is a still more primitive notion of +micro-thread with no implicit scheduling; coroutines, in other words. +This is useful when you want to control exactly when your code runs. +You can build custom scheduled micro-threads on top of greenlet; +however, it seems that greenlets are useful on their own as a way to +make advanced control flow structures. For example, we can recreate +generators; the difference with Python's own generators is that our +generators can call nested functions and the nested functions can +yield values too. (Additionally, you don't need a "yield" keyword. See +the example in `test_generator.py +`_). + +Greenlets are provided as a C extension module for the regular unmodified +interpreter. + +.. _`Stackless`: http://www.stackless.com + + +Who is using Greenlet? +====================== + +There are several libraries that use Greenlet as a more flexible +alternative to Python's built in coroutine support: + + - `Concurrence`_ + - `Eventlet`_ + - `Gevent`_ + +.. _Concurrence: http://opensource.hyves.org/concurrence/ +.. _Eventlet: http://eventlet.net/ +.. _Gevent: http://www.gevent.org/ + +Getting Greenlet +================ + +The easiest way to get Greenlet is to install it with pip:: + + pip install greenlet + + +Source code archives and binary distributions are available on the +python package index at https://pypi.org/project/greenlet + +The source code repository is hosted on github: +https://github.com/python-greenlet/greenlet + +Documentation is available on readthedocs.org: +https://greenlet.readthedocs.io diff --git a/.cache/pip/http-v2/0/c/1/9/0/0c1902a50947e5344575b4ef11e0b41b63cc4e3e15eb945e6b0cd91d b/.cache/pip/http-v2/0/c/1/9/0/0c1902a50947e5344575b4ef11e0b41b63cc4e3e15eb945e6b0cd91d new file mode 100644 index 0000000000000000000000000000000000000000..f97e7db054b8bcb9640c4fa7f18382d9f8ef0bd2 Binary files /dev/null and b/.cache/pip/http-v2/0/c/1/9/0/0c1902a50947e5344575b4ef11e0b41b63cc4e3e15eb945e6b0cd91d differ diff --git a/.cache/pip/http-v2/0/c/1/9/0/0c1902a50947e5344575b4ef11e0b41b63cc4e3e15eb945e6b0cd91d.body b/.cache/pip/http-v2/0/c/1/9/0/0c1902a50947e5344575b4ef11e0b41b63cc4e3e15eb945e6b0cd91d.body new file mode 100644 index 0000000000000000000000000000000000000000..763cab3c9eec91e6cdde63ebaf22ef0532366358 Binary files /dev/null and b/.cache/pip/http-v2/0/c/1/9/0/0c1902a50947e5344575b4ef11e0b41b63cc4e3e15eb945e6b0cd91d.body differ diff --git a/.cache/pip/http-v2/1/8/4/2/e/1842e6d8465e13ffdec95207c092275f1f7388f218f45f83bda89679 b/.cache/pip/http-v2/1/8/4/2/e/1842e6d8465e13ffdec95207c092275f1f7388f218f45f83bda89679 new file mode 100644 index 0000000000000000000000000000000000000000..75f7628880bebca32f4a53e3560dd71376e7d5e4 Binary files /dev/null and b/.cache/pip/http-v2/1/8/4/2/e/1842e6d8465e13ffdec95207c092275f1f7388f218f45f83bda89679 differ diff --git a/.cache/pip/http-v2/1/8/4/2/e/1842e6d8465e13ffdec95207c092275f1f7388f218f45f83bda89679.body b/.cache/pip/http-v2/1/8/4/2/e/1842e6d8465e13ffdec95207c092275f1f7388f218f45f83bda89679.body new file mode 100644 index 0000000000000000000000000000000000000000..1d0a6947a9e9362d8d32d5ad3b6ff4999a90342f --- /dev/null +++ b/.cache/pip/http-v2/1/8/4/2/e/1842e6d8465e13ffdec95207c092275f1f7388f218f45f83bda89679.body @@ -0,0 +1,87 @@ +Metadata-Version: 2.4 +Name: hf-xet +Version: 1.5.1 +Classifier: Development Status :: 5 - Production/Stable +Classifier: License :: OSI Approved :: Apache Software License +Classifier: Programming Language :: Rust +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 +Classifier: Programming Language :: Python :: Free Threading +Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta +Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence +Requires-Dist: pytest ; extra == 'tests' +Provides-Extra: tests +License-File: LICENSE +Summary: Fast transfer of large files with the Hugging Face Hub. +Maintainer-email: Rajat Arya , Jared Sulzdorf , Di Xiao , Assaf Vayner , Hoyt Koepke +License-Expression: Apache-2.0 +Requires-Python: >=3.8 +Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM +Project-URL: Documentation, https://huggingface.co/docs/hub/xet/index +Project-URL: Homepage, https://github.com/huggingface/xet-core +Project-URL: Issues, https://github.com/huggingface/xet-core/issues +Project-URL: Repository, https://github.com/huggingface/xet-core.git + + +

+ License + GitHub release + Contributor Covenant +

+ +

+

🤗 hf-xet - xet client tech, used in huggingface_hub

+

+ +## Welcome + +`hf-xet` enables `huggingface_hub` to utilize xet storage for uploading and downloading to HF Hub. Xet storage provides chunk-based deduplication, efficient storage/retrieval with local disk caching, and backwards compatibility with Git LFS. This library is not meant to be used directly, and is instead intended to be used from [huggingface_hub](https://pypi.org/project/huggingface-hub). + +## Key features + +♻ **chunk-based deduplication implementation**: avoid transferring and storing chunks that are shared across binary files (models, datasets, etc). + +🤗 **Python bindings**: bindings for [huggingface_hub](https://github.com/huggingface/huggingface_hub/) package. + +↔ **network communications**: concurrent communication to HF Hub Xet backend services (CAS). + +🔖 **local disk caching**: chunk-based cache that sits alongside the existing [huggingface_hub disk cache](https://huggingface.co/docs/huggingface_hub/guides/manage-cache). + +## Installation + +Install the `hf_xet` package with [pip](https://pypi.org/project/hf-xet/): + +```bash +pip install hf_xet +``` + +## Quick Start + +`hf_xet` is not intended to be run independently as it is expected to be used from `huggingface_hub`, so to get started with `huggingface_hub` check out the documentation [here]("https://hf.co/docs/huggingface_hub"). + +## Contributions (feature requests, bugs, etc.) are encouraged & appreciated 💙💚💛💜🧡❤️ + +Please join us in making hf-xet better. We value everyone's contributions. Code is not the only way to help. Answering questions, helping each other, improving documentation, filing issues all help immensely. If you are interested in contributing (please do!), check out the [contribution guide](https://github.com/huggingface/xet-core/blob/main/CONTRIBUTING.md) for this repository. diff --git a/.cache/pip/http-v2/1/8/e/c/b/18ecb372789efe49bbe46617b1f5d32a2b0eac245d58cbf930116174 b/.cache/pip/http-v2/1/8/e/c/b/18ecb372789efe49bbe46617b1f5d32a2b0eac245d58cbf930116174 new file mode 100644 index 0000000000000000000000000000000000000000..add759db1e4e88fca5ddae6ddc13f9eb68825e5a Binary files /dev/null and b/.cache/pip/http-v2/1/8/e/c/b/18ecb372789efe49bbe46617b1f5d32a2b0eac245d58cbf930116174 differ diff --git a/.cache/pip/http-v2/2/6/9/6/f/2696f961349c363ba6eaa61f1f16df2705938f26ba64023adb039e90 b/.cache/pip/http-v2/2/6/9/6/f/2696f961349c363ba6eaa61f1f16df2705938f26ba64023adb039e90 new file mode 100644 index 0000000000000000000000000000000000000000..0b409d59772ae9ed4ea25debb19a48746f2734bc Binary files /dev/null and b/.cache/pip/http-v2/2/6/9/6/f/2696f961349c363ba6eaa61f1f16df2705938f26ba64023adb039e90 differ diff --git a/.cache/pip/http-v2/2/6/9/6/f/2696f961349c363ba6eaa61f1f16df2705938f26ba64023adb039e90.body b/.cache/pip/http-v2/2/6/9/6/f/2696f961349c363ba6eaa61f1f16df2705938f26ba64023adb039e90.body new file mode 100644 index 0000000000000000000000000000000000000000..6fe5572b7f4741f738994e8e0e3c4c222ac20d4f Binary files /dev/null and b/.cache/pip/http-v2/2/6/9/6/f/2696f961349c363ba6eaa61f1f16df2705938f26ba64023adb039e90.body differ diff --git a/.cache/pip/http-v2/2/7/7/6/0/2776091d74378df9859068b389c0d96d3f76c8668c74613451e22e86 b/.cache/pip/http-v2/2/7/7/6/0/2776091d74378df9859068b389c0d96d3f76c8668c74613451e22e86 new file mode 100644 index 0000000000000000000000000000000000000000..bbc1e7e46ac12542ecf9086a22424fedb1cc5eb5 Binary files /dev/null and b/.cache/pip/http-v2/2/7/7/6/0/2776091d74378df9859068b389c0d96d3f76c8668c74613451e22e86 differ diff --git a/.cache/pip/http-v2/2/9/5/4/2/2954216e93dc816d61408bd6f0b67c741271fd7cfbf7e39bfb692beb b/.cache/pip/http-v2/2/9/5/4/2/2954216e93dc816d61408bd6f0b67c741271fd7cfbf7e39bfb692beb new file mode 100644 index 0000000000000000000000000000000000000000..96ca07c48d89b83c0dec79261ada9c230235eba6 Binary files /dev/null and b/.cache/pip/http-v2/2/9/5/4/2/2954216e93dc816d61408bd6f0b67c741271fd7cfbf7e39bfb692beb differ diff --git a/.cache/pip/http-v2/2/9/5/4/2/2954216e93dc816d61408bd6f0b67c741271fd7cfbf7e39bfb692beb.body b/.cache/pip/http-v2/2/9/5/4/2/2954216e93dc816d61408bd6f0b67c741271fd7cfbf7e39bfb692beb.body new file mode 100644 index 0000000000000000000000000000000000000000..036ac669cc814b074f847a554bc35979bff355f2 --- /dev/null +++ b/.cache/pip/http-v2/2/9/5/4/2/2954216e93dc816d61408bd6f0b67c741271fd7cfbf7e39bfb692beb.body @@ -0,0 +1,581 @@ +Metadata-Version: 2.1 +Name: timm +Version: 1.0.27 +Summary: PyTorch Image Models +Keywords: pytorch,image-classification +Author-Email: Ross Wightman +License: Apache-2.0 +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Education +Classifier: Intended Audience :: Science/Research +Classifier: License :: OSI Approved :: Apache Software License +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Topic :: Scientific/Engineering +Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence +Classifier: Topic :: Software Development +Classifier: Topic :: Software Development :: Libraries +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Project-URL: homepage, https://github.com/huggingface/pytorch-image-models +Project-URL: documentation, https://huggingface.co/docs/timm/en/index +Project-URL: repository, https://github.com/huggingface/pytorch-image-models +Requires-Python: >=3.8 +Requires-Dist: torch +Requires-Dist: torchvision +Requires-Dist: pyyaml +Requires-Dist: huggingface_hub +Requires-Dist: safetensors +Description-Content-Type: text/markdown + +# PyTorch Image Models +- [What's New](#whats-new) +- [Introduction](#introduction) +- [Models](#models) +- [Features](#features) +- [Results](#results) +- [Getting Started (Documentation)](#getting-started-documentation) +- [Train, Validation, Inference Scripts](#train-validation-inference-scripts) +- [Awesome PyTorch Resources](#awesome-pytorch-resources) +- [Licenses](#licenses) +- [Citing](#citing) + +## What's New +## May 8, 2026 +* Release 1.0.27 + +## April 23, 2026 +* Add Gemma4 ViT encoders w/ NaFlex pipeline support (variable aspect/size per image). Thanks [Yonghye Kwon](https://github.com/developer0hye) +* Support DINOv3 weights in NaFlexVit. Thanks [Yonghye Kwon](https://github.com/developer0hye) +* Some improvements to Muon fallback (AdamW/NadamW) lr behavior + +## March 23, 2026 +* Improve pickle checkpoint handling security. Default all loading to `weights_only=True`, add safe_global for ArgParse. +* Improve attention mask handling for core ViT/EVA models & layers. Resolve bool masks, pass `is_causal` through for SSL tasks. +* Fix class & register token uses with ViT and no pos embed enabled. +* Add Patch Representation Refinement (PRR) as a pooling option in ViT. Thanks Sina (https://github.com/sinahmr). +* Improve consistency of output projection / MLP dimensions for attention pooling layers. +* Hiera model F.SDPA optimization to allow Flash Attention kernel use. +* Caution added to SGDP optimizer. +* Release 1.0.26. First maintenance release since my departure from Hugging Face. + +## Feb 23, 2026 +* Add token distillation training support to distillation task wrappers +* Remove some torch.jit usage in prep for official deprecation +* Caution added to AdamP optimizer +* Call reset_parameters() even if meta-device init so that buffers get init w/ hacks like init_empty_weights +* Tweak Muon optimizer to work with DTensor/FSDP2 (clamp_ instead of clamp_min_, alternate NS branch for DTensor) +* Release 1.0.25 + +## Jan 21, 2026 +* **Compat Break**: Fix oversight w/ QKV vs MLP bias in `ParallelScalingBlock` (& `DiffParallelScalingBlock`) + * Does not impact any trained `timm` models but could impact downstream use. + +## Jan 5 & 6, 2026 +* Release 1.0.24 +* Add new benchmark result csv files for inference timing on all models w/ RTX Pro 6000, 5090, and 4090 cards w/ PyTorch 2.9.1 +* Fix moved module error in deprecated timm.models.layers import path that impacts legacy imports +* Release 1.0.23 + +## Dec 30, 2025 +* Add better NAdaMuon trained `dpwee`, `dwee`, `dlittle` (differential) ViTs with a small boost over previous runs + * https://huggingface.co/timm/vit_dlittle_patch16_reg1_gap_256.sbb_nadamuon_in1k (83.24% top-1) + * https://huggingface.co/timm/vit_dwee_patch16_reg1_gap_256.sbb_nadamuon_in1k (81.80% top-1) + * https://huggingface.co/timm/vit_dpwee_patch16_reg1_gap_256.sbb_nadamuon_in1k (81.67% top-1) +* Add a ~21M param `timm` variant of the CSATv2 model at 512x512 & 640x640 + * https://huggingface.co/timm/csatv2_21m.sw_r640_in1k (83.13% top-1) + * https://huggingface.co/timm/csatv2_21m.sw_r512_in1k (82.58% top-1) +* Factor non-persistent param init out of `__init__` into a common method that can be externally called via `init_non_persistent_buffers()` after meta-device init. + +## Dec 12, 2025 +* Add CSATV2 model (thanks https://github.com/gusdlf93) -- a lightweight but high res model with DCT stem & spatial attention. https://huggingface.co/Hyunil/CSATv2 +* Add AdaMuon and NAdaMuon optimizer support to existing `timm` Muon impl. Appears more competitive vs AdamW with familiar hparams for image tasks. +* End of year PR cleanup, merge aspects of several long open PR + * Merge differential attention (`DiffAttention`), add corresponding `DiffParallelScalingBlock` (for ViT), train some wee vits + * https://huggingface.co/timm/vit_dwee_patch16_reg1_gap_256.sbb_in1k + * https://huggingface.co/timm/vit_dpwee_patch16_reg1_gap_256.sbb_in1k + * Add a few pooling modules, `LsePlus` and `SimPool` + * Cleanup, optimize `DropBlock2d` (also add support to ByobNet based models) +* Bump unit tests to PyTorch 2.9.1 + Python 3.13 on upper end, lower still PyTorch 1.13 + Python 3.10 + +## Dec 1, 2025 +* Add lightweight task abstraction, add logits and feature distillation support to train script via new tasks. +* Remove old APEX AMP support + +## Nov 4, 2025 +* Fix LayerScale / LayerScale2d init bug (init values ignored), introduced in 1.0.21. Thanks https://github.com/Ilya-Fradlin +* Release 1.0.22 + +## Oct 31, 2025 🎃 +* Update imagenet & OOD variant result csv files to include a few new models and verify correctness over several torch & timm versions +* EfficientNet-X and EfficientNet-H B5 model weights added as part of a hparam search for AdamW vs Muon (still iterating on Muon runs) + +## Oct 16-20, 2025 +* Add an impl of the Muon optimizer (based on https://github.com/KellerJordan/Muon) with customizations + * extra flexibility and improved handling for conv weights and fallbacks for weight shapes not suited for orthogonalization + * small speedup for NS iterations by reducing allocs and using fused (b)add(b)mm ops + * by default uses AdamW (or NAdamW if `nesterov=True`) updates if muon not suitable for parameter shape (or excluded via param group flag) + * like torch impl, select from several LR scale adjustment fns via `adjust_lr_fn` + * select from several NS coefficient presets or specify your own via `ns_coefficients` +* First 2 steps of 'meta' device model initialization supported + * Fix several ops that were breaking creation under 'meta' device context + * Add device & dtype factory kwarg support to all models and modules (anything inherting from nn.Module) in `timm` +* License fields added to pretrained cfgs in code +* Release 1.0.21 + +## Sept 21, 2025 +* Remap DINOv3 ViT weight tags from `lvd_1689m` -> `lvd1689m` to match (same for `sat_493m` -> `sat493m`) +* Release 1.0.20 + +## Sept 17, 2025 +* DINOv3 (https://arxiv.org/abs/2508.10104) ConvNeXt and ViT models added. ConvNeXt models were mapped to existing `timm` model. ViT support done via the EVA base model w/ a new `RotaryEmbeddingDinoV3` to match the DINOv3 specific RoPE impl + * HuggingFace Hub: https://huggingface.co/collections/timm/timm-dinov3-68cb08bb0bee365973d52a4d +* MobileCLIP-2 (https://arxiv.org/abs/2508.20691) vision encoders. New MCI3/MCI4 FastViT variants added and weights mapped to existing FastViT and B, L/14 ViTs. +* MetaCLIP-2 Worldwide (https://arxiv.org/abs/2507.22062) ViT encoder weights added. +* SigLIP-2 (https://arxiv.org/abs/2502.14786) NaFlex ViT encoder weights added via timm NaFlexViT model. +* Misc fixes and contributions + +## July 23, 2025 +* Add `set_input_size()` method to EVA models, used by OpenCLIP 3.0.0 to allow resizing for timm based encoder models. +* Release 1.0.18, needed for PE-Core S & T models in OpenCLIP 3.0.0 +* Fix small typing issue that broke Python 3.9 compat. 1.0.19 patch release. + +## July 21, 2025 +* ROPE support added to NaFlexViT. All models covered by the EVA base (`eva.py`) including EVA, EVA02, Meta PE ViT, `timm` SBB ViT w/ ROPE, and Naver ROPE-ViT can be now loaded in NaFlexViT when `use_naflex=True` passed at model creation time +* More Meta PE ViT encoders added, including small/tiny variants, lang variants w/ tiling, and more spatial variants. +* PatchDropout fixed with NaFlexViT and also w/ EVA models (regression after adding Naver ROPE-ViT) +* Fix XY order with grid_indexing='xy', impacted non-square image use in 'xy' mode (only ROPE-ViT and PE impacted). + +## July 7, 2025 +* MobileNet-v5 backbone tweaks for improved Google Gemma 3n behaviour (to pair with updated official weights) + * Add stem bias (zero'd in updated weights, compat break with old weights) + * GELU -> GELU (tanh approx). A minor change to be closer to JAX +* Add two arguments to layer-decay support, a min scale clamp and 'no optimization' scale threshold +* Add 'Fp32' LayerNorm, RMSNorm, SimpleNorm variants that can be enabled to force computation of norm in float32 +* Some typing, argument cleanup for norm, norm+act layers done with above +* Support Naver ROPE-ViT (https://github.com/naver-ai/rope-vit) in `eva.py`, add RotaryEmbeddingMixed module for mixed mode, weights on HuggingFace Hub + +|model |img_size|top1 |top5 |param_count| +|--------------------------------------------------|--------|------|------|-----------| +|vit_large_patch16_rope_mixed_ape_224.naver_in1k |224 |84.84 |97.122|304.4 | +|vit_large_patch16_rope_mixed_224.naver_in1k |224 |84.828|97.116|304.2 | +|vit_large_patch16_rope_ape_224.naver_in1k |224 |84.65 |97.154|304.37 | +|vit_large_patch16_rope_224.naver_in1k |224 |84.648|97.122|304.17 | +|vit_base_patch16_rope_mixed_ape_224.naver_in1k |224 |83.894|96.754|86.59 | +|vit_base_patch16_rope_mixed_224.naver_in1k |224 |83.804|96.712|86.44 | +|vit_base_patch16_rope_ape_224.naver_in1k |224 |83.782|96.61 |86.59 | +|vit_base_patch16_rope_224.naver_in1k |224 |83.718|96.672|86.43 | +|vit_small_patch16_rope_224.naver_in1k |224 |81.23 |95.022|21.98 | +|vit_small_patch16_rope_mixed_224.naver_in1k |224 |81.216|95.022|21.99 | +|vit_small_patch16_rope_ape_224.naver_in1k |224 |81.004|95.016|22.06 | +|vit_small_patch16_rope_mixed_ape_224.naver_in1k |224 |80.986|94.976|22.06 | +* Some cleanup of ROPE modules, helpers, and FX tracing leaf registration +* Preparing version 1.0.17 release + +## June 26, 2025 +* MobileNetV5 backbone (w/ encoder only variant) for [Gemma 3n](https://ai.google.dev/gemma/docs/gemma-3n#parameters) image encoder +* Version 1.0.16 released + +## June 23, 2025 +* Add F.grid_sample based 2D and factorized pos embed resize to NaFlexViT. Faster when lots of different sizes (based on example by https://github.com/stas-sl). +* Further speed up patch embed resample by replacing vmap with matmul (based on snippet by https://github.com/stas-sl). +* Add 3 initial native aspect NaFlexViT checkpoints created while testing, ImageNet-1k and 3 different pos embed configs w/ same hparams. + + | Model | Top-1 Acc | Top-5 Acc | Params (M) | Eval Seq Len | + |:---|:---:|:---:|:---:|:---:| + | [naflexvit_base_patch16_par_gap.e300_s576_in1k](https://hf.co/timm/naflexvit_base_patch16_par_gap.e300_s576_in1k) | 83.67 | 96.45 | 86.63 | 576 | + | [naflexvit_base_patch16_parfac_gap.e300_s576_in1k](https://hf.co/timm/naflexvit_base_patch16_parfac_gap.e300_s576_in1k) | 83.63 | 96.41 | 86.46 | 576 | + | [naflexvit_base_patch16_gap.e300_s576_in1k](https://hf.co/timm/naflexvit_base_patch16_gap.e300_s576_in1k) | 83.50 | 96.46 | 86.63 | 576 | +* Support gradient checkpointing for `forward_intermediates` and fix some checkpointing bugs. Thanks https://github.com/brianhou0208 +* Add 'corrected weight decay' (https://arxiv.org/abs/2506.02285) as option to AdamW (legacy), Adopt, Kron, Adafactor (BV), Lamb, LaProp, Lion, NadamW, RmsPropTF, SGDW optimizers +* Switch PE (perception encoder) ViT models to use native timm weights instead of remapping on the fly +* Fix cuda stream bug in prefetch loader + +## June 5, 2025 +* Initial NaFlexVit model code. NaFlexVit is a Vision Transformer with: + 1. Encapsulated embedding and position encoding in a single module + 2. Support for nn.Linear patch embedding on pre-patchified (dictionary) inputs + 3. Support for NaFlex variable aspect, variable resolution (SigLip-2: https://arxiv.org/abs/2502.14786) + 4. Support for FlexiViT variable patch size (https://arxiv.org/abs/2212.08013) + 5. Support for NaViT fractional/factorized position embedding (https://arxiv.org/abs/2307.06304) +* Existing vit models in `vision_transformer.py` can be loaded into the NaFlexVit model by adding the `use_naflex=True` flag to `create_model` + * Some native weights coming soon +* A full NaFlex data pipeline is available that allows training / fine-tuning / evaluating with variable aspect / size images + * To enable in `train.py` and `validate.py` add the `--naflex-loader` arg, must be used with a NaFlexVit +* To evaluate an existing (classic) ViT loaded in NaFlexVit model w/ NaFlex data pipe: + * `python validate.py /imagenet --amp -j 8 --model vit_base_patch16_224 --model-kwargs use_naflex=True --naflex-loader --naflex-max-seq-len 256` +* The training has some extra args features worth noting + * The `--naflex-train-seq-lens'` argument specifies which sequence lengths to randomly pick from per batch during training + * The `--naflex-max-seq-len` argument sets the target sequence length for validation + * Adding `--model-kwargs enable_patch_interpolator=True --naflex-patch-sizes 12 16 24` will enable random patch size selection per-batch w/ interpolation + * The `--naflex-loss-scale` arg changes loss scaling mode per batch relative to the batch size, `timm` NaFlex loading changes the batch size for each seq len + +## May 28, 2025 +* Add a number of small/fast models thanks to https://github.com/brianhou0208 + * SwiftFormer - [(ICCV2023) SwiftFormer: Efficient Additive Attention for Transformer-based Real-time Mobile Vision Applications](https://github.com/Amshaker/SwiftFormer) + * FasterNet - [(CVPR2023) Run, Don’t Walk: Chasing Higher FLOPS for Faster Neural Networks](https://github.com/JierunChen/FasterNet) + * SHViT - [(CVPR2024) SHViT: Single-Head Vision Transformer with Memory Efficient](https://github.com/ysj9909/SHViT) + * StarNet - [(CVPR2024) Rewrite the Stars](https://github.com/ma-xu/Rewrite-the-Stars) + * GhostNet-V3 [GhostNetV3: Exploring the Training Strategies for Compact Models](https://github.com/huawei-noah/Efficient-AI-Backbones/tree/master/ghostnetv3_pytorch) +* Update EVA ViT (closest match) to support Perception Encoder models (https://arxiv.org/abs/2504.13181) from Meta, loading Hub weights but I still need to push dedicated `timm` weights + * Add some flexibility to ROPE impl +* Big increase in number of models supporting `forward_intermediates()` and some additional fixes thanks to https://github.com/brianhou0208 + * DaViT, EdgeNeXt, EfficientFormerV2, EfficientViT(MIT), EfficientViT(MSRA), FocalNet, GCViT, HGNet /V2, InceptionNeXt, Inception-V4, MambaOut, MetaFormer, NesT, Next-ViT, PiT, PVT V2, RepGhostNet, RepViT, ResNetV2, ReXNet, TinyViT, TResNet, VoV +* TNT model updated w/ new weights `forward_intermediates()` thanks to https://github.com/brianhou0208 +* Add `local-dir:` pretrained schema, can use `local-dir:/path/to/model/folder` for model name to source model / pretrained cfg & weights Hugging Face Hub models (config.json + weights file) from a local folder. +* Fixes, improvements for onnx export + +## Feb 21, 2025 +* SigLIP 2 ViT image encoders added (https://huggingface.co/collections/timm/siglip-2-67b8e72ba08b09dd97aecaf9) + * Variable resolution / aspect NaFlex versions are a WIP +* Add 'SO150M2' ViT weights trained with SBB recipes, great results, better for ImageNet than previous attempt w/ less training. + * `vit_so150m2_patch16_reg1_gap_448.sbb_e200_in12k_ft_in1k` - 88.1% top-1 + * `vit_so150m2_patch16_reg1_gap_384.sbb_e200_in12k_ft_in1k` - 87.9% top-1 + * `vit_so150m2_patch16_reg1_gap_256.sbb_e200_in12k_ft_in1k` - 87.3% top-1 + * `vit_so150m2_patch16_reg4_gap_256.sbb_e200_in12k` +* Updated InternViT-300M '2.5' weights +* Release 1.0.15 + +## Feb 1, 2025 +* FYI PyTorch 2.6 & Python 3.13 are tested and working w/ current main and released version of `timm` + +## Jan 27, 2025 +* Add Kron Optimizer (PSGD w/ Kronecker-factored preconditioner) + * Code from https://github.com/evanatyourservice/kron_torch + * See also https://sites.google.com/site/lixilinx/home/psgd + +## Jan 19, 2025 +* Fix loading of LeViT safetensor weights, remove conversion code which should have been deactivated +* Add 'SO150M' ViT weights trained with SBB recipes, decent results, but not optimal shape for ImageNet-12k/1k pretrain/ft + * `vit_so150m_patch16_reg4_gap_256.sbb_e250_in12k_ft_in1k` - 86.7% top-1 + * `vit_so150m_patch16_reg4_gap_384.sbb_e250_in12k_ft_in1k` - 87.4% top-1 + * `vit_so150m_patch16_reg4_gap_256.sbb_e250_in12k` +* Misc typing, typo, etc. cleanup +* 1.0.14 release to get above LeViT fix out + +## Jan 9, 2025 +* Add support to train and validate in pure `bfloat16` or `float16` +* `wandb` project name arg added by https://github.com/caojiaolong, use arg.experiment for name +* Fix old issue w/ checkpoint saving not working on filesystem w/o hard-link support (e.g. FUSE fs mounts) +* 1.0.13 release + +## Jan 6, 2025 +* Add `torch.utils.checkpoint.checkpoint()` wrapper in `timm.models` that defaults `use_reentrant=False`, unless `TIMM_REENTRANT_CKPT=1` is set in env. + +## Dec 31, 2024 +* `convnext_nano` 384x384 ImageNet-12k pretrain & fine-tune. https://huggingface.co/models?search=convnext_nano%20r384 +* Add AIM-v2 encoders from https://github.com/apple/ml-aim, see on Hub: https://huggingface.co/models?search=timm%20aimv2 +* Add PaliGemma2 encoders from https://github.com/google-research/big_vision to existing PaliGemma, see on Hub: https://huggingface.co/models?search=timm%20pali2 +* Add missing L/14 DFN2B 39B CLIP ViT, `vit_large_patch14_clip_224.dfn2b_s39b` +* Fix existing `RmsNorm` layer & fn to match standard formulation, use PT 2.5 impl when possible. Move old impl to `SimpleNorm` layer, it's LN w/o centering or bias. There were only two `timm` models using it, and they have been updated. +* Allow override of `cache_dir` arg for model creation +* Pass through `trust_remote_code` for HF datasets wrapper +* `inception_next_atto` model added by creator +* Adan optimizer caution, and Lamb decoupled weight decay options +* Some feature_info metadata fixed by https://github.com/brianhou0208 +* All OpenCLIP and JAX (CLIP, SigLIP, Pali, etc) model weights that used load time remapping were given their own HF Hub instances so that they work with `hf-hub:` based loading, and thus will work with new Transformers `TimmWrapperModel` + +## Introduction + +Py**T**orch **Im**age **M**odels (`timm`) is a collection of image models, layers, utilities, optimizers, schedulers, data-loaders / augmentations, and reference training / validation scripts that aim to pull together a wide variety of SOTA models with ability to reproduce ImageNet training results. + +The work of many others is present here. I've tried to make sure all source material is acknowledged via links to github, arxiv papers, etc in the README, documentation, and code docstrings. Please let me know if I missed anything. + +## Features + +### Models + +All model architecture families include variants with pretrained weights. There are specific model variants without any weights, it is NOT a bug. Help training new or better weights is always appreciated. + +* Aggregating Nested Transformers - https://arxiv.org/abs/2105.12723 +* BEiT - https://arxiv.org/abs/2106.08254 +* BEiT-V2 - https://arxiv.org/abs/2208.06366 +* BEiT3 - https://arxiv.org/abs/2208.10442 +* Big Transfer ResNetV2 (BiT) - https://arxiv.org/abs/1912.11370 +* Bottleneck Transformers - https://arxiv.org/abs/2101.11605 +* CaiT (Class-Attention in Image Transformers) - https://arxiv.org/abs/2103.17239 +* CoaT (Co-Scale Conv-Attentional Image Transformers) - https://arxiv.org/abs/2104.06399 +* CoAtNet (Convolution and Attention) - https://arxiv.org/abs/2106.04803 +* ConvNeXt - https://arxiv.org/abs/2201.03545 +* ConvNeXt-V2 - http://arxiv.org/abs/2301.00808 +* ConViT (Soft Convolutional Inductive Biases Vision Transformers)- https://arxiv.org/abs/2103.10697 +* CspNet (Cross-Stage Partial Networks) - https://arxiv.org/abs/1911.11929 +* DeiT - https://arxiv.org/abs/2012.12877 +* DeiT-III - https://arxiv.org/pdf/2204.07118.pdf +* DenseNet - https://arxiv.org/abs/1608.06993 +* DLA - https://arxiv.org/abs/1707.06484 +* DPN (Dual-Path Network) - https://arxiv.org/abs/1707.01629 +* EdgeNeXt - https://arxiv.org/abs/2206.10589 +* EfficientFormer - https://arxiv.org/abs/2206.01191 +* EfficientFormer-V2 - https://arxiv.org/abs/2212.08059 +* EfficientNet (MBConvNet Family) + * EfficientNet NoisyStudent (B0-B7, L2) - https://arxiv.org/abs/1911.04252 + * EfficientNet AdvProp (B0-B8) - https://arxiv.org/abs/1911.09665 + * EfficientNet (B0-B7) - https://arxiv.org/abs/1905.11946 + * EfficientNet-EdgeTPU (S, M, L) - https://ai.googleblog.com/2019/08/efficientnet-edgetpu-creating.html + * EfficientNet V2 - https://arxiv.org/abs/2104.00298 + * FBNet-C - https://arxiv.org/abs/1812.03443 + * MixNet - https://arxiv.org/abs/1907.09595 + * MNASNet B1, A1 (Squeeze-Excite), and Small - https://arxiv.org/abs/1807.11626 + * MobileNet-V2 - https://arxiv.org/abs/1801.04381 + * Single-Path NAS - https://arxiv.org/abs/1904.02877 + * TinyNet - https://arxiv.org/abs/2010.14819 +* EfficientViT (MIT) - https://arxiv.org/abs/2205.14756 +* EfficientViT (MSRA) - https://arxiv.org/abs/2305.07027 +* EVA - https://arxiv.org/abs/2211.07636 +* EVA-02 - https://arxiv.org/abs/2303.11331 +* FasterNet - https://arxiv.org/abs/2303.03667 +* FastViT - https://arxiv.org/abs/2303.14189 +* FlexiViT - https://arxiv.org/abs/2212.08013 +* FocalNet (Focal Modulation Networks) - https://arxiv.org/abs/2203.11926 +* GCViT (Global Context Vision Transformer) - https://arxiv.org/abs/2206.09959 +* GhostNet - https://arxiv.org/abs/1911.11907 +* GhostNet-V2 - https://arxiv.org/abs/2211.12905 +* GhostNet-V3 - https://arxiv.org/abs/2404.11202 +* gMLP - https://arxiv.org/abs/2105.08050 +* GPU-Efficient Networks - https://arxiv.org/abs/2006.14090 +* Halo Nets - https://arxiv.org/abs/2103.12731 +* HGNet / HGNet-V2 - TBD +* HRNet - https://arxiv.org/abs/1908.07919 +* InceptionNeXt - https://arxiv.org/abs/2303.16900 +* Inception-V3 - https://arxiv.org/abs/1512.00567 +* Inception-ResNet-V2 and Inception-V4 - https://arxiv.org/abs/1602.07261 +* Lambda Networks - https://arxiv.org/abs/2102.08602 +* LeViT (Vision Transformer in ConvNet's Clothing) - https://arxiv.org/abs/2104.01136 +* MambaOut - https://arxiv.org/abs/2405.07992 +* MaxViT (Multi-Axis Vision Transformer) - https://arxiv.org/abs/2204.01697 +* MetaFormer (PoolFormer-v2, ConvFormer, CAFormer) - https://arxiv.org/abs/2210.13452 +* MLP-Mixer - https://arxiv.org/abs/2105.01601 +* MobileCLIP - https://arxiv.org/abs/2311.17049 +* MobileNet-V3 (MBConvNet w/ Efficient Head) - https://arxiv.org/abs/1905.02244 + * FBNet-V3 - https://arxiv.org/abs/2006.02049 + * HardCoRe-NAS - https://arxiv.org/abs/2102.11646 + * LCNet - https://arxiv.org/abs/2109.15099 +* MobileNetV4 - https://arxiv.org/abs/2404.10518 +* MobileOne - https://arxiv.org/abs/2206.04040 +* MobileViT - https://arxiv.org/abs/2110.02178 +* MobileViT-V2 - https://arxiv.org/abs/2206.02680 +* MViT-V2 (Improved Multiscale Vision Transformer) - https://arxiv.org/abs/2112.01526 +* NASNet-A - https://arxiv.org/abs/1707.07012 +* NesT - https://arxiv.org/abs/2105.12723 +* Next-ViT - https://arxiv.org/abs/2207.05501 +* NFNet-F - https://arxiv.org/abs/2102.06171 +* NF-RegNet / NF-ResNet - https://arxiv.org/abs/2101.08692 +* PE (Perception Encoder) - https://arxiv.org/abs/2504.13181 +* PNasNet - https://arxiv.org/abs/1712.00559 +* PoolFormer (MetaFormer) - https://arxiv.org/abs/2111.11418 +* Pooling-based Vision Transformer (PiT) - https://arxiv.org/abs/2103.16302 +* PVT-V2 (Improved Pyramid Vision Transformer) - https://arxiv.org/abs/2106.13797 +* RDNet (DenseNets Reloaded) - https://arxiv.org/abs/2403.19588 +* RegNet - https://arxiv.org/abs/2003.13678 +* RegNetZ - https://arxiv.org/abs/2103.06877 +* RepVGG - https://arxiv.org/abs/2101.03697 +* RepGhostNet - https://arxiv.org/abs/2211.06088 +* RepViT - https://arxiv.org/abs/2307.09283 +* ResMLP - https://arxiv.org/abs/2105.03404 +* ResNet/ResNeXt + * ResNet (v1b/v1.5) - https://arxiv.org/abs/1512.03385 + * ResNeXt - https://arxiv.org/abs/1611.05431 + * 'Bag of Tricks' / Gluon C, D, E, S variations - https://arxiv.org/abs/1812.01187 + * Weakly-supervised (WSL) Instagram pretrained / ImageNet tuned ResNeXt101 - https://arxiv.org/abs/1805.00932 + * Semi-supervised (SSL) / Semi-weakly Supervised (SWSL) ResNet/ResNeXts - https://arxiv.org/abs/1905.00546 + * ECA-Net (ECAResNet) - https://arxiv.org/abs/1910.03151v4 + * Squeeze-and-Excitation Networks (SEResNet) - https://arxiv.org/abs/1709.01507 + * ResNet-RS - https://arxiv.org/abs/2103.07579 +* Res2Net - https://arxiv.org/abs/1904.01169 +* ResNeSt - https://arxiv.org/abs/2004.08955 +* ReXNet - https://arxiv.org/abs/2007.00992 +* ROPE-ViT - https://arxiv.org/abs/2403.13298 +* SelecSLS - https://arxiv.org/abs/1907.00837 +* Selective Kernel Networks - https://arxiv.org/abs/1903.06586 +* Sequencer2D - https://arxiv.org/abs/2205.01972 +* SHViT - https://arxiv.org/abs/2401.16456 +* SigLIP (image encoder) - https://arxiv.org/abs/2303.15343 +* SigLIP 2 (image encoder) - https://arxiv.org/abs/2502.14786 +* StarNet - https://arxiv.org/abs/2403.19967 +* SwiftFormer - https://arxiv.org/pdf/2303.15446 +* Swin S3 (AutoFormerV2) - https://arxiv.org/abs/2111.14725 +* Swin Transformer - https://arxiv.org/abs/2103.14030 +* Swin Transformer V2 - https://arxiv.org/abs/2111.09883 +* TinyViT - https://arxiv.org/abs/2207.10666 +* Transformer-iN-Transformer (TNT) - https://arxiv.org/abs/2103.00112 +* TResNet - https://arxiv.org/abs/2003.13630 +* Twins (Spatial Attention in Vision Transformers) - https://arxiv.org/pdf/2104.13840.pdf +* VGG - https://arxiv.org/abs/1409.1556 +* Visformer - https://arxiv.org/abs/2104.12533 +* Vision Transformer - https://arxiv.org/abs/2010.11929 +* ViTamin - https://arxiv.org/abs/2404.02132 +* VOLO (Vision Outlooker) - https://arxiv.org/abs/2106.13112 +* VovNet V2 and V1 - https://arxiv.org/abs/1911.06667 +* Xception - https://arxiv.org/abs/1610.02357 +* Xception (Modified Aligned, Gluon) - https://arxiv.org/abs/1802.02611 +* Xception (Modified Aligned, TF) - https://arxiv.org/abs/1802.02611 +* XCiT (Cross-Covariance Image Transformers) - https://arxiv.org/abs/2106.09681 + +### Optimizers +To see full list of optimizers w/ descriptions: `timm.optim.list_optimizers(with_description=True)` + +Included optimizers available via `timm.optim.create_optimizer_v2` factory method: +* `adabelief` an implementation of AdaBelief adapted from https://github.com/juntang-zhuang/Adabelief-Optimizer - https://arxiv.org/abs/2010.07468 +* `adafactor` adapted from [FAIRSeq impl](https://github.com/pytorch/fairseq/blob/master/fairseq/optim/adafactor.py) - https://arxiv.org/abs/1804.04235 +* `adafactorbv` adapted from [Big Vision](https://github.com/google-research/big_vision/blob/main/big_vision/optax.py) - https://arxiv.org/abs/2106.04560 +* `adahessian` by [David Samuel](https://github.com/davda54/ada-hessian) - https://arxiv.org/abs/2006.00719 +* `adamp` and `sgdp` by [Naver ClovAI](https://github.com/clovaai) - https://arxiv.org/abs/2006.08217 +* `adamuon` and `nadamuon` as per https://github.com/Chongjie-Si/AdaMuon - https://arxiv.org/abs/2507.11005 +* `adan` an implementation of Adan adapted from https://github.com/sail-sg/Adan - https://arxiv.org/abs/2208.06677 +* `adopt` ADOPT adapted from https://github.com/iShohei220/adopt - https://arxiv.org/abs/2411.02853 +* `kron` PSGD w/ Kronecker-factored preconditioner from https://github.com/evanatyourservice/kron_torch - https://sites.google.com/site/lixilinx/home/psgd +* `lamb` an implementation of Lamb and LambC (w/ trust-clipping) cleaned up and modified to support use with XLA - https://arxiv.org/abs/1904.00962 +* `laprop` optimizer from https://github.com/Z-T-WANG/LaProp-Optimizer - https://arxiv.org/abs/2002.04839 +* `lars` an implementation of LARS and LARC (w/ trust-clipping) - https://arxiv.org/abs/1708.03888 +* `lion` and implementation of Lion adapted from https://github.com/google/automl/tree/master/lion - https://arxiv.org/abs/2302.06675 +* `lookahead` adapted from impl by [Liam](https://github.com/alphadl/lookahead.pytorch) - https://arxiv.org/abs/1907.08610 +* `madgrad` an implementation of MADGRAD adapted from https://github.com/facebookresearch/madgrad - https://arxiv.org/abs/2101.11075 +* `mars` MARS optimizer from https://github.com/AGI-Arena/MARS - https://arxiv.org/abs/2411.10438 +* `muon` MUON optimizer from https://github.com/KellerJordan/Muon with numerous additions and improved non-transformer behaviour +* `nadam` an implementation of Adam w/ Nesterov momentum +* `nadamw` an implementation of AdamW (Adam w/ decoupled weight-decay) w/ Nesterov momentum. A simplified impl based on https://github.com/mlcommons/algorithmic-efficiency +* `novograd` by [Masashi Kimura](https://github.com/convergence-lab/novograd) - https://arxiv.org/abs/1905.11286 +* `radam` by [Liyuan Liu](https://github.com/LiyuanLucasLiu/RAdam) - https://arxiv.org/abs/1908.03265 +* `rmsprop_tf` adapted from PyTorch RMSProp by myself. Reproduces much improved Tensorflow RMSProp behaviour +* `sgdw` and implementation of SGD w/ decoupled weight-decay +* `fused` optimizers by name with [NVIDIA Apex](https://github.com/NVIDIA/apex/tree/master/apex/optimizers) installed +* `bnb` optimizers by name with [BitsAndBytes](https://github.com/TimDettmers/bitsandbytes) installed +* `cadamw`, `clion`, and more 'Cautious' optimizers from https://github.com/kyleliang919/C-Optim - https://arxiv.org/abs/2411.16085 +* `adam`, `adamw`, `rmsprop`, `adadelta`, `adagrad`, and `sgd` pass through to `torch.optim` implementations +* `c` suffix (eg `adamc`, `nadamc` to implement 'corrected weight decay' in https://arxiv.org/abs/2506.02285) + +### Augmentations +* Random Erasing from [Zhun Zhong](https://github.com/zhunzhong07/Random-Erasing/blob/master/transforms.py) - https://arxiv.org/abs/1708.04896) +* Mixup - https://arxiv.org/abs/1710.09412 +* CutMix - https://arxiv.org/abs/1905.04899 +* AutoAugment (https://arxiv.org/abs/1805.09501) and RandAugment (https://arxiv.org/abs/1909.13719) ImageNet configurations modeled after impl for EfficientNet training (https://github.com/tensorflow/tpu/blob/master/models/official/efficientnet/autoaugment.py) +* AugMix w/ JSD loss, JSD w/ clean + augmented mixing support works with AutoAugment and RandAugment as well - https://arxiv.org/abs/1912.02781 +* SplitBachNorm - allows splitting batch norm layers between clean and augmented (auxiliary batch norm) data + +### Regularization +* DropPath aka "Stochastic Depth" - https://arxiv.org/abs/1603.09382 +* DropBlock - https://arxiv.org/abs/1810.12890 +* Blur Pooling - https://arxiv.org/abs/1904.11486 + +### Other + +Several (less common) features that I often utilize in my projects are included. Many of their additions are the reason why I maintain my own set of models, instead of using others' via PIP: + +* All models have a common default configuration interface and API for + * accessing/changing the classifier - `get_classifier` and `reset_classifier` + * doing a forward pass on just the features - `forward_features` (see [documentation](https://huggingface.co/docs/timm/feature_extraction)) + * these makes it easy to write consistent network wrappers that work with any of the models +* All models support multi-scale feature map extraction (feature pyramids) via create_model (see [documentation](https://huggingface.co/docs/timm/feature_extraction)) + * `create_model(name, features_only=True, out_indices=..., output_stride=...)` + * `out_indices` creation arg specifies which feature maps to return, these indices are 0 based and generally correspond to the `C(i + 1)` feature level. + * `output_stride` creation arg controls output stride of the network by using dilated convolutions. Most networks are stride 32 by default. Not all networks support this. + * feature map channel counts, reduction level (stride) can be queried AFTER model creation via the `.feature_info` member +* All models have a consistent pretrained weight loader that adapts last linear if necessary, and from 3 to 1 channel input if desired +* High performance [reference training, validation, and inference scripts](https://huggingface.co/docs/timm/training_script) that work in several process/GPU modes: + * NVIDIA DDP w/ a single GPU per process, multiple processes with APEX present (AMP mixed-precision optional) + * PyTorch DistributedDataParallel w/ multi-gpu, single process (AMP disabled as it crashes when enabled) + * PyTorch w/ single GPU single process (AMP optional) +* A dynamic global pool implementation that allows selecting from average pooling, max pooling, average + max, or concat([average, max]) at model creation. All global pooling is adaptive average by default and compatible with pretrained weights. +* A 'Test Time Pool' wrapper that can wrap any of the included models and usually provides improved performance doing inference with input images larger than the training size. Idea adapted from original DPN implementation when I ported (https://github.com/cypw/DPNs) +* Learning rate schedulers + * Ideas adopted from + * [AllenNLP schedulers](https://github.com/allenai/allennlp/tree/master/allennlp/training/learning_rate_schedulers) + * [FAIRseq lr_scheduler](https://github.com/pytorch/fairseq/tree/master/fairseq/optim/lr_scheduler) + * SGDR: Stochastic Gradient Descent with Warm Restarts (https://arxiv.org/abs/1608.03983) + * Schedulers include `step`, `cosine` w/ restarts, `tanh` w/ restarts, `plateau` +* Space-to-Depth by [mrT23](https://github.com/mrT23/TResNet/blob/master/src/models/tresnet/layers/space_to_depth.py) (https://arxiv.org/abs/1801.04590) +* Adaptive Gradient Clipping (https://arxiv.org/abs/2102.06171, https://github.com/deepmind/deepmind-research/tree/master/nfnets) +* An extensive selection of channel and/or spatial attention modules: + * Bottleneck Transformer - https://arxiv.org/abs/2101.11605 + * CBAM - https://arxiv.org/abs/1807.06521 + * Effective Squeeze-Excitation (ESE) - https://arxiv.org/abs/1911.06667 + * Efficient Channel Attention (ECA) - https://arxiv.org/abs/1910.03151 + * Gather-Excite (GE) - https://arxiv.org/abs/1810.12348 + * Global Context (GC) - https://arxiv.org/abs/1904.11492 + * Halo - https://arxiv.org/abs/2103.12731 + * Involution - https://arxiv.org/abs/2103.06255 + * Lambda Layer - https://arxiv.org/abs/2102.08602 + * Non-Local (NL) - https://arxiv.org/abs/1711.07971 + * Squeeze-and-Excitation (SE) - https://arxiv.org/abs/1709.01507 + * Selective Kernel (SK) - (https://arxiv.org/abs/1903.06586 + * Split (SPLAT) - https://arxiv.org/abs/2004.08955 + * Shifted Window (SWIN) - https://arxiv.org/abs/2103.14030 + +## Results + +Model validation results can be found in the [results tables](results/README.md) + +## Getting Started (Documentation) + +The official documentation can be found at https://huggingface.co/docs/hub/timm. Documentation contributions are welcome. + +[Getting Started with PyTorch Image Models (timm): A Practitioner’s Guide](https://towardsdatascience.com/getting-started-with-pytorch-image-models-timm-a-practitioners-guide-4e77b4bf9055-2/) by [Chris Hughes](https://github.com/Chris-hughes10) is an extensive blog post covering many aspects of `timm` in detail. + +[timmdocs](http://timm.fast.ai/) is an alternate set of documentation for `timm`. A big thanks to [Aman Arora](https://github.com/amaarora) for his efforts creating timmdocs. + +[paperswithcode](https://paperswithcode.com/lib/timm) is a good resource for browsing the models within `timm`. + +## Train, Validation, Inference Scripts + +The root folder of the repository contains reference train, validation, and inference scripts that work with the included models and other features of this repository. They are adaptable for other datasets and use cases with a little hacking. See [documentation](https://huggingface.co/docs/timm/training_script). + +## Awesome PyTorch Resources + +One of the greatest assets of PyTorch is the community and their contributions. A few of my favourite resources that pair well with the models and components here are listed below. + +### Object Detection, Instance and Semantic Segmentation +* Detectron2 - https://github.com/facebookresearch/detectron2 +* Segmentation Models (Semantic) - https://github.com/qubvel/segmentation_models.pytorch +* EfficientDet (Obj Det, Semantic soon) - https://github.com/rwightman/efficientdet-pytorch + +### Computer Vision / Image Augmentation +* Albumentations - https://github.com/albumentations-team/albumentations +* Kornia - https://github.com/kornia/kornia + +### Knowledge Distillation +* RepDistiller - https://github.com/HobbitLong/RepDistiller +* torchdistill - https://github.com/yoshitomo-matsubara/torchdistill + +### Metric Learning +* PyTorch Metric Learning - https://github.com/KevinMusgrave/pytorch-metric-learning + +### Training / Frameworks +* fastai - https://github.com/fastai/fastai +* lightly_train - https://github.com/lightly-ai/lightly-train + +### Deployment +* timmx (Export timm models to ONNX, CoreML, LiteRT, TensorRT, and more) - https://github.com/Boulaouaney/timmx + +## Licenses + +### Code +The code here is licensed Apache 2.0. I've taken care to make sure any third party code included or adapted has compatible (permissive) licenses such as MIT, BSD, etc. I've made an effort to avoid any GPL / LGPL conflicts. That said, it is your responsibility to ensure you comply with licenses here and conditions of any dependent licenses. Where applicable, I've linked the sources/references for various components in docstrings. If you think I've missed anything please create an issue. + +### Pretrained Weights +So far all of the pretrained weights available here are pretrained on ImageNet with a select few that have some additional pretraining (see extra note below). ImageNet was released for non-commercial research purposes only (https://image-net.org/download). It's not clear what the implications of that are for the use of pretrained weights from that dataset. Any models I have trained with ImageNet are done for research purposes and one should assume that the original dataset license applies to the weights. It's best to seek legal advice if you intend to use the pretrained weights in a commercial product. + +#### Pretrained on more than ImageNet +Several weights included or references here were pretrained with proprietary datasets that I do not have access to. These include the Facebook WSL, SSL, SWSL ResNe(Xt) and the Google Noisy Student EfficientNet models. The Facebook models have an explicit non-commercial license (CC-BY-NC 4.0, https://github.com/facebookresearch/semi-supervised-ImageNet1K-models, https://github.com/facebookresearch/WSL-Images). The Google models do not appear to have any restriction beyond the Apache 2.0 license (and ImageNet concerns). In either case, you should contact Facebook or Google with any questions. + +## Citing + +### BibTeX + +```bibtex +@misc{rw2019timm, + author = {Ross Wightman}, + title = {PyTorch Image Models}, + year = {2019}, + publisher = {GitHub}, + journal = {GitHub repository}, + doi = {10.5281/zenodo.4414861}, + howpublished = {\url{https://github.com/rwightman/pytorch-image-models}} +} +``` + +### Latest DOI + +[![DOI](https://zenodo.org/badge/168799526.svg)](https://zenodo.org/badge/latestdoi/168799526) diff --git a/.cache/pip/http-v2/2/b/d/2/a/2bd2afb46be8ef29cc0dd505de4aff907384c53895a0fbbce798558e b/.cache/pip/http-v2/2/b/d/2/a/2bd2afb46be8ef29cc0dd505de4aff907384c53895a0fbbce798558e new file mode 100644 index 0000000000000000000000000000000000000000..f8b7cedd3bd4f62dbb7fcf1d8f0a1e2552193e22 Binary files /dev/null and b/.cache/pip/http-v2/2/b/d/2/a/2bd2afb46be8ef29cc0dd505de4aff907384c53895a0fbbce798558e differ diff --git a/.cache/pip/http-v2/2/b/d/2/a/2bd2afb46be8ef29cc0dd505de4aff907384c53895a0fbbce798558e.body b/.cache/pip/http-v2/2/b/d/2/a/2bd2afb46be8ef29cc0dd505de4aff907384c53895a0fbbce798558e.body new file mode 100644 index 0000000000000000000000000000000000000000..32e070a845a5de591e75644f306e51dce55266d1 --- /dev/null +++ b/.cache/pip/http-v2/2/b/d/2/a/2bd2afb46be8ef29cc0dd505de4aff907384c53895a0fbbce798558e.body @@ -0,0 +1,354 @@ +Metadata-Version: 2.4 +Name: optuna +Version: 4.9.0 +Summary: A hyperparameter optimization framework +Author: Takuya Akiba +Project-URL: homepage, https://optuna.org/ +Project-URL: repository, https://github.com/optuna/optuna +Project-URL: documentation, https://optuna.readthedocs.io +Project-URL: bugtracker, https://github.com/optuna/optuna/issues +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Science/Research +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Topic :: Scientific/Engineering +Classifier: Topic :: Scientific/Engineering :: Mathematics +Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence +Classifier: Topic :: Software Development +Classifier: Topic :: Software Development :: Libraries +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Requires-Python: >=3.9 +Description-Content-Type: text/markdown +License-File: LICENSE +License-File: LICENSE_THIRD_PARTY +Requires-Dist: alembic>=1.5.0 +Requires-Dist: colorlog +Requires-Dist: numpy +Requires-Dist: packaging>=20.0 +Requires-Dist: sqlalchemy>=1.4.2 +Requires-Dist: tqdm +Requires-Dist: PyYAML +Provides-Extra: document +Requires-Dist: ase; extra == "document" +Requires-Dist: cmaes>=0.12.0; extra == "document" +Requires-Dist: fvcore; extra == "document" +Requires-Dist: kaleido!=0.2.1.post1,<0.4; extra == "document" +Requires-Dist: lightgbm; extra == "document" +Requires-Dist: matplotlib!=3.6.0; extra == "document" +Requires-Dist: pandas; extra == "document" +Requires-Dist: pillow; extra == "document" +Requires-Dist: plotly>=4.9.0; extra == "document" +Requires-Dist: scikit-learn; extra == "document" +Requires-Dist: sphinx; extra == "document" +Requires-Dist: sphinx-copybutton; extra == "document" +Requires-Dist: sphinx-gallery; extra == "document" +Requires-Dist: sphinx-notfound-page; extra == "document" +Requires-Dist: sphinx_rtd_theme>=1.2.0; extra == "document" +Requires-Dist: torch; extra == "document" +Requires-Dist: torchvision; extra == "document" +Provides-Extra: optional +Requires-Dist: boto3; extra == "optional" +Requires-Dist: cmaes>=0.12.0; extra == "optional" +Requires-Dist: google-cloud-storage; extra == "optional" +Requires-Dist: matplotlib!=3.6.0; extra == "optional" +Requires-Dist: pandas; extra == "optional" +Requires-Dist: plotly>=4.9.0; extra == "optional" +Requires-Dist: redis; extra == "optional" +Requires-Dist: scikit-learn>=0.24.2; extra == "optional" +Requires-Dist: scipy; extra == "optional" +Requires-Dist: torch; extra == "optional" +Requires-Dist: greenlet; extra == "optional" +Requires-Dist: grpcio; extra == "optional" +Requires-Dist: protobuf>=5.28.1; extra == "optional" +Dynamic: license-file + +
+ +# Optuna: A hyperparameter optimization framework + +[![Python](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue)](https://www.python.org) +[![pypi](https://img.shields.io/pypi/v/optuna.svg)](https://pypi.python.org/pypi/optuna) +[![conda](https://img.shields.io/conda/vn/conda-forge/optuna.svg)](https://anaconda.org/conda-forge/optuna) +[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/optuna/optuna) +[![Read the Docs](https://readthedocs.org/projects/optuna/badge/?version=stable)](https://optuna.readthedocs.io/en/stable/) + +:link: [**Website**](https://optuna.org/) +| :page_with_curl: [**Docs**](https://optuna.readthedocs.io/en/stable/) +| :gear: [**Install Guide**](https://optuna.readthedocs.io/en/stable/installation.html) +| :pencil: [**Tutorial**](https://optuna.readthedocs.io/en/stable/tutorial/index.html) +| :bulb: [**Examples**](https://github.com/optuna/optuna-examples) +| [**Twitter**](https://twitter.com/OptunaAutoML) +| [**LinkedIn**](https://www.linkedin.com/showcase/optuna/) +| [**Medium**](https://medium.com/optuna) + +*Optuna* is an automatic hyperparameter optimization software framework, particularly designed +for machine learning. It features an imperative, *define-by-run* style user API. Thanks to our +*define-by-run* API, the code written with Optuna enjoys high modularity, and the user of +Optuna can dynamically construct the search spaces for the hyperparameters. + +## :loudspeaker: News + + +* **Mar 16, 2026**: Optuna 4.8.0 is out! Check out [the release note](https://github.com/optuna/optuna/releases/tag/v4.8.0) for details. +* **Jan 19, 2026**: Optuna 4.7.0 is out! Check out [the release note](https://github.com/optuna/optuna/releases/tag/v4.7.0) for details. +* **Nov 10, 2025**: A new article [Announcing Optuna 4.6](https://medium.com/optuna/announcing-optuna-4-6-a9e82183ab07) has been published. +* **Oct 28, 2025**: A new article [AutoSampler: Full Support for Multi-Objective & Constrained Optimization](https://medium.com/optuna/autosampler-full-support-for-multi-objective-constrained-optimization-c1c4fc957ba2) has been published. +* **Sep 22, 2025**: A new article [[Optuna v4.5] Gaussian Process-Based Sampler (GPSampler) Can Now Perform Constrained Multi-Objective Optimization](https://medium.com/optuna/optuna-v4-5-81e78d8e077a) has been published. +* **Jun 16, 2025**: Optuna 4.4.0 has been released! Check out [the release blog](https://medium.com/optuna/announcing-optuna-4-4-ece661493126). + +## :fire: Key Features + +Optuna has modern functionalities as follows: + +- [Lightweight, versatile, and platform agnostic architecture](https://optuna.readthedocs.io/en/stable/tutorial/10_key_features/001_first.html) + - Handle a wide variety of tasks with a simple installation that has few requirements. +- [Pythonic search spaces](https://optuna.readthedocs.io/en/stable/tutorial/10_key_features/002_configurations.html) + - Define search spaces using familiar Python syntax including conditionals and loops. +- [Efficient optimization algorithms](https://optuna.readthedocs.io/en/stable/tutorial/10_key_features/003_efficient_optimization_algorithms.html) + - Adopt state-of-the-art algorithms for sampling hyperparameters and efficiently pruning unpromising trials. +- [Easy parallelization](https://optuna.readthedocs.io/en/stable/tutorial/10_key_features/004_distributed.html) + - Scale studies to tens or hundreds of workers with little or no changes to the code. +- [Quick visualization](https://optuna.readthedocs.io/en/stable/tutorial/10_key_features/005_visualization.html) + - Inspect optimization histories from a variety of plotting functions. + + +## Basic Concepts + +We use the terms *study* and *trial* as follows: + +- Study: optimization based on an objective function +- Trial: a single execution of the objective function + +Please refer to the sample code below. The goal of a *study* is to find out the optimal set of +hyperparameter values (e.g., `regressor` and `svr_c`) through multiple *trials* (e.g., +`n_trials=100`). Optuna is a framework designed for automation and acceleration of +optimization *studies*. + +
+Sample code with scikit-learn + +[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](http://colab.research.google.com/github/optuna/optuna-examples/blob/main/quickstart.ipynb) + +```python +import optuna +import sklearn + + +# Define an objective function to be minimized. +def objective(trial): + + # Invoke suggest methods of a Trial object to generate hyperparameters. + regressor_name = trial.suggest_categorical("regressor", ["SVR", "RandomForest"]) + if regressor_name == "SVR": + svr_c = trial.suggest_float("svr_c", 1e-10, 1e10, log=True) + regressor_obj = sklearn.svm.SVR(C=svr_c) + else: + rf_max_depth = trial.suggest_int("rf_max_depth", 2, 32) + regressor_obj = sklearn.ensemble.RandomForestRegressor(max_depth=rf_max_depth) + + X, y = sklearn.datasets.fetch_california_housing(return_X_y=True) + X_train, X_val, y_train, y_val = sklearn.model_selection.train_test_split(X, y, random_state=0) + + regressor_obj.fit(X_train, y_train) + y_pred = regressor_obj.predict(X_val) + + error = sklearn.metrics.mean_squared_error(y_val, y_pred) + + return error # An objective value linked with the Trial object. + + +study = optuna.create_study() # Create a new study. +study.optimize(objective, n_trials=100) # Invoke optimization of the objective function. +``` +
+ +> [!NOTE] +> More examples can be found in [optuna/optuna-examples](https://github.com/optuna/optuna-examples). +> +> The examples cover diverse problem setups such as multi-objective optimization, constrained optimization, pruning, and distributed optimization. + +## Installation + +Optuna is available at [the Python Package Index](https://pypi.org/project/optuna/) and on [Anaconda Cloud](https://anaconda.org/conda-forge/optuna). + +```bash +# PyPI +$ pip install optuna +``` + +```bash +# Anaconda Cloud +$ conda install -c conda-forge optuna +``` + +> [!IMPORTANT] +> Optuna supports Python 3.9 or newer. + +## Integrations + +Optuna has integration features with various third-party libraries. Integrations can be found in [optuna/optuna-integration](https://github.com/optuna/optuna-integration) and the document is available [here](https://optuna-integration.readthedocs.io/en/stable/index.html). + +
+Supported integration libraries + +* [Catboost](https://github.com/optuna/optuna-examples/tree/main/catboost/catboost_pruning.py) +* [Dask](https://github.com/optuna/optuna-examples/tree/main/dask/dask_simple.py) +* [fastai](https://github.com/optuna/optuna-examples/tree/main/fastai/fastai_simple.py) +* [Keras](https://github.com/optuna/optuna-examples/tree/main/keras/keras_integration.py) +* [LightGBM](https://github.com/optuna/optuna-examples/tree/main/lightgbm/lightgbm_integration.py) +* [PyTorch](https://github.com/optuna/optuna-examples/tree/main/pytorch/pytorch_simple.py) +* [PyTorch Ignite](https://github.com/optuna/optuna-examples/tree/main/pytorch/pytorch_ignite_simple.py) +* [PyTorch Lightning](https://github.com/optuna/optuna-examples/tree/main/pytorch/pytorch_lightning_simple.py) +* [TensorFlow](https://github.com/optuna/optuna-examples/tree/main/tensorflow/tensorflow_estimator_integration.py) +* [tf.keras](https://github.com/optuna/optuna-examples/tree/main/tfkeras/tfkeras_integration.py) +* [XGBoost](https://github.com/optuna/optuna-examples/tree/main/xgboost/xgboost_integration.py) +
+ +## Web Dashboard + +[Optuna Dashboard](https://github.com/optuna/optuna-dashboard) is a real-time web dashboard for Optuna. +You can check the optimization history, hyperparameter importance, etc. in graphs and tables. +You don't need to create a Python script to call [Optuna's visualization](https://optuna.readthedocs.io/en/stable/reference/visualization/index.html) functions. +Feature requests and bug reports are welcome! + +![optuna-dashboard](https://user-images.githubusercontent.com/5564044/204975098-95c2cb8c-0fb5-4388-abc4-da32f56cb4e5.gif) + +`optuna-dashboard` can be installed via pip: + +```shell +$ pip install optuna-dashboard +``` + +> [!TIP] +> Please check out the convenience of Optuna Dashboard using the sample code below. + +
+Sample code to launch Optuna Dashboard + +Save the following code as `optimize_toy.py`. + +```python +import optuna + + +def objective(trial): + x1 = trial.suggest_float("x1", -100, 100) + x2 = trial.suggest_float("x2", -100, 100) + return x1**2 + 0.01 * x2**2 + + +study = optuna.create_study(storage="sqlite:///db.sqlite3") # Create a new study with database. +study.optimize(objective, n_trials=100) +``` + +Then try the commands below: + +```shell +# Run the study specified above +$ python optimize_toy.py + +# Launch the dashboard based on the storage `sqlite:///db.sqlite3` +$ optuna-dashboard sqlite:///db.sqlite3 +... +Listening on http://localhost:8080/ +Hit Ctrl-C to quit. +``` + +
+ + +## OptunaHub + +[OptunaHub](https://hub.optuna.org/) is a feature-sharing platform for Optuna. +You can use the registered features and publish your packages. + +### Use registered features + +`optunahub` can be installed via pip: + +```shell +$ pip install optunahub +# Install AutoSampler dependencies (CPU only is sufficient for PyTorch) +$ pip install cmaes scipy torch --extra-index-url https://download.pytorch.org/whl/cpu +``` + +You can load registered module with `optunahub.load_module`. + +```python +import optuna +import optunahub + + +def objective(trial: optuna.Trial) -> float: + x = trial.suggest_float("x", -5, 5) + y = trial.suggest_float("y", -5, 5) + return x**2 + y**2 + + +module = optunahub.load_module(package="samplers/auto_sampler") +study = optuna.create_study(sampler=module.AutoSampler()) +study.optimize(objective, n_trials=10) + +print(study.best_trial.value, study.best_trial.params) +``` + +For more details, please refer to [the optunahub documentation](https://optuna.github.io/optunahub/). + +### Publish your packages + +You can publish your package via [optunahub-registry](https://github.com/optuna/optunahub-registry). +See the [Tutorials for Contributors](https://optuna.github.io/optunahub/tutorials_for_contributors.html) in OptunaHub. + + +## Communication + +- [GitHub Discussions] for questions. +- [GitHub Issues] for bug reports and feature requests. + +[GitHub Discussions]: https://github.com/optuna/optuna/discussions +[GitHub issues]: https://github.com/optuna/optuna/issues + + +## Contribution + +Any contributions to Optuna are more than welcome! + +If you are new to Optuna, please check the [good first issues](https://github.com/optuna/optuna/labels/good%20first%20issue). They are relatively simple, well-defined, and often good starting points for you to get familiar with the contribution workflow and other developers. + +If you already have contributed to Optuna, we recommend the other [contribution-welcome issues](https://github.com/optuna/optuna/labels/contribution-welcome). + +For general guidelines on how to contribute to the project, take a look at [CONTRIBUTING.md](./CONTRIBUTING.md). + + +## Reference + +If you use Optuna in one of your research projects, please cite [our KDD paper](https://doi.org/10.1145/3292500.3330701) "Optuna: A Next-generation Hyperparameter Optimization Framework": + +
+BibTeX + +```bibtex +@inproceedings{akiba2019optuna, + title={{O}ptuna: A Next-Generation Hyperparameter Optimization Framework}, + author={Akiba, Takuya and Sano, Shotaro and Yanase, Toshihiko and Ohta, Takeru and Koyama, Masanori}, + booktitle={The 25th ACM SIGKDD International Conference on Knowledge Discovery \& Data Mining}, + pages={2623--2631}, + year={2019} +} +``` +
+ + +## License + +MIT License (see [LICENSE](./LICENSE)). + +Optuna uses the codes from SciPy and fdlibm projects (see [LICENSE_THIRD_PARTY](./LICENSE_THIRD_PARTY)). diff --git a/.cache/pip/http-v2/2/d/2/7/4/2d274909802a294101952666e88fb2e3b7731b90c4e0fa9015d5a2c9 b/.cache/pip/http-v2/2/d/2/7/4/2d274909802a294101952666e88fb2e3b7731b90c4e0fa9015d5a2c9 new file mode 100644 index 0000000000000000000000000000000000000000..3ab6d845aca24badb99fb29ceed0467d50a65b0f Binary files /dev/null and b/.cache/pip/http-v2/2/d/2/7/4/2d274909802a294101952666e88fb2e3b7731b90c4e0fa9015d5a2c9 differ diff --git a/.cache/pip/http-v2/2/d/2/7/4/2d274909802a294101952666e88fb2e3b7731b90c4e0fa9015d5a2c9.body b/.cache/pip/http-v2/2/d/2/7/4/2d274909802a294101952666e88fb2e3b7731b90c4e0fa9015d5a2c9.body new file mode 100644 index 0000000000000000000000000000000000000000..9bf7a9e800778c5a8c3f1357450ab0849d13d953 --- /dev/null +++ b/.cache/pip/http-v2/2/d/2/7/4/2d274909802a294101952666e88fb2e3b7731b90c4e0fa9015d5a2c9.body @@ -0,0 +1,145 @@ +Metadata-Version: 2.4 +Name: annotated-doc +Version: 0.0.4 +Summary: Document parameters, class attributes, return types, and variables inline, with Annotated. +Author-Email: =?utf-8?q?Sebasti=C3=A1n_Ram=C3=ADrez?= +License-Expression: MIT +License-File: LICENSE +Classifier: Intended Audience :: Information Technology +Classifier: Intended Audience :: System Administrators +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python +Classifier: Topic :: Internet +Classifier: Topic :: Software Development :: Libraries :: Application Frameworks +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Topic :: Software Development :: Libraries +Classifier: Topic :: Software Development +Classifier: Typing :: Typed +Classifier: Development Status :: 4 - Beta +Classifier: Intended Audience :: Developers +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 +Project-URL: Homepage, https://github.com/fastapi/annotated-doc +Project-URL: Documentation, https://github.com/fastapi/annotated-doc +Project-URL: Repository, https://github.com/fastapi/annotated-doc +Project-URL: Issues, https://github.com/fastapi/annotated-doc/issues +Project-URL: Changelog, https://github.com/fastapi/annotated-doc/release-notes.md +Requires-Python: >=3.8 +Description-Content-Type: text/markdown + +# Annotated Doc + +Document parameters, class attributes, return types, and variables inline, with `Annotated`. + + + Test + + + Coverage + + + Package version + + + Supported Python versions + + +## Installation + +```bash +pip install annotated-doc +``` + +Or with `uv`: + +```Python +uv add annotated-doc +``` + +## Usage + +Import `Doc` and pass a single literal string with the documentation for the specific parameter, class attribute, return type, or variable. + +For example, to document a parameter `name` in a function `hi` you could do: + +```Python +from typing import Annotated + +from annotated_doc import Doc + +def hi(name: Annotated[str, Doc("Who to say hi to")]) -> None: + print(f"Hi, {name}!") +``` + +You can also use it to document class attributes: + +```Python +from typing import Annotated + +from annotated_doc import Doc + +class User: + name: Annotated[str, Doc("The user's name")] + age: Annotated[int, Doc("The user's age")] +``` + +The same way, you could document return types and variables, or anything that could have a type annotation with `Annotated`. + +## Who Uses This + +`annotated-doc` was made for: + +* [FastAPI](https://fastapi.tiangolo.com/) +* [Typer](https://typer.tiangolo.com/) +* [SQLModel](https://sqlmodel.tiangolo.com/) +* [Asyncer](https://asyncer.tiangolo.com/) + +`annotated-doc` is supported by [griffe-typingdoc](https://github.com/mkdocstrings/griffe-typingdoc), which powers reference documentation like the one in the [FastAPI Reference](https://fastapi.tiangolo.com/reference/). + +## Reasons not to use `annotated-doc` + +You are already comfortable with one of the existing docstring formats, like: + +* Sphinx +* numpydoc +* Google +* Keras + +Your team is already comfortable using them. + +You prefer having the documentation about parameters all together in a docstring, separated from the code defining them. + +You care about a specific set of users, using one specific editor, and that editor already has support for the specific docstring format you use. + +## Reasons to use `annotated-doc` + +* No micro-syntax to learn for newcomers, it’s **just Python** syntax. +* **Editing** would be already fully supported by default by any editor (current or future) supporting Python syntax, including syntax errors, syntax highlighting, etc. +* **Rendering** would be relatively straightforward to implement by static tools (tools that don't need runtime execution), as the information can be extracted from the AST they normally already create. +* **Deduplication of information**: the name of a parameter would be defined in a single place, not duplicated inside of a docstring. +* **Elimination** of the possibility of having **inconsistencies** when removing a parameter or class variable and **forgetting to remove** its documentation. +* **Minimization** of the probability of adding a new parameter or class variable and **forgetting to add its documentation**. +* **Elimination** of the possibility of having **inconsistencies** between the **name** of a parameter in the **signature** and the name in the docstring when it is renamed. +* **Access** to the documentation string for each symbol at **runtime**, including existing (older) Python versions. +* A more formalized way to document other symbols, like type aliases, that could use Annotated. +* **Support** for apps using FastAPI, Typer and others. +* **AI Accessibility**: AI tools will have an easier way understanding each parameter as the distance from documentation to parameter is much closer. + +## History + +I ([@tiangolo](https://github.com/tiangolo)) originally wanted for this to be part of the Python standard library (in [PEP 727](https://peps.python.org/pep-0727/)), but the proposal was withdrawn as there was a fair amount of negative feedback and opposition. + +The conclusion was that this was better done as an external effort, in a third-party library. + +So, here it is, with a simpler approach, as a third-party library, in a way that can be used by others, starting with FastAPI and friends. + +## License + +This project is licensed under the terms of the MIT license. diff --git a/.cache/pip/http-v2/3/4/e/4/e/34e4ed9f6da78ec378e04be04de734c69a68c889dbef86cb0f5f498a b/.cache/pip/http-v2/3/4/e/4/e/34e4ed9f6da78ec378e04be04de734c69a68c889dbef86cb0f5f498a new file mode 100644 index 0000000000000000000000000000000000000000..3ca9beab676cf5b9fcc0faf9ba2a911d07860c72 Binary files /dev/null and b/.cache/pip/http-v2/3/4/e/4/e/34e4ed9f6da78ec378e04be04de734c69a68c889dbef86cb0f5f498a differ diff --git a/.cache/pip/http-v2/3/4/e/4/e/34e4ed9f6da78ec378e04be04de734c69a68c889dbef86cb0f5f498a.body b/.cache/pip/http-v2/3/4/e/4/e/34e4ed9f6da78ec378e04be04de734c69a68c889dbef86cb0f5f498a.body new file mode 100644 index 0000000000000000000000000000000000000000..d986261055a1f6077e4b633548193c15684ece81 Binary files /dev/null and b/.cache/pip/http-v2/3/4/e/4/e/34e4ed9f6da78ec378e04be04de734c69a68c889dbef86cb0f5f498a.body differ diff --git a/.cache/pip/http-v2/3/5/a/0/6/35a0615e0411edd59492c90e8f5cd0a1a0554d6f7d1dec5be2b30560 b/.cache/pip/http-v2/3/5/a/0/6/35a0615e0411edd59492c90e8f5cd0a1a0554d6f7d1dec5be2b30560 new file mode 100644 index 0000000000000000000000000000000000000000..dcc527677102176f7234e8b019f96e954bf0396c Binary files /dev/null and b/.cache/pip/http-v2/3/5/a/0/6/35a0615e0411edd59492c90e8f5cd0a1a0554d6f7d1dec5be2b30560 differ diff --git a/.cache/pip/http-v2/3/5/a/0/6/35a0615e0411edd59492c90e8f5cd0a1a0554d6f7d1dec5be2b30560.body b/.cache/pip/http-v2/3/5/a/0/6/35a0615e0411edd59492c90e8f5cd0a1a0554d6f7d1dec5be2b30560.body new file mode 100644 index 0000000000000000000000000000000000000000..0001288923d890fe7b4a0bb56a8f747eb43f8a92 --- /dev/null +++ b/.cache/pip/http-v2/3/5/a/0/6/35a0615e0411edd59492c90e8f5cd0a1a0554d6f7d1dec5be2b30560.body @@ -0,0 +1,97 @@ +Metadata-Version: 2.4 +Name: kiwisolver +Version: 1.5.0 +Summary: A fast implementation of the Cassowary constraint solver +Author-email: The Nucleic Development Team +Maintainer-email: "Matthieu C. Dartiailh" +License: ========================= + The Kiwi licensing terms + ========================= + Kiwi is licensed under the terms of the Modified BSD License (also known as + New or Revised BSD), as follows: + + Copyright (c) 2013-2026, Nucleic Development Team + + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above copyright notice, this + list of conditions and the following disclaimer in the documentation and/or + other materials provided with the distribution. + + Neither the name of the Nucleic Development Team nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + About Kiwi + ---------- + Chris Colbert began the Kiwi project in December 2013 in an effort to + create a blisteringly fast UI constraint solver. Chris is still the + project lead. + + The Nucleic Development Team is the set of all contributors to the Nucleic + project and its subprojects. + + The core team that coordinates development on GitHub can be found here: + http://github.com/nucleic. The current team consists of: + + * Chris Colbert + + Our Copyright Policy + -------------------- + Nucleic uses a shared copyright model. Each contributor maintains copyright + over their contributions to Nucleic. But, it is important to note that these + contributions are typically only changes to the repositories. Thus, the Nucleic + source code, in its entirety is not the copyright of any single person or + institution. Instead, it is the collective copyright of the entire Nucleic + Development Team. If individual contributors want to maintain a record of what + changes/contributions they have specific copyright on, they should indicate + their copyright in the commit message of the change, when they commit the + change to one of the Nucleic repositories. + + With this in mind, the following banner should be used in any source code file + to indicate the copyright and license terms: + + #------------------------------------------------------------------------------ + # Copyright (c) 2013-2026, Nucleic Development Team. + # + # Distributed under the terms of the Modified BSD License. + # + # The full license is in the file LICENSE, distributed with this software. + #------------------------------------------------------------------------------ + +Project-URL: homepage, https://github.com/nucleic/kiwi +Project-URL: documentation, https://kiwisolver.readthedocs.io/en/latest/ +Project-URL: repository, https://github.com/nucleic/kiwi +Project-URL: changelog, https://github.com/nucleic/kiwi/blob/main/releasenotes.rst +Classifier: License :: OSI Approved :: BSD License +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Programming Language :: Python :: Implementation :: GraalPy +Requires-Python: >=3.10 +Description-Content-Type: text/x-rst +License-File: LICENSE +Dynamic: license-file diff --git a/.cache/pip/http-v2/3/8/6/0/e/3860e4de9ae53c79d2fd61419e9049df314ccc8b640782c02c6e2e2d b/.cache/pip/http-v2/3/8/6/0/e/3860e4de9ae53c79d2fd61419e9049df314ccc8b640782c02c6e2e2d new file mode 100644 index 0000000000000000000000000000000000000000..c4d2c8f59cc18da3204a7652d37ba27aeabc18fd Binary files /dev/null and b/.cache/pip/http-v2/3/8/6/0/e/3860e4de9ae53c79d2fd61419e9049df314ccc8b640782c02c6e2e2d differ diff --git a/.cache/pip/http-v2/3/8/6/0/e/3860e4de9ae53c79d2fd61419e9049df314ccc8b640782c02c6e2e2d.body b/.cache/pip/http-v2/3/8/6/0/e/3860e4de9ae53c79d2fd61419e9049df314ccc8b640782c02c6e2e2d.body new file mode 100644 index 0000000000000000000000000000000000000000..3ecdbb9056ff390bcdee06189f1d5d85bfa1c8d4 Binary files /dev/null and b/.cache/pip/http-v2/3/8/6/0/e/3860e4de9ae53c79d2fd61419e9049df314ccc8b640782c02c6e2e2d.body differ diff --git a/.cache/pip/http-v2/3/8/9/2/7/389270eb64d5d655add63491064e7e833611004a96c2fb8b19caa5fb b/.cache/pip/http-v2/3/8/9/2/7/389270eb64d5d655add63491064e7e833611004a96c2fb8b19caa5fb new file mode 100644 index 0000000000000000000000000000000000000000..84dd5171ef942c3fea47741d10a161d9edc71064 Binary files /dev/null and b/.cache/pip/http-v2/3/8/9/2/7/389270eb64d5d655add63491064e7e833611004a96c2fb8b19caa5fb differ diff --git a/.cache/pip/http-v2/3/8/9/2/7/389270eb64d5d655add63491064e7e833611004a96c2fb8b19caa5fb.body b/.cache/pip/http-v2/3/8/9/2/7/389270eb64d5d655add63491064e7e833611004a96c2fb8b19caa5fb.body new file mode 100644 index 0000000000000000000000000000000000000000..97fa3ea90ae1ab7f3c8765f46c67c77e44648dcc --- /dev/null +++ b/.cache/pip/http-v2/3/8/9/2/7/389270eb64d5d655add63491064e7e833611004a96c2fb8b19caa5fb.body @@ -0,0 +1,321 @@ +Metadata-Version: 2.4 +Name: colorlog +Version: 6.10.1 +Summary: Add colours to the output of Python's logging module. +Home-page: https://github.com/borntyping/python-colorlog +Author: Sam Clements +Author-email: sam@borntyping.co.uk +License: MIT License +Classifier: Development Status :: 5 - Production/Stable +Classifier: Environment :: Console +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Topic :: Terminals +Classifier: Topic :: Utilities +Requires-Python: >=3.6 +Description-Content-Type: text/markdown +License-File: LICENSE +Requires-Dist: colorama; sys_platform == "win32" +Provides-Extra: development +Requires-Dist: black; extra == "development" +Requires-Dist: flake8; extra == "development" +Requires-Dist: mypy; extra == "development" +Requires-Dist: pytest; extra == "development" +Requires-Dist: types-colorama; extra == "development" +Dynamic: author +Dynamic: author-email +Dynamic: classifier +Dynamic: description +Dynamic: description-content-type +Dynamic: home-page +Dynamic: license +Dynamic: license-file +Dynamic: provides-extra +Dynamic: requires-python +Dynamic: summary + +# Log formatting with colors! + +[![](https://img.shields.io/pypi/v/colorlog.svg)](https://pypi.org/project/colorlog/) +[![](https://img.shields.io/pypi/l/colorlog.svg)](https://pypi.org/project/colorlog/) + +Add colours to the output of Python's `logging` module. + +* [Source on GitHub](https://github.com/borntyping/python-colorlog) +* [Packages on PyPI](https://pypi.org/pypi/colorlog/) + +## Status + +colorlog currently requires Python 3.6 or higher. Older versions (below 5.x.x) +support Python 2.6 and above. + +* colorlog 6.x requires Python 3.6 or higher. +* colorlog 5.x is an interim version that will warn Python 2 users to downgrade. +* colorlog 4.x is the final version supporting Python 2. + +[colorama] is included as a required dependency and initialised when using +colorlog on Windows. + +This library is over a decade old and supported a wide set of Python versions +for most of its life, which has made it a difficult library to add new features +to. colorlog 6 may break backwards compatibility so that newer features +can be added more easily, but may still not accept all changes or feature +requests. colorlog 4 might accept essential bugfixes but should not be +considered actively maintained and will not accept any major changes or new +features. + +## Installation + +Install from PyPI with: + +```bash +pip install colorlog +``` + +Several Linux distributions provide official packages ([Debian], [Arch], [Fedora], +[Gentoo], [OpenSuse] and [Ubuntu]), and others have user provided packages +([BSD ports], [Conda]). + +## Usage + +```python +import colorlog + +handler = colorlog.StreamHandler() +handler.setFormatter(colorlog.ColoredFormatter( + '%(log_color)s%(levelname)s:%(name)s:%(message)s')) + +logger = colorlog.getLogger('example') +logger.addHandler(handler) +``` + +The `ColoredFormatter` class takes several arguments: + +- `format`: The format string used to output the message (required). +- `datefmt`: An optional date format passed to the base class. See [`logging.Formatter`][Formatter]. +- `reset`: Implicitly adds a color reset code to the message output, unless the output already ends with one. Defaults to `True`. +- `log_colors`: A mapping of record level names to color names. The defaults can be found in `colorlog.default_log_colors`, or the below example. +- `secondary_log_colors`: A mapping of names to `log_colors` style mappings, defining additional colors that can be used in format strings. See below for an example. +- `style`: Available on Python 3.2 and above. See [`logging.Formatter`][Formatter]. + +Color escape codes can be selected based on the log records level, by adding +parameters to the format string: + +- `log_color`: Return the color associated with the records level. +- `_log_color`: Return another color based on the records level if the formatter has secondary colors configured (see `secondary_log_colors` below). + +Multiple escape codes can be used at once by joining them with commas when +configuring the color for a log level (but can't be used directly in the format +string). For example, `black,bg_white` would use the escape codes for black +text on a white background. + +The following escape codes are made available for use in the format string: + +- `{color}`, `fg_{color}`, `bg_{color}`: Foreground and background colors. +- `bold`, `bold_{color}`, `fg_bold_{color}`, `bg_bold_{color}`: Bold/bright colors. +- `thin`, `thin_{color}`, `fg_thin_{color}`: Thin colors (terminal dependent). +- `reset`: Clear all formatting (both foreground and background colors). + +The available color names are: + +- `black` +- `red` +- `green` +- `yellow` +- `blue`, +- `purple` +- `cyan` +- `white` + +You can also use "bright" colors. These aren't standard ANSI codes, and +support for these varies wildly across different terminals. + +- `light_black` +- `light_red` +- `light_green` +- `light_yellow` +- `light_blue` +- `light_purple` +- `light_cyan` +- `light_white` + +## Examples + +![Example output](docs/example.png) + +The following code creates a `ColoredFormatter` for use in a logging setup, +using the default values for each argument. + +```python +from colorlog import ColoredFormatter + +formatter = ColoredFormatter( + "%(log_color)s%(levelname)-8s%(reset)s %(blue)s%(message)s", + datefmt=None, + reset=True, + log_colors={ + 'DEBUG': 'cyan', + 'INFO': 'green', + 'WARNING': 'yellow', + 'ERROR': 'red', + 'CRITICAL': 'red,bg_white', + }, + secondary_log_colors={}, + style='%' +) +``` + +### Using `secondary_log_colors` + +Secondary log colors are a way to have more than one color that is selected +based on the log level. Each key in `secondary_log_colors` adds an attribute +that can be used in format strings (`message` becomes `message_log_color`), and +has a corresponding value that is identical in format to the `log_colors` +argument. + +The following example highlights the level name using the default log colors, +and highlights the message in red for `error` and `critical` level log messages. + +```python +from colorlog import ColoredFormatter + +formatter = ColoredFormatter( + "%(log_color)s%(levelname)-8s%(reset)s %(message_log_color)s%(message)s", + secondary_log_colors={ + 'message': { + 'ERROR': 'red', + 'CRITICAL': 'red' + } + } +) +``` + +### With [`dictConfig`][dictConfig] + +```python +logging.config.dictConfig({ + 'formatters': { + 'colored': { + '()': 'colorlog.ColoredFormatter', + 'format': "%(log_color)s%(levelname)-8s%(reset)s %(blue)s%(message)s" + } + } +}) +``` + +A full example dictionary can be found in `tests/test_colorlog.py`. + +### With [`fileConfig`][fileConfig] + +```ini +... + +[formatters] +keys=color + +[formatter_color] +class=colorlog.ColoredFormatter +format=%(log_color)s%(levelname)-8s%(reset)s %(bg_blue)s[%(name)s]%(reset)s %(message)s from fileConfig +datefmt=%m-%d %H:%M:%S +``` + +An instance of ColoredFormatter created with those arguments will then be used +by any handlers that are configured to use the `color` formatter. + +A full example configuration can be found in `tests/test_config.ini`. + +### With custom log levels + +ColoredFormatter will work with custom log levels added with +[`logging.addLevelName`][addLevelName]: + +```python +import logging, colorlog +TRACE = 5 +logging.addLevelName(TRACE, 'TRACE') +formatter = colorlog.ColoredFormatter(log_colors={'TRACE': 'yellow'}) +handler = logging.StreamHandler() +handler.setFormatter(formatter) +logger = logging.getLogger('example') +logger.addHandler(handler) +logger.setLevel('TRACE') +logger.log(TRACE, 'a message using a custom level') +``` + +## Tests + +Tests similar to the above examples are found in `tests/test_colorlog.py`. + +## Status + +colorlog is in maintenance mode. I try and ensure bugfixes are published, +but compatibility a wide set of Python versions makes this a difficult +codebase to add features to. Any changes that might break backwards +compatibility for existing users will not be considered. + +## Alternatives + +There are some more modern libraries for improving Python logging you may +find useful. + +- [structlog] +- [jsonlog] + +## Projects using colorlog + +GitHub provides [a list of projects that depend on colorlog][dependents]. + +Some early adopters included [Errbot], [Pythran], and [zenlog]. + +## Licence + +Copyright (c) 2012-2025 Sam Clements + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +[dictConfig]: http://docs.python.org/3/library/logging.config.html#logging.config.dictConfig +[fileConfig]: http://docs.python.org/3/library/logging.config.html#logging.config.fileConfig +[addLevelName]: https://docs.python.org/3/library/logging.html#logging.addLevelName +[Formatter]: http://docs.python.org/3/library/logging.html#logging.Formatter +[tox]: http://tox.readthedocs.org/ +[Arch]: https://archlinux.org/packages/extra/any/python-colorlog/ +[BSD ports]: https://www.freshports.org/devel/py-colorlog/ +[colorama]: https://pypi.python.org/pypi/colorama +[Conda]: https://anaconda.org/conda-forge/colorlog +[Debian]: [https://packages.debian.org/buster/python3-colorlog](https://packages.debian.org/buster/python3-colorlog) +[Errbot]: http://errbot.io/ +[Fedora]: https://src.fedoraproject.org/rpms/python-colorlog +[Gentoo]: https://packages.gentoo.org/packages/dev-python/colorlog +[OpenSuse]: http://rpm.pbone.net/index.php3?stat=3&search=python-colorlog&srodzaj=3 +[Pythran]: https://github.com/serge-sans-paille/pythran +[Ubuntu]: https://launchpad.net/python-colorlog +[zenlog]: https://github.com/ManufacturaInd/python-zenlog +[structlog]: https://www.structlog.org/en/stable/ +[jsonlog]: https://github.com/borntyping/jsonlog +[dependents]: https://github.com/borntyping/python-colorlog/network/dependents?package_id=UGFja2FnZS01MDk3NDcyMQ%3D%3D diff --git a/.cache/pip/http-v2/3/8/c/c/8/38cc8209283ecb2d228ea8086bb74fbdc5d4872485c51a94fdb9c6cb b/.cache/pip/http-v2/3/8/c/c/8/38cc8209283ecb2d228ea8086bb74fbdc5d4872485c51a94fdb9c6cb new file mode 100644 index 0000000000000000000000000000000000000000..0e74c6f3938ed926b571ec1c7d27e7915a3a5a9d Binary files /dev/null and b/.cache/pip/http-v2/3/8/c/c/8/38cc8209283ecb2d228ea8086bb74fbdc5d4872485c51a94fdb9c6cb differ diff --git a/.cache/pip/http-v2/4/a/5/b/6/4a5b6f0d76201de4cfd4884f5e95617a1848cf81c8357be4d12cbf6a b/.cache/pip/http-v2/4/a/5/b/6/4a5b6f0d76201de4cfd4884f5e95617a1848cf81c8357be4d12cbf6a new file mode 100644 index 0000000000000000000000000000000000000000..906d1d95704aed0ea41d64b95ed226c637566969 Binary files /dev/null and b/.cache/pip/http-v2/4/a/5/b/6/4a5b6f0d76201de4cfd4884f5e95617a1848cf81c8357be4d12cbf6a differ diff --git a/.cache/pip/http-v2/4/a/5/b/6/4a5b6f0d76201de4cfd4884f5e95617a1848cf81c8357be4d12cbf6a.body b/.cache/pip/http-v2/4/a/5/b/6/4a5b6f0d76201de4cfd4884f5e95617a1848cf81c8357be4d12cbf6a.body new file mode 100644 index 0000000000000000000000000000000000000000..bac5c461eec53105b93996ac609f1a8b3025bcdb --- /dev/null +++ b/.cache/pip/http-v2/4/a/5/b/6/4a5b6f0d76201de4cfd4884f5e95617a1848cf81c8357be4d12cbf6a.body @@ -0,0 +1,86 @@ +Metadata-Version: 2.1 +Name: openpyxl +Version: 3.1.5 +Summary: A Python library to read/write Excel 2010 xlsx/xlsm files +Home-page: https://openpyxl.readthedocs.io +Author: See AUTHORS +Author-email: charlie.clark@clark-consulting.eu +License: MIT +Project-URL: Documentation, https://openpyxl.readthedocs.io/en/stable/ +Project-URL: Source, https://foss.heptapod.net/openpyxl/openpyxl +Project-URL: Tracker, https://foss.heptapod.net/openpyxl/openpyxl/-/issues +Classifier: Development Status :: 5 - Production/Stable +Classifier: Operating System :: MacOS :: MacOS X +Classifier: Operating System :: Microsoft :: Windows +Classifier: Operating System :: POSIX +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Requires-Python: >=3.8 +License-File: LICENCE.rst +Requires-Dist: et-xmlfile + +.. image:: https://coveralls.io/repos/bitbucket/openpyxl/openpyxl/badge.svg?branch=default + :target: https://coveralls.io/bitbucket/openpyxl/openpyxl?branch=default + :alt: coverage status + +Introduction +------------ + +openpyxl is a Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files. + +It was born from lack of existing library to read/write natively from Python +the Office Open XML format. + +All kudos to the PHPExcel team as openpyxl was initially based on PHPExcel. + + +Security +-------- + +By default openpyxl does not guard against quadratic blowup or billion laughs +xml attacks. To guard against these attacks install defusedxml. + +Mailing List +------------ + +The user list can be found on http://groups.google.com/group/openpyxl-users + + +Sample code:: + + from openpyxl import Workbook + wb = Workbook() + + # grab the active worksheet + ws = wb.active + + # Data can be assigned directly to cells + ws['A1'] = 42 + + # Rows can also be appended + ws.append([1, 2, 3]) + + # Python types will automatically be converted + import datetime + ws['A2'] = datetime.datetime.now() + + # Save the file + wb.save("sample.xlsx") + + +Documentation +------------- + +The documentation is at: https://openpyxl.readthedocs.io + +* installation methods +* code examples +* instructions for contributing + +Release notes: https://openpyxl.readthedocs.io/en/stable/changes.html diff --git a/.cache/pip/http-v2/4/d/c/8/d/4dc8d567db4bc55c0684404c85a6b4572f87a99306be24cab65fbfae b/.cache/pip/http-v2/4/d/c/8/d/4dc8d567db4bc55c0684404c85a6b4572f87a99306be24cab65fbfae new file mode 100644 index 0000000000000000000000000000000000000000..21de06007b4cd33c48e932715b4ab1d3cd5e1918 Binary files /dev/null and b/.cache/pip/http-v2/4/d/c/8/d/4dc8d567db4bc55c0684404c85a6b4572f87a99306be24cab65fbfae differ diff --git a/.cache/pip/http-v2/4/d/c/8/d/4dc8d567db4bc55c0684404c85a6b4572f87a99306be24cab65fbfae.body b/.cache/pip/http-v2/4/d/c/8/d/4dc8d567db4bc55c0684404c85a6b4572f87a99306be24cab65fbfae.body new file mode 100644 index 0000000000000000000000000000000000000000..11dbfd65dd921cf7d30d1955e09f6c0db9c2d166 Binary files /dev/null and b/.cache/pip/http-v2/4/d/c/8/d/4dc8d567db4bc55c0684404c85a6b4572f87a99306be24cab65fbfae.body differ diff --git a/.cache/pip/http-v2/5/5/9/a/2/559a28d2d50a6d0988e3c56e5d0d411789da84005e4420f1a26bb23e b/.cache/pip/http-v2/5/5/9/a/2/559a28d2d50a6d0988e3c56e5d0d411789da84005e4420f1a26bb23e new file mode 100644 index 0000000000000000000000000000000000000000..0a39429ff3673cb65731b5447c31c0e383fb4330 Binary files /dev/null and b/.cache/pip/http-v2/5/5/9/a/2/559a28d2d50a6d0988e3c56e5d0d411789da84005e4420f1a26bb23e differ diff --git a/.cache/pip/http-v2/5/5/9/a/2/559a28d2d50a6d0988e3c56e5d0d411789da84005e4420f1a26bb23e.body b/.cache/pip/http-v2/5/5/9/a/2/559a28d2d50a6d0988e3c56e5d0d411789da84005e4420f1a26bb23e.body new file mode 100644 index 0000000000000000000000000000000000000000..2aa6d8014ba5ec6a04f1a58fbc6c4bf76b502819 Binary files /dev/null and b/.cache/pip/http-v2/5/5/9/a/2/559a28d2d50a6d0988e3c56e5d0d411789da84005e4420f1a26bb23e.body differ diff --git a/.cache/pip/http-v2/5/9/1/a/0/591a0a7ea47d81cffb332bf5e1460e560ce743822558c6f345314d4b b/.cache/pip/http-v2/5/9/1/a/0/591a0a7ea47d81cffb332bf5e1460e560ce743822558c6f345314d4b new file mode 100644 index 0000000000000000000000000000000000000000..15345dfe653996d883de6c717792c30136d17c2c Binary files /dev/null and b/.cache/pip/http-v2/5/9/1/a/0/591a0a7ea47d81cffb332bf5e1460e560ce743822558c6f345314d4b differ diff --git a/.cache/pip/http-v2/5/9/1/a/0/591a0a7ea47d81cffb332bf5e1460e560ce743822558c6f345314d4b.body b/.cache/pip/http-v2/5/9/1/a/0/591a0a7ea47d81cffb332bf5e1460e560ce743822558c6f345314d4b.body new file mode 100644 index 0000000000000000000000000000000000000000..52a7eecaf4c9067dd2c0053da9b2a5080a29d696 Binary files /dev/null and b/.cache/pip/http-v2/5/9/1/a/0/591a0a7ea47d81cffb332bf5e1460e560ce743822558c6f345314d4b.body differ diff --git a/.cache/pip/http-v2/5/d/5/7/5/5d575692ffb3194739604e9e1622e2fa8c882afc9517932bd2ce40df b/.cache/pip/http-v2/5/d/5/7/5/5d575692ffb3194739604e9e1622e2fa8c882afc9517932bd2ce40df new file mode 100644 index 0000000000000000000000000000000000000000..6a9084a6f866cf83e2c8d7c792e1b43beee46410 Binary files /dev/null and b/.cache/pip/http-v2/5/d/5/7/5/5d575692ffb3194739604e9e1622e2fa8c882afc9517932bd2ce40df differ diff --git a/.cache/pip/http-v2/5/d/5/7/5/5d575692ffb3194739604e9e1622e2fa8c882afc9517932bd2ce40df.body b/.cache/pip/http-v2/5/d/5/7/5/5d575692ffb3194739604e9e1622e2fa8c882afc9517932bd2ce40df.body new file mode 100644 index 0000000000000000000000000000000000000000..c44604a66772697fba39a4e24d69d0f3d7bb3c1b --- /dev/null +++ b/.cache/pip/http-v2/5/d/5/7/5/5d575692ffb3194739604e9e1622e2fa8c882afc9517932bd2ce40df.body @@ -0,0 +1,221 @@ +Metadata-Version: 2.4 +Name: markdown-it-py +Version: 4.2.0 +Summary: Python port of markdown-it. Markdown parsing, done right! +Keywords: markdown,lexer,parser,commonmark,markdown-it +Author-email: Chris Sewell +Requires-Python: >=3.10 +Description-Content-Type: text/markdown +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Topic :: Text Processing :: Markup +License-File: LICENSE +License-File: LICENSE.markdown-it +Requires-Dist: mdurl~=0.1 +Requires-Dist: psutil ; extra == "benchmarking" +Requires-Dist: pytest ; extra == "benchmarking" +Requires-Dist: pytest-benchmark ; extra == "benchmarking" +Requires-Dist: commonmark~=0.9 ; extra == "compare" +Requires-Dist: markdown~=3.4 ; extra == "compare" +Requires-Dist: mistletoe~=1.0 ; extra == "compare" +Requires-Dist: mistune~=3.0 ; extra == "compare" +Requires-Dist: panflute~=2.3 ; extra == "compare" +Requires-Dist: markdown-it-pyrs ; extra == "compare" +Requires-Dist: linkify-it-py>=1,<3 ; extra == "linkify" +Requires-Dist: mdit-py-plugins>=0.5.0 ; extra == "plugins" +Requires-Dist: gprof2dot ; extra == "profiling" +Requires-Dist: mdit-py-plugins>=0.5.0 ; extra == "rtd" +Requires-Dist: myst-parser ; extra == "rtd" +Requires-Dist: pyyaml ; extra == "rtd" +Requires-Dist: sphinx ; extra == "rtd" +Requires-Dist: sphinx-copybutton ; extra == "rtd" +Requires-Dist: sphinx-design ; extra == "rtd" +Requires-Dist: sphinx-book-theme~=1.0 ; extra == "rtd" +Requires-Dist: jupyter_sphinx ; extra == "rtd" +Requires-Dist: ipykernel ; extra == "rtd" +Requires-Dist: coverage ; extra == "testing" +Requires-Dist: pytest ; extra == "testing" +Requires-Dist: pytest-cov ; extra == "testing" +Requires-Dist: pytest-regressions ; extra == "testing" +Requires-Dist: pytest-timeout ; extra == "testing" +Requires-Dist: requests ; extra == "testing" +Project-URL: Documentation, https://markdown-it-py.readthedocs.io +Project-URL: Homepage, https://github.com/executablebooks/markdown-it-py +Provides-Extra: benchmarking +Provides-Extra: compare +Provides-Extra: linkify +Provides-Extra: plugins +Provides-Extra: profiling +Provides-Extra: rtd +Provides-Extra: testing + +# markdown-it-py + +[![Github-CI][github-ci]][github-link] +[![Coverage Status][codecov-badge]][codecov-link] +[![PyPI][pypi-badge]][pypi-link] +[![Conda][conda-badge]][conda-link] +[![PyPI - Downloads][install-badge]][install-link] + +

+ markdown-it-py icon +

+ +> Markdown parser done right. + +- Follows the __[CommonMark spec](http://spec.commonmark.org/)__ for baseline parsing +- Configurable syntax: you can add new rules and even replace existing ones. +- Pluggable: Adds syntax extensions to extend the parser (see the [plugin list][md-plugins]). +- High speed (see our [benchmarking tests][md-performance]) +- Easy to configure for [security][md-security] +- Member of [Google's Assured Open Source Software](https://cloud.google.com/assured-open-source-software/docs/supported-packages) + +This is a Python port of [markdown-it], and some of its associated plugins. +For more details see: . + +For details on [markdown-it] itself, see: + +- The __[Live demo](https://markdown-it.github.io)__ +- [The markdown-it README][markdown-it-readme] + +**See also:** [markdown-it-pyrs](https://github.com/chrisjsewell/markdown-it-pyrs) for an experimental Rust binding, +for even more speed! + +## Installation + +### PIP + +```bash +pip install markdown-it-py[plugins] +``` + +or with extras + +```bash +pip install markdown-it-py[linkify,plugins] +``` + +### Conda + +```bash +conda install -c conda-forge markdown-it-py +``` + +or with extras + +```bash +conda install -c conda-forge markdown-it-py linkify-it-py mdit-py-plugins +``` + +## Usage + +### Python API Usage + +Render markdown to HTML with markdown-it-py and a custom configuration +with and without plugins and features: + +```python +from markdown_it import MarkdownIt +from mdit_py_plugins.front_matter import front_matter_plugin +from mdit_py_plugins.footnote import footnote_plugin + +md = ( + MarkdownIt('commonmark', {'breaks':True,'html':True}) + .use(front_matter_plugin) + .use(footnote_plugin) + .enable('table') +) +text = (""" +--- +a: 1 +--- + +a | b +- | - +1 | 2 + +A footnote [^1] + +[^1]: some details +""") +tokens = md.parse(text) +html_text = md.render(text) + +## To export the html to a file, uncomment the lines below: +# from pathlib import Path +# Path("output.html").write_text(html_text) +``` + +### Command-line Usage + +Render markdown to HTML with markdown-it-py from the +command-line: + +```console +usage: markdown-it [-h] [-v] [--stdin|filenames [filenames ...]] + +Parse one or more markdown files, convert each to HTML, and print to stdout + +positional arguments: + --stdin read source Markdown file from standard input + filenames specify an optional list of files to convert + +optional arguments: + -h, --help show this help message and exit + -v, --version show program's version number and exit + +Interactive: + + $ markdown-it + markdown-it-py [version 0.0.0] (interactive) + Type Ctrl-D to complete input, or Ctrl-C to exit. + >>> # Example + ... > markdown *input* + ... +

Example

+
+

markdown input

+
+ +Batch: + + $ markdown-it README.md README.footer.md > index.html + +``` + +## References / Thanks + +Big thanks to the authors of [markdown-it]: + +- Alex Kocharin [github/rlidwka](https://github.com/rlidwka) +- Vitaly Puzrin [github/puzrin](https://github.com/puzrin) + +Also [John MacFarlane](https://github.com/jgm) for his work on the CommonMark spec and reference implementations. + +[github-ci]: https://github.com/executablebooks/markdown-it-py/actions/workflows/tests.yml/badge.svg?branch=master +[github-link]: https://github.com/executablebooks/markdown-it-py +[pypi-badge]: https://img.shields.io/pypi/v/markdown-it-py.svg +[pypi-link]: https://pypi.org/project/markdown-it-py +[conda-badge]: https://anaconda.org/conda-forge/markdown-it-py/badges/version.svg +[conda-link]: https://anaconda.org/conda-forge/markdown-it-py +[codecov-badge]: https://codecov.io/gh/executablebooks/markdown-it-py/branch/master/graph/badge.svg +[codecov-link]: https://codecov.io/gh/executablebooks/markdown-it-py +[install-badge]: https://img.shields.io/pypi/dw/markdown-it-py?label=pypi%20installs +[install-link]: https://pypistats.org/packages/markdown-it-py + +[CommonMark spec]: http://spec.commonmark.org/ +[markdown-it]: https://github.com/markdown-it/markdown-it +[markdown-it-readme]: https://github.com/markdown-it/markdown-it/blob/master/README.md +[md-security]: https://markdown-it-py.readthedocs.io/en/latest/security.html +[md-performance]: https://markdown-it-py.readthedocs.io/en/latest/performance.html +[md-plugins]: https://markdown-it-py.readthedocs.io/en/latest/plugins.html + diff --git a/.cache/pip/http-v2/5/e/c/8/b/5ec8b58bc827caa12672b72c08527dbd1c5456edeea815f1e76cb526 b/.cache/pip/http-v2/5/e/c/8/b/5ec8b58bc827caa12672b72c08527dbd1c5456edeea815f1e76cb526 new file mode 100644 index 0000000000000000000000000000000000000000..658b4e4e4553d4e81cfbbf5d8b559461326dc5a4 Binary files /dev/null and b/.cache/pip/http-v2/5/e/c/8/b/5ec8b58bc827caa12672b72c08527dbd1c5456edeea815f1e76cb526 differ diff --git a/.cache/pip/http-v2/6/4/c/f/c/64cfc03e83f9fad4049b1d2a1d785c9273270a4ab9788b538f5054e3 b/.cache/pip/http-v2/6/4/c/f/c/64cfc03e83f9fad4049b1d2a1d785c9273270a4ab9788b538f5054e3 new file mode 100644 index 0000000000000000000000000000000000000000..1ce202862076ef68708aa2dd43dc2e081765ba76 Binary files /dev/null and b/.cache/pip/http-v2/6/4/c/f/c/64cfc03e83f9fad4049b1d2a1d785c9273270a4ab9788b538f5054e3 differ diff --git a/.cache/pip/http-v2/6/5/1/e/5/651e58859e8db8c99b9e7068d03984cfd4577518ff0e021c717afbf4 b/.cache/pip/http-v2/6/5/1/e/5/651e58859e8db8c99b9e7068d03984cfd4577518ff0e021c717afbf4 new file mode 100644 index 0000000000000000000000000000000000000000..23571f0aaae3b958b608df96730a81639f21ae3b Binary files /dev/null and b/.cache/pip/http-v2/6/5/1/e/5/651e58859e8db8c99b9e7068d03984cfd4577518ff0e021c717afbf4 differ diff --git a/.cache/pip/http-v2/6/5/1/e/5/651e58859e8db8c99b9e7068d03984cfd4577518ff0e021c717afbf4.body b/.cache/pip/http-v2/6/5/1/e/5/651e58859e8db8c99b9e7068d03984cfd4577518ff0e021c717afbf4.body new file mode 100644 index 0000000000000000000000000000000000000000..e81ab4fa3c9649ef7bc6355d1042f0344c90d83b --- /dev/null +++ b/.cache/pip/http-v2/6/5/1/e/5/651e58859e8db8c99b9e7068d03984cfd4577518ff0e021c717afbf4.body @@ -0,0 +1,78 @@ +Metadata-Version: 2.1 +Name: cycler +Version: 0.12.1 +Summary: Composable style cycles +Author-email: Thomas A Caswell +License: Copyright (c) 2015, matplotlib project + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + * Neither the name of the matplotlib project nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Project-URL: homepage, https://matplotlib.org/cycler/ +Project-URL: repository, https://github.com/matplotlib/cycler +Keywords: cycle kwargs +Classifier: License :: OSI Approved :: BSD License +Classifier: Development Status :: 4 - Beta +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3 :: Only +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +License-File: LICENSE +Provides-Extra: docs +Requires-Dist: ipython ; extra == 'docs' +Requires-Dist: matplotlib ; extra == 'docs' +Requires-Dist: numpydoc ; extra == 'docs' +Requires-Dist: sphinx ; extra == 'docs' +Provides-Extra: tests +Requires-Dist: pytest ; extra == 'tests' +Requires-Dist: pytest-cov ; extra == 'tests' +Requires-Dist: pytest-xdist ; extra == 'tests' + +|PyPi|_ |Conda|_ |Supported Python versions|_ |GitHub Actions|_ |Codecov|_ + +.. |PyPi| image:: https://img.shields.io/pypi/v/cycler.svg?style=flat +.. _PyPi: https://pypi.python.org/pypi/cycler + +.. |Conda| image:: https://img.shields.io/conda/v/conda-forge/cycler +.. _Conda: https://anaconda.org/conda-forge/cycler + +.. |Supported Python versions| image:: https://img.shields.io/pypi/pyversions/cycler.svg +.. _Supported Python versions: https://pypi.python.org/pypi/cycler + +.. |GitHub Actions| image:: https://github.com/matplotlib/cycler/actions/workflows/tests.yml/badge.svg +.. _GitHub Actions: https://github.com/matplotlib/cycler/actions + +.. |Codecov| image:: https://codecov.io/github/matplotlib/cycler/badge.svg?branch=main&service=github +.. _Codecov: https://codecov.io/github/matplotlib/cycler?branch=main + +cycler: composable cycles +========================= + +Docs: https://matplotlib.org/cycler/ diff --git a/.cache/pip/http-v2/6/6/e/c/7/66ec76a7b6ed4081044f5c7821af293b63c17bc2ac523ff93d5ca7d5 b/.cache/pip/http-v2/6/6/e/c/7/66ec76a7b6ed4081044f5c7821af293b63c17bc2ac523ff93d5ca7d5 new file mode 100644 index 0000000000000000000000000000000000000000..fd21a4f4e7afcb940a7b5ef246cca92504183bdd Binary files /dev/null and b/.cache/pip/http-v2/6/6/e/c/7/66ec76a7b6ed4081044f5c7821af293b63c17bc2ac523ff93d5ca7d5 differ diff --git a/.cache/pip/http-v2/6/8/0/d/4/680d4dd80dc6a3d2df9b9478dfcc8e81e0e4f130e154a3268b98b877 b/.cache/pip/http-v2/6/8/0/d/4/680d4dd80dc6a3d2df9b9478dfcc8e81e0e4f130e154a3268b98b877 new file mode 100644 index 0000000000000000000000000000000000000000..9c27838e83551f5c83016149a7488accb6b80de1 Binary files /dev/null and b/.cache/pip/http-v2/6/8/0/d/4/680d4dd80dc6a3d2df9b9478dfcc8e81e0e4f130e154a3268b98b877 differ diff --git a/.cache/pip/http-v2/6/9/2/f/2/692f2804b6b8394551c77857160a003c2da933441522c71fd20e4ca4 b/.cache/pip/http-v2/6/9/2/f/2/692f2804b6b8394551c77857160a003c2da933441522c71fd20e4ca4 new file mode 100644 index 0000000000000000000000000000000000000000..bf009909c6f0121ee7de4a3d7daccf6542092d2d Binary files /dev/null and b/.cache/pip/http-v2/6/9/2/f/2/692f2804b6b8394551c77857160a003c2da933441522c71fd20e4ca4 differ diff --git a/.cache/pip/http-v2/6/b/5/3/a/6b53a9dd0e4fce887cc28c1a921aa1befe8c1a82e6c213d2542d2acb b/.cache/pip/http-v2/6/b/5/3/a/6b53a9dd0e4fce887cc28c1a921aa1befe8c1a82e6c213d2542d2acb new file mode 100644 index 0000000000000000000000000000000000000000..3058d98020a89ddd77ce34cd880cca48e24cf207 Binary files /dev/null and b/.cache/pip/http-v2/6/b/5/3/a/6b53a9dd0e4fce887cc28c1a921aa1befe8c1a82e6c213d2542d2acb differ diff --git a/.cache/pip/http-v2/6/b/5/3/a/6b53a9dd0e4fce887cc28c1a921aa1befe8c1a82e6c213d2542d2acb.body b/.cache/pip/http-v2/6/b/5/3/a/6b53a9dd0e4fce887cc28c1a921aa1befe8c1a82e6c213d2542d2acb.body new file mode 100644 index 0000000000000000000000000000000000000000..aecd455dde9e456c02e6cdcbb828fe6f96dc556d Binary files /dev/null and b/.cache/pip/http-v2/6/b/5/3/a/6b53a9dd0e4fce887cc28c1a921aa1befe8c1a82e6c213d2542d2acb.body differ diff --git a/.cache/pip/http-v2/6/c/6/e/e/6c6eeaf6757edbde690577822daacaba826c2b12ce67b57b33e8021d b/.cache/pip/http-v2/6/c/6/e/e/6c6eeaf6757edbde690577822daacaba826c2b12ce67b57b33e8021d new file mode 100644 index 0000000000000000000000000000000000000000..eb2447a10cd8177a6e99b6395af4633959e25781 Binary files /dev/null and b/.cache/pip/http-v2/6/c/6/e/e/6c6eeaf6757edbde690577822daacaba826c2b12ce67b57b33e8021d differ diff --git a/.cache/pip/http-v2/6/c/6/e/e/6c6eeaf6757edbde690577822daacaba826c2b12ce67b57b33e8021d.body b/.cache/pip/http-v2/6/c/6/e/e/6c6eeaf6757edbde690577822daacaba826c2b12ce67b57b33e8021d.body new file mode 100644 index 0000000000000000000000000000000000000000..6478c3f06b70e7486432ecf009461ab2365037b2 Binary files /dev/null and b/.cache/pip/http-v2/6/c/6/e/e/6c6eeaf6757edbde690577822daacaba826c2b12ce67b57b33e8021d.body differ diff --git a/.cache/pip/http-v2/7/2/8/a/2/728a2f33f382f4dacf08f6df77aad6f3d889f819ba4fa3efad5ec7e4 b/.cache/pip/http-v2/7/2/8/a/2/728a2f33f382f4dacf08f6df77aad6f3d889f819ba4fa3efad5ec7e4 new file mode 100644 index 0000000000000000000000000000000000000000..cce3f9ec974afce5ed98333749ea36ae947b6cd1 Binary files /dev/null and b/.cache/pip/http-v2/7/2/8/a/2/728a2f33f382f4dacf08f6df77aad6f3d889f819ba4fa3efad5ec7e4 differ diff --git a/.cache/pip/http-v2/7/5/c/7/6/75c76ba3da983fc745a6549a0de110dcd624d42b682204260c21f535 b/.cache/pip/http-v2/7/5/c/7/6/75c76ba3da983fc745a6549a0de110dcd624d42b682204260c21f535 new file mode 100644 index 0000000000000000000000000000000000000000..bd3000e0395c418c49d9bd179e3bc070c23758ea Binary files /dev/null and b/.cache/pip/http-v2/7/5/c/7/6/75c76ba3da983fc745a6549a0de110dcd624d42b682204260c21f535 differ diff --git a/.cache/pip/http-v2/7/6/b/2/3/76b23a11163b80f2e8827ee054d2f3522fd358ef80280428af919f51 b/.cache/pip/http-v2/7/6/b/2/3/76b23a11163b80f2e8827ee054d2f3522fd358ef80280428af919f51 new file mode 100644 index 0000000000000000000000000000000000000000..3d13d2a699cf51c947435997c5847f2eb6064a0f Binary files /dev/null and b/.cache/pip/http-v2/7/6/b/2/3/76b23a11163b80f2e8827ee054d2f3522fd358ef80280428af919f51 differ diff --git a/.cache/pip/http-v2/7/7/3/7/4/77374f6555d766d1d452fe4918fb303c49f49a5a37a0986ea4f1b212 b/.cache/pip/http-v2/7/7/3/7/4/77374f6555d766d1d452fe4918fb303c49f49a5a37a0986ea4f1b212 new file mode 100644 index 0000000000000000000000000000000000000000..1c1410769e4445a5f13ccbb57af0f1ca0e4cac50 Binary files /dev/null and b/.cache/pip/http-v2/7/7/3/7/4/77374f6555d766d1d452fe4918fb303c49f49a5a37a0986ea4f1b212 differ diff --git a/.cache/pip/http-v2/7/7/3/7/4/77374f6555d766d1d452fe4918fb303c49f49a5a37a0986ea4f1b212.body b/.cache/pip/http-v2/7/7/3/7/4/77374f6555d766d1d452fe4918fb303c49f49a5a37a0986ea4f1b212.body new file mode 100644 index 0000000000000000000000000000000000000000..04d82dce2d6582e742a17cd5441787f483c2b9c6 --- /dev/null +++ b/.cache/pip/http-v2/7/7/3/7/4/77374f6555d766d1d452fe4918fb303c49f49a5a37a0986ea4f1b212.body @@ -0,0 +1,139 @@ +Metadata-Version: 2.4 +Name: alembic +Version: 1.18.4 +Summary: A database migration tool for SQLAlchemy. +Author-email: Mike Bayer +License-Expression: MIT +Project-URL: Homepage, https://alembic.sqlalchemy.org +Project-URL: Documentation, https://alembic.sqlalchemy.org/en/latest/ +Project-URL: Changelog, https://alembic.sqlalchemy.org/en/latest/changelog.html +Project-URL: Source, https://github.com/sqlalchemy/alembic/ +Project-URL: Issue Tracker, https://github.com/sqlalchemy/alembic/issues/ +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: Environment :: Console +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Database :: Front-Ends +Requires-Python: >=3.10 +Description-Content-Type: text/x-rst +License-File: LICENSE +Requires-Dist: SQLAlchemy>=1.4.23 +Requires-Dist: Mako +Requires-Dist: typing-extensions>=4.12 +Requires-Dist: tomli; python_version < "3.11" +Provides-Extra: tz +Requires-Dist: tzdata; extra == "tz" +Dynamic: license-file + +Alembic is a database migrations tool written by the author +of `SQLAlchemy `_. A migrations tool +offers the following functionality: + +* Can emit ALTER statements to a database in order to change + the structure of tables and other constructs +* Provides a system whereby "migration scripts" may be constructed; + each script indicates a particular series of steps that can "upgrade" a + target database to a new version, and optionally a series of steps that can + "downgrade" similarly, doing the same steps in reverse. +* Allows the scripts to execute in some sequential manner. + +The goals of Alembic are: + +* Very open ended and transparent configuration and operation. A new + Alembic environment is generated from a set of templates which is selected + among a set of options when setup first occurs. The templates then deposit a + series of scripts that define fully how database connectivity is established + and how migration scripts are invoked; the migration scripts themselves are + generated from a template within that series of scripts. The scripts can + then be further customized to define exactly how databases will be + interacted with and what structure new migration files should take. +* Full support for transactional DDL. The default scripts ensure that all + migrations occur within a transaction - for those databases which support + this (Postgresql, Microsoft SQL Server), migrations can be tested with no + need to manually undo changes upon failure. +* Minimalist script construction. Basic operations like renaming + tables/columns, adding/removing columns, changing column attributes can be + performed through one line commands like alter_column(), rename_table(), + add_constraint(). There is no need to recreate full SQLAlchemy Table + structures for simple operations like these - the functions themselves + generate minimalist schema structures behind the scenes to achieve the given + DDL sequence. +* "auto generation" of migrations. While real world migrations are far more + complex than what can be automatically determined, Alembic can still + eliminate the initial grunt work in generating new migration directives + from an altered schema. The ``--autogenerate`` feature will inspect the + current status of a database using SQLAlchemy's schema inspection + capabilities, compare it to the current state of the database model as + specified in Python, and generate a series of "candidate" migrations, + rendering them into a new migration script as Python directives. The + developer then edits the new file, adding additional directives and data + migrations as needed, to produce a finished migration. Table and column + level changes can be detected, with constraints and indexes to follow as + well. +* Full support for migrations generated as SQL scripts. Those of us who + work in corporate environments know that direct access to DDL commands on a + production database is a rare privilege, and DBAs want textual SQL scripts. + Alembic's usage model and commands are oriented towards being able to run a + series of migrations into a textual output file as easily as it runs them + directly to a database. Care must be taken in this mode to not invoke other + operations that rely upon in-memory SELECTs of rows - Alembic tries to + provide helper constructs like bulk_insert() to help with data-oriented + operations that are compatible with script-based DDL. +* Non-linear, dependency-graph versioning. Scripts are given UUID + identifiers similarly to a DVCS, and the linkage of one script to the next + is achieved via human-editable markers within the scripts themselves. + The structure of a set of migration files is considered as a + directed-acyclic graph, meaning any migration file can be dependent + on any other arbitrary set of migration files, or none at + all. Through this open-ended system, migration files can be organized + into branches, multiple roots, and mergepoints, without restriction. + Commands are provided to produce new branches, roots, and merges of + branches automatically. +* Provide a library of ALTER constructs that can be used by any SQLAlchemy + application. The DDL constructs build upon SQLAlchemy's own DDLElement base + and can be used standalone by any application or script. +* At long last, bring SQLite and its inability to ALTER things into the fold, + but in such a way that SQLite's very special workflow needs are accommodated + in an explicit way that makes the most of a bad situation, through the + concept of a "batch" migration, where multiple changes to a table can + be batched together to form a series of instructions for a single, subsequent + "move-and-copy" workflow. You can even use "move-and-copy" workflow for + other databases, if you want to recreate a table in the background + on a busy system. + +Documentation and status of Alembic is at https://alembic.sqlalchemy.org/ + +The SQLAlchemy Project +====================== + +Alembic is part of the `SQLAlchemy Project `_ and +adheres to the same standards and conventions as the core project. + +Development / Bug reporting / Pull requests +___________________________________________ + +Please refer to the +`SQLAlchemy Community Guide `_ for +guidelines on coding and participating in this project. + +Code of Conduct +_______________ + +Above all, SQLAlchemy places great emphasis on polite, thoughtful, and +constructive communication between users and developers. +Please see our current Code of Conduct at +`Code of Conduct `_. + +License +======= + +Alembic is distributed under the `MIT license +`_. diff --git a/.cache/pip/http-v2/7/9/2/1/a/7921ac3318a5cdb592026cc26a94f7a2c1e1f7d3a1dc1e3857fd49f1 b/.cache/pip/http-v2/7/9/2/1/a/7921ac3318a5cdb592026cc26a94f7a2c1e1f7d3a1dc1e3857fd49f1 new file mode 100644 index 0000000000000000000000000000000000000000..15d50bc581cd9f7bdd8bb8c7a573a9562f602ae6 Binary files /dev/null and b/.cache/pip/http-v2/7/9/2/1/a/7921ac3318a5cdb592026cc26a94f7a2c1e1f7d3a1dc1e3857fd49f1 differ diff --git a/.cache/pip/http-v2/7/9/2/1/a/7921ac3318a5cdb592026cc26a94f7a2c1e1f7d3a1dc1e3857fd49f1.body b/.cache/pip/http-v2/7/9/2/1/a/7921ac3318a5cdb592026cc26a94f7a2c1e1f7d3a1dc1e3857fd49f1.body new file mode 100644 index 0000000000000000000000000000000000000000..ec61577d0c5e5db8d0157b587bceaa884a41b5dc Binary files /dev/null and b/.cache/pip/http-v2/7/9/2/1/a/7921ac3318a5cdb592026cc26a94f7a2c1e1f7d3a1dc1e3857fd49f1.body differ diff --git a/.cache/pip/http-v2/7/f/0/e/c/7f0ec35e0c3a1faba9aada2b4b15e64482162fc43af0f7193ee83003 b/.cache/pip/http-v2/7/f/0/e/c/7f0ec35e0c3a1faba9aada2b4b15e64482162fc43af0f7193ee83003 new file mode 100644 index 0000000000000000000000000000000000000000..b8000bb3a6670c20544fd37b3ee7b3fe25544c47 Binary files /dev/null and b/.cache/pip/http-v2/7/f/0/e/c/7f0ec35e0c3a1faba9aada2b4b15e64482162fc43af0f7193ee83003 differ diff --git a/.cache/pip/http-v2/8/1/8/8/f/8188f9db6169e57bb653240cc02c629488d0d899420b0725db0f7e4a b/.cache/pip/http-v2/8/1/8/8/f/8188f9db6169e57bb653240cc02c629488d0d899420b0725db0f7e4a new file mode 100644 index 0000000000000000000000000000000000000000..b3fa96188c1d98e1c05c900c5a1fd5880a035967 Binary files /dev/null and b/.cache/pip/http-v2/8/1/8/8/f/8188f9db6169e57bb653240cc02c629488d0d899420b0725db0f7e4a differ diff --git a/.cache/pip/http-v2/8/6/1/4/a/8614a6e8a4ad9aa5595a607eb8f7a0d8a8f7a7a34cff9540f443a21f b/.cache/pip/http-v2/8/6/1/4/a/8614a6e8a4ad9aa5595a607eb8f7a0d8a8f7a7a34cff9540f443a21f new file mode 100644 index 0000000000000000000000000000000000000000..db8fd376581fb0f568d13bd5bc670dccbd5c5779 Binary files /dev/null and b/.cache/pip/http-v2/8/6/1/4/a/8614a6e8a4ad9aa5595a607eb8f7a0d8a8f7a7a34cff9540f443a21f differ diff --git a/.cache/pip/http-v2/8/6/1/4/a/8614a6e8a4ad9aa5595a607eb8f7a0d8a8f7a7a34cff9540f443a21f.body b/.cache/pip/http-v2/8/6/1/4/a/8614a6e8a4ad9aa5595a607eb8f7a0d8a8f7a7a34cff9540f443a21f.body new file mode 100644 index 0000000000000000000000000000000000000000..2b144bdc6fcb832122640aa0c9bf3fa5c788ea7e Binary files /dev/null and b/.cache/pip/http-v2/8/6/1/4/a/8614a6e8a4ad9aa5595a607eb8f7a0d8a8f7a7a34cff9540f443a21f.body differ diff --git a/.cache/pip/http-v2/8/a/c/4/d/8ac4d14dc45e27d21da49fb515570b6f875b78707de9b08ce1088d1b b/.cache/pip/http-v2/8/a/c/4/d/8ac4d14dc45e27d21da49fb515570b6f875b78707de9b08ce1088d1b new file mode 100644 index 0000000000000000000000000000000000000000..0e213200fbf97b547b8217253e6173b784986a14 Binary files /dev/null and b/.cache/pip/http-v2/8/a/c/4/d/8ac4d14dc45e27d21da49fb515570b6f875b78707de9b08ce1088d1b differ diff --git a/.cache/pip/http-v2/8/a/c/4/d/8ac4d14dc45e27d21da49fb515570b6f875b78707de9b08ce1088d1b.body b/.cache/pip/http-v2/8/a/c/4/d/8ac4d14dc45e27d21da49fb515570b6f875b78707de9b08ce1088d1b.body new file mode 100644 index 0000000000000000000000000000000000000000..3fbd0f7ad2beb09c1185541e351a2c7d6f40fec8 Binary files /dev/null and b/.cache/pip/http-v2/8/a/c/4/d/8ac4d14dc45e27d21da49fb515570b6f875b78707de9b08ce1088d1b.body differ diff --git a/.cache/pip/http-v2/8/e/0/9/f/8e09f241e363fdfdfd9cade803fe7df10d489fd9430647a4b0b3c719 b/.cache/pip/http-v2/8/e/0/9/f/8e09f241e363fdfdfd9cade803fe7df10d489fd9430647a4b0b3c719 new file mode 100644 index 0000000000000000000000000000000000000000..8545b9a40b1ca69860bc0ce66e5eb4a657885ac2 Binary files /dev/null and b/.cache/pip/http-v2/8/e/0/9/f/8e09f241e363fdfdfd9cade803fe7df10d489fd9430647a4b0b3c719 differ diff --git a/.cache/pip/http-v2/8/e/0/9/f/8e09f241e363fdfdfd9cade803fe7df10d489fd9430647a4b0b3c719.body b/.cache/pip/http-v2/8/e/0/9/f/8e09f241e363fdfdfd9cade803fe7df10d489fd9430647a4b0b3c719.body new file mode 100644 index 0000000000000000000000000000000000000000..e650fbe75b83c16883fcc0d8d69d6d47da163829 --- /dev/null +++ b/.cache/pip/http-v2/8/e/0/9/f/8e09f241e363fdfdfd9cade803fe7df10d489fd9430647a4b0b3c719.body @@ -0,0 +1,1383 @@ +Metadata-Version: 2.1 +Name: pandas +Version: 3.0.3 +Summary: Powerful data structures for data analysis, time series, and statistics +Author-Email: The Pandas Development Team +License: BSD 3-Clause License + + Copyright (c) 2008-2011, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team + All rights reserved. + + Copyright (c) 2011-2026, Open source contributors. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + Copyright (c) 2010-2019 Keith Goodman + Copyright (c) 2019 Bottleneck Developers + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE.Copyright 2017- Paul Ganssle + Copyright 2017- dateutil contributors (see AUTHORS file) + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + The above license applies to all contributions after 2017-12-01, as well as + all contributions that have been re-licensed (see AUTHORS file for the list of + contributors who have re-licensed their code). + -------------------------------------------------------------------------------- + dateutil - Extensions to the standard Python datetime module. + + Copyright (c) 2003-2011 - Gustavo Niemeyer + Copyright (c) 2012-2014 - Tomi Pieviläinen + Copyright (c) 2014-2016 - Yaron de Leeuw + Copyright (c) 2015- - Paul Ganssle + Copyright (c) 2015- - dateutil contributors (see AUTHORS file) + + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + * Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + The above BSD License Applies to all code, even that also covered by Apache 2.0.# MIT License + + Copyright (c) 2019 Hadley Wickham; RStudio; and Evan Miller + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + Based on http://opensource.org/licenses/MIT + + This is a template. Complete and ship as file LICENSE the following 2 + lines (only) + + YEAR: + COPYRIGHT HOLDER: + + and specify as + + License: MIT + file LICENSE + + Copyright (c) , + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + The MIT License + + Copyright (c) 2008- Attractive Chaos + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE.musl as a whole is licensed under the following standard MIT license: + + ---------------------------------------------------------------------- + Copyright © 2005-2020 Rich Felker, et al. + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ---------------------------------------------------------------------- + + Authors/contributors include: + + A. Wilcox + Ada Worcester + Alex Dowad + Alex Suykov + Alexander Monakov + Andre McCurdy + Andrew Kelley + Anthony G. Basile + Aric Belsito + Arvid Picciani + Bartosz Brachaczek + Benjamin Peterson + Bobby Bingham + Boris Brezillon + Brent Cook + Chris Spiegel + Clément Vasseur + Daniel Micay + Daniel Sabogal + Daurnimator + David Carlier + David Edelsohn + Denys Vlasenko + Dmitry Ivanov + Dmitry V. Levin + Drew DeVault + Emil Renner Berthing + Fangrui Song + Felix Fietkau + Felix Janda + Gianluca Anzolin + Hauke Mehrtens + He X + Hiltjo Posthuma + Isaac Dunham + Jaydeep Patil + Jens Gustedt + Jeremy Huntwork + Jo-Philipp Wich + Joakim Sindholt + John Spencer + Julien Ramseier + Justin Cormack + Kaarle Ritvanen + Khem Raj + Kylie McClain + Leah Neukirchen + Luca Barbato + Luka Perkov + M Farkas-Dyck (Strake) + Mahesh Bodapati + Markus Wichmann + Masanori Ogino + Michael Clark + Michael Forney + Mikhail Kremnyov + Natanael Copa + Nicholas J. Kain + orc + Pascal Cuoq + Patrick Oppenlander + Petr Hosek + Petr Skocik + Pierre Carrier + Reini Urban + Rich Felker + Richard Pennington + Ryan Fairfax + Samuel Holland + Segev Finer + Shiz + sin + Solar Designer + Stefan Kristiansson + Stefan O'Rear + Szabolcs Nagy + Timo Teräs + Trutz Behn + Valentin Ochs + Will Dietz + William Haddon + William Pitcock + + Portions of this software are derived from third-party works licensed + under terms compatible with the above MIT license: + + The TRE regular expression implementation (src/regex/reg* and + src/regex/tre*) is Copyright © 2001-2008 Ville Laurikari and licensed + under a 2-clause BSD license (license text in the source files). The + included version has been heavily modified by Rich Felker in 2012, in + the interests of size, simplicity, and namespace cleanliness. + + Much of the math library code (src/math/* and src/complex/*) is + Copyright © 1993,2004 Sun Microsystems or + Copyright © 2003-2011 David Schultz or + Copyright © 2003-2009 Steven G. Kargl or + Copyright © 2003-2009 Bruce D. Evans or + Copyright © 2008 Stephen L. Moshier or + Copyright © 2017-2018 Arm Limited + and labelled as such in comments in the individual source files. All + have been licensed under extremely permissive terms. + + The ARM memcpy code (src/string/arm/memcpy.S) is Copyright © 2008 + The Android Open Source Project and is licensed under a two-clause BSD + license. It was taken from Bionic libc, used on Android. + + The AArch64 memcpy and memset code (src/string/aarch64/*) are + Copyright © 1999-2019, Arm Limited. + + The implementation of DES for crypt (src/crypt/crypt_des.c) is + Copyright © 1994 David Burren. It is licensed under a BSD license. + + The implementation of blowfish crypt (src/crypt/crypt_blowfish.c) was + originally written by Solar Designer and placed into the public + domain. The code also comes with a fallback permissive license for use + in jurisdictions that may not recognize the public domain. + + The smoothsort implementation (src/stdlib/qsort.c) is Copyright © 2011 + Valentin Ochs and is licensed under an MIT-style license. + + The x86_64 port was written by Nicholas J. Kain and is licensed under + the standard MIT terms. + + The mips and microblaze ports were originally written by Richard + Pennington for use in the ellcc project. The original code was adapted + by Rich Felker for build system and code conventions during upstream + integration. It is licensed under the standard MIT terms. + + The mips64 port was contributed by Imagination Technologies and is + licensed under the standard MIT terms. + + The powerpc port was also originally written by Richard Pennington, + and later supplemented and integrated by John Spencer. It is licensed + under the standard MIT terms. + + All other files which have no copyright comments are original works + produced specifically for use as part of this library, written either + by Rich Felker, the main author of the library, or by one or more + contibutors listed above. Details on authorship of individual files + can be found in the git version control history of the project. The + omission of copyright and license comments in each file is in the + interest of source tree size. + + In addition, permission is hereby granted for all public header files + (include/* and arch/*/bits/*) and crt files intended to be linked into + applications (crt/*, ldso/dlstart.c, and arch/*/crt_arch.h) to omit + the copyright notice and permission notice otherwise required by the + license, and to use these files without any requirement of + attribution. These files include substantial contributions from: + + Bobby Bingham + John Spencer + Nicholas J. Kain + Rich Felker + Richard Pennington + Stefan Kristiansson + Szabolcs Nagy + + all of whom have explicitly granted such permission. + + This file previously contained text expressing a belief that most of + the files covered by the above exception were sufficiently trivial not + to be subject to copyright, resulting in confusion over whether it + negated the permissions granted in the license. In the spirit of + permissive licensing, and of not having licensing issues being an + obstacle to adoption, that text has been removed.Copyright (c) 2005-2023, NumPy Developers. + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + * Neither the name of the NumPy Developers nor the names of any + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + + Copyright (c) Donald Stufft and individual contributors. + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.A. HISTORY OF THE SOFTWARE + ========================== + + Python was created in the early 1990s by Guido van Rossum at Stichting + Mathematisch Centrum (CWI, see https://www.cwi.nl) in the Netherlands + as a successor of a language called ABC. Guido remains Python's + principal author, although it includes many contributions from others. + + In 1995, Guido continued his work on Python at the Corporation for + National Research Initiatives (CNRI, see https://www.cnri.reston.va.us) + in Reston, Virginia where he released several versions of the + software. + + In May 2000, Guido and the Python core development team moved to + BeOpen.com to form the BeOpen PythonLabs team. In October of the same + year, the PythonLabs team moved to Digital Creations, which became + Zope Corporation. In 2001, the Python Software Foundation (PSF, see + https://www.python.org/psf/) was formed, a non-profit organization + created specifically to own Python-related Intellectual Property. + Zope Corporation was a sponsoring member of the PSF. + + All Python releases are Open Source (see https://opensource.org for + the Open Source Definition). Historically, most, but not all, Python + releases have also been GPL-compatible; the table below summarizes + the various releases. + + Release Derived Year Owner GPL- + from compatible? (1) + + 0.9.0 thru 1.2 1991-1995 CWI yes + 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes + 1.6 1.5.2 2000 CNRI no + 2.0 1.6 2000 BeOpen.com no + 1.6.1 1.6 2001 CNRI yes (2) + 2.1 2.0+1.6.1 2001 PSF no + 2.0.1 2.0+1.6.1 2001 PSF yes + 2.1.1 2.1+2.0.1 2001 PSF yes + 2.1.2 2.1.1 2002 PSF yes + 2.1.3 2.1.2 2002 PSF yes + 2.2 and above 2.1.1 2001-now PSF yes + + Footnotes: + + (1) GPL-compatible doesn't mean that we're distributing Python under + the GPL. All Python licenses, unlike the GPL, let you distribute + a modified version without making your changes open source. The + GPL-compatible licenses make it possible to combine Python with + other software that is released under the GPL; the others don't. + + (2) According to Richard Stallman, 1.6.1 is not GPL-compatible, + because its license has a choice of law clause. According to + CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1 + is "not incompatible" with the GPL. + + Thanks to the many outside volunteers who have worked under Guido's + direction to make these releases possible. + + + B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON + =============================================================== + + Python software and documentation are licensed under the + Python Software Foundation License Version 2. + + Starting with Python 3.8.6, examples, recipes, and other code in + the documentation are dual licensed under the PSF License Version 2 + and the Zero-Clause BSD license. + + Some software incorporated into Python is under different licenses. + The licenses are listed with code falling under that license. + + + PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 + -------------------------------------------- + + 1. This LICENSE AGREEMENT is between the Python Software Foundation + ("PSF"), and the Individual or Organization ("Licensee") accessing and + otherwise using this software ("Python") in source or binary form and + its associated documentation. + + 2. Subject to the terms and conditions of this License Agreement, PSF hereby + grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, + analyze, test, perform and/or display publicly, prepare derivative works, + distribute, and otherwise use Python alone or in any derivative version, + provided, however, that PSF's License Agreement and PSF's notice of copyright, + i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, + 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Python Software Foundation; + All Rights Reserved" are retained in Python alone or in any derivative version + prepared by Licensee. + + 3. In the event Licensee prepares a derivative work that is based on + or incorporates Python or any part thereof, and wants to make + the derivative work available to others as provided herein, then + Licensee hereby agrees to include in any such work a brief summary of + the changes made to Python. + + 4. PSF is making Python available to Licensee on an "AS IS" + basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR + IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND + DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS + FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT + INFRINGE ANY THIRD PARTY RIGHTS. + + 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON + FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS + A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, + OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + + 6. This License Agreement will automatically terminate upon a material + breach of its terms and conditions. + + 7. Nothing in this License Agreement shall be deemed to create any + relationship of agency, partnership, or joint venture between PSF and + Licensee. This License Agreement does not grant permission to use PSF + trademarks or trade name in a trademark sense to endorse or promote + products or services of Licensee, or any third party. + + 8. By copying, installing or otherwise using Python, Licensee + agrees to be bound by the terms and conditions of this License + Agreement. + + + BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0 + ------------------------------------------- + + BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 + + 1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an + office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the + Individual or Organization ("Licensee") accessing and otherwise using + this software in source or binary form and its associated + documentation ("the Software"). + + 2. Subject to the terms and conditions of this BeOpen Python License + Agreement, BeOpen hereby grants Licensee a non-exclusive, + royalty-free, world-wide license to reproduce, analyze, test, perform + and/or display publicly, prepare derivative works, distribute, and + otherwise use the Software alone or in any derivative version, + provided, however, that the BeOpen Python License is retained in the + Software, alone or in any derivative version prepared by Licensee. + + 3. BeOpen is making the Software available to Licensee on an "AS IS" + basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR + IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND + DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS + FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT + INFRINGE ANY THIRD PARTY RIGHTS. + + 4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE + SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS + AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY + DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + + 5. This License Agreement will automatically terminate upon a material + breach of its terms and conditions. + + 6. This License Agreement shall be governed by and interpreted in all + respects by the law of the State of California, excluding conflict of + law provisions. Nothing in this License Agreement shall be deemed to + create any relationship of agency, partnership, or joint venture + between BeOpen and Licensee. This License Agreement does not grant + permission to use BeOpen trademarks or trade names in a trademark + sense to endorse or promote products or services of Licensee, or any + third party. As an exception, the "BeOpen Python" logos available at + http://www.pythonlabs.com/logos.html may be used according to the + permissions granted on that web page. + + 7. By copying, installing or otherwise using the software, Licensee + agrees to be bound by the terms and conditions of this License + Agreement. + + + CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1 + --------------------------------------- + + 1. This LICENSE AGREEMENT is between the Corporation for National + Research Initiatives, having an office at 1895 Preston White Drive, + Reston, VA 20191 ("CNRI"), and the Individual or Organization + ("Licensee") accessing and otherwise using Python 1.6.1 software in + source or binary form and its associated documentation. + + 2. Subject to the terms and conditions of this License Agreement, CNRI + hereby grants Licensee a nonexclusive, royalty-free, world-wide + license to reproduce, analyze, test, perform and/or display publicly, + prepare derivative works, distribute, and otherwise use Python 1.6.1 + alone or in any derivative version, provided, however, that CNRI's + License Agreement and CNRI's notice of copyright, i.e., "Copyright (c) + 1995-2001 Corporation for National Research Initiatives; All Rights + Reserved" are retained in Python 1.6.1 alone or in any derivative + version prepared by Licensee. Alternately, in lieu of CNRI's License + Agreement, Licensee may substitute the following text (omitting the + quotes): "Python 1.6.1 is made available subject to the terms and + conditions in CNRI's License Agreement. This Agreement together with + Python 1.6.1 may be located on the internet using the following + unique, persistent identifier (known as a handle): 1895.22/1013. This + Agreement may also be obtained from a proxy server on the internet + using the following URL: http://hdl.handle.net/1895.22/1013". + + 3. In the event Licensee prepares a derivative work that is based on + or incorporates Python 1.6.1 or any part thereof, and wants to make + the derivative work available to others as provided herein, then + Licensee hereby agrees to include in any such work a brief summary of + the changes made to Python 1.6.1. + + 4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" + basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR + IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND + DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS + FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT + INFRINGE ANY THIRD PARTY RIGHTS. + + 5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON + 1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS + A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, + OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + + 6. This License Agreement will automatically terminate upon a material + breach of its terms and conditions. + + 7. This License Agreement shall be governed by the federal + intellectual property law of the United States, including without + limitation the federal copyright law, and, to the extent such + U.S. federal law does not apply, by the law of the Commonwealth of + Virginia, excluding Virginia's conflict of law provisions. + Notwithstanding the foregoing, with regard to derivative works based + on Python 1.6.1 that incorporate non-separable material that was + previously distributed under the GNU General Public License (GPL), the + law of the Commonwealth of Virginia shall govern this License + Agreement only as to issues arising under or with respect to + Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this + License Agreement shall be deemed to create any relationship of + agency, partnership, or joint venture between CNRI and Licensee. This + License Agreement does not grant permission to use CNRI trademarks or + trade name in a trademark sense to endorse or promote products or + services of Licensee, or any third party. + + 8. By clicking on the "ACCEPT" button where indicated, or by copying, + installing or otherwise using Python 1.6.1, Licensee agrees to be + bound by the terms and conditions of this License Agreement. + + ACCEPT + + + CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2 + -------------------------------------------------- + + Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, + The Netherlands. All rights reserved. + + Permission to use, copy, modify, and distribute this software and its + documentation for any purpose and without fee is hereby granted, + provided that the above copyright notice appear in all copies and that + both that copyright notice and this permission notice appear in + supporting documentation, and that the name of Stichting Mathematisch + Centrum or CWI not be used in advertising or publicity pertaining to + distribution of the software without specific, written prior + permission. + + STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO + THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND + FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE + FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT + OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + ZERO-CLAUSE BSD LICENSE FOR CODE IN THE PYTHON DOCUMENTATION + ---------------------------------------------------------------------- + + Permission to use, copy, modify, and/or distribute this software for any + purpose with or without fee is hereby granted. + + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH + REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, + INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR + OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + PERFORMANCE OF THIS SOFTWARE. + Copyright (c) 2014, Al Sweigart + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + * Neither the name of the {organization} nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.Copyright (c) 2017 Anthony Sottile + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE.Copyright (c) 2015-2019 Jared Hobbs + + Permission is hereby granted, free of charge, to any person obtaining a copy of + this software and associated documentation files (the "Software"), to deal in + the Software without restriction, including without limitation the rights to + use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is furnished to do + so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE.Developed by ESN, an Electronic Arts Inc. studio. + Copyright (c) 2014, Electronic Arts Inc. + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of ESN, Electronic Arts Inc. nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL ELECTRONIC ARTS INC. BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ---- + + Portions of code from MODP_ASCII - Ascii transformations (upper/lower, etc) + https://github.com/client9/stringencoders + + Copyright 2005, 2006, 2007 + Nick Galbreath -- nickg [at] modp [dot] com + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + Neither the name of the modp.com nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + This is the standard "new" BSD license: + http://www.opensource.org/licenses/bsd-license.php + + https://github.com/client9/stringencoders/blob/cfd5c1507325ae497ea9bacdacba12c0ffd79d30/COPYING + + ---- + + Numeric decoder derived from from TCL library + https://opensource.apple.com/source/tcl/tcl-14/tcl/license.terms + * Copyright (c) 1988-1993 The Regents of the University of California. + * Copyright (c) 1994 Sun Microsystems, Inc. + + This software is copyrighted by the Regents of the University of + California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState + Corporation and other parties. The following terms apply to all files + associated with the software unless explicitly disclaimed in + individual files. + + The authors hereby grant permission to use, copy, modify, distribute, + and license this software and its documentation for any purpose, provided + that existing copyright notices are retained in all copies and that this + notice is included verbatim in any distributions. No written agreement, + license, or royalty fee is required for any of the authorized uses. + Modifications to this software may be copyrighted by their authors + and need not follow the licensing terms described here, provided that + the new terms are clearly indicated on the first page of each file where + they apply. + + IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY + FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES + ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY + DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + + THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE + IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE + NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR + MODIFICATIONS. + + GOVERNMENT USE: If you are acquiring this software on behalf of the + U.S. government, the Government shall have only "Restricted Rights" + in the software and related documentation as defined in the Federal + Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you + are acquiring the software on behalf of the Department of Defense, the + software shall be classified as "Commercial Computer Software" and the + Government shall have only "Restricted Rights" as defined in Clause + 252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing, the + authors grant the U.S. Government and others acting in its behalf + permission to use and distribute the software in accordance with the + terms specified in this license. +Classifier: Development Status :: 5 - Production/Stable +Classifier: Environment :: Console +Classifier: Intended Audience :: Science/Research +Classifier: License :: OSI Approved :: BSD License +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Cython +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 +Classifier: Topic :: Scientific/Engineering +Project-URL: homepage, https://pandas.pydata.org +Project-URL: documentation, https://pandas.pydata.org/docs/ +Project-URL: repository, https://github.com/pandas-dev/pandas +Requires-Python: >=3.11 +Requires-Dist: numpy>=1.26.0; python_version < "3.14" +Requires-Dist: numpy>=2.3.3; python_version >= "3.14" +Requires-Dist: python-dateutil>=2.8.2 +Requires-Dist: tzdata; sys_platform == "win32" +Requires-Dist: tzdata; sys_platform == "emscripten" +Provides-Extra: test +Requires-Dist: hypothesis>=6.116.0; extra == "test" +Requires-Dist: pytest>=8.3.4; extra == "test" +Requires-Dist: pytest-xdist>=3.6.1; extra == "test" +Provides-Extra: pyarrow +Requires-Dist: pyarrow>=13.0.0; extra == "pyarrow" +Provides-Extra: performance +Requires-Dist: bottleneck>=1.4.2; extra == "performance" +Requires-Dist: numba>=0.60.0; extra == "performance" +Requires-Dist: numexpr>=2.10.2; extra == "performance" +Provides-Extra: computation +Requires-Dist: scipy>=1.14.1; extra == "computation" +Requires-Dist: xarray>=2024.10.0; extra == "computation" +Provides-Extra: fss +Requires-Dist: fsspec>=2024.10.0; extra == "fss" +Provides-Extra: aws +Requires-Dist: s3fs>=2024.10.0; extra == "aws" +Provides-Extra: gcp +Requires-Dist: gcsfs>=2024.10.0; extra == "gcp" +Provides-Extra: excel +Requires-Dist: odfpy>=1.4.1; extra == "excel" +Requires-Dist: openpyxl>=3.1.5; extra == "excel" +Requires-Dist: python-calamine>=0.3.0; extra == "excel" +Requires-Dist: pyxlsb>=1.0.10; extra == "excel" +Requires-Dist: xlrd>=2.0.1; extra == "excel" +Requires-Dist: xlsxwriter>=3.2.0; extra == "excel" +Provides-Extra: parquet +Requires-Dist: pyarrow>=13.0.0; extra == "parquet" +Provides-Extra: feather +Requires-Dist: pyarrow>=13.0.0; extra == "feather" +Provides-Extra: iceberg +Requires-Dist: pyiceberg>=0.8.1; extra == "iceberg" +Provides-Extra: hdf5 +Requires-Dist: tables>=3.10.1; extra == "hdf5" +Provides-Extra: spss +Requires-Dist: pyreadstat>=1.2.8; extra == "spss" +Provides-Extra: postgresql +Requires-Dist: SQLAlchemy>=2.0.36; extra == "postgresql" +Requires-Dist: psycopg2>=2.9.10; extra == "postgresql" +Requires-Dist: adbc-driver-postgresql>=1.2.0; extra == "postgresql" +Provides-Extra: mysql +Requires-Dist: SQLAlchemy>=2.0.36; extra == "mysql" +Requires-Dist: pymysql>=1.1.1; extra == "mysql" +Provides-Extra: sql-other +Requires-Dist: SQLAlchemy>=2.0.36; extra == "sql-other" +Requires-Dist: adbc-driver-postgresql>=1.2.0; extra == "sql-other" +Requires-Dist: adbc-driver-sqlite>=1.2.0; extra == "sql-other" +Provides-Extra: html +Requires-Dist: beautifulsoup4>=4.12.3; extra == "html" +Requires-Dist: html5lib>=1.1; extra == "html" +Requires-Dist: lxml>=5.3.0; extra == "html" +Provides-Extra: xml +Requires-Dist: lxml>=5.3.0; extra == "xml" +Provides-Extra: plot +Requires-Dist: matplotlib>=3.9.3; extra == "plot" +Provides-Extra: output-formatting +Requires-Dist: jinja2>=3.1.5; extra == "output-formatting" +Requires-Dist: tabulate>=0.9.0; extra == "output-formatting" +Provides-Extra: clipboard +Requires-Dist: PyQt5>=5.15.9; extra == "clipboard" +Requires-Dist: qtpy>=2.4.2; extra == "clipboard" +Provides-Extra: compression +Requires-Dist: zstandard>=0.23.0; extra == "compression" +Provides-Extra: timezone +Requires-Dist: pytz>=2020.1; extra == "timezone" +Provides-Extra: all +Requires-Dist: adbc-driver-postgresql>=1.2.0; extra == "all" +Requires-Dist: adbc-driver-sqlite>=1.2.0; extra == "all" +Requires-Dist: beautifulsoup4>=4.12.3; extra == "all" +Requires-Dist: bottleneck>=1.4.2; extra == "all" +Requires-Dist: fastparquet>=2024.11.0; extra == "all" +Requires-Dist: fsspec>=2024.10.0; extra == "all" +Requires-Dist: gcsfs>=2024.10.0; extra == "all" +Requires-Dist: html5lib>=1.1; extra == "all" +Requires-Dist: hypothesis>=6.116.0; extra == "all" +Requires-Dist: jinja2>=3.1.5; extra == "all" +Requires-Dist: lxml>=5.3.0; extra == "all" +Requires-Dist: matplotlib>=3.9.3; extra == "all" +Requires-Dist: numba>=0.60.0; extra == "all" +Requires-Dist: numexpr>=2.10.2; extra == "all" +Requires-Dist: odfpy>=1.4.1; extra == "all" +Requires-Dist: openpyxl>=3.1.5; extra == "all" +Requires-Dist: psycopg2>=2.9.10; extra == "all" +Requires-Dist: pyarrow>=13.0.0; extra == "all" +Requires-Dist: pyiceberg>=0.8.1; extra == "all" +Requires-Dist: pymysql>=1.1.1; extra == "all" +Requires-Dist: PyQt5>=5.15.9; extra == "all" +Requires-Dist: pyreadstat>=1.2.8; extra == "all" +Requires-Dist: pytest>=8.3.4; extra == "all" +Requires-Dist: pytest-xdist>=3.6.1; extra == "all" +Requires-Dist: python-calamine>=0.3.0; extra == "all" +Requires-Dist: pytz>=2020.1; extra == "all" +Requires-Dist: pyxlsb>=1.0.10; extra == "all" +Requires-Dist: qtpy>=2.4.2; extra == "all" +Requires-Dist: scipy>=1.14.1; extra == "all" +Requires-Dist: s3fs>=2024.10.0; extra == "all" +Requires-Dist: SQLAlchemy>=2.0.36; extra == "all" +Requires-Dist: tables>=3.10.1; extra == "all" +Requires-Dist: tabulate>=0.9.0; extra == "all" +Requires-Dist: xarray>=2024.10.0; extra == "all" +Requires-Dist: xlrd>=2.0.1; extra == "all" +Requires-Dist: xlsxwriter>=3.2.0; extra == "all" +Requires-Dist: zstandard>=0.23.0; extra == "all" +Description-Content-Type: text/markdown + + + + Pandas Logo + + +----------------- + +# pandas: A Powerful Python Data Analysis Toolkit + +| | | +| --- | --- | +| Testing | [![CI - Test](https://github.com/pandas-dev/pandas/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/pandas-dev/pandas/actions/workflows/unit-tests.yml) [![Coverage](https://codecov.io/github/pandas-dev/pandas/coverage.svg?branch=main)](https://codecov.io/gh/pandas-dev/pandas) | +| Package | [![PyPI Latest Release](https://img.shields.io/pypi/v/pandas.svg)](https://pypi.org/project/pandas/) [![PyPI Downloads](https://img.shields.io/pypi/dm/pandas.svg?label=PyPI%20downloads)](https://pypi.org/project/pandas/) [![Conda Latest Release](https://anaconda.org/conda-forge/pandas/badges/version.svg)](https://anaconda.org/conda-forge/pandas) [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/pandas.svg?label=Conda%20downloads)](https://anaconda.org/conda-forge/pandas) | +| Meta | [![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](https://numfocus.org) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3509134.svg)](https://doi.org/10.5281/zenodo.3509134) [![License - BSD 3-Clause](https://img.shields.io/pypi/l/pandas.svg)](https://github.com/pandas-dev/pandas/blob/main/LICENSE) [![Slack](https://img.shields.io/badge/join_Slack-information-brightgreen.svg?logo=slack)](https://pandas.pydata.org/docs/dev/development/community.html?highlight=slack#community-slack) [![LFX Health Score](https://insights.linuxfoundation.org/api/badge/health-score?project=pandas-dev-pandas)](https://insights.linuxfoundation.org/project/pandas-dev-pandas) | + + +## What is it? + +**pandas** is a Python package that provides fast, flexible, and expressive data +structures designed to make working with "relational" or "labeled" data both +easy and intuitive. It aims to be the fundamental high-level building block for +doing practical, **real-world** data analysis in Python. Additionally, it has +the broader goal of becoming **the most powerful and flexible open-source data +analysis/manipulation tool available in any language**. It is already well on +its way towards this goal. + +## Table of Contents + +- [Main Features](#main-features) +- [Where to get it](#where-to-get-it) +- [Dependencies](#dependencies) +- [Installation from sources](#installation-from-sources) +- [License](#license) +- [Documentation](#documentation) +- [Background](#background) +- [Getting Help](#getting-help) +- [Discussion and Development](#discussion-and-development) +- [Contributing to pandas](#contributing-to-pandas) + +## Main Features +Here are just a few of the things that pandas does well: + + - Easy handling of [**missing data**][missing-data] (represented as + `NaN`, `NA`, or `NaT`) in floating point as well as non-floating point data + - Size mutability: columns can be [**inserted and + deleted**][insertion-deletion] from DataFrame and higher dimensional + objects + - Automatic and explicit [**data alignment**][alignment]: objects can + be explicitly aligned to a set of labels, or the user can simply + ignore the labels and let `Series`, `DataFrame`, etc. automatically + align the data for you in computations + - Powerful, flexible [**group by**][groupby] functionality to perform + split-apply-combine operations on data sets, for both aggregating + and transforming data + - Make it [**easy to convert**][conversion] ragged, + differently-indexed data in other Python and NumPy data structures + into DataFrame objects + - Intelligent label-based [**slicing**][slicing], [**fancy + indexing**][fancy-indexing], and [**subsetting**][subsetting] of + large data sets + - Intuitive [**merging**][merging] and [**joining**][joining] data + sets + - Flexible [**reshaping**][reshape] and [**pivoting**][pivot-table] of + data sets + - [**Hierarchical**][mi] labeling of axes (possible to have multiple + labels per tick) + - Robust I/O tools for loading data from [**flat files**][flat-files] + (CSV and delimited), [**Excel files**][excel], [**databases**][db], + and saving/loading data from the ultrafast [**HDF5 format**][hdfstore] + - [**Time series**][timeseries]-specific functionality: date range + generation and frequency conversion, moving window statistics, + date shifting and lagging + + + [missing-data]: https://pandas.pydata.org/pandas-docs/stable/user_guide/missing_data.html + [insertion-deletion]: https://pandas.pydata.org/pandas-docs/stable/user_guide/dsintro.html#column-selection-addition-deletion + [alignment]: https://pandas.pydata.org/pandas-docs/stable/user_guide/dsintro.html?highlight=alignment#intro-to-data-structures + [groupby]: https://pandas.pydata.org/pandas-docs/stable/user_guide/groupby.html#group-by-split-apply-combine + [conversion]: https://pandas.pydata.org/pandas-docs/stable/user_guide/dsintro.html#dataframe + [slicing]: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#slicing-ranges + [fancy-indexing]: https://pandas.pydata.org/pandas-docs/stable/user_guide/advanced.html#advanced + [subsetting]: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#boolean-indexing + [merging]: https://pandas.pydata.org/pandas-docs/stable/user_guide/merging.html#database-style-dataframe-or-named-series-joining-merging + [joining]: https://pandas.pydata.org/pandas-docs/stable/user_guide/merging.html#joining-on-index + [reshape]: https://pandas.pydata.org/pandas-docs/stable/user_guide/reshaping.html + [pivot-table]: https://pandas.pydata.org/pandas-docs/stable/user_guide/reshaping.html + [mi]: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#hierarchical-indexing-multiindex + [flat-files]: https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html#csv-text-files + [excel]: https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html#excel-files + [db]: https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html#sql-queries + [hdfstore]: https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html#hdf5-pytables + [timeseries]: https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#time-series-date-functionality + +## Where to get it +The source code is currently hosted on GitHub at: +https://github.com/pandas-dev/pandas + +Binary installers for the latest released version are available at the [Python +Package Index (PyPI)](https://pypi.org/project/pandas) and on [Conda](https://anaconda.org/conda-forge/pandas). + +```sh +# conda +conda install -c conda-forge pandas +``` + +```sh +# or PyPI +pip install pandas +``` + +The list of changes to pandas between each release can be found +[here](https://pandas.pydata.org/pandas-docs/stable/whatsnew/index.html). For full +details, see the commit logs at https://github.com/pandas-dev/pandas. + +## Dependencies +- [NumPy - Adds support for large, multi-dimensional arrays, matrices and high-level mathematical functions to operate on these arrays](https://www.numpy.org) +- [python-dateutil - Provides powerful extensions to the standard datetime module](https://dateutil.readthedocs.io/en/stable/index.html) +- [tzdata - Provides an IANA time zone database](https://tzdata.readthedocs.io/en/latest/) (Only required on Windows/Emscripten) + +See the [full installation instructions](https://pandas.pydata.org/pandas-docs/stable/install.html#dependencies) for minimum supported versions of required, recommended and optional dependencies. + +## Installation from sources +To install pandas from source you need [Cython](https://cython.org/) in addition to the normal +dependencies above. Cython can be installed from PyPI: + +```sh +pip install cython +``` + +In the `pandas` directory (same one where you found this file after +cloning the git repo), execute: + +```sh +pip install . +``` + +or for installing in [development mode](https://pip.pypa.io/en/latest/cli/pip_install/#install-editable): + + +```sh +python -m pip install -ve . --no-build-isolation --config-settings editable-verbose=true +``` + +See the full instructions for [installing from source](https://pandas.pydata.org/docs/dev/development/contributing_environment.html). + +## License +[BSD 3](LICENSE) + +## Documentation +The official documentation is hosted on [PyData.org](https://pandas.pydata.org/pandas-docs/stable/). + +## Background +Work on ``pandas`` started at [AQR](https://www.aqr.com/) (a quantitative hedge fund) in 2008 and +has been under active development since then. + +## Getting Help + +For usage questions, the best place to go to is [Stack Overflow](https://stackoverflow.com/questions/tagged/pandas). +Further, general questions and discussions can also take place on the [pydata mailing list](https://groups.google.com/forum/?fromgroups#!forum/pydata). + +## Discussion and Development +Most development discussions take place on GitHub in this repo, via the [GitHub issue tracker](https://github.com/pandas-dev/pandas/issues). + +Further, the [pandas-dev mailing list](https://mail.python.org/mailman/listinfo/pandas-dev) can also be used for specialized discussions or design issues, and a [Slack channel](https://pandas.pydata.org/docs/dev/development/community.html?highlight=slack#community-slack) is available for quick development related questions. + +There are also frequent [community meetings](https://pandas.pydata.org/docs/dev/development/community.html#community-meeting) for project maintainers open to the community as well as monthly [new contributor meetings](https://pandas.pydata.org/docs/dev/development/community.html#new-contributor-meeting) to help support new contributors. + +Additional information on the communication channels can be found on the [contributor community](https://pandas.pydata.org/docs/development/community.html) page. + +## Contributing to pandas + +[![Open Source Helpers](https://www.codetriage.com/pandas-dev/pandas/badges/users.svg)](https://www.codetriage.com/pandas-dev/pandas) + +All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome. + +A detailed overview on how to contribute can be found in the **[contributing guide](https://pandas.pydata.org/docs/dev/development/contributing.html)**. + +If you are simply looking to start working with the pandas codebase, navigate to the [GitHub "issues" tab](https://github.com/pandas-dev/pandas/issues) and start looking through interesting issues. There are a number of issues listed under [Docs](https://github.com/pandas-dev/pandas/issues?q=is%3Aissue%20state%3Aopen%20label%3ADocs%20sort%3Aupdated-desc) and [good first issue](https://github.com/pandas-dev/pandas/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22%20sort%3Aupdated-desc) where you could start out. + +You can also triage issues which may include reproducing bug reports, or asking for vital information such as version numbers or reproduction instructions. If you would like to start triaging issues, one easy way to get started is to [subscribe to pandas on CodeTriage](https://www.codetriage.com/pandas-dev/pandas). + +Or maybe through using pandas you have an idea of your own or are looking for something in the documentation and thinking ‘this can be improved’... you can do something about it! + +Feel free to ask questions on the [mailing list](https://groups.google.com/forum/?fromgroups#!forum/pydata) or on [Slack](https://pandas.pydata.org/docs/dev/development/community.html?highlight=slack#community-slack). + +As contributors and maintainers to this project, you are expected to abide by pandas' code of conduct. More information can be found at: [Contributor Code of Conduct](https://github.com/pandas-dev/.github/blob/master/CODE_OF_CONDUCT.md) + +
+ +[Go to Top](#table-of-contents) diff --git a/.cache/pip/http-v2/8/f/0/a/d/8f0ad583652318494c12da41e4d30ff6225ec73d448a0754a0a7e898 b/.cache/pip/http-v2/8/f/0/a/d/8f0ad583652318494c12da41e4d30ff6225ec73d448a0754a0a7e898 new file mode 100644 index 0000000000000000000000000000000000000000..fa8ff9d92a8ec9067349407261c02513f8590a23 Binary files /dev/null and b/.cache/pip/http-v2/8/f/0/a/d/8f0ad583652318494c12da41e4d30ff6225ec73d448a0754a0a7e898 differ diff --git a/.cache/pip/http-v2/9/0/6/7/9/906797ab7b3f56fdd856b186be66ce1ad5fb99862a404c1091a707b6 b/.cache/pip/http-v2/9/0/6/7/9/906797ab7b3f56fdd856b186be66ce1ad5fb99862a404c1091a707b6 new file mode 100644 index 0000000000000000000000000000000000000000..d25c42aa07be7e69fe1cd64c86199b858d0ec8ad Binary files /dev/null and b/.cache/pip/http-v2/9/0/6/7/9/906797ab7b3f56fdd856b186be66ce1ad5fb99862a404c1091a707b6 differ diff --git a/.cache/pip/http-v2/9/0/6/7/9/906797ab7b3f56fdd856b186be66ce1ad5fb99862a404c1091a707b6.body b/.cache/pip/http-v2/9/0/6/7/9/906797ab7b3f56fdd856b186be66ce1ad5fb99862a404c1091a707b6.body new file mode 100644 index 0000000000000000000000000000000000000000..485d08a02b887d9cd619f8e56d4147cf24c7b30b Binary files /dev/null and b/.cache/pip/http-v2/9/0/6/7/9/906797ab7b3f56fdd856b186be66ce1ad5fb99862a404c1091a707b6.body differ diff --git a/.cache/pip/http-v2/9/0/f/6/e/90f6e704e426d3e4b799bd86b309263491ea7f0afc8f3ceaab5d10eb b/.cache/pip/http-v2/9/0/f/6/e/90f6e704e426d3e4b799bd86b309263491ea7f0afc8f3ceaab5d10eb new file mode 100644 index 0000000000000000000000000000000000000000..437691cd956af0ab98ab1e7a8254800927a9483d Binary files /dev/null and b/.cache/pip/http-v2/9/0/f/6/e/90f6e704e426d3e4b799bd86b309263491ea7f0afc8f3ceaab5d10eb differ diff --git a/.cache/pip/http-v2/9/2/7/3/f/9273f1d86022fb1f8ac74115b7b2e8d120c245e6dd540f555ec9c35d b/.cache/pip/http-v2/9/2/7/3/f/9273f1d86022fb1f8ac74115b7b2e8d120c245e6dd540f555ec9c35d new file mode 100644 index 0000000000000000000000000000000000000000..0537a7cdbd94087f5862ec95820b33e7c42c22da Binary files /dev/null and b/.cache/pip/http-v2/9/2/7/3/f/9273f1d86022fb1f8ac74115b7b2e8d120c245e6dd540f555ec9c35d differ diff --git a/.cache/pip/http-v2/9/2/7/3/f/9273f1d86022fb1f8ac74115b7b2e8d120c245e6dd540f555ec9c35d.body b/.cache/pip/http-v2/9/2/7/3/f/9273f1d86022fb1f8ac74115b7b2e8d120c245e6dd540f555ec9c35d.body new file mode 100644 index 0000000000000000000000000000000000000000..46a743405202eb585277f20d90976eba1f63286f Binary files /dev/null and b/.cache/pip/http-v2/9/2/7/3/f/9273f1d86022fb1f8ac74115b7b2e8d120c245e6dd540f555ec9c35d.body differ diff --git a/.cache/pip/http-v2/9/6/7/8/5/967857dd3681a1bb83c9632aad9815556f1da84934ad6aa3be0d7700 b/.cache/pip/http-v2/9/6/7/8/5/967857dd3681a1bb83c9632aad9815556f1da84934ad6aa3be0d7700 new file mode 100644 index 0000000000000000000000000000000000000000..c472d9817eba779e13a3dbd65f2f18b8f50c971c Binary files /dev/null and b/.cache/pip/http-v2/9/6/7/8/5/967857dd3681a1bb83c9632aad9815556f1da84934ad6aa3be0d7700 differ diff --git a/.cache/pip/http-v2/9/6/7/8/5/967857dd3681a1bb83c9632aad9815556f1da84934ad6aa3be0d7700.body b/.cache/pip/http-v2/9/6/7/8/5/967857dd3681a1bb83c9632aad9815556f1da84934ad6aa3be0d7700.body new file mode 100644 index 0000000000000000000000000000000000000000..79af63ab120d1c4e395a98701f56cd5ef5de7271 Binary files /dev/null and b/.cache/pip/http-v2/9/6/7/8/5/967857dd3681a1bb83c9632aad9815556f1da84934ad6aa3be0d7700.body differ diff --git a/.cache/pip/http-v2/9/6/e/6/8/96e68fa7e813913744eed43fc3c671900cf7eb7d5088536270636acf b/.cache/pip/http-v2/9/6/e/6/8/96e68fa7e813913744eed43fc3c671900cf7eb7d5088536270636acf new file mode 100644 index 0000000000000000000000000000000000000000..3bfe1c7735d9552361e66abbeb87eaab92849427 Binary files /dev/null and b/.cache/pip/http-v2/9/6/e/6/8/96e68fa7e813913744eed43fc3c671900cf7eb7d5088536270636acf differ diff --git a/.cache/pip/http-v2/9/b/0/a/e/9b0ae3352e0682a4ded5c6f53d9053328ff974179c7dcd6dac96d2a9 b/.cache/pip/http-v2/9/b/0/a/e/9b0ae3352e0682a4ded5c6f53d9053328ff974179c7dcd6dac96d2a9 new file mode 100644 index 0000000000000000000000000000000000000000..c80b3aa4571c6c424313ad8d3090f495dbae232d Binary files /dev/null and b/.cache/pip/http-v2/9/b/0/a/e/9b0ae3352e0682a4ded5c6f53d9053328ff974179c7dcd6dac96d2a9 differ diff --git a/.cache/pip/http-v2/9/b/0/a/e/9b0ae3352e0682a4ded5c6f53d9053328ff974179c7dcd6dac96d2a9.body b/.cache/pip/http-v2/9/b/0/a/e/9b0ae3352e0682a4ded5c6f53d9053328ff974179c7dcd6dac96d2a9.body new file mode 100644 index 0000000000000000000000000000000000000000..46eaa102718e7097eb4d46e47c92fcad2068e613 Binary files /dev/null and b/.cache/pip/http-v2/9/b/0/a/e/9b0ae3352e0682a4ded5c6f53d9053328ff974179c7dcd6dac96d2a9.body differ diff --git a/.cache/pip/http-v2/9/b/5/1/6/9b51619e20a708f99372afefd7dbe20a1b5e42ae213f02bf27267976 b/.cache/pip/http-v2/9/b/5/1/6/9b51619e20a708f99372afefd7dbe20a1b5e42ae213f02bf27267976 new file mode 100644 index 0000000000000000000000000000000000000000..9b7a4cc611c6b4290a7855be9fe148109f181937 Binary files /dev/null and b/.cache/pip/http-v2/9/b/5/1/6/9b51619e20a708f99372afefd7dbe20a1b5e42ae213f02bf27267976 differ diff --git a/.cache/pip/http-v2/9/d/5/d/f/9d5dfb0dedf17094821c37079d37c9f4a1256a7dc457c1192cfa1573 b/.cache/pip/http-v2/9/d/5/d/f/9d5dfb0dedf17094821c37079d37c9f4a1256a7dc457c1192cfa1573 new file mode 100644 index 0000000000000000000000000000000000000000..f215773bbce7ab471ada98b7c2bcba02d05a2f13 Binary files /dev/null and b/.cache/pip/http-v2/9/d/5/d/f/9d5dfb0dedf17094821c37079d37c9f4a1256a7dc457c1192cfa1573 differ diff --git a/.cache/pip/http-v2/9/d/f/7/4/9df749c701127471f233dd7194662e3f940e1d9d4a87cd71229178b9 b/.cache/pip/http-v2/9/d/f/7/4/9df749c701127471f233dd7194662e3f940e1d9d4a87cd71229178b9 new file mode 100644 index 0000000000000000000000000000000000000000..5387459f2ba46533de736f4f216d5be8afc5c825 Binary files /dev/null and b/.cache/pip/http-v2/9/d/f/7/4/9df749c701127471f233dd7194662e3f940e1d9d4a87cd71229178b9 differ diff --git a/.cache/pip/http-v2/9/d/f/7/4/9df749c701127471f233dd7194662e3f940e1d9d4a87cd71229178b9.body b/.cache/pip/http-v2/9/d/f/7/4/9df749c701127471f233dd7194662e3f940e1d9d4a87cd71229178b9.body new file mode 100644 index 0000000000000000000000000000000000000000..21d7a0c3d4331dd51fae30e4c6b1ab4a16da5b17 --- /dev/null +++ b/.cache/pip/http-v2/9/d/f/7/4/9df749c701127471f233dd7194662e3f940e1d9d4a87cd71229178b9.body @@ -0,0 +1,84 @@ +Metadata-Version: 2.4 +Name: click +Version: 8.4.1 +Summary: Composable command line interface toolkit +Maintainer-email: Pallets +Requires-Python: >=3.10 +Description-Content-Type: text/markdown +License-Expression: BSD-3-Clause +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Typing :: Typed +License-File: LICENSE.txt +Requires-Dist: colorama; platform_system == 'Windows' +Project-URL: Changes, https://click.palletsprojects.com/page/changes/ +Project-URL: Chat, https://discord.gg/pallets +Project-URL: Documentation, https://click.palletsprojects.com/ +Project-URL: Donate, https://palletsprojects.com/donate +Project-URL: Source, https://github.com/pallets/click/ + +
+ +# Click + +Click is a Python package for creating beautiful command line interfaces +in a composable way with as little code as necessary. It's the "Command +Line Interface Creation Kit". It's highly configurable but comes with +sensible defaults out of the box. + +It aims to make the process of writing command line tools quick and fun +while also preventing any frustration caused by the inability to +implement an intended CLI API. + +Click in three points: + +- Arbitrary nesting of commands +- Automatic help page generation +- Supports lazy loading of subcommands at runtime + + +## A Simple Example + +```python +import click + +@click.command() +@click.option("--count", default=1, help="Number of greetings.") +@click.option("--name", prompt="Your name", help="The person to greet.") +def hello(count, name): + """Simple program that greets NAME for a total of COUNT times.""" + for _ in range(count): + click.echo(f"Hello, {name}!") + +if __name__ == '__main__': + hello() +``` + +``` +$ python hello.py --count=3 +Your name: Click +Hello, Click! +Hello, Click! +Hello, Click! +``` + + +## Donate + +The Pallets organization develops and supports Click and other popular +packages. In order to grow the community of contributors and users, and +allow the maintainers to devote more time to the projects, [please +donate today][]. + +[please donate today]: https://palletsprojects.com/donate + +## Contributing + +See our [detailed contributing documentation][contrib] for many ways to +contribute, including reporting issues, requesting features, asking or answering +questions, and making PRs. + +[contrib]: https://palletsprojects.com/contributing/ + diff --git a/.cache/pip/http-v2/9/e/2/9/3/9e293f5a39d8466e2b362aa21216c5e4bc32898b0a39bfff792d145e b/.cache/pip/http-v2/9/e/2/9/3/9e293f5a39d8466e2b362aa21216c5e4bc32898b0a39bfff792d145e new file mode 100644 index 0000000000000000000000000000000000000000..1394386696a3f42a3b538b2ded37337846d27c63 Binary files /dev/null and b/.cache/pip/http-v2/9/e/2/9/3/9e293f5a39d8466e2b362aa21216c5e4bc32898b0a39bfff792d145e differ diff --git a/.cache/pip/http-v2/9/e/2/9/3/9e293f5a39d8466e2b362aa21216c5e4bc32898b0a39bfff792d145e.body b/.cache/pip/http-v2/9/e/2/9/3/9e293f5a39d8466e2b362aa21216c5e4bc32898b0a39bfff792d145e.body new file mode 100644 index 0000000000000000000000000000000000000000..c27772c4936a6c6a159fb202055804d383dbeeca Binary files /dev/null and b/.cache/pip/http-v2/9/e/2/9/3/9e293f5a39d8466e2b362aa21216c5e4bc32898b0a39bfff792d145e.body differ diff --git a/.cache/pip/http-v2/b/0/c/3/0/b0c304a2d0d2dd17cd2e818948220da223f52dfe26c6e170a35508ec b/.cache/pip/http-v2/b/0/c/3/0/b0c304a2d0d2dd17cd2e818948220da223f52dfe26c6e170a35508ec new file mode 100644 index 0000000000000000000000000000000000000000..087713974dd2eb5307592cbc8959c093e4277813 Binary files /dev/null and b/.cache/pip/http-v2/b/0/c/3/0/b0c304a2d0d2dd17cd2e818948220da223f52dfe26c6e170a35508ec differ diff --git a/.cache/pip/http-v2/b/0/c/3/0/b0c304a2d0d2dd17cd2e818948220da223f52dfe26c6e170a35508ec.body b/.cache/pip/http-v2/b/0/c/3/0/b0c304a2d0d2dd17cd2e818948220da223f52dfe26c6e170a35508ec.body new file mode 100644 index 0000000000000000000000000000000000000000..b4670e86b6dc207c944c55c5d3b84911fb41157a --- /dev/null +++ b/.cache/pip/http-v2/b/0/c/3/0/b0c304a2d0d2dd17cd2e818948220da223f52dfe26c6e170a35508ec.body @@ -0,0 +1,32 @@ +Metadata-Version: 2.1 +Name: mdurl +Version: 0.1.2 +Summary: Markdown URL utilities +Keywords: markdown,commonmark +Author-email: Taneli Hukkinen +Requires-Python: >=3.7 +Description-Content-Type: text/markdown +Classifier: License :: OSI Approved :: MIT License +Classifier: Operating System :: MacOS +Classifier: Operating System :: Microsoft :: Windows +Classifier: Operating System :: POSIX :: Linux +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Typing :: Typed +Project-URL: Homepage, https://github.com/executablebooks/mdurl + +# mdurl + +[![Build Status](https://github.com/executablebooks/mdurl/workflows/Tests/badge.svg?branch=master)](https://github.com/executablebooks/mdurl/actions?query=workflow%3ATests+branch%3Amaster+event%3Apush) +[![codecov.io](https://codecov.io/gh/executablebooks/mdurl/branch/master/graph/badge.svg)](https://codecov.io/gh/executablebooks/mdurl) +[![PyPI version](https://img.shields.io/pypi/v/mdurl)](https://pypi.org/project/mdurl) + +This is a Python port of the JavaScript [mdurl](https://www.npmjs.com/package/mdurl) package. +See the [upstream README.md file](https://github.com/markdown-it/mdurl/blob/master/README.md) for API documentation. + diff --git a/.cache/pip/http-v2/b/1/f/5/d/b1f5dc01896eee598e8915be35e61304ad2b16363d00711f8576642c b/.cache/pip/http-v2/b/1/f/5/d/b1f5dc01896eee598e8915be35e61304ad2b16363d00711f8576642c new file mode 100644 index 0000000000000000000000000000000000000000..47589abb827b0c49ee94f6be0529920c8f8fe9bf Binary files /dev/null and b/.cache/pip/http-v2/b/1/f/5/d/b1f5dc01896eee598e8915be35e61304ad2b16363d00711f8576642c differ diff --git a/.cache/pip/http-v2/b/3/6/c/0/b36c03663a3f9be503a38ab3381e55a1c5e2392e9271c976f5e2b956 b/.cache/pip/http-v2/b/3/6/c/0/b36c03663a3f9be503a38ab3381e55a1c5e2392e9271c976f5e2b956 new file mode 100644 index 0000000000000000000000000000000000000000..bd358cb98f2c5fe66cdbf94b479816416072da1e Binary files /dev/null and b/.cache/pip/http-v2/b/3/6/c/0/b36c03663a3f9be503a38ab3381e55a1c5e2392e9271c976f5e2b956 differ diff --git a/.cache/pip/http-v2/b/3/6/c/0/b36c03663a3f9be503a38ab3381e55a1c5e2392e9271c976f5e2b956.body b/.cache/pip/http-v2/b/3/6/c/0/b36c03663a3f9be503a38ab3381e55a1c5e2392e9271c976f5e2b956.body new file mode 100644 index 0000000000000000000000000000000000000000..574ddfb0ed75fea2532f0c08ad5a00059414ce6d --- /dev/null +++ b/.cache/pip/http-v2/b/3/6/c/0/b36c03663a3f9be503a38ab3381e55a1c5e2392e9271c976f5e2b956.body @@ -0,0 +1,479 @@ +Metadata-Version: 2.4 +Name: rich +Version: 15.0.0 +Summary: Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal +License: MIT +License-File: LICENSE +Author: Will McGugan +Author-email: willmcgugan@gmail.com +Requires-Python: >=3.9.0 +Classifier: Development Status :: 5 - Production/Stable +Classifier: Environment :: Console +Classifier: Framework :: IPython +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Operating System :: MacOS +Classifier: Operating System :: Microsoft :: Windows +Classifier: Operating System :: POSIX :: Linux +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 +Classifier: Typing :: Typed +Provides-Extra: jupyter +Requires-Dist: ipywidgets (>=7.5.1,<9) ; extra == "jupyter" +Requires-Dist: markdown-it-py (>=2.2.0) +Requires-Dist: pygments (>=2.13.0,<3.0.0) +Project-URL: Documentation, https://rich.readthedocs.io/en/latest/ +Project-URL: Homepage, https://github.com/Textualize/rich +Description-Content-Type: text/markdown + +[![Supported Python Versions](https://img.shields.io/pypi/pyversions/rich)](https://pypi.org/project/rich/) [![PyPI version](https://badge.fury.io/py/rich.svg)](https://badge.fury.io/py/rich) + +[![Downloads](https://pepy.tech/badge/rich/month)](https://pepy.tech/project/rich) +[![codecov](https://img.shields.io/codecov/c/github/Textualize/rich?label=codecov&logo=codecov)](https://codecov.io/gh/Textualize/rich) +[![Rich blog](https://img.shields.io/badge/blog-rich%20news-yellowgreen)](https://www.willmcgugan.com/tag/rich/) +[![Twitter Follow](https://img.shields.io/twitter/follow/willmcgugan.svg?style=social)](https://twitter.com/willmcgugan) + +![Logo](https://github.com/textualize/rich/raw/master/imgs/logo.svg) + +[English readme](https://github.com/textualize/rich/blob/master/README.md) + • [简体中文 readme](https://github.com/textualize/rich/blob/master/README.cn.md) + • [正體中文 readme](https://github.com/textualize/rich/blob/master/README.zh-tw.md) + • [Lengua española readme](https://github.com/textualize/rich/blob/master/README.es.md) + • [Deutsche readme](https://github.com/textualize/rich/blob/master/README.de.md) + • [Läs på svenska](https://github.com/textualize/rich/blob/master/README.sv.md) + • [日本語 readme](https://github.com/textualize/rich/blob/master/README.ja.md) + • [한국어 readme](https://github.com/textualize/rich/blob/master/README.kr.md) + • [Français readme](https://github.com/textualize/rich/blob/master/README.fr.md) + • [Schwizerdütsch readme](https://github.com/textualize/rich/blob/master/README.de-ch.md) + • [हिन्दी readme](https://github.com/textualize/rich/blob/master/README.hi.md) + • [Português brasileiro readme](https://github.com/textualize/rich/blob/master/README.pt-br.md) + • [Italian readme](https://github.com/textualize/rich/blob/master/README.it.md) + • [Русский readme](https://github.com/textualize/rich/blob/master/README.ru.md) + • [Indonesian readme](https://github.com/textualize/rich/blob/master/README.id.md) + • [فارسی readme](https://github.com/textualize/rich/blob/master/README.fa.md) + • [Türkçe readme](https://github.com/textualize/rich/blob/master/README.tr.md) + • [Polskie readme](https://github.com/textualize/rich/blob/master/README.pl.md) + + +Rich is a Python library for _rich_ text and beautiful formatting in the terminal. + +The [Rich API](https://rich.readthedocs.io/en/latest/) makes it easy to add color and style to terminal output. Rich can also render pretty tables, progress bars, markdown, syntax highlighted source code, tracebacks, and more — out of the box. + +![Features](https://github.com/textualize/rich/raw/master/imgs/features.png) + +For a video introduction to Rich see [calmcode.io](https://calmcode.io/rich/introduction.html) by [@fishnets88](https://twitter.com/fishnets88). + +See what [people are saying about Rich](https://www.willmcgugan.com/blog/pages/post/rich-tweets/). + +## Compatibility + +Rich works with Linux, macOS and Windows. True color / emoji works with new Windows Terminal, classic terminal is limited to 16 colors. Rich requires Python 3.8 or later. + +Rich works with [Jupyter notebooks](https://jupyter.org/) with no additional configuration required. + +## Installing + +Install with `pip` or your favorite PyPI package manager. + +```sh +python -m pip install rich +``` + +Run the following to test Rich output on your terminal: + +```sh +python -m rich +``` + +## Rich Print + +To effortlessly add rich output to your application, you can import the [rich print](https://rich.readthedocs.io/en/latest/introduction.html#quick-start) method, which has the same signature as the builtin Python function. Try this: + +```python +from rich import print + +print("Hello, [bold magenta]World[/bold magenta]!", ":vampire:", locals()) +``` + +![Hello World](https://github.com/textualize/rich/raw/master/imgs/print.png) + +## Rich REPL + +Rich can be installed in the Python REPL, so that any data structures will be pretty printed and highlighted. + +```python +>>> from rich import pretty +>>> pretty.install() +``` + +![REPL](https://github.com/textualize/rich/raw/master/imgs/repl.png) + +## Using the Console + +For more control over rich terminal content, import and construct a [Console](https://rich.readthedocs.io/en/latest/reference/console.html#rich.console.Console) object. + +```python +from rich.console import Console + +console = Console() +``` + +The Console object has a `print` method which has an intentionally similar interface to the builtin `print` function. Here's an example of use: + +```python +console.print("Hello", "World!") +``` + +As you might expect, this will print `"Hello World!"` to the terminal. Note that unlike the builtin `print` function, Rich will word-wrap your text to fit within the terminal width. + +There are a few ways of adding color and style to your output. You can set a style for the entire output by adding a `style` keyword argument. Here's an example: + +```python +console.print("Hello", "World!", style="bold red") +``` + +The output will be something like the following: + +![Hello World](https://github.com/textualize/rich/raw/master/imgs/hello_world.png) + +That's fine for styling a line of text at a time. For more finely grained styling, Rich renders a special markup which is similar in syntax to [bbcode](https://en.wikipedia.org/wiki/BBCode). Here's an example: + +```python +console.print("Where there is a [bold cyan]Will[/bold cyan] there [u]is[/u] a [i]way[/i].") +``` + +![Console Markup](https://github.com/textualize/rich/raw/master/imgs/where_there_is_a_will.png) + +You can use a Console object to generate sophisticated output with minimal effort. See the [Console API](https://rich.readthedocs.io/en/latest/console.html) docs for details. + +## Rich Inspect + +Rich has an [inspect](https://rich.readthedocs.io/en/latest/reference/init.html?highlight=inspect#rich.inspect) function which can produce a report on any Python object, such as class, instance, or builtin. + +```python +>>> my_list = ["foo", "bar"] +>>> from rich import inspect +>>> inspect(my_list, methods=True) +``` + +![Log](https://github.com/textualize/rich/raw/master/imgs/inspect.png) + +See the [inspect docs](https://rich.readthedocs.io/en/latest/reference/init.html#rich.inspect) for details. + +# Rich Library + +Rich contains a number of builtin _renderables_ you can use to create elegant output in your CLI and help you debug your code. + +Click the following headings for details: + +
+Log + +The Console object has a `log()` method which has a similar interface to `print()`, but also renders a column for the current time and the file and line which made the call. By default Rich will do syntax highlighting for Python structures and for repr strings. If you log a collection (i.e. a dict or a list) Rich will pretty print it so that it fits in the available space. Here's an example of some of these features. + +```python +from rich.console import Console +console = Console() + +test_data = [ + {"jsonrpc": "2.0", "method": "sum", "params": [None, 1, 2, 4, False, True], "id": "1",}, + {"jsonrpc": "2.0", "method": "notify_hello", "params": [7]}, + {"jsonrpc": "2.0", "method": "subtract", "params": [42, 23], "id": "2"}, +] + +def test_log(): + enabled = False + context = { + "foo": "bar", + } + movies = ["Deadpool", "Rise of the Skywalker"] + console.log("Hello from", console, "!") + console.log(test_data, log_locals=True) + + +test_log() +``` + +The above produces the following output: + +![Log](https://github.com/textualize/rich/raw/master/imgs/log.png) + +Note the `log_locals` argument, which outputs a table containing the local variables where the log method was called. + +The log method could be used for logging to the terminal for long running applications such as servers, but is also a very nice debugging aid. + +
+
+Logging Handler + +You can also use the builtin [Handler class](https://rich.readthedocs.io/en/latest/logging.html) to format and colorize output from Python's logging module. Here's an example of the output: + +![Logging](https://github.com/textualize/rich/raw/master/imgs/logging.png) + +
+ +
+Emoji + +To insert an emoji in to console output place the name between two colons. Here's an example: + +```python +>>> console.print(":smiley: :vampire: :pile_of_poo: :thumbs_up: :raccoon:") +😃 🧛 💩 👍 🦝 +``` + +Please use this feature wisely. + +
+ +
+Tables + +Rich can render flexible [tables](https://rich.readthedocs.io/en/latest/tables.html) with unicode box characters. There is a large variety of formatting options for borders, styles, cell alignment etc. + +![table movie](https://github.com/textualize/rich/raw/master/imgs/table_movie.gif) + +The animation above was generated with [table_movie.py](https://github.com/textualize/rich/blob/master/examples/table_movie.py) in the examples directory. + +Here's a simpler table example: + +```python +from rich.console import Console +from rich.table import Table + +console = Console() + +table = Table(show_header=True, header_style="bold magenta") +table.add_column("Date", style="dim", width=12) +table.add_column("Title") +table.add_column("Production Budget", justify="right") +table.add_column("Box Office", justify="right") +table.add_row( + "Dec 20, 2019", "Star Wars: The Rise of Skywalker", "$275,000,000", "$375,126,118" +) +table.add_row( + "May 25, 2018", + "[red]Solo[/red]: A Star Wars Story", + "$275,000,000", + "$393,151,347", +) +table.add_row( + "Dec 15, 2017", + "Star Wars Ep. VIII: The Last Jedi", + "$262,000,000", + "[bold]$1,332,539,889[/bold]", +) + +console.print(table) +``` + +This produces the following output: + +![table](https://github.com/textualize/rich/raw/master/imgs/table.png) + +Note that console markup is rendered in the same way as `print()` and `log()`. In fact, anything that is renderable by Rich may be included in the headers / rows (even other tables). + +The `Table` class is smart enough to resize columns to fit the available width of the terminal, wrapping text as required. Here's the same example, with the terminal made smaller than the table above: + +![table2](https://github.com/textualize/rich/raw/master/imgs/table2.png) + +
+ +
+Progress Bars + +Rich can render multiple flicker-free [progress](https://rich.readthedocs.io/en/latest/progress.html) bars to track long-running tasks. + +For basic usage, wrap any sequence in the `track` function and iterate over the result. Here's an example: + +```python +from rich.progress import track + +for step in track(range(100)): + do_step(step) +``` + +It's not much harder to add multiple progress bars. Here's an example taken from the docs: + +![progress](https://github.com/textualize/rich/raw/master/imgs/progress.gif) + +The columns may be configured to show any details you want. Built-in columns include percentage complete, file size, file speed, and time remaining. Here's another example showing a download in progress: + +![progress](https://github.com/textualize/rich/raw/master/imgs/downloader.gif) + +To try this out yourself, see [examples/downloader.py](https://github.com/textualize/rich/blob/master/examples/downloader.py) which can download multiple URLs simultaneously while displaying progress. + +
+ +
+Status + +For situations where it is hard to calculate progress, you can use the [status](https://rich.readthedocs.io/en/latest/reference/console.html#rich.console.Console.status) method which will display a 'spinner' animation and message. The animation won't prevent you from using the console as normal. Here's an example: + +```python +from time import sleep +from rich.console import Console + +console = Console() +tasks = [f"task {n}" for n in range(1, 11)] + +with console.status("[bold green]Working on tasks...") as status: + while tasks: + task = tasks.pop(0) + sleep(1) + console.log(f"{task} complete") +``` + +This generates the following output in the terminal. + +![status](https://github.com/textualize/rich/raw/master/imgs/status.gif) + +The spinner animations were borrowed from [cli-spinners](https://www.npmjs.com/package/cli-spinners). You can select a spinner by specifying the `spinner` parameter. Run the following command to see the available values: + +``` +python -m rich.spinner +``` + +The above command generates the following output in the terminal: + +![spinners](https://github.com/textualize/rich/raw/master/imgs/spinners.gif) + +
+ +
+Tree + +Rich can render a [tree](https://rich.readthedocs.io/en/latest/tree.html) with guide lines. A tree is ideal for displaying a file structure, or any other hierarchical data. + +The labels of the tree can be simple text or anything else Rich can render. Run the following for a demonstration: + +``` +python -m rich.tree +``` + +This generates the following output: + +![markdown](https://github.com/textualize/rich/raw/master/imgs/tree.png) + +See the [tree.py](https://github.com/textualize/rich/blob/master/examples/tree.py) example for a script that displays a tree view of any directory, similar to the linux `tree` command. + +
+ +
+Columns + +Rich can render content in neat [columns](https://rich.readthedocs.io/en/latest/columns.html) with equal or optimal width. Here's a very basic clone of the (MacOS / Linux) `ls` command which displays a directory listing in columns: + +```python +import os +import sys + +from rich import print +from rich.columns import Columns + +directory = os.listdir(sys.argv[1]) +print(Columns(directory)) +``` + +The following screenshot is the output from the [columns example](https://github.com/textualize/rich/blob/master/examples/columns.py) which displays data pulled from an API in columns: + +![columns](https://github.com/textualize/rich/raw/master/imgs/columns.png) + +
+ +
+Markdown + +Rich can render [markdown](https://rich.readthedocs.io/en/latest/markdown.html) and does a reasonable job of translating the formatting to the terminal. + +To render markdown import the `Markdown` class and construct it with a string containing markdown code. Then print it to the console. Here's an example: + +```python +from rich.console import Console +from rich.markdown import Markdown + +console = Console() +with open("README.md") as readme: + markdown = Markdown(readme.read()) +console.print(markdown) +``` + +This will produce output something like the following: + +![markdown](https://github.com/textualize/rich/raw/master/imgs/markdown.png) + +
+ +
+Syntax Highlighting + +Rich uses the [pygments](https://pygments.org/) library to implement [syntax highlighting](https://rich.readthedocs.io/en/latest/syntax.html). Usage is similar to rendering markdown; construct a `Syntax` object and print it to the console. Here's an example: + +```python +from rich.console import Console +from rich.syntax import Syntax + +my_code = ''' +def iter_first_last(values: Iterable[T]) -> Iterable[Tuple[bool, bool, T]]: + """Iterate and generate a tuple with a flag for first and last value.""" + iter_values = iter(values) + try: + previous_value = next(iter_values) + except StopIteration: + return + first = True + for value in iter_values: + yield first, False, previous_value + first = False + previous_value = value + yield first, True, previous_value +''' +syntax = Syntax(my_code, "python", theme="monokai", line_numbers=True) +console = Console() +console.print(syntax) +``` + +This will produce the following output: + +![syntax](https://github.com/textualize/rich/raw/master/imgs/syntax.png) + +
+ +
+Tracebacks + +Rich can render [beautiful tracebacks](https://rich.readthedocs.io/en/latest/traceback.html) which are easier to read and show more code than standard Python tracebacks. You can set Rich as the default traceback handler so all uncaught exceptions will be rendered by Rich. + +Here's what it looks like on OSX (similar on Linux): + +![traceback](https://github.com/textualize/rich/raw/master/imgs/traceback.png) + +
+ +All Rich renderables make use of the [Console Protocol](https://rich.readthedocs.io/en/latest/protocol.html), which you can also use to implement your own Rich content. + +# Rich CLI + + +See also [Rich CLI](https://github.com/textualize/rich-cli) for a command line application powered by Rich. Syntax highlight code, render markdown, display CSVs in tables, and more, directly from the command prompt. + + +![Rich CLI](https://raw.githubusercontent.com/Textualize/rich-cli/main/imgs/rich-cli-splash.jpg) + +# Textual + +See also Rich's sister project, [Textual](https://github.com/Textualize/textual), which you can use to build sophisticated User Interfaces in the terminal. + +![textual-splash](https://github.com/user-attachments/assets/4caeb77e-48c0-4cf7-b14d-c53ded855ffd) + +# Toad + +[Toad](https://github.com/batrachianai/toad) is a unified interface for agentic coding. Built with Rich and Textual. + +![toad](https://github.com/user-attachments/assets/6678b707-1aeb-420f-99ad-abfcd4356771) + diff --git a/.cache/pip/http-v2/b/4/7/9/f/b479f6788c3da8edafb81dc11029dbea0d2febdccc1e9f6db3c93e03 b/.cache/pip/http-v2/b/4/7/9/f/b479f6788c3da8edafb81dc11029dbea0d2febdccc1e9f6db3c93e03 new file mode 100644 index 0000000000000000000000000000000000000000..ddab36bb30baace149bd22a61684a4bc300aa9d9 Binary files /dev/null and b/.cache/pip/http-v2/b/4/7/9/f/b479f6788c3da8edafb81dc11029dbea0d2febdccc1e9f6db3c93e03 differ diff --git a/.cache/pip/http-v2/b/4/7/9/f/b479f6788c3da8edafb81dc11029dbea0d2febdccc1e9f6db3c93e03.body b/.cache/pip/http-v2/b/4/7/9/f/b479f6788c3da8edafb81dc11029dbea0d2febdccc1e9f6db3c93e03.body new file mode 100644 index 0000000000000000000000000000000000000000..da4e0b7d1fd4ad05976346ea09d8c4d71c6d7a1e --- /dev/null +++ b/.cache/pip/http-v2/b/4/7/9/f/b479f6788c3da8edafb81dc11029dbea0d2febdccc1e9f6db3c93e03.body @@ -0,0 +1,1614 @@ +Metadata-Version: 2.4 +Name: tqdm +Version: 4.68.2 +Summary: Fast, Extensible Progress Meter +Maintainer-email: tqdm developers +License: MPL-2.0 AND MIT +Project-URL: homepage, https://tqdm.github.io +Project-URL: repository, https://github.com/tqdm/tqdm +Project-URL: changelog, https://tqdm.github.io/releases +Project-URL: wiki, https://github.com/tqdm/tqdm/wiki +Keywords: progressbar,progressmeter,progress,bar,meter,rate,eta,console,terminal,time +Classifier: Development Status :: 5 - Production/Stable +Classifier: Environment :: Console +Classifier: Environment :: MacOS X +Classifier: Environment :: Other Environment +Classifier: Environment :: Win32 (MS Windows) +Classifier: Environment :: X11 Applications +Classifier: Framework :: IPython +Classifier: Framework :: Jupyter +Classifier: Intended Audience :: Developers +Classifier: Intended Audience :: Education +Classifier: Intended Audience :: End Users/Desktop +Classifier: Intended Audience :: Other Audience +Classifier: Intended Audience :: System Administrators +Classifier: Operating System :: MacOS +Classifier: Operating System :: MacOS :: MacOS X +Classifier: Operating System :: Microsoft +Classifier: Operating System :: Microsoft :: MS-DOS +Classifier: Operating System :: Microsoft :: Windows +Classifier: Operating System :: POSIX +Classifier: Operating System :: POSIX :: BSD +Classifier: Operating System :: POSIX :: BSD :: FreeBSD +Classifier: Operating System :: POSIX :: Linux +Classifier: Operating System :: POSIX :: SunOS/Solaris +Classifier: Operating System :: Unix +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: Implementation +Classifier: Programming Language :: Python :: Implementation :: IronPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Programming Language :: Unix Shell +Classifier: Topic :: Desktop Environment +Classifier: Topic :: Education :: Computer Aided Instruction (CAI) +Classifier: Topic :: Education :: Testing +Classifier: Topic :: Office/Business +Classifier: Topic :: Other/Nonlisted Topic +Classifier: Topic :: Software Development :: Build Tools +Classifier: Topic :: Software Development :: Libraries +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Topic :: Software Development :: Pre-processors +Classifier: Topic :: Software Development :: User Interfaces +Classifier: Topic :: System :: Installation/Setup +Classifier: Topic :: System :: Logging +Classifier: Topic :: System :: Monitoring +Classifier: Topic :: System :: Shells +Classifier: Topic :: Terminals +Classifier: Topic :: Utilities +Requires-Python: >=3.7 +Description-Content-Type: text/x-rst +License-File: LICENCE +Requires-Dist: colorama; platform_system == "Windows" +Requires-Dist: importlib_metadata; python_version < "3.8" +Provides-Extra: dev +Requires-Dist: pytest>=6; extra == "dev" +Requires-Dist: pytest-cov; extra == "dev" +Requires-Dist: pytest-timeout; extra == "dev" +Requires-Dist: pytest-asyncio>=0.24; extra == "dev" +Requires-Dist: nbval; extra == "dev" +Provides-Extra: discord +Requires-Dist: requests; extra == "discord" +Requires-Dist: envwrap; extra == "discord" +Provides-Extra: slack +Requires-Dist: slack-sdk; extra == "slack" +Requires-Dist: envwrap; extra == "slack" +Provides-Extra: telegram +Requires-Dist: requests; extra == "telegram" +Requires-Dist: envwrap; extra == "telegram" +Provides-Extra: notebook +Requires-Dist: ipywidgets>=6; extra == "notebook" +Dynamic: license-file + +|Logo| + +tqdm +==== + +|Py-Versions| |Versions| |Conda-Forge-Status| |Docker| |Snapcraft| + +|Build-Status| |Coverage-Status| |Branch-Coverage-Status| |Codacy-Grade| |Libraries-Rank| |PyPI-Downloads| + +|LICENCE| |OpenHub-Status| |colab-demo| |binder-demo| |awesome-python| + +``tqdm`` derives from the Arabic word *taqaddum* (تقدّم) which can mean "progress," +and is an abbreviation for "I love you so much" in Spanish (*te quiero demasiado*). + +Instantly make your loops show a smart progress meter - just wrap any +iterable with ``tqdm(iterable)``, and you're done! + +.. code:: python + + from tqdm import tqdm + for i in tqdm(range(10000)): + ... + +``76%|████████████████████████        | 7568/10000 [00:33<00:10, 229.00it/s]`` + +``trange(N)`` can be also used as a convenient shortcut for +``tqdm(range(N))``. + +|Screenshot| + |Video| |Slides| |Merch| + +It can also be executed as a module with pipes: + +.. code:: sh + + $ seq 9999999 | tqdm --bytes | wc -l + 75.2MB [00:00, 217MB/s] + 9999999 + + $ tar -zcf - docs/ | tqdm --bytes --total `du -sb docs/ | cut -f1` \ + > backup.tgz + 32%|██████████▍ | 8.89G/27.9G [00:42<01:31, 223MB/s] + +Overhead is low -- about 60ns per iteration (80ns with ``tqdm.gui``), and is +unit tested against performance regression. +By comparison, the well-established +`ProgressBar `__ has +an 800ns/iter overhead. + +In addition to its low overhead, ``tqdm`` uses smart algorithms to predict +the remaining time and to skip unnecessary iteration displays, which allows +for a negligible overhead in most cases. + +``tqdm`` works on any platform +(Linux, Windows, Mac, FreeBSD, NetBSD, Solaris/SunOS), +in any console or in a GUI, and is also friendly with IPython/Jupyter notebooks. + +``tqdm`` does not require any dependencies (not even ``curses``!), just +Python and an environment supporting ``carriage return \r`` and +``line feed \n`` control characters. + +**Featured Sponsors** + +======== ================================================ +|OpenAI| Your Logo Here +======== ================================================ +OpenAI `Sponsors `__ +======== ================================================ + +.. |OpenAI| image:: https://avatars.githubusercontent.com/u/14957082?s=96 + :target: https://openai.com + +------------------------------------------ + +.. contents:: Table of contents + :backlinks: top + :local: + + +Installation +------------ + +Latest PyPI stable release +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +|Versions| |PyPI-Downloads| |Libraries-Dependents| + +.. code:: sh + + pip install tqdm + +Latest development release on GitHub +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +|GitHub-Status| |GitHub-Stars| |GitHub-Commits| |GitHub-Forks| |GitHub-Updated| + +Pull and install pre-release ``devel`` branch: + +.. code:: sh + + pip install "git+https://github.com/tqdm/tqdm.git@devel#egg=tqdm" + +Latest Conda release +~~~~~~~~~~~~~~~~~~~~ + +|Conda-Forge-Status| + +.. code:: sh + + conda install -c conda-forge tqdm + +Latest Snapcraft release +~~~~~~~~~~~~~~~~~~~~~~~~ + +|Snapcraft| + +There are 3 channels to choose from: + +.. code:: sh + + snap install tqdm # implies --stable, i.e. latest tagged release + snap install tqdm --candidate # master branch + snap install tqdm --edge # devel branch + +Note that ``snap`` binaries are purely for CLI use (not ``import``-able), and +automatically set up ``bash`` tab-completion. + +Latest Docker release +~~~~~~~~~~~~~~~~~~~~~ + +|Docker| + +.. code:: sh + + docker pull tqdm/tqdm + docker run -i --rm tqdm/tqdm --help + +Other +~~~~~ + +There are other (unofficial) places where ``tqdm`` may be downloaded, particularly for CLI use: + +|Repology| + +.. |Repology| image:: https://repology.org/badge/tiny-repos/python:tqdm.svg + :target: https://repology.org/project/python:tqdm/versions + +Changelog +--------- + +The list of all changes is available either on GitHub's Releases: +|GitHub-Status|, on the +`wiki `__, or on the +`website `__. + + +Usage +----- + +``tqdm`` is very versatile and can be used in a number of ways. +The three main ones are given below. + +Iterable-based +~~~~~~~~~~~~~~ + +Wrap ``tqdm()`` around any iterable: + +.. code:: python + + from tqdm import tqdm + from time import sleep + + text = "" + for char in tqdm(["a", "b", "c", "d"]): + sleep(0.25) + text = text + char + +``trange(i)`` is a special optimised instance of ``tqdm(range(i))``: + +.. code:: python + + from tqdm import trange + + for i in trange(100): + sleep(0.01) + +Instantiation outside of the loop allows for manual control over ``tqdm()``: + +.. code:: python + + pbar = tqdm(["a", "b", "c", "d"]) + for char in pbar: + sleep(0.25) + pbar.set_description("Processing %s" % char) + +Manual +~~~~~~ + +Manual control of ``tqdm()`` updates using a ``with`` statement: + +.. code:: python + + with tqdm(total=100) as pbar: + for i in range(10): + sleep(0.1) + pbar.update(10) + +If the optional variable ``total`` (or an iterable with ``len()``) is +provided, predictive stats are displayed. + +``with`` is also optional (you can just assign ``tqdm()`` to a variable, +but in this case don't forget to ``del`` or ``close()`` at the end: + +.. code:: python + + pbar = tqdm(total=100) + for i in range(10): + sleep(0.1) + pbar.update(10) + pbar.close() + +Module +~~~~~~ + +Perhaps the most wonderful use of ``tqdm`` is in a script or on the command +line. Simply inserting ``tqdm`` (or ``python -m tqdm``) between pipes will pass +through all ``stdin`` to ``stdout`` while printing progress to ``stderr``. + +The example below demonstrate counting the number of lines in all Python files +in the current directory, with timing information included. + +.. code:: sh + + $ time find . -name '*.py' -type f -exec cat \{} \; | wc -l + 857365 + + real 0m3.458s + user 0m0.274s + sys 0m3.325s + + $ time find . -name '*.py' -type f -exec cat \{} \; | tqdm | wc -l + 857366it [00:03, 246471.31it/s] + 857365 + + real 0m3.585s + user 0m0.862s + sys 0m3.358s + +Note that the usual arguments for ``tqdm`` can also be specified. + +.. code:: sh + + $ find . -name '*.py' -type f -exec cat \{} \; | + tqdm --unit loc --unit_scale --total 857366 >> /dev/null + 100%|█████████████████████████████████| 857K/857K [00:04<00:00, 246Kloc/s] + +Backing up a large directory? + +.. code:: sh + + $ tar -zcf - docs/ | tqdm --bytes --total `du -sb docs/ | cut -f1` \ + > backup.tgz + 44%|██████████████▊ | 153M/352M [00:14<00:18, 11.0MB/s] + +This can be beautified further: + +.. code:: sh + + $ BYTES=$(du -sb docs/ | cut -f1) + $ tar -cf - docs/ \ + | tqdm --bytes --total "$BYTES" --desc Processing | gzip \ + | tqdm --bytes --total "$BYTES" --desc Compressed --position 1 \ + > ~/backup.tgz + Processing: 100%|██████████████████████| 352M/352M [00:14<00:00, 30.2MB/s] + Compressed: 42%|█████████▎ | 148M/352M [00:14<00:19, 10.9MB/s] + +Or done on a file level using 7-zip: + +.. code:: sh + + $ 7z a -bd -r backup.7z docs/ | grep Compressing \ + | tqdm --total $(find docs/ -type f | wc -l) --unit files \ + | grep -v Compressing + 100%|██████████████████████████▉| 15327/15327 [01:00<00:00, 712.96files/s] + +Pre-existing CLI programs already outputting basic progress information will +benefit from ``tqdm``'s ``--update`` and ``--update_to`` flags: + +.. code:: sh + + $ seq 3 0.1 5 | tqdm --total 5 --update_to --null + 100%|████████████████████████████████████| 5.0/5 [00:00<00:00, 9673.21it/s] + $ seq 10 | tqdm --update --null # 1 + 2 + ... + 10 = 55 iterations + 55it [00:00, 90006.52it/s] + +FAQ and Known Issues +-------------------- + +|GitHub-Issues| + +The most common issues relate to excessive output on multiple lines, instead +of a neat one-line progress bar. + +- Consoles in general: require support for carriage return (``CR``, ``\r``). + + * Some cloud logging consoles which don't support ``\r`` properly + (`cloudwatch `__, + `K8s `__) may benefit from + ``export TQDM_POSITION=-1``. + +- Nested progress bars: + + * Consoles in general: require support for moving cursors up to the + previous line. For example, + `IDLE `__, + `ConEmu `__ and + `PyCharm `__ (also + `here `__, + `here `__, and + `here `__) + lack full support. + * Windows: additionally may require the Python module ``colorama`` + to ensure nested bars stay within their respective lines. + +- Unicode: + + * Environments which report that they support unicode will have solid smooth + progress bars. The fallback is an ``ascii``-only bar. + * Windows consoles often only partially support unicode and thus + `often require explicit ascii=True `__ + (also `here `__). This is due to + either normal-width unicode characters being incorrectly displayed as + "wide", or some unicode characters not rendering. + +- Wrapping generators: + + * Generator wrapper functions tend to hide the length of iterables. + ``tqdm`` does not. + * Replace ``tqdm(enumerate(...))`` with ``enumerate(tqdm(...))`` or + ``tqdm(enumerate(x), total=len(x), ...)``. + The same applies to ``numpy.ndenumerate``. + * Replace ``tqdm(zip(a, b))`` with ``zip(tqdm(a), b)`` or even + ``zip(tqdm(a), tqdm(b))``. + * The same applies to ``itertools``. + * Some useful convenience functions can be found under ``tqdm.contrib``. + +- `No intermediate output in docker-compose `__: + use ``docker-compose run`` instead of ``docker-compose up`` and ``tty: true``. + +- Overriding defaults via environment variables: + e.g. in CI/cloud jobs, ``export TQDM_MININTERVAL=5`` to avoid log spam. + This override logic is handled by the ``tqdm.utils.envwrap`` decorator + (useful independent of ``tqdm``). + +If you come across any other difficulties, browse and file |GitHub-Issues|. + +Documentation +------------- + +|Py-Versions| |README-Hits| (Since 19 May 2016) + +.. code:: python + + class tqdm(): + """ + Decorate an iterable object, returning an iterator which acts exactly + like the original iterable, but prints a dynamically updating + progress bar every time a value is requested. + """ + + @envwrap("tqdm") # override defaults via env vars + def __init__(self, iterable=None, desc=None, total=None, leave=True, + file=None, ncols=None, mininterval=0.1, + maxinterval=10.0, miniters=None, ascii=None, disable=False, + unit='it', unit_scale=False, dynamic_ncols=False, + smoothing=0.3, bar_format=None, initial=0, position=None, + postfix=None, unit_divisor=1000, write_bytes=False, + lock_args=None, nrows=None, colour=None, delay=0): + +Parameters +~~~~~~~~~~ + +* iterable : iterable, optional + Iterable to decorate with a progress bar. + Leave blank to manually manage the updates. +* desc : str, optional + Prefix for the progress bar. +* total : int or float, optional + The number of expected iterations. If unspecified, + len(iterable) is used if possible. If float("inf") or as a last + resort, only basic progress statistics are displayed + (no ETA, no progress bar). + If ``gui`` is True and this parameter needs subsequent updating, + specify an initial arbitrary large positive number, + e.g. 9e9. +* leave : bool, optional + If [default: True], keeps all traces of the progress bar + upon termination of iteration. + If ``None``, will leave only if ``position`` is ``0``. +* file : ``io.TextIOWrapper`` or ``io.StringIO``, optional + Specifies where to output the progress messages + (default: sys.stderr). Uses ``file.write(str)`` and ``file.flush()`` + methods. For encoding, see ``write_bytes``. +* ncols : int, optional + The width of the entire output message. If specified, + dynamically resizes the progress bar to stay within this bound. + If unspecified, attempts to use environment width. The + fallback is a meter width of 10 and no limit for the counter and + statistics. If 0, will not print any meter (only stats). +* mininterval : float, optional + Minimum progress display update interval [default: 0.1] seconds. +* maxinterval : float, optional + Maximum progress display update interval [default: 10] seconds. + Automatically adjusts ``miniters`` to correspond to ``mininterval`` + after long display update lag. Only works if ``dynamic_miniters`` + or monitor thread is enabled. +* miniters : int or float, optional + Minimum progress display update interval, in iterations. + If 0 and ``dynamic_miniters``, will automatically adjust to equal + ``mininterval`` (more CPU efficient, good for tight loops). + If > 0, will skip display of specified number of iterations. + Tweak this and ``mininterval`` to get very efficient loops. + If your progress is erratic with both fast and slow iterations + (network, skipping items, etc) you should set miniters=1. +* ascii : bool or str, optional + If unspecified or False, use unicode (smooth blocks) to fill + the meter. The fallback is to use ASCII characters " 123456789#". +* disable : bool, optional + Whether to disable the entire progress bar wrapper + [default: False]. If set to None, disable on non-TTY. +* unit : str, optional + String that will be used to define the unit of each iteration + [default: it]. +* unit_scale : bool or int or float, optional + If 1 or True, the number of iterations will be reduced/scaled + automatically and a metric prefix following the + International System of Units standard will be added + (kilo, mega, etc.) [default: False]. If any other non-zero + number, will scale ``total`` and ``n``. +* dynamic_ncols : bool, optional + If set, constantly alters ``ncols`` and ``nrows`` to the + environment (allowing for window resizes) [default: False]. +* smoothing : float, optional + Exponential moving average smoothing factor for speed estimates + (ignored in GUI mode). Ranges from 0 (average speed) to 1 + (current/instantaneous speed) [default: 0.3]. +* bar_format : str, optional + Specify a custom bar string formatting. May impact performance. + [default: '{l_bar}{bar}{r_bar}'], where + l_bar='{desc}: {percentage:3.0f}%|' and + r_bar='| {n_fmt}/{total_fmt} [{elapsed}<{remaining}, ' + '{rate_fmt}{postfix}]' + Possible vars: l_bar, bar, r_bar, n, n_fmt, total, total_fmt, + percentage, elapsed, elapsed_s, ncols, nrows, desc, unit, + rate, rate_fmt, rate_noinv, rate_noinv_fmt, + rate_inv, rate_inv_fmt, postfix, unit_divisor, + remaining, remaining_s, eta. + Note that a trailing ": " is automatically removed after {desc} + if the latter is empty. +* initial : int or float, optional + The initial counter value. Useful when restarting a progress + bar [default: 0]. If using float, consider specifying ``{n:.3f}`` + or similar in ``bar_format``, or specifying ``unit_scale``. +* position : int, optional + Specify the line offset to print this bar (starting from 0) + Automatic if unspecified. + Useful to manage multiple bars at once (eg, from threads). +* postfix : dict or ``*``, optional + Specify additional stats to display at the end of the bar. + Calls ``set_postfix(**postfix)`` if possible (dict). +* unit_divisor : float, optional + [default: 1000], ignored unless ``unit_scale`` is True. +* write_bytes : bool, optional + Whether to write bytes. If (default: False) will write unicode. +* lock_args : tuple, optional + Passed to ``refresh`` for intermediate output + (initialisation, iterating, and updating). +* nrows : int, optional + The screen height. If specified, hides nested bars outside this + bound. If unspecified, attempts to use environment height. + The fallback is 20. +* colour : str, optional + Bar colour (e.g. 'green', '#00ff00'). +* delay : float, optional + Don't display until [default: 0] seconds have elapsed. + +Extra CLI Options +~~~~~~~~~~~~~~~~~ + +* delim : chr, optional + Delimiting character [default: '\n']. Use '\0' for null. + N.B.: on Windows systems, Python converts '\n' to '\r\n'. +* buf_size : int, optional + String buffer size in bytes [default: 256] + used when ``delim`` is specified. +* bytes : bool, optional + If true, will count bytes, ignore ``delim``, and default + ``unit_scale`` to True, ``unit_divisor`` to 1024, and ``unit`` to 'B'. +* tee : bool, optional + If true, passes ``stdin`` to both ``stderr`` and ``stdout``. +* update : bool, optional + If true, will treat input as newly elapsed iterations, + i.e. numbers to pass to ``update()``. Note that this is slow + (~2e5 it/s) since every input must be decoded as a number. +* update_to : bool, optional + If true, will treat input as total elapsed iterations, + i.e. numbers to assign to ``self.n``. Note that this is slow + (~2e5 it/s) since every input must be decoded as a number. +* null : bool, optional + If true, will discard input (no stdout). +* manpath : str, optional + Directory in which to install tqdm man pages. +* comppath : str, optional + Directory in which to place tqdm completion. +* log : str, optional + CRITICAL|FATAL|ERROR|WARN(ING)|[default: 'INFO']|DEBUG|NOTSET. + +Returns +~~~~~~~ + +* out : decorated iterator. + +.. code:: python + + class tqdm(): + def update(self, n=1): + """ + Manually update the progress bar, useful for streams + such as reading files. + E.g.: + >>> t = tqdm(total=filesize) # Initialise + >>> for current_buffer in stream: + ... ... + ... t.update(len(current_buffer)) + >>> t.close() + The last line is highly recommended, but possibly not necessary if + `t.update()` will be called in such a way that `filesize` will be + exactly reached and printed. + + Parameters + ---------- + n : int or float, optional + Increment to add to the internal counter of iterations + [default: 1]. If using float, consider specifying `{n:.3f}` + or similar in `bar_format`, or specifying `unit_scale`. + + Returns + ------- + out : bool or None + True if a `display()` was triggered. + """ + + def close(self): + """Cleanup and (if leave=False) close the progress bar.""" + + def clear(self, nomove=False): + """Clear current bar display.""" + + def refresh(self): + """ + Force refresh the display of this bar. + + Parameters + ---------- + nolock : bool, optional + If `True`, does not lock. + If [default: `False`]: calls `acquire()` on internal lock. + lock_args : tuple, optional + Passed to internal lock's `acquire()`. + If specified, will only `display()` if `acquire()` returns `True`. + """ + + def unpause(self): + """Restart tqdm timer from last print time.""" + + def reset(self, total=None): + """ + Resets to 0 iterations for repeated use. + + Consider combining with `leave=True`. + + Parameters + ---------- + total : int or float, optional. Total to use for the new bar. + """ + + def set_description(self, desc=None, refresh=True): + """ + Set/modify description of the progress bar. + + Parameters + ---------- + desc : str, optional + refresh : bool, optional + Forces refresh [default: True]. + """ + + def set_postfix(self, ordered_dict=None, refresh=True, **tqdm_kwargs): + """ + Set/modify postfix (additional stats) + with automatic formatting based on datatype. + + Parameters + ---------- + ordered_dict : dict or OrderedDict, optional + refresh : bool, optional + Forces refresh [default: True]. + kwargs : dict, optional + """ + + @classmethod + def write(cls, s, file=sys.stdout, end="\n"): + """Print a message via tqdm (without overlap with bars).""" + + @property + def format_dict(self): + """Public API for read-only member access.""" + + def display(self, msg=None, pos=None): + """ + Use `self.sp` to display `msg` in the specified `pos`. + + Consider overloading this function when inheriting to use e.g.: + `self.some_frontend(**self.format_dict)` instead of `self.sp`. + + Parameters + ---------- + msg : str, optional. What to display (default: `repr(self)`). + pos : int, optional. Position to `moveto` + (default: `abs(self.pos)`). + """ + + @classmethod + @contextmanager + def wrapattr(cls, stream, method, total=None, bytes=True, **tqdm_kwargs): + """ + stream : file-like object. + method : str, "read" or "write". The result of `read()` and + the first argument of `write()` should have a `len()`. + + >>> with tqdm.wrapattr(file_obj, "read", total=file_obj.size) as fobj: + ... while True: + ... chunk = fobj.read(chunk_size) + ... if not chunk: + ... break + """ + + @classmethod + def pandas(cls, *targs, **tqdm_kwargs): + """Registers the current `tqdm` class with `pandas`.""" + + def trange(*args, **tqdm_kwargs): + """Shortcut for `tqdm(range(*args), **tqdm_kwargs)`.""" + +Convenience Functions +~~~~~~~~~~~~~~~~~~~~~ + +.. code:: python + + def tqdm.contrib.tenumerate(iterable, start=0, total=None, + tqdm_class=tqdm.auto.tqdm, **tqdm_kwargs): + """Equivalent of `numpy.ndenumerate` or builtin `enumerate`.""" + + def tqdm.contrib.tzip(iter1, *iter2plus, **tqdm_kwargs): + """Equivalent of builtin `zip`.""" + + def tqdm.contrib.tmap(function, *sequences, **tqdm_kwargs): + """Equivalent of builtin `map`.""" + +Submodules +~~~~~~~~~~ + +.. code:: python + + class tqdm.notebook.tqdm(tqdm.tqdm): + """IPython/Jupyter Notebook widget.""" + + class tqdm.auto.tqdm(tqdm.tqdm): + """Automatically chooses beween `tqdm.notebook` and `tqdm.tqdm`.""" + + class tqdm.asyncio.tqdm(tqdm.tqdm): + """Asynchronous version.""" + @classmethod + def as_completed(cls, fs, *, loop=None, timeout=None, total=None, + **tqdm_kwargs): + """Wrapper for `asyncio.as_completed`.""" + + class tqdm.gui.tqdm(tqdm.tqdm): + """Matplotlib GUI version.""" + + class tqdm.tk.tqdm(tqdm.tqdm): + """Tkinter GUI version.""" + + class tqdm.rich.tqdm(tqdm.tqdm): + """`rich.progress` version.""" + + class tqdm.keras.TqdmCallback(keras.callbacks.Callback): + """Keras callback for epoch and batch progress.""" + + class tqdm.dask.TqdmCallback(dask.callbacks.Callback): + """Dask callback for task progress.""" + + +``contrib`` ++++++++++++ + +The ``tqdm.contrib`` package also contains experimental modules: + +- `tqdm.contrib.itertools `_: Thin wrappers around ``itertools`` +- `tqdm.contrib.concurrent `_: Thin wrappers around ``concurrent.futures`` +- `tqdm.contrib.slack `_: Posts to `Slack `__ bots +- `tqdm.contrib.discord `_: Posts to `Discord `__ bots +- `tqdm.contrib.telegram `_: Posts to `Telegram `__ bots +- `tqdm.contrib.bells `_: Automagically enables all optional features + + * ``auto``, ``pandas``, ``slack``, ``discord``, ``telegram`` + +.. image:: https://tqdm.github.io/img/screenshot-discord.png + :alt: Screenshot of `tqdm.contrib.discord` in action + +Examples and Advanced Usage +--------------------------- + +- See the `examples `__ + folder; +- import the module and run ``help()``; +- consult the `wiki `__; + + * this has an + `excellent article `__ + on how to make a **great** progress bar; + +- check out the `slides from PyData London `__, or +- run the |binder-demo|. + +Description and additional stats +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Custom information can be displayed and updated dynamically on ``tqdm`` bars +with the ``desc`` and ``postfix`` arguments: + +.. code:: python + + from tqdm import tqdm, trange + from random import random, randint + from time import sleep + + with trange(10) as t: + for i in t: + # Description will be displayed on the left + t.set_description('GEN %i' % i) + # Postfix will be displayed on the right, + # formatted automatically based on argument's datatype + t.set_postfix(loss=random(), gen=randint(1,999), str='h', + lst=[1, 2]) + sleep(0.1) + + with tqdm(total=10, bar_format="{postfix[0]} {postfix[1][value]:>8.2g}", + postfix=["Batch", {"value": 0}]) as t: + for i in range(10): + sleep(0.1) + t.postfix[1]["value"] = i / 2 + t.update() + +Points to remember when using ``{postfix[...]}`` in the ``bar_format`` string: + +- ``postfix`` also needs to be passed as an initial argument in a compatible + format, and +- ``postfix`` will be auto-converted to a string if it is a ``dict``-like + object. To prevent this behaviour, insert an extra item into the dictionary + where the key is not a string. + +Additional ``bar_format`` parameters may also be defined by overriding +``format_dict``, and the bar itself may be modified using ``ascii``: + +.. code:: python + + from tqdm import tqdm + class TqdmExtraFormat(tqdm): + """Provides a `total_time` format parameter""" + @property + def format_dict(self): + d = super().format_dict + total_time = d["elapsed"] * (d["total"] or 0) / max(d["n"], 1) + d.update(total_time=self.format_interval(total_time) + " in total") + return d + + for i in TqdmExtraFormat( + range(9), ascii=" .oO0", + bar_format="{total_time}: {percentage:.0f}%|{bar}{r_bar}"): + if i == 4: + break + +.. code:: + + 00:00 in total: 44%|0000. | 4/9 [00:00<00:00, 962.93it/s] + +Note that ``{bar}`` also supports a format specifier ``[width][type]``. + +- ``width`` + + * unspecified (default): automatic to fill ``ncols`` + * ``int >= 0``: fixed width overriding ``ncols`` logic + * ``int < 0``: subtract from the automatic default + +- ``type`` + + * ``a``: ascii (``ascii=True`` override) + * ``u``: unicode (``ascii=False`` override) + * ``b``: blank (``ascii=" "`` override) + +This means a fixed bar with right-justified text may be created by using: +``bar_format="{l_bar}{bar:10}|{bar:-10b}right-justified"`` + +Nested progress bars +~~~~~~~~~~~~~~~~~~~~ + +``tqdm`` supports nested progress bars. Here's an example: + +.. code:: python + + from tqdm.auto import trange + from time import sleep + + for i in trange(4, desc='1st loop'): + for j in trange(5, desc='2nd loop'): + for k in trange(50, desc='3rd loop', leave=False): + sleep(0.01) + +For manual control over positioning (e.g. for multi-processing use), +you may specify ``position=n`` where ``n=0`` for the outermost bar, +``n=1`` for the next, and so on. +However, it's best to check if ``tqdm`` can work without manual ``position`` +first. + +.. code:: python + + from time import sleep + from tqdm import trange, tqdm + from multiprocessing import Pool, RLock, freeze_support + + L = list(range(9)) + + def progresser(n): + interval = 0.001 / (n + 2) + total = 5000 + text = f"#{n}, est. {interval * total:<04.2}s" + for _ in trange(total, desc=text, position=n): + sleep(interval) + + if __name__ == '__main__': + freeze_support() # for Windows support + tqdm.set_lock(RLock()) # for managing output contention + p = Pool(initializer=tqdm.set_lock, initargs=(tqdm.get_lock(),)) + p.map(progresser, L) + +Note that in Python 3, ``tqdm.write`` is thread-safe: + +.. code:: python + + from time import sleep + from tqdm import tqdm, trange + from concurrent.futures import ThreadPoolExecutor + + L = list(range(9)) + + def progresser(n): + interval = 0.001 / (n + 2) + total = 5000 + text = f"#{n}, est. {interval * total:<04.2}s" + for _ in trange(total, desc=text): + sleep(interval) + if n == 6: + tqdm.write("n == 6 completed.") + tqdm.write("`tqdm.write()` is thread-safe in py3!") + + if __name__ == '__main__': + with ThreadPoolExecutor() as p: + p.map(progresser, L) + +Hooks and callbacks +~~~~~~~~~~~~~~~~~~~ + +``tqdm`` can easily support callbacks/hooks and manual updates. +Here's an example with ``urllib``: + +**``urllib.urlretrieve`` documentation** + + | [...] + | If present, the hook function will be called once + | on establishment of the network connection and once after each block read + | thereafter. The hook will be passed three arguments; a count of blocks + | transferred so far, a block size in bytes, and the total size of the file. + | [...] + +.. code:: python + + import urllib, os + from tqdm import tqdm + urllib = getattr(urllib, 'request', urllib) + + class TqdmUpTo(tqdm): + """Provides `update_to(n)` which uses `tqdm.update(delta_n)`.""" + def update_to(self, b=1, bsize=1, tsize=None): + """ + b : int, optional + Number of blocks transferred so far [default: 1]. + bsize : int, optional + Size of each block (in tqdm units) [default: 1]. + tsize : int, optional + Total size (in tqdm units). If [default: None] remains unchanged. + """ + if tsize is not None: + self.total = tsize + return self.update(b * bsize - self.n) # also sets self.n = b * bsize + + eg_link = "https://cgi.cdcl.ml/matryoshka.zip" + with TqdmUpTo(unit='B', unit_scale=True, unit_divisor=1024, miniters=1, + desc=eg_link.split('/')[-1]) as t: # all optional kwargs + urllib.urlretrieve(eg_link, filename=os.devnull, + reporthook=t.update_to, data=None) + t.total = t.n + +Inspired by `twine#242 `__. +Functional alternative in +`examples/tqdm_wget.py `__. + +It is recommend to use ``miniters=1`` whenever there is potentially +large differences in iteration speed (e.g. downloading a file over +a patchy connection). + +**Wrapping read/write methods** + +To measure throughput through a file-like object's ``read`` or ``write`` +methods, use ``CallbackIOWrapper``: + +.. code:: python + + from tqdm.auto import tqdm + from tqdm.utils import CallbackIOWrapper + + with tqdm(total=file_obj.size, + unit='B', unit_scale=True, unit_divisor=1024) as t: + fobj = CallbackIOWrapper(t.update, file_obj, "read") + while True: + chunk = fobj.read(chunk_size) + if not chunk: + break + t.reset() + # ... continue to use `t` for something else + +Alternatively, use the even simpler ``wrapattr`` convenience function, +which would condense both the ``urllib`` and ``CallbackIOWrapper`` examples +down to: + +.. code:: python + + import urllib, os + from tqdm import tqdm + + eg_link = "https://cgi.cdcl.ml/matryoshka.zip" + response = getattr(urllib, 'request', urllib).urlopen(eg_link) + with tqdm.wrapattr(open(os.devnull, "wb"), "write", + miniters=1, desc=eg_link.split('/')[-1], + total=getattr(response, 'length', None)) as fout: + for chunk in response: + fout.write(chunk) + +The ``requests`` equivalent is nearly identical: + +.. code:: python + + import requests, os + from tqdm import tqdm + + eg_link = "https://cgi.cdcl.ml/matryoshka.zip" + response = requests.get(eg_link, stream=True) + with tqdm.wrapattr(open(os.devnull, "wb"), "write", + miniters=1, desc=eg_link.split('/')[-1], + total=int(response.headers.get('content-length', 0))) as fout: + for chunk in response.iter_content(chunk_size=4096): + fout.write(chunk) + +**Custom callback** + +``tqdm`` is known for intelligently skipping unnecessary displays. To make a +custom callback take advantage of this, simply use the return value of +``update()``. This is set to ``True`` if a ``display()`` was triggered. + +.. code:: python + + from tqdm.auto import tqdm as std_tqdm + + def external_callback(*args, **kwargs): + ... + + class TqdmExt(std_tqdm): + def update(self, n=1): + displayed = super().update(n) + if displayed: + external_callback(**self.format_dict) + return displayed + +``asyncio`` +~~~~~~~~~~~ + +Note that ``break`` isn't currently caught by asynchronous iterators. +This means that ``tqdm`` cannot clean up after itself in this case: + +.. code:: python + + from tqdm.asyncio import tqdm + + async for i in tqdm(range(9)): + if i == 2: + break + +Instead, either call ``pbar.close()`` manually or use the context manager syntax: + +.. code:: python + + from tqdm.asyncio import tqdm + + with tqdm(range(9)) as pbar: + async for i in pbar: + if i == 2: + break + +Pandas Integration +~~~~~~~~~~~~~~~~~~ + +Due to popular demand we've added support for ``pandas`` -- here's an example +for ``DataFrame.progress_apply`` and ``DataFrameGroupBy.progress_apply``: + +.. code:: python + + import pandas as pd + import numpy as np + from tqdm import tqdm + + df = pd.DataFrame(np.random.randint(0, 100, (100000, 6))) + + # Register `pandas.progress_apply` and `pandas.Series.map_apply` with `tqdm` + # (can use `tqdm.gui.tqdm`, `tqdm.notebook.tqdm`, optional kwargs, etc.) + tqdm.pandas(desc="my bar!") + + # Now you can use `progress_apply` instead of `apply` + # and `progress_map` instead of `map` + df.progress_apply(lambda x: x**2) + # can also groupby: + # df.groupby(0).progress_apply(lambda x: x**2) + +In case you're interested in how this works (and how to modify it for your +own callbacks), see the +`examples `__ +folder or import the module and run ``help()``. + +Keras Integration +~~~~~~~~~~~~~~~~~ + +A ``keras`` callback is also available: + +.. code:: python + + from tqdm.keras import TqdmCallback + + ... + + model.fit(..., verbose=0, callbacks=[TqdmCallback()]) + +Dask Integration +~~~~~~~~~~~~~~~~ + +A ``dask`` callback is also available: + +.. code:: python + + from tqdm.dask import TqdmCallback + + with TqdmCallback(desc="compute"): + ... + arr.compute() + + # or use callback globally + cb = TqdmCallback(desc="global") + cb.register() + arr.compute() + +IPython/Jupyter Integration +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +IPython/Jupyter is supported via the ``tqdm.notebook`` submodule: + +.. code:: python + + from tqdm.notebook import trange, tqdm + from time import sleep + + for i in trange(3, desc='1st loop'): + for j in tqdm(range(100), desc='2nd loop'): + sleep(0.01) + +In addition to ``tqdm`` features, the submodule provides a native Jupyter +widget (compatible with IPython v1-v4 and Jupyter), fully working nested bars +and colour hints (blue: normal, green: completed, red: error/interrupt, +light blue: no ETA); as demonstrated below. + +|Screenshot-Jupyter1| +|Screenshot-Jupyter2| +|Screenshot-Jupyter3| + +The ``notebook`` version supports percentage or pixels for overall width +(e.g.: ``ncols='100%'`` or ``ncols='480px'``). + +It is also possible to let ``tqdm`` automatically choose between +console or notebook versions by using the ``autonotebook`` submodule: + +.. code:: python + + from tqdm.autonotebook import tqdm + tqdm.pandas() + +Note that this will issue a ``TqdmExperimentalWarning`` if run in a notebook +since it is not meant to be possible to distinguish between ``jupyter notebook`` +and ``jupyter console``. Use ``auto`` instead of ``autonotebook`` to suppress +this warning. + +Note that notebooks will display the bar in the cell where it was created. +This may be a different cell from the one where it is used. +If this is not desired, either + +- delay the creation of the bar to the cell where it must be displayed, or +- create the bar with ``display=False``, and in a later cell call + ``display(bar.container)``: + +.. code:: python + + from tqdm.notebook import tqdm + pbar = tqdm(..., display=False) + +.. code:: python + + # different cell + display(pbar.container) + +The ``keras`` callback has a ``display()`` method which can be used likewise: + +.. code:: python + + from tqdm.keras import TqdmCallback + cbk = TqdmCallback(display=False) + +.. code:: python + + # different cell + cbk.display() + model.fit(..., verbose=0, callbacks=[cbk]) + +Another possibility is to have a single bar (near the top of the notebook) +which is constantly re-used (using ``reset()`` rather than ``close()``). +For this reason, the notebook version (unlike the CLI version) does not +automatically call ``close()`` upon ``Exception``. + +.. code:: python + + from tqdm.notebook import tqdm + pbar = tqdm() + +.. code:: python + + # different cell + iterable = range(100) + pbar.reset(total=len(iterable)) # initialise with new `total` + for i in iterable: + pbar.update() + pbar.refresh() # force print final status but don't `close()` + +Custom Integration +~~~~~~~~~~~~~~~~~~ + +To change the default arguments (such as making ``dynamic_ncols=True``), +simply use built-in Python magic: + +.. code:: python + + from functools import partial + from tqdm import tqdm as std_tqdm + tqdm = partial(std_tqdm, dynamic_ncols=True) + +For further customisation, +``tqdm`` may be inherited from to create custom callbacks (as with the +``TqdmUpTo`` example `above <#hooks-and-callbacks>`__) or for custom frontends +(e.g. GUIs such as notebook or plotting packages). In the latter case: + +1. ``def __init__()`` to call ``super().__init__(..., gui=True)`` to disable + terminal ``status_printer`` creation. +2. Redefine: ``close()``, ``clear()``, ``display()``. + +Consider overloading ``display()`` to use e.g. +``self.frontend(**self.format_dict)`` instead of ``self.sp(repr(self))``. + +Some submodule examples of inheritance: + +- `tqdm/notebook.py `__ +- `tqdm/gui.py `__ +- `tqdm/tk.py `__ +- `tqdm/contrib/slack.py `__ +- `tqdm/contrib/discord.py `__ +- `tqdm/contrib/telegram.py `__ + +Dynamic Monitor/Meter +~~~~~~~~~~~~~~~~~~~~~ + +You can use a ``tqdm`` as a meter which is not monotonically increasing. +This could be because ``n`` decreases (e.g. a CPU usage monitor) or ``total`` +changes. + +One example would be recursively searching for files. The ``total`` is the +number of objects found so far, while ``n`` is the number of those objects which +are files (rather than folders): + +.. code:: python + + from tqdm import tqdm + import os.path + + def find_files_recursively(path, show_progress=True): + files = [] + # total=1 assumes `path` is a file + t = tqdm(total=1, unit="file", disable=not show_progress) + if not os.path.exists(path): + raise IOError("Cannot find:" + path) + + def append_found_file(f): + files.append(f) + t.update() + + def list_found_dir(path): + """returns os.listdir(path) assuming os.path.isdir(path)""" + listing = os.listdir(path) + # subtract 1 since a "file" we found was actually this directory + t.total += len(listing) - 1 + # fancy way to give info without forcing a refresh + t.set_postfix(dir=path[-10:], refresh=False) + t.update(0) # may trigger a refresh + return listing + + def recursively_search(path): + if os.path.isdir(path): + for f in list_found_dir(path): + recursively_search(os.path.join(path, f)) + else: + append_found_file(path) + + recursively_search(path) + t.set_postfix(dir=path) + t.close() + return files + +Using ``update(0)`` is a handy way to let ``tqdm`` decide when to trigger a +display refresh to avoid console spamming. + +Writing messages +~~~~~~~~~~~~~~~~ + +This is a work in progress (see +`#737 `__). + +Since ``tqdm`` uses a simple printing mechanism to display progress bars, +you should not write any message in the terminal using ``print()`` while +a progress bar is open. + +To write messages in the terminal without any collision with ``tqdm`` bar +display, a ``.write()`` method is provided: + +.. code:: python + + from tqdm.auto import tqdm, trange + from time import sleep + + bar = trange(10) + for i in bar: + # Print using tqdm class method .write() + sleep(0.1) + if not (i % 3): + tqdm.write("Done task %i" % i) + # Can also use bar.write() + +By default, this will print to standard output ``sys.stdout``. but you can +specify any file-like object using the ``file`` argument. For example, this +can be used to redirect the messages writing to a log file or class. + +Redirecting writing +~~~~~~~~~~~~~~~~~~~ + +If using a library that can print messages to the console, editing the library +by replacing ``print()`` with ``tqdm.write()`` may not be desirable. +In that case, redirecting ``sys.stdout`` to ``tqdm.write()`` is an option. + +To redirect ``sys.stdout``, create a file-like class that will write +any input string to ``tqdm.write()``, and supply the arguments +``file=sys.stdout, dynamic_ncols=True``. + +A reusable canonical example is given below: + +.. code:: python + + from time import sleep + import contextlib + import sys + from tqdm import tqdm + from tqdm.contrib import DummyTqdmFile + + + @contextlib.contextmanager + def std_out_err_redirect_tqdm(): + orig_out_err = sys.stdout, sys.stderr + try: + sys.stdout, sys.stderr = map(DummyTqdmFile, orig_out_err) + yield orig_out_err[0] + # Relay exceptions + except Exception as exc: + raise exc + # Always restore sys.stdout/err if necessary + finally: + sys.stdout, sys.stderr = orig_out_err + + def some_fun(i): + print("Fee, fi, fo,".split()[i]) + + # Redirect stdout to tqdm.write() (don't forget the `as save_stdout`) + with std_out_err_redirect_tqdm() as orig_stdout: + # tqdm needs the original stdout + # and dynamic_ncols=True to autodetect console width + for i in tqdm(range(3), file=orig_stdout, dynamic_ncols=True): + sleep(.5) + some_fun(i) + + # After the `with`, printing is restored + print("Done!") + +Redirecting ``logging`` +~~~~~~~~~~~~~~~~~~~~~~~ + +Similar to ``sys.stdout``/``sys.stderr`` as detailed above, console ``logging`` +may also be redirected to ``tqdm.write()``. + +Warning: if also redirecting ``sys.stdout``/``sys.stderr``, make sure to +redirect ``logging`` first if needed. + +Helper methods are available in ``tqdm.contrib.logging``. For example: + +.. code:: python + + import logging + from tqdm import trange + from tqdm.contrib.logging import logging_redirect_tqdm + + LOG = logging.getLogger(__name__) + + if __name__ == '__main__': + logging.basicConfig(level=logging.INFO) + with logging_redirect_tqdm(): + for i in trange(9): + if i == 4: + LOG.info("console logging redirected to `tqdm.write()`") + # logging restored + +Monitoring thread, intervals and miniters +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +``tqdm`` implements a few tricks to increase efficiency and reduce overhead. + +- Avoid unnecessary frequent bar refreshing: ``mininterval`` defines how long + to wait between each refresh. ``tqdm`` always gets updated in the background, + but it will display only every ``mininterval``. +- Reduce number of calls to check system clock/time. +- ``mininterval`` is more intuitive to configure than ``miniters``. + A clever adjustment system ``dynamic_miniters`` will automatically adjust + ``miniters`` to the amount of iterations that fit into time ``mininterval``. + Essentially, ``tqdm`` will check if it's time to print without actually + checking time. This behaviour can be still be bypassed by manually setting + ``miniters``. + +However, consider a case with a combination of fast and slow iterations. +After a few fast iterations, ``dynamic_miniters`` will set ``miniters`` to a +large number. When iteration rate subsequently slows, ``miniters`` will +remain large and thus reduce display update frequency. To address this: + +- ``maxinterval`` defines the maximum time between display refreshes. + A concurrent monitoring thread checks for overdue updates and forces one + where necessary. + +The monitoring thread should not have a noticeable overhead, and guarantees +updates at least every 10 seconds by default. +This value can be directly changed by setting the ``monitor_interval`` of +any ``tqdm`` instance (i.e. ``t = tqdm.tqdm(...); t.monitor_interval = 2``). +The monitor thread may be disabled application-wide by setting +``tqdm.tqdm.monitor_interval = 0`` before instantiation of any ``tqdm`` bar. + + +Merch +----- + +You can buy `tqdm branded merch `__ now! + +Contributions +------------- + +|GitHub-Commits| |GitHub-Issues| |GitHub-PRs| |OpenHub-Status| |GitHub-Contributions| |CII Best Practices| + +All source code is hosted on `GitHub `__. +Contributions are welcome. + +See the +`CONTRIBUTING `__ +file for more information. + +Developers who have made significant contributions, ranked by *SLoC* +(surviving lines of code, +`git fame `__ ``-wMC --excl '\.(png|gif|jpg)$'``), +are: + +==================== ======================================================== ==== ================================ +Name ID SLoC Notes +==================== ======================================================== ==== ================================ +Casper da Costa-Luis `casperdcl `__ ~80% primary maintainer |Gift-Casper| +Stephen Larroque `lrq3000 `__ ~9% team member +Martin Zugnoni `martinzugnoni `__ ~3% +Daniel Ecer `de-code `__ ~2% +Richard Sheridan `richardsheridan `__ ~1% +Guangshuo Chen `chengs `__ ~1% +Helio Machado `0x2b3bfa0 `__ ~1% +Kyle Altendorf `altendky `__ <1% +Noam Yorav-Raphael `noamraph `__ <1% original author +Matthew Stevens `mjstevens777 `__ <1% +Hadrien Mary `hadim `__ <1% team member +Mikhail Korobov `kmike `__ <1% team member +==================== ======================================================== ==== ================================ + +Ports to Other Languages +~~~~~~~~~~~~~~~~~~~~~~~~ + +A list is available on +`this wiki page `__. + + +LICENCE +------- + +Open Source (OSI approved): |LICENCE| + +Citation information: |DOI| + +|README-Hits| (Since 19 May 2016) + +.. |Logo| image:: https://tqdm.github.io/img/logo.gif +.. |Screenshot| image:: https://tqdm.github.io/img/tqdm.gif +.. |Video| image:: https://tqdm.github.io/img/video.jpg + :target: https://tqdm.github.io/video +.. |Slides| image:: https://tqdm.github.io/img/slides.jpg + :target: https://tqdm.github.io/PyData2019/slides.html +.. |Merch| image:: https://tqdm.github.io/img/merch.jpg + :target: https://tqdm.github.io/merch +.. |Build-Status| image:: https://img.shields.io/github/actions/workflow/status/tqdm/tqdm/test.yml?branch=master&label=tqdm&logo=GitHub + :target: https://github.com/tqdm/tqdm/actions/workflows/test.yml +.. |Coverage-Status| image:: https://img.shields.io/coveralls/github/tqdm/tqdm/master?logo=coveralls + :target: https://coveralls.io/github/tqdm/tqdm +.. |Branch-Coverage-Status| image:: https://codecov.io/gh/tqdm/tqdm/branch/master/graph/badge.svg + :target: https://codecov.io/gh/tqdm/tqdm +.. |Codacy-Grade| image:: https://app.codacy.com/project/badge/Grade/3f965571598f44549c7818f29cdcf177 + :target: https://app.codacy.com/gh/tqdm/tqdm/dashboard +.. |CII Best Practices| image:: https://bestpractices.coreinfrastructure.org/projects/3264/badge + :target: https://bestpractices.coreinfrastructure.org/projects/3264 +.. |GitHub-Status| image:: https://img.shields.io/github/tag/tqdm/tqdm.svg?maxAge=86400&logo=github&logoColor=white + :target: https://github.com/tqdm/tqdm/releases +.. |GitHub-Forks| image:: https://img.shields.io/github/forks/tqdm/tqdm.svg?logo=github&logoColor=white + :target: https://github.com/tqdm/tqdm/network +.. |GitHub-Stars| image:: https://img.shields.io/github/stars/tqdm/tqdm.svg?logo=github&logoColor=white + :target: https://github.com/tqdm/tqdm/stargazers +.. |GitHub-Commits| image:: https://img.shields.io/github/commit-activity/y/tqdm/tqdm.svg?logo=git&logoColor=white + :target: https://github.com/tqdm/tqdm/graphs/commit-activity +.. |GitHub-Issues| image:: https://img.shields.io/github/issues-closed/tqdm/tqdm.svg?logo=github&logoColor=white + :target: https://github.com/tqdm/tqdm/issues?q= +.. |GitHub-PRs| image:: https://img.shields.io/github/issues-pr-closed/tqdm/tqdm.svg?logo=github&logoColor=white + :target: https://github.com/tqdm/tqdm/pulls +.. |GitHub-Contributions| image:: https://img.shields.io/github/contributors/tqdm/tqdm.svg?logo=github&logoColor=white + :target: https://github.com/tqdm/tqdm/graphs/contributors +.. |GitHub-Updated| image:: https://img.shields.io/github/last-commit/tqdm/tqdm/master.svg?logo=github&logoColor=white&label=pushed + :target: https://github.com/tqdm/tqdm/pulse +.. |Gift-Casper| image:: https://img.shields.io/badge/dynamic/json.svg?color=ff69b4&label=gifts%20received&prefix=%C2%A3&query=%24..sum&url=https%3A%2F%2Fcdcl.ml%2Fgifts.json + :target: https://cdcl.ml/sponsor +.. |Versions| image:: https://img.shields.io/pypi/v/tqdm.svg + :target: https://tqdm.github.io/releases +.. |PyPI-Downloads| image:: https://img.shields.io/pypi/dm/tqdm.svg?label=pypi%20downloads&logo=PyPI&logoColor=white + :target: https://pepy.tech/project/tqdm +.. |Py-Versions| image:: https://img.shields.io/pypi/pyversions/tqdm.svg?logo=python&logoColor=white + :target: https://pypi.org/project/tqdm +.. |Conda-Forge-Status| image:: https://img.shields.io/conda/v/conda-forge/tqdm.svg?label=conda-forge&logo=conda-forge + :target: https://anaconda.org/conda-forge/tqdm +.. |Snapcraft| image:: https://img.shields.io/badge/snap-install-82BEA0.svg?logo=snapcraft + :target: https://snapcraft.io/tqdm +.. |Docker| image:: https://img.shields.io/badge/docker-pull-blue.svg?logo=docker&logoColor=white + :target: https://hub.docker.com/r/tqdm/tqdm +.. |Libraries-Rank| image:: https://img.shields.io/librariesio/sourcerank/pypi/tqdm.svg?logo=koding&logoColor=white + :target: https://libraries.io/pypi/tqdm +.. |Libraries-Dependents| image:: https://img.shields.io/librariesio/dependent-repos/pypi/tqdm.svg?logo=koding&logoColor=white + :target: https://github.com/tqdm/tqdm/network/dependents +.. |OpenHub-Status| image:: https://www.openhub.net/p/tqdm/widgets/project_thin_badge?format=gif + :target: https://www.openhub.net/p/tqdm?ref=Thin+badge +.. |awesome-python| image:: https://awesome.re/mentioned-badge.svg + :target: https://github.com/vinta/awesome-python +.. |LICENCE| image:: https://img.shields.io/pypi/l/tqdm.svg + :target: https://raw.githubusercontent.com/tqdm/tqdm/master/LICENCE +.. |DOI| image:: https://img.shields.io/badge/DOI-10.5281/zenodo.595120-blue.svg + :target: https://doi.org/10.5281/zenodo.595120 +.. |colab-demo| image:: https://colab.research.google.com/assets/colab-badge.svg + :target: https://colab.research.google.com/github/tqdm/tqdm/blob/master/DEMO.ipynb +.. |binder-demo| image:: https://mybinder.org/badge_logo.svg + :target: https://mybinder.org/v2/gh/tqdm/tqdm/master?filepath=DEMO.ipynb +.. |Screenshot-Jupyter1| image:: https://tqdm.github.io/img/jupyter-1.gif +.. |Screenshot-Jupyter2| image:: https://tqdm.github.io/img/jupyter-2.gif +.. |Screenshot-Jupyter3| image:: https://tqdm.github.io/img/jupyter-3.gif +.. |README-Hits| image:: https://cgi.cdcl.ml/hits?q=tqdm&style=social&r=https://github.com/tqdm/tqdm&l=https://tqdm.github.io/img/favicon.png&f=https://tqdm.github.io/img/logo.gif + :target: https://cgi.cdcl.ml/hits?q=tqdm&a=plot&r=https://github.com/tqdm/tqdm&l=https://tqdm.github.io/img/favicon.png&f=https://tqdm.github.io/img/logo.gif&style=social diff --git a/.cache/pip/http-v2/b/5/7/a/9/b57a93fe5f8c75cd00cfe703d012d39466ff7ca30bf44d13df4112f6 b/.cache/pip/http-v2/b/5/7/a/9/b57a93fe5f8c75cd00cfe703d012d39466ff7ca30bf44d13df4112f6 new file mode 100644 index 0000000000000000000000000000000000000000..92e355a6efe1912d64d0dc35ee626bd2899c1a65 Binary files /dev/null and b/.cache/pip/http-v2/b/5/7/a/9/b57a93fe5f8c75cd00cfe703d012d39466ff7ca30bf44d13df4112f6 differ diff --git a/.cache/pip/http-v2/b/6/4/f/4/b64f4e96102e9c6adde67b625d5b97feb282085af8e01384bba37676 b/.cache/pip/http-v2/b/6/4/f/4/b64f4e96102e9c6adde67b625d5b97feb282085af8e01384bba37676 new file mode 100644 index 0000000000000000000000000000000000000000..ed64a8110a420585bebd4afd624571496132d5be Binary files /dev/null and b/.cache/pip/http-v2/b/6/4/f/4/b64f4e96102e9c6adde67b625d5b97feb282085af8e01384bba37676 differ diff --git a/.cache/pip/http-v2/b/6/4/f/4/b64f4e96102e9c6adde67b625d5b97feb282085af8e01384bba37676.body b/.cache/pip/http-v2/b/6/4/f/4/b64f4e96102e9c6adde67b625d5b97feb282085af8e01384bba37676.body new file mode 100644 index 0000000000000000000000000000000000000000..291a98afe41fd0765b676c1ed69de7e59d683635 --- /dev/null +++ b/.cache/pip/http-v2/b/6/4/f/4/b64f4e96102e9c6adde67b625d5b97feb282085af8e01384bba37676.body @@ -0,0 +1,243 @@ +Metadata-Version: 2.4 +Name: SQLAlchemy +Version: 2.0.50 +Summary: Database Abstraction Library +Home-page: https://www.sqlalchemy.org +Author: Mike Bayer +Author-email: mike_mp@zzzcomputing.com +License: MIT +Project-URL: Documentation, https://docs.sqlalchemy.org +Project-URL: Issue Tracker, https://github.com/sqlalchemy/sqlalchemy/ +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Database :: Front-Ends +Requires-Python: >=3.7 +Description-Content-Type: text/x-rst +License-File: LICENSE +Requires-Dist: importlib-metadata; python_version < "3.8" +Requires-Dist: greenlet>=1; platform_machine == "aarch64" or (platform_machine == "ppc64le" or (platform_machine == "x86_64" or (platform_machine == "amd64" or (platform_machine == "AMD64" or (platform_machine == "win32" or platform_machine == "WIN32"))))) +Requires-Dist: typing-extensions>=4.6.0 +Provides-Extra: asyncio +Requires-Dist: greenlet>=1; extra == "asyncio" +Provides-Extra: mypy +Requires-Dist: mypy>=0.910; extra == "mypy" +Provides-Extra: mssql +Requires-Dist: pyodbc; extra == "mssql" +Provides-Extra: mssql-pymssql +Requires-Dist: pymssql; extra == "mssql-pymssql" +Provides-Extra: mssql-pyodbc +Requires-Dist: pyodbc; extra == "mssql-pyodbc" +Provides-Extra: mysql +Requires-Dist: mysqlclient>=1.4.0; extra == "mysql" +Provides-Extra: mysql-connector +Requires-Dist: mysql-connector-python; extra == "mysql-connector" +Provides-Extra: mariadb-connector +Requires-Dist: mariadb!=1.1.10,!=1.1.2,!=1.1.5,>=1.0.1; extra == "mariadb-connector" +Provides-Extra: oracle +Requires-Dist: cx_oracle>=8; extra == "oracle" +Provides-Extra: oracle-oracledb +Requires-Dist: oracledb>=1.0.1; extra == "oracle-oracledb" +Provides-Extra: postgresql +Requires-Dist: psycopg2>=2.7; extra == "postgresql" +Provides-Extra: postgresql-pg8000 +Requires-Dist: pg8000>=1.29.1; extra == "postgresql-pg8000" +Provides-Extra: postgresql-asyncpg +Requires-Dist: greenlet>=1; extra == "postgresql-asyncpg" +Requires-Dist: asyncpg; extra == "postgresql-asyncpg" +Provides-Extra: postgresql-psycopg2binary +Requires-Dist: psycopg2-binary; extra == "postgresql-psycopg2binary" +Provides-Extra: postgresql-psycopg2cffi +Requires-Dist: psycopg2cffi; extra == "postgresql-psycopg2cffi" +Provides-Extra: postgresql-psycopg +Requires-Dist: psycopg>=3.0.7; extra == "postgresql-psycopg" +Provides-Extra: postgresql-psycopgbinary +Requires-Dist: psycopg[binary]>=3.0.7; extra == "postgresql-psycopgbinary" +Provides-Extra: pymysql +Requires-Dist: pymysql; extra == "pymysql" +Provides-Extra: aiomysql +Requires-Dist: greenlet>=1; extra == "aiomysql" +Requires-Dist: aiomysql>=0.2.0; extra == "aiomysql" +Provides-Extra: aioodbc +Requires-Dist: greenlet>=1; extra == "aioodbc" +Requires-Dist: aioodbc; extra == "aioodbc" +Provides-Extra: asyncmy +Requires-Dist: greenlet>=1; extra == "asyncmy" +Requires-Dist: asyncmy!=0.2.4,!=0.2.6,>=0.2.3; extra == "asyncmy" +Provides-Extra: aiosqlite +Requires-Dist: greenlet>=1; extra == "aiosqlite" +Requires-Dist: aiosqlite; extra == "aiosqlite" +Requires-Dist: typing_extensions!=3.10.0.1; extra == "aiosqlite" +Provides-Extra: sqlcipher +Requires-Dist: sqlcipher3_binary; extra == "sqlcipher" +Dynamic: license-file + +SQLAlchemy +========== + +|PyPI| |Python| |Downloads| + +.. |PyPI| image:: https://img.shields.io/pypi/v/sqlalchemy + :target: https://pypi.org/project/sqlalchemy + :alt: PyPI + +.. |Python| image:: https://img.shields.io/pypi/pyversions/sqlalchemy + :target: https://pypi.org/project/sqlalchemy + :alt: PyPI - Python Version + +.. |Downloads| image:: https://static.pepy.tech/badge/sqlalchemy/month + :target: https://pepy.tech/project/sqlalchemy + :alt: PyPI - Downloads + + +The Python SQL Toolkit and Object Relational Mapper + +Introduction +------------- + +SQLAlchemy is the Python SQL toolkit and Object Relational Mapper +that gives application developers the full power and +flexibility of SQL. SQLAlchemy provides a full suite +of well known enterprise-level persistence patterns, +designed for efficient and high-performing database +access, adapted into a simple and Pythonic domain +language. + +Major SQLAlchemy features include: + +* An industrial strength ORM, built + from the core on the identity map, unit of work, + and data mapper patterns. These patterns + allow transparent persistence of objects + using a declarative configuration system. + Domain models + can be constructed and manipulated naturally, + and changes are synchronized with the + current transaction automatically. +* A relationally-oriented query system, exposing + the full range of SQL's capabilities + explicitly, including joins, subqueries, + correlation, and most everything else, + in terms of the object model. + Writing queries with the ORM uses the same + techniques of relational composition you use + when writing SQL. While you can drop into + literal SQL at any time, it's virtually never + needed. +* A comprehensive and flexible system + of eager loading for related collections and objects. + Collections are cached within a session, + and can be loaded on individual access, all + at once using joins, or by query per collection + across the full result set. +* A Core SQL construction system and DBAPI + interaction layer. The SQLAlchemy Core is + separate from the ORM and is a full database + abstraction layer in its own right, and includes + an extensible Python-based SQL expression + language, schema metadata, connection pooling, + type coercion, and custom types. +* All primary and foreign key constraints are + assumed to be composite and natural. Surrogate + integer primary keys are of course still the + norm, but SQLAlchemy never assumes or hardcodes + to this model. +* Database introspection and generation. Database + schemas can be "reflected" in one step into + Python structures representing database metadata; + those same structures can then generate + CREATE statements right back out - all within + the Core, independent of the ORM. + +SQLAlchemy's philosophy: + +* SQL databases behave less and less like object + collections the more size and performance start to + matter; object collections behave less and less like + tables and rows the more abstraction starts to matter. + SQLAlchemy aims to accommodate both of these + principles. +* An ORM doesn't need to hide the "R". A relational + database provides rich, set-based functionality + that should be fully exposed. SQLAlchemy's + ORM provides an open-ended set of patterns + that allow a developer to construct a custom + mediation layer between a domain model and + a relational schema, turning the so-called + "object relational impedance" issue into + a distant memory. +* The developer, in all cases, makes all decisions + regarding the design, structure, and naming conventions + of both the object model as well as the relational + schema. SQLAlchemy only provides the means + to automate the execution of these decisions. +* With SQLAlchemy, there's no such thing as + "the ORM generated a bad query" - you + retain full control over the structure of + queries, including how joins are organized, + how subqueries and correlation is used, what + columns are requested. Everything SQLAlchemy + does is ultimately the result of a developer-initiated + decision. +* Don't use an ORM if the problem doesn't need one. + SQLAlchemy consists of a Core and separate ORM + component. The Core offers a full SQL expression + language that allows Pythonic construction + of SQL constructs that render directly to SQL + strings for a target database, returning + result sets that are essentially enhanced DBAPI + cursors. +* Transactions should be the norm. With SQLAlchemy's + ORM, nothing goes to permanent storage until + commit() is called. SQLAlchemy encourages applications + to create a consistent means of delineating + the start and end of a series of operations. +* Never render a literal value in a SQL statement. + Bound parameters are used to the greatest degree + possible, allowing query optimizers to cache + query plans effectively and making SQL injection + attacks a non-issue. + +Documentation +------------- + +Latest documentation is at: + +https://www.sqlalchemy.org/docs/ + +Installation / Requirements +--------------------------- + +Full documentation for installation is at +`Installation `_. + +Getting Help / Development / Bug reporting +------------------------------------------ + +Please refer to the `SQLAlchemy Community Guide `_. + +Code of Conduct +--------------- + +Above all, SQLAlchemy places great emphasis on polite, thoughtful, and +constructive communication between users and developers. +Please see our current Code of Conduct at +`Code of Conduct `_. + +License +------- + +SQLAlchemy is distributed under the `MIT license +`_. + diff --git a/.cache/pip/http-v2/b/b/a/d/c/bbadc07fc383ff650474f2a8246a59ba64776ab6b35809d02400a398 b/.cache/pip/http-v2/b/b/a/d/c/bbadc07fc383ff650474f2a8246a59ba64776ab6b35809d02400a398 new file mode 100644 index 0000000000000000000000000000000000000000..349593727887505a3c2cc87c18577d389c8d2d72 Binary files /dev/null and b/.cache/pip/http-v2/b/b/a/d/c/bbadc07fc383ff650474f2a8246a59ba64776ab6b35809d02400a398 differ diff --git a/.cache/pip/http-v2/b/b/a/d/c/bbadc07fc383ff650474f2a8246a59ba64776ab6b35809d02400a398.body b/.cache/pip/http-v2/b/b/a/d/c/bbadc07fc383ff650474f2a8246a59ba64776ab6b35809d02400a398.body new file mode 100644 index 0000000000000000000000000000000000000000..15ca3c1efed9694d21cb6f2c991fe3077c5b126e Binary files /dev/null and b/.cache/pip/http-v2/b/b/a/d/c/bbadc07fc383ff650474f2a8246a59ba64776ab6b35809d02400a398.body differ diff --git a/.cache/pip/http-v2/b/d/e/3/5/bde35687488c55db5a76aa7d7d7303d9d4fe93d76b86b54dee14bfae b/.cache/pip/http-v2/b/d/e/3/5/bde35687488c55db5a76aa7d7d7303d9d4fe93d76b86b54dee14bfae new file mode 100644 index 0000000000000000000000000000000000000000..d2d44d9f459c093a8ee88c179ddb47ca4e351520 Binary files /dev/null and b/.cache/pip/http-v2/b/d/e/3/5/bde35687488c55db5a76aa7d7d7303d9d4fe93d76b86b54dee14bfae differ diff --git a/.cache/pip/http-v2/b/d/e/3/5/bde35687488c55db5a76aa7d7d7303d9d4fe93d76b86b54dee14bfae.body b/.cache/pip/http-v2/b/d/e/3/5/bde35687488c55db5a76aa7d7d7303d9d4fe93d76b86b54dee14bfae.body new file mode 100644 index 0000000000000000000000000000000000000000..0d2860fcb8b2492bd95be7cbdf3567991a335b50 --- /dev/null +++ b/.cache/pip/http-v2/b/d/e/3/5/bde35687488c55db5a76aa7d7d7303d9d4fe93d76b86b54dee14bfae.body @@ -0,0 +1,329 @@ +Metadata-Version: 2.4 +Name: huggingface_hub +Version: 1.19.0 +Summary: Client library to download and publish models, datasets and other repos on the huggingface.co hub +Home-page: https://github.com/huggingface/huggingface_hub +Author: Hugging Face, Inc. +Author-email: julien@huggingface.co +License: Apache-2.0 +Keywords: model-hub machine-learning models natural-language-processing deep-learning pytorch pretrained-models +Classifier: Intended Audience :: Developers +Classifier: Intended Audience :: Education +Classifier: Intended Audience :: Science/Research +Classifier: License :: OSI Approved :: Apache Software License +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 +Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence +Requires-Python: >=3.10.0 +Description-Content-Type: text/markdown +License-File: LICENSE +Requires-Dist: click>=8.4.0 +Requires-Dist: filelock>=3.10.0 +Requires-Dist: fsspec>=2023.5.0 +Requires-Dist: hf-xet<2.0.0,>=1.5.1; platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "arm64" or platform_machine == "aarch64" +Requires-Dist: httpx<1,>=0.23.0 +Requires-Dist: packaging>=20.9 +Requires-Dist: pyyaml>=5.1 +Requires-Dist: tqdm>=4.42.1 +Requires-Dist: typer<0.26.0,>=0.20.0 +Requires-Dist: typing-extensions>=4.1.0 +Provides-Extra: oauth +Requires-Dist: authlib>=1.3.2; extra == "oauth" +Requires-Dist: fastapi; extra == "oauth" +Requires-Dist: httpx; extra == "oauth" +Requires-Dist: itsdangerous; extra == "oauth" +Provides-Extra: torch +Requires-Dist: torch; extra == "torch" +Requires-Dist: safetensors[torch]; extra == "torch" +Provides-Extra: fastai +Requires-Dist: toml; extra == "fastai" +Requires-Dist: fastai>=2.4; extra == "fastai" +Requires-Dist: fastcore>=1.3.27; extra == "fastai" +Provides-Extra: hf-xet +Requires-Dist: hf-xet<2.0.0,>=1.5.1; extra == "hf-xet" +Provides-Extra: mcp +Requires-Dist: mcp>=1.8.0; extra == "mcp" +Provides-Extra: testing +Requires-Dist: authlib>=1.3.2; extra == "testing" +Requires-Dist: fastapi; extra == "testing" +Requires-Dist: httpx; extra == "testing" +Requires-Dist: itsdangerous; extra == "testing" +Requires-Dist: jedi; extra == "testing" +Requires-Dist: Jinja2; extra == "testing" +Requires-Dist: pytest>=8.4.2; extra == "testing" +Requires-Dist: pytest-cov; extra == "testing" +Requires-Dist: pytest-env; extra == "testing" +Requires-Dist: pytest-xdist; extra == "testing" +Requires-Dist: pytest-vcr; extra == "testing" +Requires-Dist: pytest-asyncio; extra == "testing" +Requires-Dist: pytest-rerunfailures<16.0; extra == "testing" +Requires-Dist: pytest-mock; extra == "testing" +Requires-Dist: urllib3<2.0; extra == "testing" +Requires-Dist: soundfile; extra == "testing" +Requires-Dist: Pillow; extra == "testing" +Requires-Dist: numpy; extra == "testing" +Requires-Dist: duckdb; extra == "testing" +Requires-Dist: fastapi; extra == "testing" +Provides-Extra: gradio +Requires-Dist: gradio>=5.0.0; extra == "gradio" +Requires-Dist: requests; extra == "gradio" +Provides-Extra: typing +Requires-Dist: typing-extensions>=4.8.0; extra == "typing" +Requires-Dist: types-PyYAML; extra == "typing" +Requires-Dist: types-simplejson; extra == "typing" +Requires-Dist: types-toml; extra == "typing" +Requires-Dist: types-tqdm; extra == "typing" +Requires-Dist: types-urllib3; extra == "typing" +Provides-Extra: quality +Requires-Dist: ruff>=0.9.0; extra == "quality" +Requires-Dist: mypy==1.15.0; extra == "quality" +Requires-Dist: libcst>=1.4.0; extra == "quality" +Requires-Dist: ty; extra == "quality" +Provides-Extra: all +Requires-Dist: authlib>=1.3.2; extra == "all" +Requires-Dist: fastapi; extra == "all" +Requires-Dist: httpx; extra == "all" +Requires-Dist: itsdangerous; extra == "all" +Requires-Dist: jedi; extra == "all" +Requires-Dist: Jinja2; extra == "all" +Requires-Dist: pytest>=8.4.2; extra == "all" +Requires-Dist: pytest-cov; extra == "all" +Requires-Dist: pytest-env; extra == "all" +Requires-Dist: pytest-xdist; extra == "all" +Requires-Dist: pytest-vcr; extra == "all" +Requires-Dist: pytest-asyncio; extra == "all" +Requires-Dist: pytest-rerunfailures<16.0; extra == "all" +Requires-Dist: pytest-mock; extra == "all" +Requires-Dist: urllib3<2.0; extra == "all" +Requires-Dist: soundfile; extra == "all" +Requires-Dist: Pillow; extra == "all" +Requires-Dist: numpy; extra == "all" +Requires-Dist: duckdb; extra == "all" +Requires-Dist: fastapi; extra == "all" +Requires-Dist: ruff>=0.9.0; extra == "all" +Requires-Dist: mypy==1.15.0; extra == "all" +Requires-Dist: libcst>=1.4.0; extra == "all" +Requires-Dist: ty; extra == "all" +Requires-Dist: typing-extensions>=4.8.0; extra == "all" +Requires-Dist: types-PyYAML; extra == "all" +Requires-Dist: types-simplejson; extra == "all" +Requires-Dist: types-toml; extra == "all" +Requires-Dist: types-tqdm; extra == "all" +Requires-Dist: types-urllib3; extra == "all" +Provides-Extra: dev +Requires-Dist: authlib>=1.3.2; extra == "dev" +Requires-Dist: fastapi; extra == "dev" +Requires-Dist: httpx; extra == "dev" +Requires-Dist: itsdangerous; extra == "dev" +Requires-Dist: jedi; extra == "dev" +Requires-Dist: Jinja2; extra == "dev" +Requires-Dist: pytest>=8.4.2; extra == "dev" +Requires-Dist: pytest-cov; extra == "dev" +Requires-Dist: pytest-env; extra == "dev" +Requires-Dist: pytest-xdist; extra == "dev" +Requires-Dist: pytest-vcr; extra == "dev" +Requires-Dist: pytest-asyncio; extra == "dev" +Requires-Dist: pytest-rerunfailures<16.0; extra == "dev" +Requires-Dist: pytest-mock; extra == "dev" +Requires-Dist: urllib3<2.0; extra == "dev" +Requires-Dist: soundfile; extra == "dev" +Requires-Dist: Pillow; extra == "dev" +Requires-Dist: numpy; extra == "dev" +Requires-Dist: duckdb; extra == "dev" +Requires-Dist: fastapi; extra == "dev" +Requires-Dist: ruff>=0.9.0; extra == "dev" +Requires-Dist: mypy==1.15.0; extra == "dev" +Requires-Dist: libcst>=1.4.0; extra == "dev" +Requires-Dist: ty; extra == "dev" +Requires-Dist: typing-extensions>=4.8.0; extra == "dev" +Requires-Dist: types-PyYAML; extra == "dev" +Requires-Dist: types-simplejson; extra == "dev" +Requires-Dist: types-toml; extra == "dev" +Requires-Dist: types-tqdm; extra == "dev" +Requires-Dist: types-urllib3; extra == "dev" +Dynamic: author +Dynamic: author-email +Dynamic: classifier +Dynamic: description +Dynamic: description-content-type +Dynamic: home-page +Dynamic: keywords +Dynamic: license +Dynamic: license-file +Dynamic: provides-extra +Dynamic: requires-dist +Dynamic: requires-python +Dynamic: summary + +

+ + + + huggingface_hub library logo + +
+
+

+ +

+ The official Python client for the Huggingface Hub. +

+ +

+ Documentation + GitHub release + PyPi version + PyPI - Downloads + Code coverage +

+ +

+

+ English | + Deutsch | + Français | + हिंदी | + 한국어 | + 中文 (简体) +

+

+ +--- + +**Documentation**: https://hf.co/docs/huggingface_hub + +**Source Code**: https://github.com/huggingface/huggingface_hub + +--- + +## Welcome to the huggingface_hub library + +The `huggingface_hub` library allows you to interact with the [Hugging Face Hub](https://huggingface.co/), a platform democratizing open-source Machine Learning for creators and collaborators. Discover pre-trained models and datasets for your projects or play with the thousands of machine learning apps hosted on the Hub. You can also create and share your own models, datasets and demos with the community. The `huggingface_hub` library provides a simple way to do all these things with Python. + +## Key features + +- [Download files](https://huggingface.co/docs/huggingface_hub/en/guides/download) from the Hub. +- [Upload files](https://huggingface.co/docs/huggingface_hub/en/guides/upload) to the Hub. +- [Manage your repositories](https://huggingface.co/docs/huggingface_hub/en/guides/repository). +- [Run Inference](https://huggingface.co/docs/huggingface_hub/en/guides/inference) on deployed models. +- [Search](https://huggingface.co/docs/huggingface_hub/en/guides/search) for models, datasets and Spaces. +- [Share Model Cards](https://huggingface.co/docs/huggingface_hub/en/guides/model-cards) to document your models. +- [Engage with the community](https://huggingface.co/docs/huggingface_hub/en/guides/community) through PRs and comments. + +## Installation + +Install the `huggingface_hub` package with [pip](https://pypi.org/project/huggingface-hub/): + +```bash +pip install huggingface_hub +``` + +We recommend using [`uv`](https://docs.astral.sh/uv/) for a fast and reliable install: + +```bash +uv pip install huggingface_hub +``` + +In order to keep the package minimal by default, `huggingface_hub` comes with optional dependencies useful for some use cases. For example, if you want to use the MCP module, run: + +```bash +pip install "huggingface_hub[mcp]" +``` + +To learn more about installation and optional dependencies, check out the [installation guide](https://huggingface.co/docs/huggingface_hub/en/installation). + +## Quick start + +### Download files + +Download a single file + +```py +from huggingface_hub import hf_hub_download + +hf_hub_download(repo_id="tiiuae/falcon-7b-instruct", filename="config.json") +``` + +Or an entire repository + +```py +from huggingface_hub import snapshot_download + +snapshot_download("stabilityai/stable-diffusion-2-1") +``` + +Files will be downloaded in a local cache folder. More details in [this guide](https://huggingface.co/docs/huggingface_hub/en/guides/manage-cache). + +### Login + +The Hugging Face Hub uses tokens to authenticate applications (see [docs](https://huggingface.co/docs/hub/security-tokens)). To log in your machine, run the following CLI: + +```bash +hf auth login +# or using an environment variable +hf auth login --token $HUGGINGFACE_TOKEN +``` + +### Create a repository + +```py +from huggingface_hub import create_repo + +create_repo(repo_id="super-cool-model") +``` + +### Upload files + +Upload a single file + +```py +from huggingface_hub import upload_file + +upload_file( + path_or_fileobj="/home/lysandre/dummy-test/README.md", + path_in_repo="README.md", + repo_id="lysandre/test-model", +) +``` + +Or an entire folder + +```py +from huggingface_hub import upload_folder + +upload_folder( + folder_path="/path/to/local/space", + repo_id="username/my-cool-space", + repo_type="space", +) +``` + +For details in the [upload guide](https://huggingface.co/docs/huggingface_hub/en/guides/upload). + +## Integrating to the Hub. + +We're partnering with cool open source ML libraries to provide free model hosting and versioning. You can find the existing integrations [here](https://huggingface.co/docs/hub/libraries). + +The advantages are: + +- Free model or dataset hosting for libraries and their users. +- Built-in file versioning, even with very large files, thanks to a git-based approach. +- In-browser widgets to play with the uploaded models. +- Anyone can upload a new model for your library, they just need to add the corresponding tag for the model to be discoverable. +- Fast downloads! We use Cloudfront (a CDN) to geo-replicate downloads so they're blazing fast from anywhere on the globe. +- Usage stats and more features to come. + +If you would like to integrate your library, feel free to open an issue to begin the discussion. We wrote a [step-by-step guide](https://huggingface.co/docs/hub/adding-a-library) with ❤️ showing how to do this integration. + +## Contributions (feature requests, bugs, etc.) are super welcome 💙💚💛💜🧡❤️ + +Everyone is welcome to contribute, and we value everybody's contribution. Code is not the only way to help the community. +Answering questions, helping others, reaching out and improving the documentations are immensely valuable to the community. +We wrote a [contribution guide](https://github.com/huggingface/huggingface_hub/blob/main/CONTRIBUTING.md) to summarize +how to get started to contribute to this repository. diff --git a/.cache/pip/http-v2/b/e/5/9/9/be599e435b04e9191df28c1690b91394df11dcc43b78b8097f2cac95 b/.cache/pip/http-v2/b/e/5/9/9/be599e435b04e9191df28c1690b91394df11dcc43b78b8097f2cac95 new file mode 100644 index 0000000000000000000000000000000000000000..5b89e5fa6b35727d9796f11e886b0ea854669654 Binary files /dev/null and b/.cache/pip/http-v2/b/e/5/9/9/be599e435b04e9191df28c1690b91394df11dcc43b78b8097f2cac95 differ diff --git a/.cache/pip/http-v2/b/e/5/9/9/be599e435b04e9191df28c1690b91394df11dcc43b78b8097f2cac95.body b/.cache/pip/http-v2/b/e/5/9/9/be599e435b04e9191df28c1690b91394df11dcc43b78b8097f2cac95.body new file mode 100644 index 0000000000000000000000000000000000000000..3faee0eca1e21fae28d6c331ff611176403e21e8 Binary files /dev/null and b/.cache/pip/http-v2/b/e/5/9/9/be599e435b04e9191df28c1690b91394df11dcc43b78b8097f2cac95.body differ diff --git a/.cache/pip/http-v2/b/e/d/4/e/bed4e7c2b407105e5c80f6f3c9c9ce06074cd1bc90409700e4489759 b/.cache/pip/http-v2/b/e/d/4/e/bed4e7c2b407105e5c80f6f3c9c9ce06074cd1bc90409700e4489759 new file mode 100644 index 0000000000000000000000000000000000000000..773be0605be57dd30481224b6bf70d3446329593 Binary files /dev/null and b/.cache/pip/http-v2/b/e/d/4/e/bed4e7c2b407105e5c80f6f3c9c9ce06074cd1bc90409700e4489759 differ diff --git a/.cache/pip/http-v2/b/e/d/4/e/bed4e7c2b407105e5c80f6f3c9c9ce06074cd1bc90409700e4489759.body b/.cache/pip/http-v2/b/e/d/4/e/bed4e7c2b407105e5c80f6f3c9c9ce06074cd1bc90409700e4489759.body new file mode 100644 index 0000000000000000000000000000000000000000..6b8b6aba83b1b8f8a9f33007ed178b42cdefd850 Binary files /dev/null and b/.cache/pip/http-v2/b/e/d/4/e/bed4e7c2b407105e5c80f6f3c9c9ce06074cd1bc90409700e4489759.body differ diff --git a/.cache/pip/http-v2/c/6/3/0/6/c6306d205b48faecb62eb823053e850df036f38e59b11523829f5c31 b/.cache/pip/http-v2/c/6/3/0/6/c6306d205b48faecb62eb823053e850df036f38e59b11523829f5c31 new file mode 100644 index 0000000000000000000000000000000000000000..f0fe99849b9f2f340d58ea00adda5471b6838cdc Binary files /dev/null and b/.cache/pip/http-v2/c/6/3/0/6/c6306d205b48faecb62eb823053e850df036f38e59b11523829f5c31 differ diff --git a/.cache/pip/http-v2/c/6/3/0/6/c6306d205b48faecb62eb823053e850df036f38e59b11523829f5c31.body b/.cache/pip/http-v2/c/6/3/0/6/c6306d205b48faecb62eb823053e850df036f38e59b11523829f5c31.body new file mode 100644 index 0000000000000000000000000000000000000000..bae67ee8ec7e979d15ec6c1d34d8d6375eef8d83 Binary files /dev/null and b/.cache/pip/http-v2/c/6/3/0/6/c6306d205b48faecb62eb823053e850df036f38e59b11523829f5c31.body differ diff --git a/.cache/pip/http-v2/c/6/b/d/5/c6bd5e2fa83cb62936eaefeb65d704fe70d9bcd9603dcdc77d74257d b/.cache/pip/http-v2/c/6/b/d/5/c6bd5e2fa83cb62936eaefeb65d704fe70d9bcd9603dcdc77d74257d new file mode 100644 index 0000000000000000000000000000000000000000..a0819d2415ef1df908faf725adaebe28894b3fde Binary files /dev/null and b/.cache/pip/http-v2/c/6/b/d/5/c6bd5e2fa83cb62936eaefeb65d704fe70d9bcd9603dcdc77d74257d differ diff --git a/.cache/pip/http-v2/c/6/b/d/5/c6bd5e2fa83cb62936eaefeb65d704fe70d9bcd9603dcdc77d74257d.body b/.cache/pip/http-v2/c/6/b/d/5/c6bd5e2fa83cb62936eaefeb65d704fe70d9bcd9603dcdc77d74257d.body new file mode 100644 index 0000000000000000000000000000000000000000..840b4923b46d17c7270a17477b020886827e786a Binary files /dev/null and b/.cache/pip/http-v2/c/6/b/d/5/c6bd5e2fa83cb62936eaefeb65d704fe70d9bcd9603dcdc77d74257d.body differ diff --git a/.cache/pip/http-v2/c/8/4/4/6/c84464fe37be1d534151bcdb9cc17e882f3b79853f43ffdb6425f333 b/.cache/pip/http-v2/c/8/4/4/6/c84464fe37be1d534151bcdb9cc17e882f3b79853f43ffdb6425f333 new file mode 100644 index 0000000000000000000000000000000000000000..7b2bb0ba7074ecb6b6c9881a313bbe02fd0c4eff Binary files /dev/null and b/.cache/pip/http-v2/c/8/4/4/6/c84464fe37be1d534151bcdb9cc17e882f3b79853f43ffdb6425f333 differ diff --git a/.cache/pip/http-v2/c/8/4/4/6/c84464fe37be1d534151bcdb9cc17e882f3b79853f43ffdb6425f333.body b/.cache/pip/http-v2/c/8/4/4/6/c84464fe37be1d534151bcdb9cc17e882f3b79853f43ffdb6425f333.body new file mode 100644 index 0000000000000000000000000000000000000000..2262ddb9d5a729b09fa18bda3ba44da23a688920 --- /dev/null +++ b/.cache/pip/http-v2/c/8/4/4/6/c84464fe37be1d534151bcdb9cc17e882f3b79853f43ffdb6425f333.body @@ -0,0 +1,1086 @@ +Metadata-Version: 2.1 +Name: scipy +Version: 1.17.1 +Summary: Fundamental algorithms for scientific computing in Python +Maintainer-Email: SciPy Developers +License: Copyright (c) 2001-2002 Enthought, Inc. 2003, SciPy Developers. + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + 3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + ---- + + This binary distribution of SciPy can also bundle the following software + (depending on the build): + + + Name: OpenBLAS + Files: scipy.libs/libscipy_openblas*.so + Description: bundled as a dynamically linked library + Availability: https://github.com/OpenMathLib/OpenBLAS/ + License: BSD-3-Clause + Copyright (c) 2011-2014, The OpenBLAS Project + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + 3. Neither the name of the OpenBLAS project nor the names of + its contributors may be used to endorse or promote products + derived from this software without specific prior written + permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE + USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + Name: LAPACK + Files: scipy.libs/libscipy_openblas*.so + Description: bundled in OpenBLAS + Availability: https://github.com/OpenMathLib/OpenBLAS/ + License: BSD-3-Clause-Open-MPI + Copyright (c) 1992-2013 The University of Tennessee and The University + of Tennessee Research Foundation. All rights + reserved. + Copyright (c) 2000-2013 The University of California Berkeley. All + rights reserved. + Copyright (c) 2006-2013 The University of Colorado Denver. All rights + reserved. + + $COPYRIGHT$ + + Additional copyrights may follow + + $HEADER$ + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + + - Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + - Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer listed + in this license in the documentation and/or other materials + provided with the distribution. + + - Neither the name of the copyright holders nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + + The copyright holders provide no reassurances that the source code + provided does not infringe any patent, copyright, or any other + intellectual property rights of third parties. The copyright holders + disclaim any liability to any recipient for claims brought against + recipient by any third party for infringement of that parties + intellectual property rights. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + Name: GCC runtime library + Files: scipy.libs/libgfortran*.so + Description: dynamically linked to files compiled with gcc + Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libgfortran + License: GPL-3.0-or-later WITH GCC-exception-3.1 + Copyright (C) 2002-2017 Free Software Foundation, Inc. + + Libgfortran is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3, or (at your option) + any later version. + + Libgfortran is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + Under Section 7 of GPL version 3, you are granted additional + permissions described in the GCC Runtime Library Exception, version + 3.1, as published by the Free Software Foundation. + + You should have received a copy of the GNU General Public License and + a copy of the GCC Runtime Library Exception along with this program; + see the files COPYING3 and COPYING.RUNTIME respectively. If not, see + . + + ---- + + Full text of license texts referred to above follows (that they are + listed below does not necessarily imply the conditions apply to the + present binary release): + + ---- + + GCC RUNTIME LIBRARY EXCEPTION + + Version 3.1, 31 March 2009 + + Copyright (C) 2009 Free Software Foundation, Inc. + + Everyone is permitted to copy and distribute verbatim copies of this + license document, but changing it is not allowed. + + This GCC Runtime Library Exception ("Exception") is an additional + permission under section 7 of the GNU General Public License, version + 3 ("GPLv3"). It applies to a given file (the "Runtime Library") that + bears a notice placed by the copyright holder of the file stating that + the file is governed by GPLv3 along with this Exception. + + When you use GCC to compile a program, GCC may combine portions of + certain GCC header files and runtime libraries with the compiled + program. The purpose of this Exception is to allow compilation of + non-GPL (including proprietary) programs to use, in this way, the + header files and runtime libraries covered by this Exception. + + 0. Definitions. + + A file is an "Independent Module" if it either requires the Runtime + Library for execution after a Compilation Process, or makes use of an + interface provided by the Runtime Library, but is not otherwise based + on the Runtime Library. + + "GCC" means a version of the GNU Compiler Collection, with or without + modifications, governed by version 3 (or a specified later version) of + the GNU General Public License (GPL) with the option of using any + subsequent versions published by the FSF. + + "GPL-compatible Software" is software whose conditions of propagation, + modification and use would permit combination with GCC in accord with + the license of GCC. + + "Target Code" refers to output from any compiler for a real or virtual + target processor architecture, in executable form or suitable for + input to an assembler, loader, linker and/or execution + phase. Notwithstanding that, Target Code does not include data in any + format that is used as a compiler intermediate representation, or used + for producing a compiler intermediate representation. + + The "Compilation Process" transforms code entirely represented in + non-intermediate languages designed for human-written code, and/or in + Java Virtual Machine byte code, into Target Code. Thus, for example, + use of source code generators and preprocessors need not be considered + part of the Compilation Process, since the Compilation Process can be + understood as starting with the output of the generators or + preprocessors. + + A Compilation Process is "Eligible" if it is done using GCC, alone or + with other GPL-compatible software, or if it is done without using any + work based on GCC. For example, using non-GPL-compatible Software to + optimize any GCC intermediate representations would not qualify as an + Eligible Compilation Process. + + 1. Grant of Additional Permission. + + You have permission to propagate a work of Target Code formed by + combining the Runtime Library with Independent Modules, even if such + propagation would otherwise violate the terms of GPLv3, provided that + all Target Code was generated by Eligible Compilation Processes. You + may then convey such a combination under terms of your choice, + consistent with the licensing of the Independent Modules. + + 2. No Weakening of GCC Copyleft. + + The availability of this Exception does not imply any general + presumption that third-party software is unaffected by the copyleft + requirements of the license of GCC. + + ---- + + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for + software and other kinds of works. + + The licenses for most software and other practical works are designed + to take away your freedom to share and change the works. By contrast, + the GNU General Public License is intended to guarantee your freedom to + share and change all versions of a program--to make sure it remains free + software for all its users. We, the Free Software Foundation, use the + GNU General Public License for most of our software; it applies also to + any other work released this way by its authors. You can apply it to + your programs, too. + + When we speak of free software, we are referring to freedom, not + price. Our General Public Licenses are designed to make sure that you + have the freedom to distribute copies of free software (and charge for + them if you wish), that you receive source code or can get it if you + want it, that you can change the software or use pieces of it in new + free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you + these rights or asking you to surrender the rights. Therefore, you have + certain responsibilities if you distribute copies of the software, or if + you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether + gratis or for a fee, you must pass on to the recipients the same + freedoms that you received. You must make sure that they, too, receive + or can get the source code. And you must show them these terms so they + know their rights. + + Developers that use the GNU GPL protect your rights with two steps: + (1) assert copyright on the software, and (2) offer you this License + giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains + that there is no warranty for this free software. For both users' and + authors' sake, the GPL requires that modified versions be marked as + changed, so that their problems will not be attributed erroneously to + authors of previous versions. + + Some devices are designed to deny users access to install or run + modified versions of the software inside them, although the manufacturer + can do so. This is fundamentally incompatible with the aim of + protecting users' freedom to change the software. The systematic + pattern of such abuse occurs in the area of products for individuals to + use, which is precisely where it is most unacceptable. Therefore, we + have designed this version of the GPL to prohibit the practice for those + products. If such problems arise substantially in other domains, we + stand ready to extend this provision to those domains in future versions + of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. + States should not allow patents to restrict development and use of + software on general-purpose computers, but in those that do, we wish to + avoid the special danger that patents applied to a free program could + make it effectively proprietary. To prevent this, the GPL assures that + patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and + modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of + works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this + License. Each licensee is addressed as "you". "Licensees" and + "recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work + in a fashion requiring copyright permission, other than the making of an + exact copy. The resulting work is called a "modified version" of the + earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based + on the Program. + + To "propagate" a work means to do anything with it that, without + permission, would make you directly or secondarily liable for + infringement under applicable copyright law, except executing it on a + computer or modifying a private copy. Propagation includes copying, + distribution (with or without modification), making available to the + public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other + parties to make or receive copies. Mere interaction with a user through + a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" + to the extent that it includes a convenient and prominently visible + feature that (1) displays an appropriate copyright notice, and (2) + tells the user that there is no warranty for the work (except to the + extent that warranties are provided), that licensees may convey the + work under this License, and how to view a copy of this License. If + the interface presents a list of user commands or options, such as a + menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work + for making modifications to it. "Object code" means any non-source + form of a work. + + A "Standard Interface" means an interface that either is an official + standard defined by a recognized standards body, or, in the case of + interfaces specified for a particular programming language, one that + is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other + than the work as a whole, that (a) is included in the normal form of + packaging a Major Component, but which is not part of that Major + Component, and (b) serves only to enable use of the work with that + Major Component, or to implement a Standard Interface for which an + implementation is available to the public in source code form. A + "Major Component", in this context, means a major essential component + (kernel, window system, and so on) of the specific operating system + (if any) on which the executable work runs, or a compiler used to + produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all + the source code needed to generate, install, and (for an executable + work) run the object code and to modify the work, including scripts to + control those activities. However, it does not include the work's + System Libraries, or general-purpose tools or generally available free + programs which are used unmodified in performing those activities but + which are not part of the work. For example, Corresponding Source + includes interface definition files associated with source files for + the work, and the source code for shared libraries and dynamically + linked subprograms that the work is specifically designed to require, + such as by intimate data communication or control flow between those + subprograms and other parts of the work. + + The Corresponding Source need not include anything that users + can regenerate automatically from other parts of the Corresponding + Source. + + The Corresponding Source for a work in source code form is that + same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of + copyright on the Program, and are irrevocable provided the stated + conditions are met. This License explicitly affirms your unlimited + permission to run the unmodified Program. The output from running a + covered work is covered by this License only if the output, given its + content, constitutes a covered work. This License acknowledges your + rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not + convey, without conditions so long as your license otherwise remains + in force. You may convey covered works to others for the sole purpose + of having them make modifications exclusively for you, or provide you + with facilities for running those works, provided that you comply with + the terms of this License in conveying all material for which you do + not control copyright. Those thus making or running the covered works + for you must do so exclusively on your behalf, under your direction + and control, on terms that prohibit them from making any copies of + your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under + the conditions stated below. Sublicensing is not allowed; section 10 + makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological + measure under any applicable law fulfilling obligations under article + 11 of the WIPO copyright treaty adopted on 20 December 1996, or + similar laws prohibiting or restricting circumvention of such + measures. + + When you convey a covered work, you waive any legal power to forbid + circumvention of technological measures to the extent such circumvention + is effected by exercising rights under this License with respect to + the covered work, and you disclaim any intention to limit operation or + modification of the work as a means of enforcing, against the work's + users, your or third parties' legal rights to forbid circumvention of + technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you + receive it, in any medium, provided that you conspicuously and + appropriately publish on each copy an appropriate copyright notice; + keep intact all notices stating that this License and any + non-permissive terms added in accord with section 7 apply to the code; + keep intact all notices of the absence of any warranty; and give all + recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, + and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to + produce it from the Program, in the form of source code under the + terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent + works, which are not by their nature extensions of the covered work, + and which are not combined with it such as to form a larger program, + in or on a volume of a storage or distribution medium, is called an + "aggregate" if the compilation and its resulting copyright are not + used to limit the access or legal rights of the compilation's users + beyond what the individual works permit. Inclusion of a covered work + in an aggregate does not cause this License to apply to the other + parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms + of sections 4 and 5, provided that you also convey the + machine-readable Corresponding Source under the terms of this License, + in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded + from the Corresponding Source as a System Library, need not be + included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any + tangible personal property which is normally used for personal, family, + or household purposes, or (2) anything designed or sold for incorporation + into a dwelling. In determining whether a product is a consumer product, + doubtful cases shall be resolved in favor of coverage. For a particular + product received by a particular user, "normally used" refers to a + typical or common use of that class of product, regardless of the status + of the particular user or of the way in which the particular user + actually uses, or expects or is expected to use, the product. A product + is a consumer product regardless of whether the product has substantial + commercial, industrial or non-consumer uses, unless such uses represent + the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, + procedures, authorization keys, or other information required to install + and execute modified versions of a covered work in that User Product from + a modified version of its Corresponding Source. The information must + suffice to ensure that the continued functioning of the modified object + code is in no case prevented or interfered with solely because + modification has been made. + + If you convey an object code work under this section in, or with, or + specifically for use in, a User Product, and the conveying occurs as + part of a transaction in which the right of possession and use of the + User Product is transferred to the recipient in perpetuity or for a + fixed term (regardless of how the transaction is characterized), the + Corresponding Source conveyed under this section must be accompanied + by the Installation Information. But this requirement does not apply + if neither you nor any third party retains the ability to install + modified object code on the User Product (for example, the work has + been installed in ROM). + + The requirement to provide Installation Information does not include a + requirement to continue to provide support service, warranty, or updates + for a work that has been modified or installed by the recipient, or for + the User Product in which it has been modified or installed. Access to a + network may be denied when the modification itself materially and + adversely affects the operation of the network or violates the rules and + protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, + in accord with this section must be in a format that is publicly + documented (and with an implementation available to the public in + source code form), and must require no special password or key for + unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this + License by making exceptions from one or more of its conditions. + Additional permissions that are applicable to the entire Program shall + be treated as though they were included in this License, to the extent + that they are valid under applicable law. If additional permissions + apply only to part of the Program, that part may be used separately + under those permissions, but the entire Program remains governed by + this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option + remove any additional permissions from that copy, or from any part of + it. (Additional permissions may be written to require their own + removal in certain cases when you modify the work.) You may place + additional permissions on material, added by you to a covered work, + for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you + add to a covered work, you may (if authorized by the copyright holders of + that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further + restrictions" within the meaning of section 10. If the Program as you + received it, or any part of it, contains a notice stating that it is + governed by this License along with a term that is a further + restriction, you may remove that term. If a license document contains + a further restriction but permits relicensing or conveying under this + License, you may add to a covered work material governed by the terms + of that license document, provided that the further restriction does + not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you + must place, in the relevant source files, a statement of the + additional terms that apply to those files, or a notice indicating + where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the + form of a separately written license, or stated as exceptions; + the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly + provided under this License. Any attempt otherwise to propagate or + modify it is void, and will automatically terminate your rights under + this License (including any patent licenses granted under the third + paragraph of section 11). + + However, if you cease all violation of this License, then your + license from a particular copyright holder is reinstated (a) + provisionally, unless and until the copyright holder explicitly and + finally terminates your license, and (b) permanently, if the copyright + holder fails to notify you of the violation by some reasonable means + prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is + reinstated permanently if the copyright holder notifies you of the + violation by some reasonable means, this is the first time you have + received notice of violation of this License (for any work) from that + copyright holder, and you cure the violation prior to 30 days after + your receipt of the notice. + + Termination of your rights under this section does not terminate the + licenses of parties who have received copies or rights from you under + this License. If your rights have been terminated and not permanently + reinstated, you do not qualify to receive new licenses for the same + material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or + run a copy of the Program. Ancillary propagation of a covered work + occurring solely as a consequence of using peer-to-peer transmission + to receive a copy likewise does not require acceptance. However, + nothing other than this License grants you permission to propagate or + modify any covered work. These actions infringe copyright if you do + not accept this License. Therefore, by modifying or propagating a + covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically + receives a license from the original licensors, to run, modify and + propagate that work, subject to this License. You are not responsible + for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an + organization, or substantially all assets of one, or subdividing an + organization, or merging organizations. If propagation of a covered + work results from an entity transaction, each party to that + transaction who receives a copy of the work also receives whatever + licenses to the work the party's predecessor in interest had or could + give under the previous paragraph, plus a right to possession of the + Corresponding Source of the work from the predecessor in interest, if + the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the + rights granted or affirmed under this License. For example, you may + not impose a license fee, royalty, or other charge for exercise of + rights granted under this License, and you may not initiate litigation + (including a cross-claim or counterclaim in a lawsuit) alleging that + any patent claim is infringed by making, using, selling, offering for + sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this + License of the Program or a work on which the Program is based. The + work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims + owned or controlled by the contributor, whether already acquired or + hereafter acquired, that would be infringed by some manner, permitted + by this License, of making, using, or selling its contributor version, + but do not include claims that would be infringed only as a + consequence of further modification of the contributor version. For + purposes of this definition, "control" includes the right to grant + patent sublicenses in a manner consistent with the requirements of + this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free + patent license under the contributor's essential patent claims, to + make, use, sell, offer for sale, import and otherwise run, modify and + propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express + agreement or commitment, however denominated, not to enforce a patent + (such as an express permission to practice a patent or covenant not to + sue for patent infringement). To "grant" such a patent license to a + party means to make such an agreement or commitment not to enforce a + patent against the party. + + If you convey a covered work, knowingly relying on a patent license, + and the Corresponding Source of the work is not available for anyone + to copy, free of charge and under the terms of this License, through a + publicly available network server or other readily accessible means, + then you must either (1) cause the Corresponding Source to be so + available, or (2) arrange to deprive yourself of the benefit of the + patent license for this particular work, or (3) arrange, in a manner + consistent with the requirements of this License, to extend the patent + license to downstream recipients. "Knowingly relying" means you have + actual knowledge that, but for the patent license, your conveying the + covered work in a country, or your recipient's use of the covered work + in a country, would infringe one or more identifiable patents in that + country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or + arrangement, you convey, or propagate by procuring conveyance of, a + covered work, and grant a patent license to some of the parties + receiving the covered work authorizing them to use, propagate, modify + or convey a specific copy of the covered work, then the patent license + you grant is automatically extended to all recipients of the covered + work and works based on it. + + A patent license is "discriminatory" if it does not include within + the scope of its coverage, prohibits the exercise of, or is + conditioned on the non-exercise of one or more of the rights that are + specifically granted under this License. You may not convey a covered + work if you are a party to an arrangement with a third party that is + in the business of distributing software, under which you make payment + to the third party based on the extent of your activity of conveying + the work, and under which the third party grants, to any of the + parties who would receive the covered work from you, a discriminatory + patent license (a) in connection with copies of the covered work + conveyed by you (or copies made from those copies), or (b) primarily + for and in connection with specific products or compilations that + contain the covered work, unless you entered into that arrangement, + or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting + any implied license or other defenses to infringement that may + otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or + otherwise) that contradict the conditions of this License, they do not + excuse you from the conditions of this License. If you cannot convey a + covered work so as to satisfy simultaneously your obligations under this + License and any other pertinent obligations, then as a consequence you may + not convey it at all. For example, if you agree to terms that obligate you + to collect a royalty for further conveying from those to whom you convey + the Program, the only way you could satisfy both those terms and this + License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have + permission to link or combine any covered work with a work licensed + under version 3 of the GNU Affero General Public License into a single + combined work, and to convey the resulting work. The terms of this + License will continue to apply to the part which is the covered work, + but the special requirements of the GNU Affero General Public License, + section 13, concerning interaction through a network will apply to the + combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of + the GNU General Public License from time to time. Such new versions will + be similar in spirit to the present version, but may differ in detail to + address new problems or concerns. + + Each version is given a distinguishing version number. If the + Program specifies that a certain numbered version of the GNU General + Public License "or any later version" applies to it, you have the + option of following the terms and conditions either of that numbered + version or of any later version published by the Free Software + Foundation. If the Program does not specify a version number of the + GNU General Public License, you may choose any version ever published + by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future + versions of the GNU General Public License can be used, that proxy's + public statement of acceptance of a version permanently authorizes you + to choose that version for the Program. + + Later license versions may give you additional or different + permissions. However, no additional obligations are imposed on any + author or copyright holder as a result of your choosing to follow a + later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY + APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT + HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY + OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, + THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM + IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF + ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING + WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS + THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY + GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE + USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF + DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD + PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), + EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF + SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided + above cannot be given local legal effect according to their terms, + reviewing courts shall apply local law that most closely approximates + an absolute waiver of all civil liability in connection with the + Program, unless a warranty or assumption of liability accompanies a + copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest + possible use to the public, the best way to achieve this is to make it + free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest + to attach them to the start of each source file to most effectively + state the exclusion of warranty; and each file should have at least + the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short + notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + + The hypothetical commands `show w' and `show c' should show the appropriate + parts of the General Public License. Of course, your program's commands + might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, + if any, to sign a "copyright disclaimer" for the program, if necessary. + For more information on this, and how to apply and follow the GNU GPL, see + . + + The GNU General Public License does not permit incorporating your program + into proprietary programs. If your program is a subroutine library, you + may consider it more useful to permit linking proprietary applications with + the library. If this is what you want to do, use the GNU Lesser General + Public License instead of this License. But first, please read + . + + + Name: libquadmath + Files: scipy.libs/libquadmath*.so + Description: dynamically linked to files compiled with gcc + Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libquadmath + License: LGPL-2.1-or-later + + GCC Quad-Precision Math Library + Copyright (C) 2010-2019 Free Software Foundation, Inc. + Written by Francois-Xavier Coudert + + This file is part of the libquadmath library. + Libquadmath is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + Libquadmath is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html + +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Science/Research +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: BSD License +Classifier: Programming Language :: C +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 +Classifier: Topic :: Software Development :: Libraries +Classifier: Topic :: Scientific/Engineering +Classifier: Operating System :: Microsoft :: Windows +Classifier: Operating System :: POSIX :: Linux +Classifier: Operating System :: POSIX +Classifier: Operating System :: Unix +Classifier: Operating System :: MacOS +Project-URL: homepage, https://scipy.org/ +Project-URL: documentation, https://docs.scipy.org/doc/scipy/ +Project-URL: source, https://github.com/scipy/scipy +Project-URL: download, https://github.com/scipy/scipy/releases +Project-URL: tracker, https://github.com/scipy/scipy/issues +Requires-Python: >=3.11 +Requires-Dist: numpy<2.7,>=1.26.4 +Provides-Extra: test +Requires-Dist: pytest>=8.0.0; extra == "test" +Requires-Dist: pytest-cov; extra == "test" +Requires-Dist: pytest-timeout; extra == "test" +Requires-Dist: pytest-xdist; extra == "test" +Requires-Dist: asv; extra == "test" +Requires-Dist: mpmath; extra == "test" +Requires-Dist: gmpy2; extra == "test" +Requires-Dist: threadpoolctl; extra == "test" +Requires-Dist: scikit-umfpack; extra == "test" +Requires-Dist: pooch; extra == "test" +Requires-Dist: hypothesis>=6.30; extra == "test" +Requires-Dist: array-api-strict>=2.3.1; extra == "test" +Requires-Dist: Cython; extra == "test" +Requires-Dist: meson; extra == "test" +Requires-Dist: ninja; sys_platform != "emscripten" and extra == "test" +Provides-Extra: doc +Requires-Dist: sphinx<8.2.0,>=5.0.0; extra == "doc" +Requires-Dist: intersphinx_registry; extra == "doc" +Requires-Dist: pydata-sphinx-theme>=0.15.2; extra == "doc" +Requires-Dist: sphinx-copybutton; extra == "doc" +Requires-Dist: sphinx-design>=0.4.0; extra == "doc" +Requires-Dist: matplotlib>=3.5; extra == "doc" +Requires-Dist: numpydoc; extra == "doc" +Requires-Dist: jupytext; extra == "doc" +Requires-Dist: myst-nb>=1.2.0; extra == "doc" +Requires-Dist: pooch; extra == "doc" +Requires-Dist: jupyterlite-sphinx>=0.19.1; extra == "doc" +Requires-Dist: jupyterlite-pyodide-kernel; extra == "doc" +Requires-Dist: linkify-it-py; extra == "doc" +Requires-Dist: tabulate; extra == "doc" +Provides-Extra: dev +Requires-Dist: click<8.3.0; extra == "dev" +Requires-Dist: spin; extra == "dev" +Requires-Dist: mypy==1.10.0; extra == "dev" +Requires-Dist: typing_extensions; extra == "dev" +Requires-Dist: types-psutil; extra == "dev" +Requires-Dist: pycodestyle; extra == "dev" +Requires-Dist: ruff>=0.12.0; extra == "dev" +Requires-Dist: cython-lint>=0.12.2; extra == "dev" +Description-Content-Type: text/x-rst + +.. image:: https://raw.githubusercontent.com/scipy/scipy/main/doc/source/_static/logo.svg + :target: https://scipy.org + :width: 110 + :height: 110 + :align: left + +.. image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A + :target: https://numfocus.org + +.. image:: https://img.shields.io/pypi/dm/scipy.svg?label=Pypi%20downloads + :target: https://pypi.org/project/scipy/ + +.. image:: https://img.shields.io/conda/dn/conda-forge/scipy.svg?label=Conda%20downloads + :target: https://anaconda.org/conda-forge/scipy + +.. image:: https://img.shields.io/badge/stackoverflow-Ask%20questions-blue.svg + :target: https://stackoverflow.com/questions/tagged/scipy + +.. image:: https://img.shields.io/badge/DOI-10.1038%2Fs41592--019--0686--2-blue.svg + :target: https://www.nature.com/articles/s41592-019-0686-2 + +.. image:: https://insights.linuxfoundation.org/api/badge/health-score?project=scipy + :target: https://insights.linuxfoundation.org/project/scipy + +SciPy (pronounced "Sigh Pie") is an open-source software for mathematics, +science, and engineering. It includes modules for statistics, optimization, +integration, linear algebra, Fourier transforms, signal and image processing, +ODE solvers, and more. + +- **Website:** https://scipy.org +- **Documentation:** https://docs.scipy.org/doc/scipy/ +- **Development version of the documentation:** https://scipy.github.io/devdocs +- **SciPy development forum:** https://discuss.scientific-python.org/c/contributor/scipy +- **Stack Overflow:** https://stackoverflow.com/questions/tagged/scipy +- **Source code:** https://github.com/scipy/scipy +- **Contributing:** https://scipy.github.io/devdocs/dev/index.html +- **Bug reports:** https://github.com/scipy/scipy/issues +- **Code of Conduct:** https://docs.scipy.org/doc/scipy/dev/conduct/code_of_conduct.html +- **Report a security vulnerability:** https://tidelift.com/docs/security +- **Citing in your work:** https://www.scipy.org/citing-scipy/ + +SciPy is built to work with +NumPy arrays, and provides many user-friendly and efficient numerical routines, +such as routines for numerical integration and optimization. Together, they +run on all popular operating systems, are quick to install, and are free of +charge. NumPy and SciPy are easy to use, but powerful enough to be depended +upon by some of the world's leading scientists and engineers. If you need to +manipulate numbers on a computer and display or publish the results, give +SciPy a try! + +For the installation instructions, see `our install +guide `__. + + +Call for Contributions +---------------------- + +We appreciate and welcome contributions. Small improvements or fixes are always appreciated; issues labeled as "good +first issue" may be a good starting point. Have a look at `our contributing +guide `__. + +Writing code isn’t the only way to contribute to SciPy. You can also: + +- review pull requests +- triage issues +- develop tutorials, presentations, and other educational materials +- maintain and improve `our website `__ +- develop graphic design for our brand assets and promotional materials +- help with outreach and onboard new contributors +- write grant proposals and help with other fundraising efforts + +If you’re unsure where to start or how your skills fit in, reach out! You can +ask on the `forum `__ +or here, on GitHub, by leaving a comment on a relevant issue that is already +open. + +If you are new to contributing to open source, `this +guide `__ helps explain why, what, +and how to get involved. diff --git a/.cache/pip/http-v2/c/c/c/b/4/cccb41730ba9dcdb4cb7127715ba43b53bfd809d6ff652fe215567a3 b/.cache/pip/http-v2/c/c/c/b/4/cccb41730ba9dcdb4cb7127715ba43b53bfd809d6ff652fe215567a3 new file mode 100644 index 0000000000000000000000000000000000000000..2e6fda1f2b3e60c0ac31c4815588655d9eb4a4d0 Binary files /dev/null and b/.cache/pip/http-v2/c/c/c/b/4/cccb41730ba9dcdb4cb7127715ba43b53bfd809d6ff652fe215567a3 differ diff --git a/.cache/pip/http-v2/c/c/c/b/4/cccb41730ba9dcdb4cb7127715ba43b53bfd809d6ff652fe215567a3.body b/.cache/pip/http-v2/c/c/c/b/4/cccb41730ba9dcdb4cb7127715ba43b53bfd809d6ff652fe215567a3.body new file mode 100644 index 0000000000000000000000000000000000000000..2e5813e6620680f7076bffa7ce7c2f72740fe6e1 --- /dev/null +++ b/.cache/pip/http-v2/c/c/c/b/4/cccb41730ba9dcdb4cb7127715ba43b53bfd809d6ff652fe215567a3.body @@ -0,0 +1,300 @@ +Metadata-Version: 2.4 +Name: segmentation_models_pytorch +Version: 0.5.0 +Summary: Image segmentation models with pre-trained backbones. PyTorch. +Author-email: Pavel Iakubovskii +License: The MIT License + + Copyright (c) 2019, Pavel Iakubovskii + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + +Project-URL: Homepage, https://github.com/qubvel-org/segmentation_models.pytorch +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Requires-Python: >=3.9 +Description-Content-Type: text/markdown +License-File: LICENSE +Requires-Dist: huggingface-hub>=0.24 +Requires-Dist: numpy>=1.19.3 +Requires-Dist: pillow>=8 +Requires-Dist: safetensors>=0.3.1 +Requires-Dist: timm>=0.9 +Requires-Dist: torch>=1.8 +Requires-Dist: torchvision>=0.9 +Requires-Dist: tqdm>=4.42.1 +Provides-Extra: docs +Requires-Dist: autodocsumm; extra == "docs" +Requires-Dist: huggingface-hub; extra == "docs" +Requires-Dist: six; extra == "docs" +Requires-Dist: sphinx; extra == "docs" +Requires-Dist: sphinx-book-theme; extra == "docs" +Provides-Extra: test +Requires-Dist: gitpython; extra == "test" +Requires-Dist: packaging; extra == "test" +Requires-Dist: pytest; extra == "test" +Requires-Dist: pytest-cov; extra == "test" +Requires-Dist: pytest-xdist; extra == "test" +Requires-Dist: ruff>=0.9; extra == "test" +Requires-Dist: setuptools; extra == "test" +Dynamic: license-file + +
+ +![logo](https://i.ibb.co/dc1XdhT/Segmentation-Models-V2-Side-1-1.png) +**Python library with Neural Networks for Image Semantic +Segmentation based on [PyTorch](https://pytorch.org/).** + + +[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/qubvel/segmentation_models.pytorch/tests.yml?branch=main&style=for-the-badge)](https://github.com/qubvel/segmentation_models.pytorch/actions/workflows/tests.yml) +![Codecov](https://img.shields.io/codecov/c/github/qubvel-org/segmentation_models.pytorch?style=for-the-badge) +[![Read the Docs](https://img.shields.io/readthedocs/smp?style=for-the-badge&logo=readthedocs&logoColor=white)](https://smp.readthedocs.io/en/latest/) +
+[![PyPI](https://img.shields.io/pypi/v/segmentation-models-pytorch?color=red&style=for-the-badge&logo=pypi&logoColor=white)](https://pypi.org/project/segmentation-models-pytorch/) +[![PyTorch - Version](https://img.shields.io/badge/PYTORCH-1.9+-red?style=for-the-badge&logo=pytorch)](https://pepy.tech/project/segmentation-models-pytorch) +[![Python - Version](https://img.shields.io/badge/PYTHON-3.9+-red?style=for-the-badge&logo=python&logoColor=white)](https://pepy.tech/project/segmentation-models-pytorch) +
+[![Generic badge](https://img.shields.io/badge/License-MIT-.svg?style=for-the-badge&color=blue)](https://github.com/qubvel/segmentation_models.pytorch/blob/main/LICENSE) +[![PyPI - Downloads](https://img.shields.io/pypi/dm/segmentation-models-pytorch?style=for-the-badge&color=blue)](https://pepy.tech/project/segmentation-models-pytorch) + +
+ +The main features of the library are: + + - Super simple high-level API (just two lines to create a neural network) + - 12 encoder-decoder model architectures (Unet, Unet++, Segformer, DPT, ...) + - 800+ **pretrained** convolution- and transform-based encoders, including [timm](https://github.com/huggingface/pytorch-image-models) support + - Popular metrics and losses for training routines (Dice, Jaccard, Tversky, ...) + - ONNX export and torch script/trace/compile friendly + +### Community-Driven Project, Supported By + + + + + +
+ + withoutBG API Logo + + + withoutBG API +
+ https://withoutbg.com +
+

+ High-quality background removal API +
+

+
+ +### [📚 Project Documentation 📚](http://smp.readthedocs.io/) + +Visit [Read The Docs Project Page](https://smp.readthedocs.io/) or read the following README to know more about Segmentation Models Pytorch (SMP for short) library + +### 📋 Table of content + 1. [Quick start](#start) + 2. [Examples](#examples) + 3. [Models and encoders](#models-and-encoders) + 4. [Models API](#api) + 1. [Input channels](#input-channels) + 2. [Auxiliary classification output](#auxiliary-classification-output) + 3. [Depth](#depth) + 5. [Installation](#installation) + 6. [Competitions won with the library](#competitions) + 7. [Contributing](#contributing) + 8. [Citing](#citing) + 9. [License](#license) + +## ⏳ Quick start + +#### 1. Create your first Segmentation model with SMP + +The segmentation model is just a PyTorch `torch.nn.Module`, which can be created as easy as: + +```python +import segmentation_models_pytorch as smp + +model = smp.Unet( + encoder_name="resnet34", # choose encoder, e.g. mobilenet_v2 or efficientnet-b7 + encoder_weights="imagenet", # use `imagenet` pre-trained weights for encoder initialization + in_channels=1, # model input channels (1 for gray-scale images, 3 for RGB, etc.) + classes=3, # model output channels (number of classes in your dataset) +) +``` + - see [table](#architectures) with available model architectures + - see [table](#encoders) with available encoders and their corresponding weights + +#### 2. Configure data preprocessing + +All encoders have pretrained weights. Preparing your data the same way as during weights pre-training may give you better results (higher metric score and faster convergence). It is **not necessary** in case you train the whole model, not only the decoder. + +```python +from segmentation_models_pytorch.encoders import get_preprocessing_fn + +preprocess_input = get_preprocessing_fn('resnet18', pretrained='imagenet') +``` + +Congratulations! You are done! Now you can train your model with your favorite framework! + +## 💡 Examples + +| Name | Link | Colab | +|-------------------------------------------|-----------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------| +| **Train** pets binary segmentation on OxfordPets | [Notebook](https://github.com/qubvel/segmentation_models.pytorch/blob/main/examples/binary_segmentation_intro.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/qubvel/segmentation_models.pytorch/blob/main/examples/binary_segmentation_intro.ipynb) | +| **Train** cars binary segmentation on CamVid | [Notebook](https://github.com/qubvel/segmentation_models.pytorch/blob/main/examples/cars%20segmentation%20(camvid).ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/qubvel/segmentation_models.pytorch/blob/main/examples/cars%20segmentation%20(camvid).ipynb) | +| **Train** multiclass segmentation on CamVid | [Notebook](https://github.com/qubvel-org/segmentation_models.pytorch/blob/main/examples/camvid_segmentation_multiclass.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/qubvel-org/segmentation_models.pytorch/blob/main/examples/camvid_segmentation_multiclass.ipynb) | +| **Train** clothes binary segmentation by @ternaus | [Repo](https://github.com/ternaus/cloths_segmentation) | | +| **Load and inference** pretrained Segformer | [Notebook](https://github.com/qubvel-org/segmentation_models.pytorch/blob/main/examples/segformer_inference_pretrained.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/qubvel/segmentation_models.pytorch/blob/main/examples/segformer_inference_pretrained.ipynb) | +| **Load and inference** pretrained DPT | [Notebook](https://github.com/qubvel-org/segmentation_models.pytorch/blob/main/examples/dpt_inference_pretrained.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/qubvel/segmentation_models.pytorch/blob/main/examples/dpt_inference_pretrained.ipynb) | +| **Load and inference** pretrained DPT | [Notebook](https://github.com/qubvel-org/segmentation_models.pytorch/blob/main/examples/upernet_inference_pretrained.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/qubvel/segmentation_models.pytorch/blob/main/examples/upernet_inference_pretrained.ipynb) | +| **Save and load** models locally / to HuggingFace Hub |[Notebook](https://github.com/qubvel-org/segmentation_models.pytorch/blob/main/examples/save_load_model_and_share_with_hf_hub.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/qubvel/segmentation_models.pytorch/blob/main/examples/save_load_model_and_share_with_hf_hub.ipynb) +| **Export** trained model to ONNX | [Notebook](https://github.com/qubvel/segmentation_models.pytorch/blob/main/examples/convert_to_onnx.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/qubvel/segmentation_models.pytorch/blob/main/examples/convert_to_onnx.ipynb) | + + +## 📦 Models and encoders + +### Architectures +| Architecture | Paper | Documentation | Checkpoints | +|--------------|-------|---------------|------------| +| Unet | [paper](https://arxiv.org/abs/1505.04597) | [docs](https://smp.readthedocs.io/en/latest/models.html#unet) | | +| Unet++ | [paper](https://arxiv.org/pdf/1807.10165.pdf) | [docs](https://smp.readthedocs.io/en/latest/models.html#unetplusplus) | | +| MAnet | [paper](https://ieeexplore.ieee.org/abstract/document/9201310) | [docs](https://smp.readthedocs.io/en/latest/models.html#manet) | | +| Linknet | [paper](https://arxiv.org/abs/1707.03718) | [docs](https://smp.readthedocs.io/en/latest/models.html#linknet) | | +| FPN | [paper](http://presentations.cocodataset.org/COCO17-Stuff-FAIR.pdf) | [docs](https://smp.readthedocs.io/en/latest/models.html#fpn) | | +| PSPNet | [paper](https://arxiv.org/abs/1612.01105) | [docs](https://smp.readthedocs.io/en/latest/models.html#pspnet) | | +| PAN | [paper](https://arxiv.org/abs/1805.10180) | [docs](https://smp.readthedocs.io/en/latest/models.html#pan) | | +| DeepLabV3 | [paper](https://arxiv.org/abs/1706.05587) | [docs](https://smp.readthedocs.io/en/latest/models.html#deeplabv3) | | +| DeepLabV3+ | [paper](https://arxiv.org/abs/1802.02611) | [docs](https://smp.readthedocs.io/en/latest/models.html#deeplabv3plus) | | +| UPerNet | [paper](https://arxiv.org/abs/1807.10221) | [docs](https://smp.readthedocs.io/en/latest/models.html#upernet) | [checkpoints](https://huggingface.co/collections/smp-hub/upernet-67fadcdbe08418c6ea94f768) | +| Segformer | [paper](https://arxiv.org/abs/2105.15203) | [docs](https://smp.readthedocs.io/en/latest/models.html#segformer) | [checkpoints](https://huggingface.co/collections/smp-hub/segformer-6749eb4923dea2c355f29a1f) | +| DPT | [paper](https://arxiv.org/abs/2103.13413) | [docs](https://smp.readthedocs.io/en/latest/models.html#dpt) | [checkpoints](https://huggingface.co/collections/smp-hub/dpt-67f30487327c0599a0c62d68) | + +### Encoders + +The library provides a wide range of **pretrained** encoders (also known as backbones) for segmentation models. Instead of using features from the final layer of a classification model, we extract **intermediate features** and feed them into the decoder for segmentation tasks. + +All encoders come with **pretrained weights**, which help achieve **faster and more stable convergence** when training segmentation models. + +Given the extensive selection of supported encoders, you can choose the best one for your specific use case, for example: +- **Lightweight encoders** for low-latency applications or real-time inference on edge devices (mobilenet/mobileone). +- **High-capacity architectures** for complex tasks involving a large number of segmented classes, providing superior accuracy (convnext/swin/mit). + +By selecting the right encoder, you can balance **efficiency, performance, and model complexity** to suit your project needs. + +All encoders and corresponding pretrained weight are listed in the documentation: + - [table](https://smp.readthedocs.io/en/latest/encoders.html) with natively ported encoders + - [table](https://smp.readthedocs.io/en/latest/encoders_timm.html) with [timm](https://github.com/huggingface/pytorch-image-models) encoders supported + +## 🔁 Models API + +### Input channels + +The input channels parameter allows you to create a model that can process a tensor with an arbitrary number of channels. +If you use pretrained weights from ImageNet, the weights of the first convolution will be reused: + - For the 1-channel case, it would be a sum of the weights of the first convolution layer. + - Otherwise, channels would be populated with weights like `new_weight[:, i] = pretrained_weight[:, i % 3]`, and then scaled with `new_weight * 3 / new_in_channels`. + +```python +model = smp.FPN('resnet34', in_channels=1) +mask = model(torch.ones([1, 1, 64, 64])) +``` + +### Auxiliary classification output + +All models support `aux_params` parameters, which is default set to `None`. +If `aux_params = None` then classification auxiliary output is not created, else +model produce not only `mask`, but also `label` output with shape `NC`. +Classification head consists of GlobalPooling->Dropout(optional)->Linear->Activation(optional) layers, which can be +configured by `aux_params` as follows: +```python +aux_params=dict( + pooling='avg', # one of 'avg', 'max' + dropout=0.5, # dropout ratio, default is None + activation='sigmoid', # activation function, default is None + classes=4, # define number of output labels +) +model = smp.Unet('resnet34', classes=4, aux_params=aux_params) +mask, label = model(x) +``` + +### Depth + +Depth parameter specify a number of downsampling operations in encoder, so you can make +your model lighter if specify smaller `depth`. +```python +model = smp.Unet('resnet34', encoder_depth=4) +``` + +## 🛠 Installation +PyPI version: + +```bash +$ pip install segmentation-models-pytorch +```` + +The latest version from GitHub: + +```bash +$ pip install git+https://github.com/qubvel/segmentation_models.pytorch +```` + +## 🏆 Competitions won with the library + +`Segmentation Models` package is widely used in image segmentation competitions. +[Here](https://github.com/qubvel/segmentation_models.pytorch/blob/main/HALLOFFAME.md) you can find competitions, names of the winners and links to their solutions. + +## 🤝 Contributing + +1. Install SMP in dev mode + +```bash +make install_dev # Create .venv, install SMP in dev mode +``` + +2. Run tests and code checks + +```bash +make test # Run tests suite with pytest +make fixup # Ruff for formatting and lint checks +``` + +3. Update a table (in case you added an encoder) + +```bash +make table # Generates a table with encoders and print to stdout +``` + +## 📝 Citing +``` +@misc{Iakubovskii:2019, + Author = {Pavel Iakubovskii}, + Title = {Segmentation Models Pytorch}, + Year = {2019}, + Publisher = {GitHub}, + Journal = {GitHub repository}, + Howpublished = {\url{https://github.com/qubvel/segmentation_models.pytorch}} +} +``` + +## 🛡️ License +The project is primarily distributed under [MIT License](https://github.com/qubvel/segmentation_models.pytorch/blob/main/LICENSE), while some files are subject to other licenses. Please refer to [LICENSES](licenses/LICENSES.md) and license statements in each file for careful check, especially for commercial use. diff --git a/.cache/pip/http-v2/c/d/5/d/e/cd5de44b899cbe1869765c21b55cffc53c0c0ffa9d3c6f1fd40a42a2 b/.cache/pip/http-v2/c/d/5/d/e/cd5de44b899cbe1869765c21b55cffc53c0c0ffa9d3c6f1fd40a42a2 new file mode 100644 index 0000000000000000000000000000000000000000..9426991974bf2ded81a7e127e1fbd5b7c1b74193 Binary files /dev/null and b/.cache/pip/http-v2/c/d/5/d/e/cd5de44b899cbe1869765c21b55cffc53c0c0ffa9d3c6f1fd40a42a2 differ diff --git a/.cache/pip/http-v2/d/0/1/5/f/d015fbc6aca5c05d98c5a5fd1b5a5da789d8a3e8323acf92db497bce b/.cache/pip/http-v2/d/0/1/5/f/d015fbc6aca5c05d98c5a5fd1b5a5da789d8a3e8323acf92db497bce new file mode 100644 index 0000000000000000000000000000000000000000..cae336124eb7a1f5dc0e0b6ee28c0fa978957d05 Binary files /dev/null and b/.cache/pip/http-v2/d/0/1/5/f/d015fbc6aca5c05d98c5a5fd1b5a5da789d8a3e8323acf92db497bce differ diff --git a/.cache/pip/http-v2/d/0/1/b/7/d01b75bf0e331a9e22160ebda15b330e26789777201136ee08c89b17 b/.cache/pip/http-v2/d/0/1/b/7/d01b75bf0e331a9e22160ebda15b330e26789777201136ee08c89b17 new file mode 100644 index 0000000000000000000000000000000000000000..1a2d30da0f824e243df68e5b62d392fdba79d54e Binary files /dev/null and b/.cache/pip/http-v2/d/0/1/b/7/d01b75bf0e331a9e22160ebda15b330e26789777201136ee08c89b17 differ diff --git a/.cache/pip/http-v2/d/0/1/b/7/d01b75bf0e331a9e22160ebda15b330e26789777201136ee08c89b17.body b/.cache/pip/http-v2/d/0/1/b/7/d01b75bf0e331a9e22160ebda15b330e26789777201136ee08c89b17.body new file mode 100644 index 0000000000000000000000000000000000000000..91785467dfa8c2370be5bb23e9806393857ad058 Binary files /dev/null and b/.cache/pip/http-v2/d/0/1/b/7/d01b75bf0e331a9e22160ebda15b330e26789777201136ee08c89b17.body differ diff --git a/.cache/pip/http-v2/d/2/5/3/1/d2531450b00c0f876e3ca84ca161003746b7b3d143f1136ba3f06223 b/.cache/pip/http-v2/d/2/5/3/1/d2531450b00c0f876e3ca84ca161003746b7b3d143f1136ba3f06223 new file mode 100644 index 0000000000000000000000000000000000000000..8fc0a01bd2994fadda9d13ac316b1afc072bfc48 Binary files /dev/null and b/.cache/pip/http-v2/d/2/5/3/1/d2531450b00c0f876e3ca84ca161003746b7b3d143f1136ba3f06223 differ diff --git a/.cache/pip/http-v2/d/3/2/9/d/d329d269473dcb26bc2fcf82e354619e8463ba8855d5a3b77637c124 b/.cache/pip/http-v2/d/3/2/9/d/d329d269473dcb26bc2fcf82e354619e8463ba8855d5a3b77637c124 new file mode 100644 index 0000000000000000000000000000000000000000..466967a2e17143194903939f0dac2dfb3cd72f53 Binary files /dev/null and b/.cache/pip/http-v2/d/3/2/9/d/d329d269473dcb26bc2fcf82e354619e8463ba8855d5a3b77637c124 differ diff --git a/.cache/pip/http-v2/d/3/2/9/d/d329d269473dcb26bc2fcf82e354619e8463ba8855d5a3b77637c124.body b/.cache/pip/http-v2/d/3/2/9/d/d329d269473dcb26bc2fcf82e354619e8463ba8855d5a3b77637c124.body new file mode 100644 index 0000000000000000000000000000000000000000..6a81dd0ba6fc1200931f56ead33cdf1f5876a87b --- /dev/null +++ b/.cache/pip/http-v2/d/3/2/9/d/d329d269473dcb26bc2fcf82e354619e8463ba8855d5a3b77637c124.body @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d229510bbf63d76ba24392e87dca636200d3da7374b56c7dc9fe74ee8d1559ed +size 237167 diff --git a/.cache/pip/http-v2/d/b/c/4/1/dbc4126a106958ce0e89d6c950a7727e6eaafca25d91f254f998a365 b/.cache/pip/http-v2/d/b/c/4/1/dbc4126a106958ce0e89d6c950a7727e6eaafca25d91f254f998a365 new file mode 100644 index 0000000000000000000000000000000000000000..4ca1c2b031d38da189f0ed29cbd7050cee07e543 Binary files /dev/null and b/.cache/pip/http-v2/d/b/c/4/1/dbc4126a106958ce0e89d6c950a7727e6eaafca25d91f254f998a365 differ diff --git a/.cache/pip/http-v2/d/b/c/4/1/dbc4126a106958ce0e89d6c950a7727e6eaafca25d91f254f998a365.body b/.cache/pip/http-v2/d/b/c/4/1/dbc4126a106958ce0e89d6c950a7727e6eaafca25d91f254f998a365.body new file mode 100644 index 0000000000000000000000000000000000000000..a7ba0c9f0edd33ab4157300f5afb66fb1262dc38 --- /dev/null +++ b/.cache/pip/http-v2/d/b/c/4/1/dbc4126a106958ce0e89d6c950a7727e6eaafca25d91f254f998a365.body @@ -0,0 +1,109 @@ +Metadata-Version: 2.4 +Name: pip +Version: 26.1.2 +Summary: The PyPA recommended tool for installing Python packages. +Author-email: The pip developers +Requires-Python: >=3.10 +Description-Content-Type: text/x-rst +License-Expression: MIT +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: Topic :: Software Development :: Build Tools +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +License-File: AUTHORS.txt +License-File: LICENSE.txt +License-File: src/pip/_vendor/cachecontrol/LICENSE.txt +License-File: src/pip/_vendor/certifi/LICENSE +License-File: src/pip/_vendor/distlib/LICENSE.txt +License-File: src/pip/_vendor/distro/LICENSE +License-File: src/pip/_vendor/idna/LICENSE.md +License-File: src/pip/_vendor/msgpack/COPYING +License-File: src/pip/_vendor/packaging/LICENSE +License-File: src/pip/_vendor/packaging/LICENSE.APACHE +License-File: src/pip/_vendor/packaging/LICENSE.BSD +License-File: src/pip/_vendor/pkg_resources/LICENSE +License-File: src/pip/_vendor/platformdirs/LICENSE +License-File: src/pip/_vendor/pygments/LICENSE +License-File: src/pip/_vendor/pyproject_hooks/LICENSE +License-File: src/pip/_vendor/requests/LICENSE +License-File: src/pip/_vendor/resolvelib/LICENSE +License-File: src/pip/_vendor/rich/LICENSE +License-File: src/pip/_vendor/tomli/LICENSE +License-File: src/pip/_vendor/tomli_w/LICENSE +License-File: src/pip/_vendor/truststore/LICENSE +License-File: src/pip/_vendor/urllib3/LICENSE.txt +Project-URL: Changelog, https://pip.pypa.io/en/stable/news/ +Project-URL: Documentation, https://pip.pypa.io +Project-URL: Homepage, https://pip.pypa.io/ +Project-URL: Source, https://github.com/pypa/pip + +pip - The Python Package Installer +================================== + +.. |pypi-version| image:: https://img.shields.io/pypi/v/pip.svg + :target: https://pypi.org/project/pip/ + :alt: PyPI + +.. |python-versions| image:: https://img.shields.io/pypi/pyversions/pip + :target: https://pypi.org/project/pip + :alt: PyPI - Python Version + +.. |docs-badge| image:: https://readthedocs.org/projects/pip/badge/?version=latest + :target: https://pip.pypa.io/en/latest + :alt: Documentation + +|pypi-version| |python-versions| |docs-badge| + +pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes. + +Please take a look at our documentation for how to install and use pip: + +* `Installation`_ +* `Usage`_ + +We release updates regularly, with a new version every 3 months. Find more details in our documentation: + +* `Release notes`_ +* `Release process`_ + +If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms: + +* `Issue tracking`_ +* `Discourse channel`_ +* `User IRC`_ + +If you want to get involved, head over to GitHub to get the source code, look at our development documentation and feel free to jump on the developer mailing lists and chat rooms: + +* `GitHub page`_ +* `Development documentation`_ +* `Development IRC`_ + +Code of Conduct +--------------- + +Everyone interacting in the pip project's codebases, issue trackers, chat +rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_. + +.. _package installer: https://packaging.python.org/guides/tool-recommendations/ +.. _Python Package Index: https://pypi.org +.. _Installation: https://pip.pypa.io/en/stable/installation/ +.. _Usage: https://pip.pypa.io/en/stable/ +.. _Release notes: https://pip.pypa.io/en/stable/news.html +.. _Release process: https://pip.pypa.io/en/latest/development/release-process/ +.. _GitHub page: https://github.com/pypa/pip +.. _Development documentation: https://pip.pypa.io/en/latest/development +.. _Issue tracking: https://github.com/pypa/pip/issues +.. _Discourse channel: https://discuss.python.org/c/packaging +.. _User IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa +.. _Development IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev +.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md + diff --git a/.cache/pip/http-v2/d/d/2/0/6/dd206ee8d449d4bec512242e8f8ebadb5a808c682766018f3921f62b b/.cache/pip/http-v2/d/d/2/0/6/dd206ee8d449d4bec512242e8f8ebadb5a808c682766018f3921f62b new file mode 100644 index 0000000000000000000000000000000000000000..314fa6c49302544311e07798741d994ef941433a Binary files /dev/null and b/.cache/pip/http-v2/d/d/2/0/6/dd206ee8d449d4bec512242e8f8ebadb5a808c682766018f3921f62b differ diff --git a/.cache/pip/http-v2/e/5/0/3/0/e503010ce88b2bb388d7806c951cab4dd3e436342653b4835f430bcc b/.cache/pip/http-v2/e/5/0/3/0/e503010ce88b2bb388d7806c951cab4dd3e436342653b4835f430bcc new file mode 100644 index 0000000000000000000000000000000000000000..d76f8f3cf85f3826014e77e3ceb4c4aa4d3bb70c Binary files /dev/null and b/.cache/pip/http-v2/e/5/0/3/0/e503010ce88b2bb388d7806c951cab4dd3e436342653b4835f430bcc differ diff --git a/.cache/pip/http-v2/e/5/0/3/0/e503010ce88b2bb388d7806c951cab4dd3e436342653b4835f430bcc.body b/.cache/pip/http-v2/e/5/0/3/0/e503010ce88b2bb388d7806c951cab4dd3e436342653b4835f430bcc.body new file mode 100644 index 0000000000000000000000000000000000000000..78cacf381521acfbbb34111998899590f517a2c4 --- /dev/null +++ b/.cache/pip/http-v2/e/5/0/3/0/e503010ce88b2bb388d7806c951cab4dd3e436342653b4835f430bcc.body @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382ff9f685ee3bc25864f820aa50505825f10f5458ffff07e30a6d96e5715cab +size 1813144 diff --git a/.cache/pip/http-v2/e/5/8/5/b/e585bbf94bc6bd5f1a310aa9356bdd33cf1860b5d9f831257a0a9cfe b/.cache/pip/http-v2/e/5/8/5/b/e585bbf94bc6bd5f1a310aa9356bdd33cf1860b5d9f831257a0a9cfe new file mode 100644 index 0000000000000000000000000000000000000000..1d69aa9bcba0bbfe85be967f22baa161ba03daa5 Binary files /dev/null and b/.cache/pip/http-v2/e/5/8/5/b/e585bbf94bc6bd5f1a310aa9356bdd33cf1860b5d9f831257a0a9cfe differ diff --git a/.cache/pip/http-v2/e/7/5/e/3/e75e3a72ec5ffce867a4e738b4b84c7a8477fb04f819b70bfe837470.body b/.cache/pip/http-v2/e/7/5/e/3/e75e3a72ec5ffce867a4e738b4b84c7a8477fb04f819b70bfe837470.body new file mode 100644 index 0000000000000000000000000000000000000000..52118f1e5c83bd7ef39196a749651fc87d176812 --- /dev/null +++ b/.cache/pip/http-v2/e/7/5/e/3/e75e3a72ec5ffce867a4e738b4b84c7a8477fb04f819b70bfe837470.body @@ -0,0 +1,106 @@ +Metadata-Version: 2.1 +Name: shellingham +Version: 1.5.4 +Summary: Tool to Detect Surrounding Shell +Home-page: https://github.com/sarugaku/shellingham +Author: Tzu-ping Chung +Author-email: uranusjr@gmail.com +License: ISC License +Keywords: shell +Classifier: Development Status :: 3 - Alpha +Classifier: Environment :: Console +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: ISC License (ISCL) +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Requires-Python: >=3.7 +Description-Content-Type: text/x-rst +License-File: LICENSE + +============================================= +Shellingham: Tool to Detect Surrounding Shell +============================================= + +.. image:: https://img.shields.io/pypi/v/shellingham.svg + :target: https://pypi.org/project/shellingham/ + +Shellingham detects what shell the current Python executable is running in. + + +Usage +===== + +.. code-block:: python + + >>> import shellingham + >>> shellingham.detect_shell() + ('bash', '/bin/bash') + +``detect_shell`` pokes around the process's running environment to determine +what shell it is run in. It returns a 2-tuple: + +* The shell name, always lowercased. +* The command used to run the shell. + +``ShellDetectionFailure`` is raised if ``detect_shell`` fails to detect the +surrounding shell. + + +Notes +===== + +* The shell name is always lowercased. +* On Windows, the shell name is the name of the executable, minus the file + extension. + + +Notes for Application Developers +================================ + +Remember, your application's user is not necessarily using a shell. +Shellingham raises ``ShellDetectionFailure`` if there is no shell to detect, +but *your application should almost never do this to your user*. + +A practical approach to this is to wrap ``detect_shell`` in a try block, and +provide a sane default on failure + +.. code-block:: python + + try: + shell = shellingham.detect_shell() + except shellingham.ShellDetectionFailure: + shell = provide_default() + + +There are a few choices for you to choose from. + +* The POSIX standard mandates the environment variable ``SHELL`` to refer to + "the user's preferred command language interpreter". This is always available + (even if the user is not in an interactive session), and likely the correct + choice to launch an interactive sub-shell with. +* A command ``sh`` is almost guaranteed to exist, likely at ``/bin/sh``, since + several POSIX tools rely on it. This should be suitable if you want to run a + (possibly non-interactive) script. +* All versions of DOS and Windows have an environment variable ``COMSPEC``. + This can always be used to launch a usable command prompt (e.g. `cmd.exe` on + Windows). + +Here's a simple implementation to provide a default shell + +.. code-block:: python + + import os + + def provide_default(): + if os.name == 'posix': + return os.environ['SHELL'] + elif os.name == 'nt': + return os.environ['COMSPEC'] + raise NotImplementedError(f'OS {os.name!r} support not available') diff --git a/.cache/pip/http-v2/e/a/2/2/a/ea22a79fcbb7a5195dc8846d5b7ddabfe6981d47f448fe52cbe95a8a b/.cache/pip/http-v2/e/a/2/2/a/ea22a79fcbb7a5195dc8846d5b7ddabfe6981d47f448fe52cbe95a8a new file mode 100644 index 0000000000000000000000000000000000000000..0c9e15ed8b9f5d49356bba44d3b7c049774584de Binary files /dev/null and b/.cache/pip/http-v2/e/a/2/2/a/ea22a79fcbb7a5195dc8846d5b7ddabfe6981d47f448fe52cbe95a8a differ diff --git a/.cache/pip/http-v2/e/a/2/2/a/ea22a79fcbb7a5195dc8846d5b7ddabfe6981d47f448fe52cbe95a8a.body b/.cache/pip/http-v2/e/a/2/2/a/ea22a79fcbb7a5195dc8846d5b7ddabfe6981d47f448fe52cbe95a8a.body new file mode 100644 index 0000000000000000000000000000000000000000..21221cb0e89504566f85ef0c550eb97ab7d14d5d Binary files /dev/null and b/.cache/pip/http-v2/e/a/2/2/a/ea22a79fcbb7a5195dc8846d5b7ddabfe6981d47f448fe52cbe95a8a.body differ diff --git a/.cache/pip/http-v2/e/d/e/d/1/eded1062df3a835b1d654db11016327d0de7276866caf329f6f27b1c b/.cache/pip/http-v2/e/d/e/d/1/eded1062df3a835b1d654db11016327d0de7276866caf329f6f27b1c new file mode 100644 index 0000000000000000000000000000000000000000..70d41cdbc5f493c107e6fbccd2d70ed18a64930e Binary files /dev/null and b/.cache/pip/http-v2/e/d/e/d/1/eded1062df3a835b1d654db11016327d0de7276866caf329f6f27b1c differ diff --git a/.cache/pip/http-v2/f/1/9/c/b/f19cb9f2548ebec3162f98dc0753cc5fe07d32364a02b1720f376edb b/.cache/pip/http-v2/f/1/9/c/b/f19cb9f2548ebec3162f98dc0753cc5fe07d32364a02b1720f376edb new file mode 100644 index 0000000000000000000000000000000000000000..1d711bf9439cf3bec9b44de12ac1fe759c18af6d Binary files /dev/null and b/.cache/pip/http-v2/f/1/9/c/b/f19cb9f2548ebec3162f98dc0753cc5fe07d32364a02b1720f376edb differ diff --git a/.cache/pip/http-v2/f/1/9/c/b/f19cb9f2548ebec3162f98dc0753cc5fe07d32364a02b1720f376edb.body b/.cache/pip/http-v2/f/1/9/c/b/f19cb9f2548ebec3162f98dc0753cc5fe07d32364a02b1720f376edb.body new file mode 100644 index 0000000000000000000000000000000000000000..43db7560aef991d58f37f654c54cb68010e607bf Binary files /dev/null and b/.cache/pip/http-v2/f/1/9/c/b/f19cb9f2548ebec3162f98dc0753cc5fe07d32364a02b1720f376edb.body differ diff --git a/.cache/pip/http-v2/f/2/0/8/4/f20844baf036d0c68cfae9bb5dc41f95d6cebdcce05131baf3bf0ba5 b/.cache/pip/http-v2/f/2/0/8/4/f20844baf036d0c68cfae9bb5dc41f95d6cebdcce05131baf3bf0ba5 new file mode 100644 index 0000000000000000000000000000000000000000..14f4346f7a2b9b11ef6a250235aae4bef5ed0fca Binary files /dev/null and b/.cache/pip/http-v2/f/2/0/8/4/f20844baf036d0c68cfae9bb5dc41f95d6cebdcce05131baf3bf0ba5 differ diff --git a/.cache/pip/http-v2/f/2/0/8/4/f20844baf036d0c68cfae9bb5dc41f95d6cebdcce05131baf3bf0ba5.body b/.cache/pip/http-v2/f/2/0/8/4/f20844baf036d0c68cfae9bb5dc41f95d6cebdcce05131baf3bf0ba5.body new file mode 100644 index 0000000000000000000000000000000000000000..5694b0186cffd52d1145e1b84c4f306b7b7a7824 --- /dev/null +++ b/.cache/pip/http-v2/f/2/0/8/4/f20844baf036d0c68cfae9bb5dc41f95d6cebdcce05131baf3bf0ba5.body @@ -0,0 +1,1366 @@ +Metadata-Version: 2.1 +Name: matplotlib +Version: 3.11.0 +Summary: Python plotting package +Author: John D. Hunter, Michael Droettboom +Author-Email: Unknown +License: License agreement for matplotlib versions 1.3.0 and later + ========================================================= + + 1. This LICENSE AGREEMENT is between the Matplotlib Development Team + ("MDT"), and the Individual or Organization ("Licensee") accessing and + otherwise using matplotlib software in source or binary form and its + associated documentation. + + 2. Subject to the terms and conditions of this License Agreement, MDT + hereby grants Licensee a nonexclusive, royalty-free, world-wide license + to reproduce, analyze, test, perform and/or display publicly, prepare + derivative works, distribute, and otherwise use matplotlib + alone or in any derivative version, provided, however, that MDT's + License Agreement and MDT's notice of copyright, i.e., "Copyright (c) + 2012- Matplotlib Development Team; All Rights Reserved" are retained in + matplotlib alone or in any derivative version prepared by + Licensee. + + 3. In the event Licensee prepares a derivative work that is based on or + incorporates matplotlib or any part thereof, and wants to + make the derivative work available to others as provided herein, then + Licensee hereby agrees to include in any such work a brief summary of + the changes made to matplotlib . + + 4. MDT is making matplotlib available to Licensee on an "AS + IS" basis. MDT MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR + IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, MDT MAKES NO AND + DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS + FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB + WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. + + 5. MDT SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF MATPLOTLIB + FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR + LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING + MATPLOTLIB , OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF + THE POSSIBILITY THEREOF. + + 6. This License Agreement will automatically terminate upon a material + breach of its terms and conditions. + + 7. Nothing in this License Agreement shall be deemed to create any + relationship of agency, partnership, or joint venture between MDT and + Licensee. This License Agreement does not grant permission to use MDT + trademarks or trade name in a trademark sense to endorse or promote + products or services of Licensee, or any third party. + + 8. By copying, installing or otherwise using matplotlib , + Licensee agrees to be bound by the terms and conditions of this License + Agreement. + + License agreement for matplotlib versions prior to 1.3.0 + ======================================================== + + 1. This LICENSE AGREEMENT is between John D. Hunter ("JDH"), and the + Individual or Organization ("Licensee") accessing and otherwise using + matplotlib software in source or binary form and its associated + documentation. + + 2. Subject to the terms and conditions of this License Agreement, JDH + hereby grants Licensee a nonexclusive, royalty-free, world-wide license + to reproduce, analyze, test, perform and/or display publicly, prepare + derivative works, distribute, and otherwise use matplotlib + alone or in any derivative version, provided, however, that JDH's + License Agreement and JDH's notice of copyright, i.e., "Copyright (c) + 2002-2011 John D. Hunter; All Rights Reserved" are retained in + matplotlib alone or in any derivative version prepared by + Licensee. + + 3. In the event Licensee prepares a derivative work that is based on or + incorporates matplotlib or any part thereof, and wants to + make the derivative work available to others as provided herein, then + Licensee hereby agrees to include in any such work a brief summary of + the changes made to matplotlib. + + 4. JDH is making matplotlib available to Licensee on an "AS + IS" basis. JDH MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR + IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, JDH MAKES NO AND + DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS + FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF MATPLOTLIB + WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. + + 5. JDH SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF MATPLOTLIB + FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR + LOSS AS A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING + MATPLOTLIB , OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF + THE POSSIBILITY THEREOF. + + 6. This License Agreement will automatically terminate upon a material + breach of its terms and conditions. + + 7. Nothing in this License Agreement shall be deemed to create any + relationship of agency, partnership, or joint venture between JDH and + Licensee. This License Agreement does not grant permission to use JDH + trademarks or trade name in a trademark sense to endorse or promote + products or services of Licensee, or any third party. + + 8. By copying, installing or otherwise using matplotlib, + Licensee agrees to be bound by the terms and conditions of this License + Agreement. + ---- + + This binary distrubution of Matplotlib can also bundle the following software + (depending on the build): + + Name: AMS Fonts + Files: matplotlib/tests/cmr10.pfb + Description: Type-1 version of one of Knuth's Computer Modern fonts + License: OFL-1.1 + The cmr10.pfb file is a Type-1 version of one of Knuth's Computer Modern fonts. + It is included here as test data only, but the following license applies. + + Copyright (c) 1997, 2009, American Mathematical Society (http://www.ams.org). + All Rights Reserved. + + "cmb10" is a Reserved Font Name for this Font Software. + "cmbsy10" is a Reserved Font Name for this Font Software. + "cmbsy5" is a Reserved Font Name for this Font Software. + "cmbsy6" is a Reserved Font Name for this Font Software. + "cmbsy7" is a Reserved Font Name for this Font Software. + "cmbsy8" is a Reserved Font Name for this Font Software. + "cmbsy9" is a Reserved Font Name for this Font Software. + "cmbx10" is a Reserved Font Name for this Font Software. + "cmbx12" is a Reserved Font Name for this Font Software. + "cmbx5" is a Reserved Font Name for this Font Software. + "cmbx6" is a Reserved Font Name for this Font Software. + "cmbx7" is a Reserved Font Name for this Font Software. + "cmbx8" is a Reserved Font Name for this Font Software. + "cmbx9" is a Reserved Font Name for this Font Software. + "cmbxsl10" is a Reserved Font Name for this Font Software. + "cmbxti10" is a Reserved Font Name for this Font Software. + "cmcsc10" is a Reserved Font Name for this Font Software. + "cmcsc8" is a Reserved Font Name for this Font Software. + "cmcsc9" is a Reserved Font Name for this Font Software. + "cmdunh10" is a Reserved Font Name for this Font Software. + "cmex10" is a Reserved Font Name for this Font Software. + "cmex7" is a Reserved Font Name for this Font Software. + "cmex8" is a Reserved Font Name for this Font Software. + "cmex9" is a Reserved Font Name for this Font Software. + "cmff10" is a Reserved Font Name for this Font Software. + "cmfi10" is a Reserved Font Name for this Font Software. + "cmfib8" is a Reserved Font Name for this Font Software. + "cminch" is a Reserved Font Name for this Font Software. + "cmitt10" is a Reserved Font Name for this Font Software. + "cmmi10" is a Reserved Font Name for this Font Software. + "cmmi12" is a Reserved Font Name for this Font Software. + "cmmi5" is a Reserved Font Name for this Font Software. + "cmmi6" is a Reserved Font Name for this Font Software. + "cmmi7" is a Reserved Font Name for this Font Software. + "cmmi8" is a Reserved Font Name for this Font Software. + "cmmi9" is a Reserved Font Name for this Font Software. + "cmmib10" is a Reserved Font Name for this Font Software. + "cmmib5" is a Reserved Font Name for this Font Software. + "cmmib6" is a Reserved Font Name for this Font Software. + "cmmib7" is a Reserved Font Name for this Font Software. + "cmmib8" is a Reserved Font Name for this Font Software. + "cmmib9" is a Reserved Font Name for this Font Software. + "cmr10" is a Reserved Font Name for this Font Software. + "cmr12" is a Reserved Font Name for this Font Software. + "cmr17" is a Reserved Font Name for this Font Software. + "cmr5" is a Reserved Font Name for this Font Software. + "cmr6" is a Reserved Font Name for this Font Software. + "cmr7" is a Reserved Font Name for this Font Software. + "cmr8" is a Reserved Font Name for this Font Software. + "cmr9" is a Reserved Font Name for this Font Software. + "cmsl10" is a Reserved Font Name for this Font Software. + "cmsl12" is a Reserved Font Name for this Font Software. + "cmsl8" is a Reserved Font Name for this Font Software. + "cmsl9" is a Reserved Font Name for this Font Software. + "cmsltt10" is a Reserved Font Name for this Font Software. + "cmss10" is a Reserved Font Name for this Font Software. + "cmss12" is a Reserved Font Name for this Font Software. + "cmss17" is a Reserved Font Name for this Font Software. + "cmss8" is a Reserved Font Name for this Font Software. + "cmss9" is a Reserved Font Name for this Font Software. + "cmssbx10" is a Reserved Font Name for this Font Software. + "cmssdc10" is a Reserved Font Name for this Font Software. + "cmssi10" is a Reserved Font Name for this Font Software. + "cmssi12" is a Reserved Font Name for this Font Software. + "cmssi17" is a Reserved Font Name for this Font Software. + "cmssi8" is a Reserved Font Name for this Font Software. + "cmssi9" is a Reserved Font Name for this Font Software. + "cmssq8" is a Reserved Font Name for this Font Software. + "cmssqi8" is a Reserved Font Name for this Font Software. + "cmsy10" is a Reserved Font Name for this Font Software. + "cmsy5" is a Reserved Font Name for this Font Software. + "cmsy6" is a Reserved Font Name for this Font Software. + "cmsy7" is a Reserved Font Name for this Font Software. + "cmsy8" is a Reserved Font Name for this Font Software. + "cmsy9" is a Reserved Font Name for this Font Software. + "cmtcsc10" is a Reserved Font Name for this Font Software. + "cmtex10" is a Reserved Font Name for this Font Software. + "cmtex8" is a Reserved Font Name for this Font Software. + "cmtex9" is a Reserved Font Name for this Font Software. + "cmti10" is a Reserved Font Name for this Font Software. + "cmti12" is a Reserved Font Name for this Font Software. + "cmti7" is a Reserved Font Name for this Font Software. + "cmti8" is a Reserved Font Name for this Font Software. + "cmti9" is a Reserved Font Name for this Font Software. + "cmtt10" is a Reserved Font Name for this Font Software. + "cmtt12" is a Reserved Font Name for this Font Software. + "cmtt8" is a Reserved Font Name for this Font Software. + "cmtt9" is a Reserved Font Name for this Font Software. + "cmu10" is a Reserved Font Name for this Font Software. + "cmvtt10" is a Reserved Font Name for this Font Software. + "euex10" is a Reserved Font Name for this Font Software. + "euex7" is a Reserved Font Name for this Font Software. + "euex8" is a Reserved Font Name for this Font Software. + "euex9" is a Reserved Font Name for this Font Software. + "eufb10" is a Reserved Font Name for this Font Software. + "eufb5" is a Reserved Font Name for this Font Software. + "eufb7" is a Reserved Font Name for this Font Software. + "eufm10" is a Reserved Font Name for this Font Software. + "eufm5" is a Reserved Font Name for this Font Software. + "eufm7" is a Reserved Font Name for this Font Software. + "eurb10" is a Reserved Font Name for this Font Software. + "eurb5" is a Reserved Font Name for this Font Software. + "eurb7" is a Reserved Font Name for this Font Software. + "eurm10" is a Reserved Font Name for this Font Software. + "eurm5" is a Reserved Font Name for this Font Software. + "eurm7" is a Reserved Font Name for this Font Software. + "eusb10" is a Reserved Font Name for this Font Software. + "eusb5" is a Reserved Font Name for this Font Software. + "eusb7" is a Reserved Font Name for this Font Software. + "eusm10" is a Reserved Font Name for this Font Software. + "eusm5" is a Reserved Font Name for this Font Software. + "eusm7" is a Reserved Font Name for this Font Software. + "lasy10" is a Reserved Font Name for this Font Software. + "lasy5" is a Reserved Font Name for this Font Software. + "lasy6" is a Reserved Font Name for this Font Software. + "lasy7" is a Reserved Font Name for this Font Software. + "lasy8" is a Reserved Font Name for this Font Software. + "lasy9" is a Reserved Font Name for this Font Software. + "lasyb10" is a Reserved Font Name for this Font Software. + "lcircle1" is a Reserved Font Name for this Font Software. + "lcirclew" is a Reserved Font Name for this Font Software. + "lcmss8" is a Reserved Font Name for this Font Software. + "lcmssb8" is a Reserved Font Name for this Font Software. + "lcmssi8" is a Reserved Font Name for this Font Software. + "line10" is a Reserved Font Name for this Font Software. + "linew10" is a Reserved Font Name for this Font Software. + "msam10" is a Reserved Font Name for this Font Software. + "msam5" is a Reserved Font Name for this Font Software. + "msam6" is a Reserved Font Name for this Font Software. + "msam7" is a Reserved Font Name for this Font Software. + "msam8" is a Reserved Font Name for this Font Software. + "msam9" is a Reserved Font Name for this Font Software. + "msbm10" is a Reserved Font Name for this Font Software. + "msbm5" is a Reserved Font Name for this Font Software. + "msbm6" is a Reserved Font Name for this Font Software. + "msbm7" is a Reserved Font Name for this Font Software. + "msbm8" is a Reserved Font Name for this Font Software. + "msbm9" is a Reserved Font Name for this Font Software. + "wncyb10" is a Reserved Font Name for this Font Software. + "wncyi10" is a Reserved Font Name for this Font Software. + "wncyr10" is a Reserved Font Name for this Font Software. + "wncysc10" is a Reserved Font Name for this Font Software. + "wncyss10" is a Reserved Font Name for this Font Software. + + This Font Software is licensed under the SIL Open Font License, Version 1.1. + This license is copied below, and is also available with a FAQ at: + http://scripts.sil.org/OFL + + ----------------------------------------------------------- + SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 + ----------------------------------------------------------- + + PREAMBLE + The goals of the Open Font License (OFL) are to stimulate worldwide + development of collaborative font projects, to support the font creation + efforts of academic and linguistic communities, and to provide a free and + open framework in which fonts may be shared and improved in partnership + with others. + + The OFL allows the licensed fonts to be used, studied, modified and + redistributed freely as long as they are not sold by themselves. The + fonts, including any derivative works, can be bundled, embedded, + redistributed and/or sold with any software provided that any reserved + names are not used by derivative works. The fonts and derivatives, + however, cannot be released under any other type of license. The + requirement for fonts to remain under this license does not apply + to any document created using the fonts or their derivatives. + + DEFINITIONS + "Font Software" refers to the set of files released by the Copyright + Holder(s) under this license and clearly marked as such. This may + include source files, build scripts and documentation. + + "Reserved Font Name" refers to any names specified as such after the + copyright statement(s). + + "Original Version" refers to the collection of Font Software components as + distributed by the Copyright Holder(s). + + "Modified Version" refers to any derivative made by adding to, deleting, + or substituting -- in part or in whole -- any of the components of the + Original Version, by changing formats or by porting the Font Software to a + new environment. + + "Author" refers to any designer, engineer, programmer, technical + writer or other person who contributed to the Font Software. + + PERMISSION & CONDITIONS + Permission is hereby granted, free of charge, to any person obtaining + a copy of the Font Software, to use, study, copy, merge, embed, modify, + redistribute, and sell modified and unmodified copies of the Font + Software, subject to the following conditions: + + 1) Neither the Font Software nor any of its individual components, + in Original or Modified Versions, may be sold by itself. + + 2) Original or Modified Versions of the Font Software may be bundled, + redistributed and/or sold with any software, provided that each copy + contains the above copyright notice and this license. These can be + included either as stand-alone text files, human-readable headers or + in the appropriate machine-readable metadata fields within text or + binary files as long as those fields can be easily viewed by the user. + + 3) No Modified Version of the Font Software may use the Reserved Font + Name(s) unless explicit written permission is granted by the corresponding + Copyright Holder. This restriction only applies to the primary font name as + presented to the users. + + 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font + Software shall not be used to promote, endorse or advertise any + Modified Version, except to acknowledge the contribution(s) of the + Copyright Holder(s) and the Author(s) or with their explicit written + permission. + + 5) The Font Software, modified or unmodified, in part or in whole, + must be distributed entirely under this license, and must not be + distributed under any other license. The requirement for fonts to + remain under this license does not apply to any document created + using the Font Software. + + TERMINATION + This license becomes null and void if any of the above conditions are + not met. + + DISCLAIMER + THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT + OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE + COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL + DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM + OTHER DEALINGS IN THE FONT SOFTWARE. + + + + Name: BaKoMa Fonts + Files: matplotlib/mpl-data/fonts/ttf/cm*.ttf matplotlib/mpl-data/fonts/afm/cm*.afm + Description: Computer Modern Fonts in PostScript Type 1 and TrueType font formats. + License: BaKoMa Fonts Licence + BaKoMa Fonts Licence + -------------------- + + This licence covers two font packs (known as BaKoMa Fonts Collection, + which is available at `CTAN:fonts/cm/ps-type1/bakoma/'): + + 1) BaKoMa-CM (1.1/12-Nov-94) + Computer Modern Fonts in PostScript Type 1 and TrueType font formats. + + 2) BaKoMa-AMS (1.2/19-Jan-95) + AMS TeX fonts in PostScript Type 1 and TrueType font formats. + + Copyright (C) 1994, 1995, Basil K. Malyshev. All Rights Reserved. + + Permission to copy and distribute these fonts for any purpose is + hereby granted without fee, provided that the above copyright notice, + author statement and this permission notice appear in all copies of + these fonts and related documentation. + + Permission to modify and distribute modified fonts for any purpose is + hereby granted without fee, provided that the copyright notice, + author statement, this permission notice and location of original + fonts (http://www.ctan.org/tex-archive/fonts/cm/ps-type1/bakoma) + appear in all copies of modified fonts and related documentation. + + Permission to use these fonts (embedding into PostScript, PDF, SVG + and printing by using any software) is hereby granted without fee. + It is not required to provide any notices about using these fonts. + + Basil K. Malyshev + INSTITUTE FOR HIGH ENERGY PHYSICS + IHEP, OMVT + Moscow Region + 142281 PROTVINO + RUSSIA + + E-Mail: bakoma@mail.ru + or malyshev@mail.ihep.ru + + + + + Name: ColorBrewer Color Schemes + Files: lib/matplotlib/_cm.py + Description: Color schemes from ColorBrewer + License: Apache-2.0 + Apache-Style Software License for ColorBrewer software and ColorBrewer Color Schemes + + Copyright (c) 2002 Cynthia Brewer, Mark Harrower, and The Pennsylvania State University. + + Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software distributed + under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR + CONDITIONS OF ANY KIND, either express or implied. See the License for the + specific language governing permissions and limitations under the License. + + + Name: Courier 10 + Files: matplotlib/tests/Courier10PitchBT-Bold.pfb + Description: Courier 10 font, used in tests. + License: Bitstream-Charter + The Courier10PitchBT-Bold.pfb file is a Type-1 version of + Courier 10 Pitch BT Bold by Bitstream, obtained from + . It is included + here as test data only, but the following license applies. + + + (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA. + + You are hereby granted permission under all Bitstream propriety rights + to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream + Charter (r) Type 1 outline fonts and the 4 Courier Type 1 outline fonts + for any purpose and without restriction; provided, that this notice is + left intact on all copies of such fonts and that Bitstream's trademark + is acknowledged as shown below on all unmodified copies of the 4 Charter + Type 1 fonts. + + BITSTREAM CHARTER is a registered trademark of Bitstream Inc. + + + Name: FreeType + Files: matplotlib/ft2font.*.so + Description: Font rendering library + License: FTL OR GPL-2.0-or-later + The FreeType 2 font engine is copyrighted work and cannot be used + legally without a software license. In order to make this project + usable to a vast majority of developers, we distribute it under two + mutually exclusive open-source licenses. + + This means that *you* must choose *one* of the two licenses described + below, then obey all its terms and conditions when using FreeType 2 in + any of your projects or products. + + - The FreeType License, found in the file `docs/FTL.TXT`, which is + similar to the original BSD license *with* an advertising clause + that forces you to explicitly cite the FreeType project in your + product's documentation. All details are in the license file. + This license is suited to products which don't use the GNU General + Public License. + + Note that this license is compatible to the GNU General Public + License version 3, but not version 2. + + - The GNU General Public License version 2, found in + `docs/GPLv2.TXT` (any later version can be used also), for + programs which already use the GPL. Note that the FTL is + incompatible with GPLv2 due to its advertisement clause. + + The contributed BDF and PCF drivers come with a license similar to + that of the X Window System. It is compatible to the above two + licenses (see files `src/bdf/README` and `src/pcf/README`). The same + holds for the source code files `src/base/fthash.c` and + `include/freetype/internal/fthash.h`; they were part of the BDF driver + in earlier FreeType versions. + + The gzip module uses the zlib license (see `src/gzip/zlib.h`) which + too is compatible to the above two licenses. + + The files `src/autofit/ft-hb.c` and `src/autofit/ft-hb.h` contain code + taken almost verbatim from the HarfBuzz file `hb-ft.cc`, which uses + the 'Old MIT' license, compatible to the above two licenses. + + The MD5 checksum support (only used for debugging in development + builds) is in the public domain. + + + Name: HarfBuzz + Files: matplotlib/ft2font.*.so + Description: Text shaping library + License: MIT-Modern-Variant + HarfBuzz is licensed under the so-called "Old MIT" license. Details follow. + For parts of HarfBuzz that are licensed under different licenses see individual + files names COPYING in subdirectories where applicable. + + Copyright © 2010-2022 Google, Inc. + Copyright © 2015-2020 Ebrahim Byagowi + Copyright © 2019,2020 Facebook, Inc. + Copyright © 2012,2015 Mozilla Foundation + Copyright © 2011 Codethink Limited + Copyright © 2008,2010 Nokia Corporation and/or its subsidiary(-ies) + Copyright © 2009 Keith Stribley + Copyright © 2011 Martin Hosken and SIL International + Copyright © 2007 Chris Wilson + Copyright © 2005,2006,2020,2021,2022,2023 Behdad Esfahbod + Copyright © 2004,2007,2008,2009,2010,2013,2021,2022,2023 Red Hat, Inc. + Copyright © 1998-2005 David Turner and Werner Lemberg + Copyright © 2016 Igalia S.L. + Copyright © 2022 Matthias Clasen + Copyright © 2018,2021 Khaled Hosny + Copyright © 2018,2019,2020 Adobe, Inc + Copyright © 2013-2015 Alexei Podtelezhnikov + + For full copyright notices consult the individual files in the package. + + + Permission is hereby granted, without written agreement and without + license or royalty fees, to use, copy, modify, and distribute this + software and its documentation for any purpose, provided that the + above copyright notice and the following two paragraphs appear in + all copies of this software. + + IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR + DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES + ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN + IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH + DAMAGE. + + THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, + BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS + ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO + PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. + + + Name: JSXTools resize observer + Files: lib/matplotlib/backends/web_backend/js/mpl.js + Description: Minimal polyfill for the ResizeObserver API + License: CC0-1.0 + # CC0 1.0 Universal + + ## Statement of Purpose + + The laws of most jurisdictions throughout the world automatically confer + exclusive Copyright and Related Rights (defined below) upon the creator and + subsequent owner(s) (each and all, an “owner”) of an original work of + authorship and/or a database (each, a “Work”). + + Certain owners wish to permanently relinquish those rights to a Work for the + purpose of contributing to a commons of creative, cultural and scientific works + (“Commons”) that the public can reliably and without fear of later claims of + infringement build upon, modify, incorporate in other works, reuse and + redistribute as freely as possible in any form whatsoever and for any purposes, + including without limitation commercial purposes. These owners may contribute + to the Commons to promote the ideal of a free culture and the further + production of creative, cultural and scientific works, or to gain reputation or + greater distribution for their Work in part through the use and efforts of + others. + + For these and/or other purposes and motivations, and without any expectation of + additional consideration or compensation, the person associating CC0 with a + Work (the “Affirmer”), to the extent that he or she is an owner of Copyright + and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and + publicly distribute the Work under its terms, with knowledge of his or her + Copyright and Related Rights in the Work and the meaning and intended legal + effect of CC0 on those rights. + + 1. Copyright and Related Rights. A Work made available under CC0 may be + protected by copyright and related or neighboring rights (“Copyright and + Related Rights”). Copyright and Related Rights include, but are not limited + to, the following: + 1. the right to reproduce, adapt, distribute, perform, display, communicate, + and translate a Work; + 2. moral rights retained by the original author(s) and/or performer(s); + 3. publicity and privacy rights pertaining to a person’s image or likeness + depicted in a Work; + 4. rights protecting against unfair competition in regards to a Work, + subject to the limitations in paragraph 4(i), below; + 5. rights protecting the extraction, dissemination, use and reuse of data in + a Work; + 6. database rights (such as those arising under Directive 96/9/EC of the + European Parliament and of the Council of 11 March 1996 on the legal + protection of databases, and under any national implementation thereof, + including any amended or successor version of such directive); and + 7. other similar, equivalent or corresponding rights throughout the world + based on applicable law or treaty, and any national implementations + thereof. + + 2. Waiver. To the greatest extent permitted by, but not in contravention of, + applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and + unconditionally waives, abandons, and surrenders all of Affirmer’s Copyright + and Related Rights and associated claims and causes of action, whether now + known or unknown (including existing as well as future claims and causes of + action), in the Work (i) in all territories worldwide, (ii) for the maximum + duration provided by applicable law or treaty (including future time + extensions), (iii) in any current or future medium and for any number of + copies, and (iv) for any purpose whatsoever, including without limitation + commercial, advertising or promotional purposes (the “Waiver”). Affirmer + makes the Waiver for the benefit of each member of the public at large and + to the detriment of Affirmer’s heirs and successors, fully intending that + such Waiver shall not be subject to revocation, rescission, cancellation, + termination, or any other legal or equitable action to disrupt the quiet + enjoyment of the Work by the public as contemplated by Affirmer’s express + Statement of Purpose. + + 3. Public License Fallback. Should any part of the Waiver for any reason be + judged legally invalid or ineffective under applicable law, then the Waiver + shall be preserved to the maximum extent permitted taking into account + Affirmer’s express Statement of Purpose. In addition, to the extent the + Waiver is so judged Affirmer hereby grants to each affected person a + royalty-free, non transferable, non sublicensable, non exclusive, + irrevocable and unconditional license to exercise Affirmer’s Copyright and + Related Rights in the Work (i) in all territories worldwide, (ii) for the + maximum duration provided by applicable law or treaty (including future time + extensions), (iii) in any current or future medium and for any number of + copies, and (iv) for any purpose whatsoever, including without limitation + commercial, advertising or promotional purposes (the “License”). The License + shall be deemed effective as of the date CC0 was applied by Affirmer to the + Work. Should any part of the License for any reason be judged legally + invalid or ineffective under applicable law, such partial invalidity or + ineffectiveness shall not invalidate the remainder of the License, and in + such case Affirmer hereby affirms that he or she will not (i) exercise any + of his or her remaining Copyright and Related Rights in the Work or (ii) + assert any associated claims and causes of action with respect to the Work, + in either case contrary to Affirmer’s express Statement of Purpose. + + 4. Limitations and Disclaimers. + 1. No trademark or patent rights held by Affirmer are waived, abandoned, + surrendered, licensed or otherwise affected by this document. + 2. Affirmer offers the Work as-is and makes no representations or warranties + of any kind concerning the Work, express, implied, statutory or + otherwise, including without limitation warranties of title, + merchantability, fitness for a particular purpose, non infringement, or + the absence of latent or other defects, accuracy, or the present or + absence of errors, whether or not discoverable, all to the greatest + extent permissible under applicable law. + 3. Affirmer disclaims responsibility for clearing rights of other persons + that may apply to the Work or any use thereof, including without + limitation any person’s Copyright and Related Rights in the Work. + Further, Affirmer disclaims responsibility for obtaining any necessary + consents, permissions or other rights required for any use of the Work. + 4. Affirmer understands and acknowledges that Creative Commons is not a + party to this document and has no duty or obligation with respect to this + CC0 or use of the Work. + + For more information, please see + http://creativecommons.org/publicdomain/zero/1.0/. + + + Name: Last Resort fonts + Files: matplotlib/mpl-data/fonts/ttf/LastResortHE-Regular.ttf + Description: Last Resort High-Efficiency Font + License: OFL-1.1 + This Font Software is licensed under the SIL Open Font License, + Version 1.1. + + This license is copied below, and is also available with a FAQ at: + http://scripts.sil.org/OFL + + ----------------------------------------------------------- + SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 + ----------------------------------------------------------- + + PREAMBLE + The goals of the Open Font License (OFL) are to stimulate worldwide + development of collaborative font projects, to support the font + creation efforts of academic and linguistic communities, and to + provide a free and open framework in which fonts may be shared and + improved in partnership with others. + + The OFL allows the licensed fonts to be used, studied, modified and + redistributed freely as long as they are not sold by themselves. The + fonts, including any derivative works, can be bundled, embedded, + redistributed and/or sold with any software provided that any reserved + names are not used by derivative works. The fonts and derivatives, + however, cannot be released under any other type of license. The + requirement for fonts to remain under this license does not apply to + any document created using the fonts or their derivatives. + + DEFINITIONS + "Font Software" refers to the set of files released by the Copyright + Holder(s) under this license and clearly marked as such. This may + include source files, build scripts and documentation. + + "Reserved Font Name" refers to any names specified as such after the + copyright statement(s). + + "Original Version" refers to the collection of Font Software + components as distributed by the Copyright Holder(s). + + "Modified Version" refers to any derivative made by adding to, + deleting, or substituting -- in part or in whole -- any of the + components of the Original Version, by changing formats or by porting + the Font Software to a new environment. + + "Author" refers to any designer, engineer, programmer, technical + writer or other person who contributed to the Font Software. + + PERMISSION & CONDITIONS + Permission is hereby granted, free of charge, to any person obtaining + a copy of the Font Software, to use, study, copy, merge, embed, + modify, redistribute, and sell modified and unmodified copies of the + Font Software, subject to the following conditions: + + 1) Neither the Font Software nor any of its individual components, in + Original or Modified Versions, may be sold by itself. + + 2) Original or Modified Versions of the Font Software may be bundled, + redistributed and/or sold with any software, provided that each copy + contains the above copyright notice and this license. These can be + included either as stand-alone text files, human-readable headers or + in the appropriate machine-readable metadata fields within text or + binary files as long as those fields can be easily viewed by the user. + + 3) No Modified Version of the Font Software may use the Reserved Font + Name(s) unless explicit written permission is granted by the + corresponding Copyright Holder. This restriction only applies to the + primary font name as presented to the users. + + 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font + Software shall not be used to promote, endorse or advertise any + Modified Version, except to acknowledge the contribution(s) of the + Copyright Holder(s) and the Author(s) or with their explicit written + permission. + + 5) The Font Software, modified or unmodified, in part or in whole, + must be distributed entirely under this license, and must not be + distributed under any other license. The requirement for fonts to + remain under this license does not apply to any document created using + the Font Software. + + TERMINATION + This license becomes null and void if any of the above conditions are + not met. + + DISCLAIMER + THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT + OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE + COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL + DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM + OTHER DEALINGS IN THE FONT SOFTWARE. + + SPDX-License-Identifier: OFL-1.1 + + + Name: libraqm + Files: matplotlib/ft2font.*.so + Description: Complex text layout library + License: MIT + The MIT License (MIT) + + Copyright © 2015 Information Technology Authority (ITA) + Copyright © 2016-2023 Khaled Hosny + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + + + Name: QHull + Files: matplotlib/_qhull.*.so + Description: Convex hull, Delaunay triangulation, Voronoi diagrams, Halfspace intersection + License: Qhull + Qhull, Copyright (c) 1993-2020 + + C.B. Barber + Arlington, MA + + and + + The National Science and Technology Research Center for + Computation and Visualization of Geometric Structures + (The Geometry Center) + University of Minnesota + + email: qhull@qhull.org + + This software includes Qhull from C.B. Barber and The Geometry Center. + Files derived from Qhull 1.0 are copyrighted by the Geometry Center. The + remaining files are copyrighted by C.B. Barber. Qhull is free software + and may be obtained via http from www.qhull.org. It may be freely copied, + modified, and redistributed under the following conditions: + + 1. All copyright notices must remain intact in all files. + + 2. A copy of this text file must be distributed along with any copies + of Qhull that you redistribute; this includes copies that you have + modified, or copies of programs or other software products that + include Qhull. + + 3. If you modify Qhull, you must include a notice giving the + name of the person performing the modification, the date of + modification, and the reason for such modification. + + 4. When distributing modified versions of Qhull, or other software + products that include Qhull, you must provide notice that the original + source code may be obtained as noted above. + + 5. There is no warranty or other guarantee of fitness for Qhull, it is + provided solely "as is". Bug reports or fixes may be sent to + qhull_bug@qhull.org; the authors may or may not act on them as + they desire. + + + Name: Qt4 Editor + Files: matplotlib/backends/qt_editor + Description: Module creating PyQt4 form dialogs/layouts to edit various type of parameters + License: MIT + Module creating PyQt4 form dialogs/layouts to edit various type of parameters + + + formlayout License Agreement (MIT License) + ------------------------------------------ + + Copyright (c) 2009 Pierre Raybaut + + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation + files (the "Software"), to deal in the Software without + restriction, including without limitation the rights to use, + copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following + conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES + OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT + HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + OTHER DEALINGS IN THE SOFTWARE. + + + Name: SheenBidi + Files: matplotlib/ft2font.*.so + Description: Unicode Bidirectional Algorithm implementation + License: Apache-2.0 + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + + Name: Solarized + Files: matplotlib/mpl-data/stylelib/Solarize_Light2.mplstyle + Description: Solarized color scheme/style + License: MIT + https://github.com/altercation/solarized/blob/master/LICENSE + Copyright (c) 2011 Ethan Schoonover + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + + + Name: Stix fonts + Files: matplotlib/mpl-data/fonts/ttf/STIX*.ttf + Description: STIX fonts + License: OFL-1.1 + STIX Font License + + 24 May 2010 + + Copyright (c) 2001-2010 by the STI Pub Companies, consisting of the American + Institute of Physics, the American Chemical Society, the American Mathematical + Society, the American Physical Society, Elsevier, Inc., and The Institute of + Electrical and Electronic Engineers, Inc. (www.stixfonts.org), with Reserved + Font Name STIX Fonts, STIX Fonts (TM) is a trademark of The Institute of + Electrical and Electronics Engineers, Inc. + + Portions copyright (c) 1998-2003 by MicroPress, Inc. (www.micropress-inc.com), + with Reserved Font Name TM Math. To obtain additional mathematical fonts, please + contact MicroPress, Inc., 68-30 Harrow Street, Forest Hills, NY 11375, USA, + Phone: (718) 575-1816. + + Portions copyright (c) 1990 by Elsevier, Inc. + + This Font Software is licensed under the SIL Open Font License, Version 1.1. + This license is copied below, and is also available with a FAQ at: + https://scripts.sil.org/OFL + + ----------------------------------------------------------- + SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 + ----------------------------------------------------------- + + PREAMBLE + The goals of the Open Font License (OFL) are to stimulate worldwide + development of collaborative font projects, to support the font creation + efforts of academic and linguistic communities, and to provide a free and + open framework in which fonts may be shared and improved in partnership + with others. + + The OFL allows the licensed fonts to be used, studied, modified and + redistributed freely as long as they are not sold by themselves. The + fonts, including any derivative works, can be bundled, embedded, + redistributed and/or sold with any software provided that any reserved + names are not used by derivative works. The fonts and derivatives, + however, cannot be released under any other type of license. The + requirement for fonts to remain under this license does not apply + to any document created using the fonts or their derivatives. + + DEFINITIONS + "Font Software" refers to the set of files released by the Copyright + Holder(s) under this license and clearly marked as such. This may + include source files, build scripts and documentation. + + "Reserved Font Name" refers to any names specified as such after the + copyright statement(s). + + "Original Version" refers to the collection of Font Software components as + distributed by the Copyright Holder(s). + + "Modified Version" refers to any derivative made by adding to, deleting, + or substituting -- in part or in whole -- any of the components of the + Original Version, by changing formats or by porting the Font Software to a + new environment. + + "Author" refers to any designer, engineer, programmer, technical + writer or other person who contributed to the Font Software. + + PERMISSION & CONDITIONS + Permission is hereby granted, free of charge, to any person obtaining + a copy of the Font Software, to use, study, copy, merge, embed, modify, + redistribute, and sell modified and unmodified copies of the Font + Software, subject to the following conditions: + + 1) Neither the Font Software nor any of its individual components, + in Original or Modified Versions, may be sold by itself. + + 2) Original or Modified Versions of the Font Software may be bundled, + redistributed and/or sold with any software, provided that each copy + contains the above copyright notice and this license. These can be + included either as stand-alone text files, human-readable headers or + in the appropriate machine-readable metadata fields within text or + binary files as long as those fields can be easily viewed by the user. + + 3) No Modified Version of the Font Software may use the Reserved Font + Name(s) unless explicit written permission is granted by the corresponding + Copyright Holder. This restriction only applies to the primary font name as + presented to the users. + + 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font + Software shall not be used to promote, endorse or advertise any + Modified Version, except to acknowledge the contribution(s) of the + Copyright Holder(s) and the Author(s) or with their explicit written + permission. + + 5) The Font Software, modified or unmodified, in part or in whole, + must be distributed entirely under this license, and must not be + distributed under any other license. The requirement for fonts to + remain under this license does not apply to any document created + using the Font Software. + + TERMINATION + This license becomes null and void if any of the above conditions are + not met. + + DISCLAIMER + THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT + OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE + COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL + DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM + OTHER DEALINGS IN THE FONT SOFTWARE. + + Name: Yorick Colormaps + Files: lib/matplotlib/_cm.py + Description: Gist/Yorick colormaps + License: + BSD-style license for gist/yorick colormaps. + + Copyright: + + Copyright (c) 1996. The Regents of the University of California. + All rights reserved. + + Permission to use, copy, modify, and distribute this software for any + purpose without fee is hereby granted, provided that this entire + notice is included in all copies of any software which is or includes + a copy or modification of this software and in all copies of the + supporting documentation for such software. + + This work was produced at the University of California, Lawrence + Livermore National Laboratory under contract no. W-7405-ENG-48 between + the U.S. Department of Energy and The Regents of the University of + California for the operation of UC LLNL. + + + DISCLAIMER + + This software was prepared as an account of work sponsored by an + agency of the United States Government. Neither the United States + Government nor the University of California nor any of their + employees, makes any warranty, express or implied, or assumes any + liability or responsibility for the accuracy, completeness, or + usefulness of any information, apparatus, product, or process + disclosed, or represents that its use would not infringe + privately-owned rights. Reference herein to any specific commercial + products, process, or service by trade name, trademark, manufacturer, + or otherwise, does not necessarily constitute or imply its + endorsement, recommendation, or favoring by the United States + Government or the University of California. The views and opinions of + authors expressed herein do not necessarily state or reflect those of + the United States Government or the University of California, and + shall not be used for advertising or product endorsement purposes. + + + AUTHOR + + David H. Munro wrote Yorick and Gist. Berkeley Yacc (byacc) generated + the Yorick parser. The routines in Math are from LAPACK and FFTPACK; + MathC contains C translations by David H. Munro. The algorithms for + Yorick's random number generator and several special functions in + Yorick/include were taken from Numerical Recipes by Press, et. al., + although the Yorick implementations are unrelated to those in + Numerical Recipes. A small amount of code in Gist was adapted from + the X11R4 release, copyright M.I.T. -- the complete copyright notice + may be found in the (unused) file Gist/host.c. + +Classifier: Development Status :: 5 - Production/Stable +Classifier: Framework :: Matplotlib +Classifier: Intended Audience :: Science/Research +Classifier: Intended Audience :: Education +Classifier: License :: OSI Approved :: Python Software Foundation License +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 +Classifier: Topic :: Scientific/Engineering :: Visualization +Project-URL: Homepage, https://matplotlib.org +Project-URL: Download, https://matplotlib.org/stable/install/index.html +Project-URL: Documentation, https://matplotlib.org +Project-URL: Source Code, https://github.com/matplotlib/matplotlib +Project-URL: Bug Tracker, https://github.com/matplotlib/matplotlib/issues +Project-URL: Forum, https://discourse.matplotlib.org/ +Project-URL: Donate, https://numfocus.org/donate-to-matplotlib +Requires-Python: >=3.11 +Requires-Dist: contourpy>=1.0.1 +Requires-Dist: cycler>=0.10 +Requires-Dist: fonttools>=4.22.0 +Requires-Dist: kiwisolver>=1.3.1 +Requires-Dist: numpy>=1.25 +Requires-Dist: packaging>=20.0 +Requires-Dist: pillow>=9 +Requires-Dist: pyparsing>=3 +Requires-Dist: python-dateutil>=2.7 +Description-Content-Type: text/markdown + +[![PyPi](https://img.shields.io/pypi/v/matplotlib)](https://pypi.org/project/matplotlib/) +[![Conda](https://img.shields.io/conda/vn/conda-forge/matplotlib)](https://anaconda.org/conda-forge/matplotlib) +[![Downloads](https://img.shields.io/pypi/dm/matplotlib)](https://pypi.org/project/matplotlib) +[![NUMFocus](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](https://numfocus.org) +[![LFX Health Score](https://insights.linuxfoundation.org/api/badge/health-score?project=matplotlib)](https://insights.linuxfoundation.org/project/matplotlib) + +[![Discourse help forum](https://img.shields.io/badge/help_forum-discourse-blue.svg)](https://discourse.matplotlib.org) +[![Discourse chat](https://img.shields.io/badge/chat-discourse-mediumaquamarine)](https://discourse.matplotlib.org/chat/c/matplotlib/2) +[![GitHub issues](https://img.shields.io/badge/issue_tracking-github-blue.svg)](https://github.com/matplotlib/matplotlib/issues) +[![Contributing](https://img.shields.io/badge/PR-Welcome-%23FF8300.svg?)](https://matplotlib.org/stable/devel/index.html) + +[![GitHub actions status](https://github.com/matplotlib/matplotlib/workflows/Tests/badge.svg)](https://github.com/matplotlib/matplotlib/actions?query=workflow%3ATests) +[![Azure pipelines status](https://dev.azure.com/matplotlib/matplotlib/_apis/build/status/matplotlib.matplotlib?branchName=main)](https://dev.azure.com/matplotlib/matplotlib/_build/latest?definitionId=1&branchName=main) +[![AppVeyor status](https://ci.appveyor.com/api/projects/status/github/matplotlib/matplotlib?branch=main&svg=true)](https://ci.appveyor.com/project/matplotlib/matplotlib) +[![Codecov status](https://codecov.io/github/matplotlib/matplotlib/badge.svg?branch=main&service=github)](https://app.codecov.io/gh/matplotlib/matplotlib) +[![EffVer Versioning](https://img.shields.io/badge/version_scheme-EffVer-0097a7)](https://jacobtomlinson.dev/effver) + +![Matplotlib logotype](https://matplotlib.org/stable/_static/logo2.svg) + +Matplotlib is a comprehensive library for creating static, animated, and +interactive visualizations in Python. + +Check out our [home page](https://matplotlib.org/) for more information. + +![image](https://matplotlib.org/stable/_static/readme_preview.png) + +Matplotlib produces publication-quality figures in a variety of hardcopy +formats and interactive environments across platforms. Matplotlib can be +used in Python scripts, Python/IPython shells, web application servers, +and various graphical user interface toolkits. + +## Install + +See the [install +documentation](https://matplotlib.org/stable/users/installing/index.html), +which is generated from `/doc/install/index.rst` + +## Contribute + +You've discovered a bug or something else you want to change — excellent! + +You've worked out a way to fix it — even better! + +You want to tell us about it — best of all! + +Start at the [contributing +guide](https://matplotlib.org/devdocs/devel/contribute.html)! + +## Contact + +[Discourse](https://discourse.matplotlib.org/) is the discussion forum +for general questions and discussions and our recommended starting +point. + +Our active mailing lists (which are mirrored on Discourse) are: + +- [Users](https://mail.python.org/mailman/listinfo/matplotlib-users) + mailing list: +- [Announcement](https://mail.python.org/mailman/listinfo/matplotlib-announce) + mailing list: +- [Development](https://mail.python.org/mailman/listinfo/matplotlib-devel) + mailing list: + +[Discourse Chat](https://discourse.matplotlib.org/chat/c/matplotlib/2) is for +coordinating development and asking questions directly related to contributing +to matplotlib. + +## Citing Matplotlib + +If Matplotlib contributes to a project that leads to publication, please +acknowledge this by citing Matplotlib. + +[A ready-made citation +entry](https://matplotlib.org/stable/users/project/citing.html) is +available. diff --git a/.cache/pip/http-v2/f/6/4/9/7/f64975d28276977ea56e4922737def644a797957c860c54f5b5bc122 b/.cache/pip/http-v2/f/6/4/9/7/f64975d28276977ea56e4922737def644a797957c860c54f5b5bc122 new file mode 100644 index 0000000000000000000000000000000000000000..8b3ebe69c8068f1e6eb91b77a2b1b08269dfd19e Binary files /dev/null and b/.cache/pip/http-v2/f/6/4/9/7/f64975d28276977ea56e4922737def644a797957c860c54f5b5bc122 differ diff --git a/.cache/pip/http-v2/f/6/4/9/7/f64975d28276977ea56e4922737def644a797957c860c54f5b5bc122.body b/.cache/pip/http-v2/f/6/4/9/7/f64975d28276977ea56e4922737def644a797957c860c54f5b5bc122.body new file mode 100644 index 0000000000000000000000000000000000000000..d32a85a7f228e7913407f0cb16fb1bf46754f5c4 --- /dev/null +++ b/.cache/pip/http-v2/f/6/4/9/7/f64975d28276977ea56e4922737def644a797957c860c54f5b5bc122.body @@ -0,0 +1,2339 @@ +Metadata-Version: 2.4 +Name: fonttools +Version: 4.63.0 +Summary: Tools to manipulate font files +Home-page: http://github.com/fonttools/fonttools +Author: Just van Rossum +Author-email: just@letterror.com +Maintainer: Behdad Esfahbod +Maintainer-email: behdad@behdad.org +License: MIT +Platform: Any +Classifier: Development Status :: 5 - Production/Stable +Classifier: Environment :: Console +Classifier: Environment :: Other Environment +Classifier: Intended Audience :: Developers +Classifier: Intended Audience :: End Users/Desktop +Classifier: Natural Language :: English +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 +Classifier: Programming Language :: Python :: 3 +Classifier: Topic :: Text Processing :: Fonts +Classifier: Topic :: Multimedia :: Graphics +Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion +Requires-Python: >=3.10 +Description-Content-Type: text/x-rst +License-File: LICENSE +License-File: LICENSE.external +Provides-Extra: ufo +Provides-Extra: lxml +Requires-Dist: lxml>=4.0; extra == "lxml" +Provides-Extra: woff +Requires-Dist: brotli>=1.0.1; platform_python_implementation == "CPython" and extra == "woff" +Requires-Dist: brotlicffi>=0.8.0; platform_python_implementation != "CPython" and extra == "woff" +Requires-Dist: zopfli>=0.1.4; extra == "woff" +Provides-Extra: unicode +Requires-Dist: unicodedata2>=17.0.0; python_version <= "3.14" and extra == "unicode" +Provides-Extra: graphite +Requires-Dist: lz4>=1.7.4.2; extra == "graphite" +Provides-Extra: interpolatable +Requires-Dist: scipy; platform_python_implementation != "PyPy" and extra == "interpolatable" +Requires-Dist: munkres; platform_python_implementation == "PyPy" and extra == "interpolatable" +Requires-Dist: pycairo; extra == "interpolatable" +Provides-Extra: plot +Requires-Dist: matplotlib; extra == "plot" +Provides-Extra: symfont +Requires-Dist: sympy; extra == "symfont" +Provides-Extra: type1 +Requires-Dist: xattr; sys_platform == "darwin" and extra == "type1" +Provides-Extra: pathops +Requires-Dist: skia-pathops>=0.5.0; extra == "pathops" +Provides-Extra: repacker +Requires-Dist: uharfbuzz>=0.45.0; extra == "repacker" +Provides-Extra: all +Requires-Dist: lxml>=4.0; extra == "all" +Requires-Dist: brotli>=1.0.1; platform_python_implementation == "CPython" and extra == "all" +Requires-Dist: brotlicffi>=0.8.0; platform_python_implementation != "CPython" and extra == "all" +Requires-Dist: zopfli>=0.1.4; extra == "all" +Requires-Dist: unicodedata2>=17.0.0; python_version <= "3.14" and extra == "all" +Requires-Dist: lz4>=1.7.4.2; extra == "all" +Requires-Dist: scipy; platform_python_implementation != "PyPy" and extra == "all" +Requires-Dist: munkres; platform_python_implementation == "PyPy" and extra == "all" +Requires-Dist: pycairo; extra == "all" +Requires-Dist: matplotlib; extra == "all" +Requires-Dist: sympy; extra == "all" +Requires-Dist: xattr; sys_platform == "darwin" and extra == "all" +Requires-Dist: skia-pathops>=0.5.0; extra == "all" +Requires-Dist: uharfbuzz>=0.45.0; extra == "all" +Dynamic: author +Dynamic: author-email +Dynamic: classifier +Dynamic: description +Dynamic: description-content-type +Dynamic: home-page +Dynamic: license +Dynamic: license-file +Dynamic: maintainer +Dynamic: maintainer-email +Dynamic: platform +Dynamic: provides-extra +Dynamic: requires-python +Dynamic: summary + +|CI Build Status| |Coverage Status| |PyPI| |Gitter Chat| + +What is this? +~~~~~~~~~~~~~ + +| fontTools is a library for manipulating fonts, written in Python. The + project includes the TTX tool, that can convert TrueType and OpenType + fonts to and from an XML text format, which is also called TTX. It + supports TrueType, OpenType, AFM and to an extent Type 1 and some + Mac-specific formats. The project has an `MIT open-source + license `__. +| Among other things this means you can use it free of charge. + +`User documentation `_ and +`developer documentation `_ +are available at `Read the Docs `_. + +Installation +~~~~~~~~~~~~ + +FontTools requires `Python `__ 3.10 +or later. We try to follow the same schedule of minimum Python version support as +NumPy (see `NEP 29 `__). + +The package is listed in the Python Package Index (PyPI), so you can +install it with `pip `__: + +.. code:: sh + + pip install fonttools + +If you would like to contribute to its development, you can clone the +repository from GitHub, install the package in 'editable' mode and +modify the source code in place. We recommend creating a virtual +environment, using `virtualenv `__ or +Python 3 `venv `__ module. + +.. code:: sh + + # download the source code to 'fonttools' folder + git clone https://github.com/fonttools/fonttools.git + cd fonttools + + # create new virtual environment called e.g. 'fonttools-venv', or anything you like + python -m virtualenv fonttools-venv + + # source the `activate` shell script to enter the environment (Unix-like); to exit, just type `deactivate` + . fonttools-venv/bin/activate + + # to activate the virtual environment in Windows `cmd.exe`, do + fonttools-venv\Scripts\activate.bat + + # install in 'editable' mode + pip install -e . + +Optional Requirements +--------------------- + +The ``fontTools`` package currently has no (required) external dependencies +besides the modules included in the Python Standard Library. +However, a few extra dependencies are required by some of its modules, which +are needed to unlock optional features. +The ``fonttools`` PyPI distribution also supports so-called "extras", i.e. a +set of keywords that describe a group of additional dependencies, which can be +used when installing via pip, or when specifying a requirement. +For example: + +.. code:: sh + + pip install fonttools[ufo,lxml,woff,unicode] + +This command will install fonttools, as well as the optional dependencies that +are required to unlock the extra features named "ufo", etc. + +- ``Lib/fontTools/misc/etree.py`` + + The module exports a ElementTree-like API for reading/writing XML files, and + allows to use as the backend either the built-in ``xml.etree`` module or + `lxml `__. The latter is preferred whenever present, + as it is generally faster and more secure. + + *Extra:* ``lxml`` + +- ``Lib/fontTools/ttLib/woff2.py`` + + Module to compress/decompress WOFF 2.0 web fonts; it requires: + + * `brotli `__: Python bindings of + the Brotli compression library. + + *Extra:* ``woff`` + +- ``Lib/fontTools/ttLib/sfnt.py`` + + To better compress WOFF 1.0 web fonts, the following module can be used + instead of the built-in ``zlib`` library: + + * `zopfli `__: Python bindings of + the Zopfli compression library. + + *Extra:* ``woff`` + +- ``Lib/fontTools/unicode.py`` + + To display the Unicode character names when dumping the ``cmap`` table + with ``ttx`` we use the ``unicodedata`` module in the Standard Library. + The version included in there varies between different Python versions. + To use the latest available data, you can install: + + * `unicodedata2 `__: + ``unicodedata`` backport for Python 3.x updated to the latest Unicode + version 17.0. + + *Extra:* ``unicode`` + +- ``Lib/fontTools/varLib/interpolatable.py`` + + Module for finding wrong contour/component order between different masters. + It requires one of the following packages in order to solve the so-called + "minimum weight perfect matching problem in bipartite graphs", or + the Assignment problem: + + * `scipy `__: the Scientific Library + for Python, which internally uses `NumPy `__ + arrays and hence is very fast; + * `munkres `__: a pure-Python + module that implements the Hungarian or Kuhn-Munkres algorithm. Slower than + SciPy, but useful for minimalistic systems where adding SciPy is undesirable. + + This ensures both performance (via SciPy) and minimal footprint (via Munkres) + are possible. + + To plot the results to a PDF or HTML format, you also need to install: + + * `pycairo `__: Python bindings for the + Cairo graphics library. Note that wheels are currently only available for + Windows, for other platforms see pycairo's `installation instructions + `__. + + *Extra:* ``interpolatable`` + +- ``Lib/fontTools/varLib/plot.py`` + + Module for visualizing DesignSpaceDocument and resulting VariationModel. + + * `matplotlib `__: 2D plotting library. + + *Extra:* ``plot`` + +- ``Lib/fontTools/misc/symfont.py`` + + Advanced module for symbolic font statistics analysis; it requires: + + * `sympy `__: the Python library for + symbolic mathematics. + + *Extra:* ``symfont`` + +- ``Lib/fontTools/t1Lib.py`` + + To get the file creator and type of Macintosh PostScript Type 1 fonts + on Python 3 you need to install the following module, as the old ``MacOS`` + module is no longer included in Mac Python: + + * `xattr `__: Python wrapper for + extended filesystem attributes (macOS platform only). + + *Extra:* ``type1`` + +- ``Lib/fontTools/ttLib/removeOverlaps.py`` + + Simplify TrueType glyphs by merging overlapping contours and components. + + * `skia-pathops `__: Python + bindings for the Skia library's PathOps module, performing boolean + operations on paths (union, intersection, etc.). + + *Extra:* ``pathops`` + +- ``Lib/fontTools/ufoLib`` + + Package for reading and writing UFO source files; if available, it will use: + + * `fs `__: (aka ``pyfilesystem2``) filesystem abstraction layer + + for reading and writing UFOs to the local filesystem or zip files (.ufoz), instead of + the built-in ``fontTools.misc.filesystem`` package. + The reader and writer classes can in theory also accept any object compatible the + ``fs.base.FS`` interface, although not all have been tested. + +- ``Lib/fontTools/pens/cocoaPen.py`` and ``Lib/fontTools/pens/quartzPen.py`` + + Pens for drawing glyphs with Cocoa ``NSBezierPath`` or ``CGPath`` require: + + * `PyObjC `__: the bridge between + Python and the Objective-C runtime (macOS platform only). + +- ``Lib/fontTools/pens/qtPen.py`` + + Pen for drawing glyphs with Qt's ``QPainterPath``, requires: + + * `PyQt5 `__: Python bindings for + the Qt cross platform UI and application toolkit. + +- ``Lib/fontTools/pens/reportLabPen.py`` + + Pen to drawing glyphs as PNG images, requires: + + * `reportlab `__: Python toolkit + for generating PDFs and graphics. + +- ``Lib/fontTools/pens/freetypePen.py`` + + Pen to drawing glyphs with FreeType as raster images, requires: + + * `freetype-py `__: Python binding + for the FreeType library. + +- ``Lib/fontTools/ttLib/tables/otBase.py`` + + Use the Harfbuzz library to serialize GPOS/GSUB using ``hb_repack`` method, requires: + + * `uharfbuzz `__: Streamlined Cython + bindings for the harfbuzz shaping engine + + *Extra:* ``repacker`` + +How to make a new release +~~~~~~~~~~~~~~~~~~~~~~~~~ + +1) Update ``NEWS.rst`` with all the changes since the last release. Write a + changelog entry for each PR, with one or two short sentences summarizing it, + as well as links to the PR and relevant issues addressed by the PR. Do not + put a new title, the next command will do it for you. +2) Use semantic versioning to decide whether the new release will be a 'major', + 'minor' or 'patch' release. It's usually one of the latter two, depending on + whether new backward compatible APIs were added, or simply some bugs were fixed. +3) From inside a venv, first do ``pip install -r dev-requirements.txt``, then run + the ``python setup.py release`` command from the tip of the ``main`` branch. + By default this bumps the third or 'patch' digit only, unless you pass ``--major`` + or ``--minor`` to bump respectively the first or second digit. + This bumps the package version string, extracts the changes since the latest + version from ``NEWS.rst``, and uses that text to create an annotated git tag + (or a signed git tag if you pass the ``--sign`` option and your git and Github + account are configured for `signing commits `__ + using a GPG key). + It also commits an additional version bump which opens the main branch for + the subsequent developmental cycle +4) Push both the tag and commit to the upstream repository, by running the command + ``git push --follow-tags``. Note: it may push other local tags as well, be + careful. +5) Let the CI build the wheel and source distribution packages and verify both + get uploaded to the Python Package Index (PyPI). +6) [Optional] Go to fonttools `Github Releases `__ + page and create a new release, copy-pasting the content of the git tag + message. This way, the release notes are nicely formatted as markdown, and + users watching the repo will get an email notification. One day we shall + automate that too. + + +Acknowledgments +~~~~~~~~~~~~~~~~ + +In alphabetical order: + +aschmitz, Olivier Berten, Samyak Bhuta, Erik van Blokland, Petr van Blokland, +Jelle Bosma, Sascha Brawer, Tom Byrer, Antonio Cavedoni, Frédéric Coiffier, +Vincent Connare, David Corbett, Simon Cozens, Dave Crossland, Simon Daniels, +Peter Dekkers, Behdad Esfahbod, Behnam Esfahbod, Hannes Famira, Sam Fishman, +Matt Fontaine, Takaaki Fuji, Rob Hagemans, Yannis Haralambous, Greg Hitchcock, +Jeremie Hornus, Khaled Hosny, John Hudson, Denis Moyogo Jacquerye, Jack Jansen, +Tom Kacvinsky, Jens Kutilek, Antoine Leca, Werner Lemberg, Tal Leming, Liang Hai, Peter +Lofting, Cosimo Lupo, Olli Meier, Masaya Nakamura, Dave Opstad, Laurence Penney, +Roozbeh Pournader, Garret Rieger, Read Roberts, Colin Rofls, Guido van Rossum, +Just van Rossum, Andreas Seidel, Georg Seifert, Chris Simpkins, Miguel Sousa, +Adam Twardoch, Adrien Tétar, Vitaly Volkov, Paul Wise. + +Copyrights +~~~~~~~~~~ + +| Copyright (c) 1999-2004 Just van Rossum, LettError + (just@letterror.com) +| See `LICENSE `__ for the full license. + +Copyright (c) 2000 BeOpen.com. All Rights Reserved. + +Copyright (c) 1995-2001 Corporation for National Research Initiatives. +All Rights Reserved. + +Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam. All +Rights Reserved. + +Have fun! + +.. |CI Build Status| image:: https://github.com/fonttools/fonttools/workflows/Test/badge.svg + :target: https://github.com/fonttools/fonttools/actions?query=workflow%3ATest +.. |Coverage Status| image:: https://codecov.io/gh/fonttools/fonttools/branch/main/graph/badge.svg + :target: https://codecov.io/gh/fonttools/fonttools +.. |PyPI| image:: https://img.shields.io/pypi/v/fonttools.svg + :target: https://pypi.org/project/FontTools +.. |Gitter Chat| image:: https://badges.gitter.im/fonttools-dev/Lobby.svg + :alt: Join the chat at https://gitter.im/fonttools-dev/Lobby + :target: https://gitter.im/fonttools-dev/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge + +Changelog +~~~~~~~~~ + +4.63.0 (released 2026-05-14) +---------------------------- + +- [ttLib] Add support for Apple Color Emoji ``bgcl`` table (#4065). +- [ttLib] Add support for ``IFT`` and ``IFTX`` tables (Incremental Font Transfer, + PatchMapFormat2) (#4070, #4072). +- [otData] Introduce ``FieldSpec`` dataclass for OpenType table schema definitions, + replacing raw tuples in ``otData.py`` (#4076). +- [Feat] Show ``name`` table strings as comments next to label IDs in TTX output, + matching the convention used by ``fvar``, ``STAT``, ``trak`` (#4089). +- [cu2qu] Fix Cython complex-division rounding difference in + ``split_cubic_into_three`` that could cause ±1 off-curve coordinate shifts + (#3928, #4083). +- [designspaceLib] Fix ``map_backward`` for many-to-one (flat-segment) axis maps + that silently dropped entries via dict comprehension + (googlefonts/ufo2ft#978, #4085). +- [OS/2] Fix ``setUnicodeRanges`` to accept reserved bits 123-127, restoring + round-trip with ``getUnicodeRanges`` and fixing ``recalcUnicodeRanges`` crash + in the subsetter (#4087, #4088). +- [cython] Declare Cython extensions as free-threading compatible on Python 3.13+, + so that importing them on free-threaded Python no longer re-enables the GIL + (#4073, #4090). + +4.62.1 (released 2026-03-13) +---------------------------- + +- [feaLib] Extend contextual rule merging to all rule types: single subst, GSUB/GPOS + named lookups, ignore rules, and chained alternate subst (#4061). + +4.62.0 (released 2026-03-09) +---------------------------- + +- [diff] Add new ``fonttools diff`` command for comparing font files, imported from the + ``fdiff`` project and heavily reworked (#1190, #4007, #4009, #4011, #4013, #4019). +- [feaLib] Fix ``VariableScalar`` interpolation bug with non-linear avar mappings. Also + decouple ``VariableScalar`` from compiled fonts, allowing it to work with designspace data + before compilation (#3938, #4054). +- [feaLib] Fix ``VariableScalar`` axis ordering and iterative delta rounding to match fontc + behavior (#4053). +- [feaLib] Merge chained multi subst rules with same context into a single subtable instead of + emitting one subtable per glyph (#4016, #4058). +- [feaLib] Pass location to ``ConditionsetStatement`` to fix glyphsLib round-tripping + (fontra/fontra-glyphs#130, #4057). +- [feaLib] Write ``0xFFFF`` instead of ``0`` for missing nameIDs in ``cv`` feature params + (#4010, #4012). +- [cmap] Fix ``CmapSubtable.__lt__()`` ``TypeError`` on Python 3 when subtables share the + same encoding record, and add compile-time validation for unique encoding records (#4035, + #4055). +- [svgLib] Skip non-element XML nodes (comments, processing instructions) when drawing SVG + paths (#4042, #4043). +- [glifLib] Fix regression reading glyph outlines when ``glyphObject=None`` (#4030, #4031). +- [pointPen] Fix ``SegmentToPointPen`` edge case: only remove a duplicate final point on + ``closePath()`` if it is an on-curve point (#4014, #4015). +- [cffLib] **SECURITY** Replace ``eval()`` with ``safeEval()`` in ``parseBlendList()`` to + prevent arbitrary code execution from crafted TTX files (#4039, #4040). +- [ttLib] Remove defunct Adobe SING Glyphlet tables (``META``, ``SING``, ``GMAP``, ``GPKG``) + (#4044). +- [varLib.interpolatable] Various bugfixes: fix swapped nodeTypes assignment, duplicate + kink-detector condition, typos, CFF2 vsindex parsing, glyph existence check, and plot + helpers (#4046). +- [varLib.models] Fix ``getSubModel`` not forwarding ``extrapolate``/``axisRanges``; check + location uniqueness after stripping zeros (#4047). +- [varLib] Fix ``--variable-fonts`` filter in ``build_many``; remove dead code and fix + comments (#4048). +- [avar] Preserve existing name table in build; keep ``unbuild`` return types consistent; + validate ``map`` CLI coordinates (#4051). +- [cu2qu/qu2cu] Add input validation: reject non-positive tolerances, validate curve inputs + and list lengths (#4052). +- [colorLib] Raise a clear ``ColorLibError`` when base glyphs are missing from glyphMap, + instead of a confusing ``KeyError`` (#4041). +- [glyf] Remove unnecessary ``fvar`` table dependency (#4017). +- [fvar/trak] Remove unnecessary ``name`` table dependency (#4018). +- [ufoLib] Relax guideline validation to follow the updated spec (#3537, #3553). +- [ttFont] Fix ``saveXML`` regression with empty table lists, clarify docstring (#4025, #4026, + #4056). +- [setup.py] Link ``libm`` for Cython extensions using math functions (#4028, #4029). +- Add typing annotations for ``DSIG``, ``DefaultTable``, ``ttProgram`` (#4033). + +4.61.1 (released 2025-12-12) +---------------------------- + +- [otlLib] buildCoverage: return empty Coverage instead of None (#4003, #4004). +- [instancer] bug fix in ``avar2`` full instancing (#4002). +- [designspaceLib] Preserve empty conditionsets when serializing to XML (#4001). +- [fontBu ilder] Fix FontBuilder ``setupOS2()`` default params globally polluted (#3996, #3997). +- [ttFont] Add more typing annotations to ttFont, xmlWriter, sfnt, varLib.models and others (#3952, #3826). +- Explicitly test and declare support for Python 3.14, even though we were already shipping pre-built wheels for it (#3990). + +4.60.2 (released 2025-12-09) +---------------------------- + +- **Backport release** Same as 4.61.0 but without "Drop support for EOL Python 3.9" change to allow + downstream projects still on Python 3.9 to avail of the security fix for CVE-2025-66034 (#3994, #3999). + +4.61.0 (released 2025-11-28) +---------------------------- + +- [varLib.main]: **SECURITY** Only use basename(vf.filename) to prevent path traversal attacks when + running ``fonttools varLib`` command, or code which invokes ``fonttools.varLib.main()``. + Fixes CVE-2025-66034, see: + https://github.com/fonttools/fonttools/security/advisories/GHSA-768j-98cg-p3fv. +- [feaLib] Sort BaseLangSysRecords by tag (#3986). +- Drop support for EOL Python 3.9 (#3982). +- [instancer] Support --remove-overlaps for fonts with CFF2 table (#3975). +- [CFF2ToCFF] Add --remove-overlaps option (#3976). +- [feaLib] Raise an error for rsub with NULL target (#3979). +- [bezierTools] Fix logic bug in curveCurveIntersections (#3963). +- [feaLib] Error when condition sets have the same name (#3958). +- [cu2qu.ufo] skip processing empty glyphs to support sparse kerning masters (#3956). +- [unicodedata] Update to Unicode 17. Require ``unicodedata2 >= 17.0.0`` when installed with 'unicode' extra. + +4.60.1 (released 2025-09-29) +---------------------------- + +- [ufoLib] Reverted accidental method name change in ``UFOReader.getKerningGroupConversionRenameMaps`` + that broke compatibility with downstream projects like defcon (#3948, #3947, robotools/defcon#478). +- [ufoLib] Added test coverage for ``getKerningGroupConversionRenameMaps`` method (#3950). +- [subset] Don't try to subset BASE table; pass it through by default instead (#3949). +- [subset] Remove empty BaseRecord entries in MarkBasePos lookups (#3897, #3892). +- [subset] Add pruning for MarkLigPos and MarkMarkPos lookups (#3946). +- [subset] Remove duplicate features when subsetting (#3945). +- [Docs] Added documentation for the visitor module (#3944). + +4.60.0 (released 2025-09-17) +---------------------------- + +- [pointPen] Allow ``reverseFlipped`` parameter of ``DecomposingPointPen`` to take a ``ReverseFlipped`` + enum value to control whether/how to reverse contour direction of flipped components, in addition to + the existing True/False. This allows to set ``ReverseFlipped.ON_CURVE_FIRST`` to ensure that + the decomposed outline starts with an on-curve point before being reversed, for better consistency + with other segment-oriented contour transformations. The change is backward compatible, and the + default behavior hasn't changed (#3934). +- [filterPen] Added ``ContourFilterPointPen``, base pen for buffered contour operations, and + ``OnCurveStartPointPen`` filter to ensure contours start with an on-curve point (#3934). +- [cu2qu] Fixed difference in cython vs pure-python complex division by real number (#3930). +- [varLib.avar] Refactored and added some new sub-modules and scripts (#3926). + * ``varLib.avar.build`` module to build avar (and a missing fvar) binaries into a possibly empty TTFont, + * ``varLib.avar.unbuild`` module to print a .designspace snippet that would generate the same avar binary, + * ``varLib.avar.map`` module to take TTFont and do the mapping, in user/normalized space, + * ``varLib.avar.plan`` module moved from ``varLib.avarPlanner``. + The bare ``fonttools varLib.avar`` script is deprecated, in favour of ``fonttools varLib.avar.build`` (or ``unbuild``). +- [interpolatable] Clarify ``linear_sum_assignment`` backend options and minimal dependency + usage (#3927). +- [post] Speed up ``build_psNameMapping`` (#3923). +- [ufoLib] Added typing annotations to fontTools.ufoLib (#3875). + +4.59.2 (released 2025-08-27) +---------------------------- + +- [varLib] Clear ``USE_MY_METRICS`` component flags when inconsistent across masters (#3912). +- [varLib.instancer] Avoid negative advance width/height values when instatiating HVAR/VVAR, + (unlikely in well-behaved fonts) (#3918). +- [subset] Fix shaping behaviour when pruning empty mark sets (#3915, harfbuzz/harfbuzz#5499). +- [cu2qu] Fixed ``dot()`` product of perpendicular vectors not always returning exactly 0.0 + in all Python implementations (#3911) +- [varLib.instancer] Implemented fully-instantiating ``avar2`` fonts (#3909). +- [feaLib] Allow float values in ``VariableScalar``'s axis locations (#3906, #3907). +- [cu2qu] Handle special case in ``calc_intersect`` for degenerate cubic curves where 3 to 4 + control points are equal (#3904). + +4.59.1 (released 2025-08-14) +---------------------------- + +- [featureVars] Update OS/2.usMaxContext if possible after addFeatureVariationsRaw (#3894). +- [vhmtx] raise TTLibError('not enough data...') when hmtx/vmtx are truncated (#3843, #3901). +- [feaLib] Combine duplicate features that have the same set of lookups regardless of the order in which those lookups are added to the feature (#3895). +- [varLib] Deprecate ``varLib.mutator`` in favor of ``varLib.instancer``. The latter + provides equivalent full (static font) instancing in addition to partial VF instancing. + CLI users should replace ``fonttools varLib.mutator`` with ``fonttools varLib.instancer``. + API users should migrate to ``fontTools.varLib.instancer.instantiateVariableFont`` (#2680). + + +4.59.0 (released 2025-07-16) +---------------------------- + +- Removed hard-dependency on pyfilesystem2 (``fs`` package) from ``fonttools[ufo]`` extra. + This is replaced by the `fontTools.misc.filesystem` package, a stdlib-only, drop-in + replacement for the subset of the pyfilesystem2's API used by ``fontTools.ufoLib``. + The latter should continue to work with the upstream ``fs`` (we even test with/without). + Clients who wish to continue using ``fs`` can do so by depending on it directly instead + of via the ``fonttools[ufo]`` extra (#3885, #3620). +- [xmlWriter] Replace illegal XML characters (e.g. control or non-characters) with "?" + when dumping to ttx (#3868, #71). +- [varLib.hvar] Fixed vertical metrics fields copy/pasta error (#3884). +- Micro optimizations in ttLib and sstruct modules (#3878, #3879). +- [unicodedata] Add Garay script to RTL_SCRIPTS (#3882). +- [roundingPen] Remove unreliable kwarg usage. Argument names aren’t consistent among + point pens’ ``.addComponent()`` implementations, in particular ``baseGlyphName`` + vs ``glyphName`` (#3880). + +4.58.5 (released 2025-07-03) +---------------------------- + +- [feaLib] Don't try to combine ligature & multisub rules (#3874). +- [feaLib/ast] Use weakref proxies to avoid cycles in visitor (#3873). +- [varLib.instancer] Fixed instancing CFF2 fonts where VarData contains more than 64k items (#3858). + +4.58.4 (released 2025-06-13) +---------------------------- + +- [feaLib] Allow for empty MarkFilter & MarkAttach sets (#3856). + +4.58.3 (released 2025-06-13) +---------------------------- + +- [feaLib] Fixed iterable check for Python 3.13.4 and newer (#3854, #3855). + +4.58.2 (released 2025-06-06) +---------------------------- + +- [ttLib.reorderGlyphs] Handle CFF2 when reordering glyphs (#3852) +- [subset] Copy name IDs in use before scrapping or scrambling them for webfonts (#3853) + +4.58.1 (released 2025-05-28) +---------------------------- + +- [varLib] Make sure that fvar named instances only reuse name ID 2 or 17 if they are at the default location across all axes, to match OT spec requirement (#3831). +- [feaLib] Improve single substitution promotion to multiple/ligature substitutions, fixing a few bugs as well (#3849). +- [loggingTools] Make ``Timer._time`` a static method that doesn't take self, makes it easier to override (#3836). +- [featureVars] Use ``None`` for empty ConditionSet, which translates to a null offset in the compiled table (#3850). +- [feaLib] Raise an error on conflicting ligature substitution rules instead of silently taking the last one (#3835). +- Add typing annotations to T2CharStringPen (#3837). +- [feaLib] Add single substitutions that were promoted to multiple or ligature substitutions to ``aalt`` feature (#3847). +- [featureVars] Create a default ``LangSys`` in a ``ScriptRecord`` if missing when adding feature variations to existing GSUB later in the build (#3838). +- [symfont] Added a ``main()``. +- [cffLib.specializer] Fix rmoveto merging when blends used (#3839, #3840). +- [pyftmerge] Add support for cmap format 14 in the merge tool (#3830). +- [varLib.instancer/cff2] Fix vsindex of Private dicts when instantiating (#3828, #3232). +- Update text file read to use UTF-8 with optional BOM so it works with e.g. Windows Notepad.exe (#3824). +- [varLib] Ensure that instances only reuse name ID 2 or 17 if they are at the default location across all axes (#3831). +- [varLib] Create a dflt LangSys in a ScriptRecord when adding variations later, to fix an avoidable crash in an edge case (#3838). + +4.58.0 (released 2025-05-10) +---------------------------- + +- Drop Python 3.8, require 3.9+ (#3819) +- [HVAR, VVAR] Prune unused regions when using a direct mapping (#3797) +- [Docs] Improvements to ufoLib documentation (#3721) +- [Docs] Improvements to varLib documentation (#3727) +- [Docs] Improvements to Pens and pen-module documentation (#3724) +- [Docs] Miscellany updates to docs (misc modules and smaller modules) (#3730) +- [subset] Close codepoints over BiDi mirror variants. (#3801) +- [feaLib] Fix serializing ChainContextPosStatement and + ChainContextSubstStatement in some rare cases (#3788) +- [designspaceLib] Clarify user expectations for getStatNames (#2892) +- [GVAR] Add support for new `GVAR` table (#3728) +- [TSI0, TSI5] Derive number of entries to decompile from data length (#2477) +- [ttLib] Fix `AttributeError` when reporting table overflow (#3808) +- [ttLib] Apply rounding more often in getCoordinates (#3798) +- [ttLib] Ignore component bounds if empty (#3799) +- [ttLib] Change the separator for duplicate glyph names from "#" to "." (#3809) +- [feaLib] Support subtable breaks in CursivePos, MarkBasePos, MarkToLigPos and + MarkToMarkPos lookups (#3800, #3807) +- [feaLib] If the same lookup has single substitutions and ligature + substitutions, upgrade single substitutions to ligature substitutions with + one input glyph (#3805) +- [feaLib] Correctly handle in single pos lookups (#3803) +- [feaLib] Remove duplicates from class pair pos classes instead of raising an + error (#3804) +- [feaLib] Support creating extension lookups using useExtenion lookup flag + instead of silently ignoring it (#3811) +- [STAT] Add typing for the simpler STAT arguments (#3812) +- [otlLib.builder] Add future import for annotations (#3814) +- [cffLib] Fix reading supplement encoding (#3813) +- [voltLib] Add some missing functionality and fixes to voltLib and VoltToFea, + making the conversion to feature files more robust. Add also `fonttools + voltLib` command line tool to compile VOLT sources directly (doing an + intermediate fea conversion internally) (#3818) +- [pens] Add some PointPen annotations (#3820) + +4.57.0 (released 2025-04-03) +---------------------------- + +- [ttLib.__main__] Add `--no-recalc-timestamp` flag (#3771) +- [ttLib.__main__] Add `-b` (recalcBBoxes=False) flag (#3772) +- [cmap] Speed up glyphOrder loading from cmap (#3774) +- [ttLib.__main__] Improvements around the `-t` flag (#3776) +- [Debg] Fix parsing from XML; add roundtrip tests (#3781) +- [fealib] Support \*Base.MinMax tables (#3783, #3786) +- [config] Add OPTIMIZE_FONT_SPEED (#3784) +- [varLib.hvar] New module to add HVAR table to the font (#3780) +- [otlLib.optimize] Fix crash when the provided TTF does not contain a `GPOS` (#3794) + +4.56.0 (released 2025-02-07) +---------------------------- + +- [varStore] Sort the input todo list with the same sorting key used for the opimizer's output (#3767). +- [otData] Fix DeviceTable's ``DeltaValue`` repeat value which caused a crash after importing from XML and then compiling a GPOS containing Device tables (#3758). +- [feaLib] Make ``FeatureLibError`` pickleable, so client can e.g. use feaLib to can compile features in parallel with multiprocessing (#3762). +- [varLib/gvar] Removed workaround for old, long-fixed macOS bug about composite glyphs with all zero deltas (#1381, #1788). +- [Docs] Updated ttLib documentation, beefed up TTFont and TTGlyphSet explanations (#3720). + +4.55.8 (released 2025-01-29) +---------------------------- + +- [MetaTools] Fixed bug in buildUCD.py script whereby the first non-header line of some UCD text file was being skipped. This affected in particular the U+00B7 (MIDDLE DOT) entry of ScriptExtensions.txt (#3756). + +4.55.7 (released 2025-01-28) +---------------------------- + +- Shorten the changelog included in PyPI package description to accommodate maximum length limit imposed by Azure DevOps. No actual code changes since v4.55.6 (#3754). + +4.55.6 (released 2025-01-24) +---------------------------- + +- [glyf] Fixed regression introduced in 4.55.5 when computing bounds of nested composite glyphs with transformed components (#3752). + +4.55.5 (released 2025-01-23) +---------------------------- + +- [glyf] Fixed recalcBounds of transformed components with unrounded coordinates (#3750). +- [feaLib] Allow duplicate script/language statements (#3749). + +4.55.4 (released 2025-01-21) +---------------------------- + +- [bezierTools] Fixed ``splitCubicAtT`` sometimes not returning identical start/end points as result of numerical precision (#3742, #3743). +- [feaLib/ast] Fixed docstring of ``AlternateSubstStatement`` (#3735). +- [transform] Typing fixes (#3734). + +4.55.3 (released 2024-12-10) +---------------------------- + +- [Docs] fill out ttLib table section [#3716] +- [feaLib] More efficient inline format 4 lookups [#3726] + +4.55.2 (released 2024-12-05) +---------------------------- + +- [Docs] update Sphinx config (#3712) +- [designspaceLib] Allow axisOrdering to be set to zero (#3715) +- [feaLib] Don’t modify variable anchors in place (#3717) + +4.55.1 (released 2024-12-02) +---------------------------- + +- [ttGlyphSet] Support VARC CFF2 fonts (#3683) +- [DecomposedTransform] Document and implement always skewY == 0 (#3697) +- [varLib] "Fix" cython iup issue? (#3704) +- Cython minor refactor (#3705) + + +4.55.0 (released 2024-11-14) +---------------------------- + +- [cffLib.specializer] Adjust stack use calculation (#3689) +- [varLib] Lets not add mac names if the rest of name doesn't have them (#3688) +- [ttLib.reorderGlyphs] Update CFF table charstrings and charset (#3682) +- [cffLib.specializer] Add cmdline to specialize a CFF2 font (#3675, #3679) +- [CFF2] Lift uint16 VariationStore.length limitation (#3674) +- [subset] consider variation selectors subsetting cmap14 (#3672) +- [varLib.interpolatable] Support CFF2 fonts (#3670) +- Set isfinal to true in XML parser for proper resource cleanup (#3669) +- [removeOverlaps] Fix CFF CharString width (#3659) +- [glyf] Add optimizeSize option (#3657) +- Python 3.13 support (#3656) +- [TupleVariation] Optimize for loading speed, not size (#3650, #3653) + + +4.54.1 (released 2024-09-24) +---------------------------- + +- [unicodedata] Update to Unicode 16 +- [subset] Escape ``\\`` in doc string + +4.54.0 (released 2024-09-23) +---------------------------- + +- [Docs] Small docs cleanups by @n8willis (#3611) +- [Docs] cleanup code blocks by @n8willis (#3627) +- [Docs] fix Sphinx builds by @n8willis (#3625) +- [merge] Minor fixes to documentation for merge by @drj11 (#3588) +- [subset] Small tweaks to pyftsubset documentation by @RoelN (#3633) +- [Tests] Do not require fonttools command to be available by @behdad (#3612) +- [Tests] subset_test: add failing test to reproduce issue #3616 by @anthrotype (#3622) +- [ttLib] NameRecordVisitor: include whole sequence of character variants' UI labels, not just the first by @anthrotype (#3617) +- [varLib.avar] Reconstruct mappings from binary by @behdad (#3598) +- [varLib.instancer] Fix visual artefacts with partial L2 instancing by @Hoolean (#3635) +- [varLib.interpolatable] Support discrete axes in .designspace by @behdad (#3599) +- [varLib.models] By default, assume OpenType-like normalized space by @behdad (#3601) + +4.53.1 (released 2024-07-05) +---------------------------- + +- [feaLib] Improve the sharing of inline chained lookups (#3559) +- [otlLib] Correct the calculation of OS/2.usMaxContext with reversed chaining contextual single substitutions (#3569) +- [misc.visitor] Visitors search the inheritance chain of objects they are visiting (#3581) + +4.53.0 (released 2024-05-31) +---------------------------- + +- [ttLib.removeOverlaps] Support CFF table to aid in downconverting CFF2 fonts (#3528) +- [avar] Fix crash when accessing not-yet-existing attribute (#3550) +- [docs] Add buildMathTable to otlLib.builder documentation (#3540) +- [feaLib] Allow UTF-8 with BOM when reading features (#3495) +- [SVGPathPen] Revert rounding coordinates to two decimal places by default (#3543) +- [varLib.instancer] Refix output filename decision-making (#3545, #3544, #3548) + +4.52.4 (released 2024-05-27) +---------------------------- + +- [varLib.cff] Restore and deprecate convertCFFtoCFF2 that was removed in 4.52.0 + release as it is used by downstream projects (#3535). + +4.52.3 (released 2024-05-27) +---------------------------- + +- Fixed a small syntax error in the reStructuredText-formatted NEWS.rst file + which caused the upload to PyPI to fail for 4.52.2. No other code changes. + +4.52.2 (released 2024-05-27) +---------------------------- + +- [varLib.interpolatable] Ensure that scipy/numpy output is JSON-serializable + (#3522, #3526). +- [housekeeping] Regenerate table lists, to fix pyinstaller packaging of the new + ``VARC`` table (#3531, #3529). +- [cffLib] Make CFFToCFF2 and CFF2ToCFF more robust (#3521, #3525). + +4.52.1 (released 2024-05-24) +---------------------------- + +- Fixed a small syntax error in the reStructuredText-formatted NEWS.rst file + which caused the upload to PyPI to fail for 4.52.0. No other code changes. + +4.52.0 (released 2024-05-24) +---------------------------- + +- Added support for the new ``VARC`` (Variable Composite) table that is being + proposed to OpenType spec (#3395). For more info: + https://github.com/harfbuzz/boring-expansion-spec/blob/main/VARC.md +- [ttLib.__main__] Fixed decompiling all tables (90fed08). +- [feaLib] Don't reference the same lookup index multiple times within the same + feature record, it is only applied once anyway (#3520). +- [cffLib] Moved methods to desubroutinize, remove hints and unused subroutines + from subset module to cffLib (#3517). +- [varLib.instancer] Added support for partial-instancing CFF2 tables! Also, added + method to down-convert from CFF2 to CFF 1.0, and CLI entry points to convert + CFF<->CFF2 (#3506). +- [subset] Prune unused user name IDs even with --name-IDs='*' (#3410). +- [ttx] use GNU-style getopt to intermix options and positional arguments (#3509). +- [feaLib.variableScalar] Fixed ``value_at_location()`` method (#3491) +- [psCharStrings] Shorten output of ``encodeFloat`` (#3492). +- [bezierTools] Fix infinite-recursion in ``calcCubicArcLength`` (#3502). +- [avar2] Implement ``avar2`` support in ``TTFont.getGlyphSet()`` (#3473). + +4.51.0 (released 2024-04-05) +---------------------------- + +- [ttLib] Optimization on loading aux fields (#3464). +- [ttFont] Add reorderGlyphs (#3468). + +4.50.0 (released 2024-03-15) +---------------------------- + +- [pens] Added decomposing filter pens that draw components as regular contours (#3460). +- [instancer] Drop explicit no-op axes from TupleVariations (#3457). +- [cu2qu/ufo] Return set of modified glyph names from fonts_to_quadratic (#3456). + +4.49.0 (released 2024-02-15) +---------------------------- + +- [otlLib] Add API for building ``MATH`` table (#3446) + +4.48.1 (released 2024-02-06) +---------------------------- + +- Fixed uploading wheels to PyPI, no code changes since v4.48.0. + +4.48.0 (released 2024-02-06) +---------------------------- + +- [varLib] Do not log when there are no OTL tables to be merged. +- [setup.py] Do not restrict lxml<5 any more, tests pass just fine with lxml>=5. +- [feaLib] Remove glyph and class names length restrictions in FEA (#3424). +- [roundingPens] Added ``transformRoundFunc`` parameter to the rounding pens to allow + for custom rounding of the components' transforms (#3426). +- [feaLib] Keep declaration order of ligature components within a ligature set, instead + of sorting by glyph name (#3429). +- [feaLib] Fixed ordering of alternates in ``aalt`` lookups, following the declaration + order of feature references within the ``aalt`` feature block (#3430). +- [varLib.instancer] Fixed a bug in the instancer's IUP optimization (#3432). +- [sbix] Support sbix glyphs with new graphicType "flip" (#3433). +- [svgPathPen] Added ``--glyphs`` option to dump the SVG paths for the named glyphs + in the font (0572f78). +- [designspaceLib] Added "description" attribute to ```` and ```` + elements, and allow multiple ```` elements to group ```` elements + that are logically related (#3435, #3437). +- [otlLib] Correctly choose the most compact GSUB contextual lookup format (#3439). + +4.47.2 (released 2024-01-11) +---------------------------- + +Minor release to fix uploading wheels to PyPI. + +4.47.1 (released 2024-01-11) +---------------------------- + +- [merge] Improve help message and add standard command line options (#3408) +- [otlLib] Pass ``ttFont`` to ``name.addName`` in ``buildStatTable`` (#3406) +- [featureVars] Re-use ``FeatureVariationRecord``'s when possible (#3413) + +4.47.0 (released 2023-12-18) +---------------------------- + +- [varLib.models] New API for VariationModel: ``getMasterScalars`` and + ``interpolateFromValuesAndScalars``. +- [varLib.interpolatable] Various bugfixes and rendering improvements. In particular, + add a Summary page in the front, and an Index and Table-of-Contents in the back. + Change the page size to Letter. +- [Docs/designspaceLib] Defined a new ``public.fontInfo`` lib key, not used anywhere yet (#3358). + +4.46.0 (released 2023-12-02) +---------------------------- + +- [featureVars] Allow to register the same set of substitution rules to multiple features. + The ``addFeatureVariations`` function can now take a list of featureTags; similarly, the + lib key 'com.github.fonttools.varLib.featureVarsFeatureTag' can now take a + comma-separateed string of feature tags (e.g. "salt,ss01") instead of a single tag (#3360). +- [featureVars] Don't overwrite GSUB FeatureVariations, but append new records to it + for features which are not already there. But raise ``VarLibError`` if the feature tag + already has feature variations associated with it (#3363). +- [varLib] Added ``addGSUBFeatureVariations`` function to add GSUB Feature Variations + to an existing variable font from rules defined in a DesignSpace document (#3362). +- [varLib.interpolatable] Various bugfixes and rendering improvements. In particular, + a new test for "underweight" glyphs. The new test reports quite a few false-positives + though. Please send feedback. + +4.45.1 (released 2023-11-23) +---------------------------- + +- [varLib.interpolatable] Various bugfixes and improvements, better reporting, reduced + false positives. +- [ttGlyphSet] Added option to not recalculate glyf bounds (#3348). + +4.45.0 (released 2023-11-20) +---------------------------- + +- [varLib.interpolatable] Vastly improved algorithms. Also available now is ``--pdf`` + and ``--html`` options to generate a PDF or HTML report of the interpolation issues. + The PDF/HTML report showcases the problematic masters, the interpolated broken + glyph, as well as the proposed fixed version. + +4.44.3 (released 2023-11-15) +---------------------------- + +- [subset] Only prune codepage ranges for OS/2.version >= 1, ignore otherwise (#3334). +- [instancer] Ensure hhea vertical metrics stay in sync with OS/2 ones after instancing + MVAR table containing 'hasc', 'hdsc' or 'hlgp' tags (#3297). + +4.44.2 (released 2023-11-14) +---------------------------- + +- [glyf] Have ``Glyph.recalcBounds`` skip empty components (base glyph with no contours) + when computing the bounding box of composite glyphs. This simply restores the existing + behavior before some changes were introduced in fonttools 4.44.0 (#3333). + +4.44.1 (released 2023-11-14) +---------------------------- + +- [feaLib] Ensure variable mark anchors are deep-copied while building since they + get modified in-place and later reused (#3330). +- [OS/2|subset] Added method to ``recalcCodePageRanges`` to OS/2 table class; added + ``--prune-codepage-ranges`` to `fonttools subset` command (#3328, #2607). + +4.44.0 (released 2023-11-03) +---------------------------- + +- [instancer] Recalc OS/2 AvgCharWidth after instancing if default changes (#3317). +- [otlLib] Make ClassDefBuilder class order match varLib.merger's, i.e. large + classes first, then glyph lexicographic order (#3321, #3324). +- [instancer] Allow not specifying any of min:default:max values and let be filled + up with fvar's values (#3322, #3323). +- [instancer] When running --update-name-table ignore axes that have no STAT axis + values (#3318, #3319). +- [Debg] When dumping to ttx, write the embedded JSON as multi-line string with + indentation (92cbfee0d). +- [varStore] Handle > 65535 items per encoding by splitting VarData subtable (#3310). +- [subset] Handle null-offsets in MarkLigPos subtables. +- [subset] Keep East Asian spacing fatures vhal, halt, chws, vchw by default (#3305). +- [instancer.solver] Fixed case where axisDef < lower and upper < axisMax (#3304). +- [glyf] Speed up compilation, mostly around ``recalcBounds`` (#3301). +- [varLib.interpolatable] Speed it up when working on variable fonts, plus various + micro-optimizations (#3300). +- Require unicodedata2 >= 15.1.0 when installed with 'unicode' extra, contains UCD 15.1. + +4.43.1 (released 2023-10-06) +---------------------------- + +- [EBDT] Fixed TypeError exception in `_reverseBytes` method triggered when dumping + some bitmap fonts with `ttx -z bitwise` option (#3162). +- [v/hhea] Fixed UnboundLocalError exception in ``recalc`` method when no vmtx or hmtx + tables are present (#3290). +- [bezierTools] Fixed incorrectly typed cython local variable leading to TypeError when + calling ``calcQuadraticArcLength`` (#3288). +- [feaLib/otlLib] Better error message when building Coverage table with missing glyph (#3286). + +4.43.0 (released 2023-09-29) +---------------------------- + +- [subset] Set up lxml ``XMLParser(resolve_entities=False)`` when parsing OT-SVG documents + to prevent XML External Entity (XXE) attacks (9f61271dc): + https://codeql.github.com/codeql-query-help/python/py-xxe/ +- [varLib.iup] Added workaround for a Cython bug in ``iup_delta_optimize`` that was + leading to IUP tolerance being incorrectly initialised, resulting in sub-optimal deltas + (60126435d, cython/cython#5732). +- [varLib] Added new command-line entry point ``fonttools varLib.avar`` to add an + ``avar`` table to an existing VF from axes mappings in a .designspace file (0a3360e52). +- [instancer] Fixed bug whereby no longer used variation regions were not correctly pruned + after VarData optimization (#3268). +- Added support for Python 3.12 (#3283). + +4.42.1 (released 2023-08-20) +---------------------------- + +- [t1Lib] Fixed several Type 1 issues (#3238, #3240). +- [otBase/packer] Allow sharing tables reached by different offset sizes (#3241, #3236). +- [varLib/merger] Fix Cursive attachment merging error when all anchors are NULL (#3248, #3247). +- [ttLib] Fixed warning when calling ``addMultilingualName`` and ``ttFont`` parameter was not + passed on to ``findMultilingualName`` (#3253). + +4.42.0 (released 2023-08-02) +---------------------------- + +- [varLib] Use sentinel value 0xFFFF to mark a glyph advance in hmtx/vmtx as non + participating, allowing sparse masters to contain glyphs for variation purposes other + than {H,V}VAR (#3235). +- [varLib/cff] Treat empty glyphs in non-default masters as missing, thus not participating + in CFF2 delta computation, similarly to how varLib already treats them for gvar (#3234). +- Added varLib.avarPlanner script to deduce 'correct' avar v1 axis mappings based on + glyph average weights (#3223). + +4.41.1 (released 2023-07-21) +---------------------------- + +- [subset] Fixed perf regression in v4.41.0 by making ``NameRecordVisitor`` only visit + tables that do contain nameID references (#3213, #3214). +- [varLib.instancer] Support instancing fonts containing null ConditionSet offsets in + FeatureVariationRecords (#3211, #3212). +- [statisticsPen] Report font glyph-average weight/width and font-wide slant. +- [fontBuilder] Fixed head.created date incorrectly set to 0 instead of the current + timestamp, regression introduced in v4.40.0 (#3210). +- [varLib.merger] Support sparse ``CursivePos`` masters (#3209). + +4.41.0 (released 2023-07-12) +---------------------------- + +- [fontBuilder] Fixed bug in setupOS2 with default panose attribute incorrectly being + set to a dict instead of a Panose object (#3201). +- [name] Added method to ``removeUnusedNameRecords`` in the user range (#3185). +- [varLib.instancer] Fixed issue with L4 instancing (moving default) (#3179). +- [cffLib] Use latin1 so we can roundtrip non-ASCII in {Full,Font,Family}Name (#3202). +- [designspaceLib] Mark as optional in docs (as it is in the code). +- [glyf-1] Fixed drawPoints() bug whereby last cubic segment becomes quadratic (#3189, #3190). +- [fontBuilder] Propagate the 'hidden' flag to the fvar Axis instance (#3184). +- [fontBuilder] Update setupAvar() to also support avar 2, fixing ``_add_avar()`` call + site (#3183). +- Added new ``voltLib.voltToFea`` submodule (originally Tiro Typeworks' "Volto") for + converting VOLT OpenType Layout sources to FEA format (#3164). + +4.40.0 (released 2023-06-12) +---------------------------- + +- Published native binary wheels to PyPI for all the python minor versions and platform + and architectures currently supported that would benefit from this. They will include + precompiled Cython-accelerated modules (e.g. cu2qu) without requiring to compile them + from source. The pure-python wheel and source distribution will continue to be + published as always (pip will automatically chose them when no binary wheel is + available for the given platform, e.g. pypy). Use ``pip install --no-binary=fonttools fonttools`` + to expliclity request pip to install from the pure-python source. +- [designspaceLib|varLib] Add initial support for specifying axis mappings and build + ``avar2`` table from those (#3123). +- [feaLib] Support variable ligature caret position (#3130). +- [varLib|glyf] Added option to --drop-implied-oncurves; test for impliable oncurve + points either before or after rounding (#3146, #3147, #3155, #3156). +- [TTGlyphPointPen] Don't error with empty contours, simply ignore them (#3145). +- [sfnt] Fixed str vs bytes remnant of py3 transition in code dealing with de/compiling + WOFF metadata (#3129). +- [instancer-solver] Fixed bug when moving default instance with sparse masters (#3139, #3140). +- [feaLib] Simplify variable scalars that don’t vary (#3132). +- [pens] Added filter pen that explicitly emits closing line when lastPt != movePt (#3100). +- [varStore] Improve optimize algorithm and better document the algorithm (#3124, #3127). + Added ``quantization`` option (#3126). +- Added CI workflow config file for building native binary wheels (#3121). +- [fontBuilder] Added glyphDataFormat=0 option; raise error when glyphs contain cubic + outlines but glyphDataFormat was not explicitly set to 1 (#3113, #3119). +- [subset] Prune emptied GDEF.MarkGlyphSetsDef and remap indices; ensure GDEF is + subsetted before GSUB and GPOS (#3114, #3118). +- [xmlReader] Fixed issue whereby DSIG table data was incorrectly parsed (#3115, #2614). +- [varLib/merger] Fixed merging of SinglePos with pos=0 (#3111, #3112). +- [feaLib] Demote "Feature has not been defined" error to a warning when building aalt + and referenced feature is empty (#3110). +- [feaLib] Dedupe multiple substitutions with classes (#3105). + +4.39.4 (released 2023-05-10) +---------------------------- + +- [varLib.interpolatable] Allow for sparse masters (#3075) +- [merge] Handle differing default/nominalWidthX in CFF (#3070) +- [ttLib] Add missing main.py file to ttLib package (#3088) +- [ttx] Fix missing composite instructions in XML (#3092) +- [ttx] Fix split tables option to work on filenames containing '%' (#3096) +- [featureVars] Process lookups for features other than rvrn last (#3099) +- [feaLib] support multiple substitution with classes (#3103) + +4.39.3 (released 2023-03-28) +---------------------------- + +- [sbix] Fixed TypeError when compiling empty glyphs whose imageData is None, regression + was introduced in v4.39 (#3059). +- [ttFont] Fixed AttributeError on python <= 3.10 when opening a TTFont from a tempfile + SpooledTemporaryFile, seekable method only added on python 3.11 (#3052). + +4.39.2 (released 2023-03-16) +---------------------------- + +- [varLib] Fixed regression introduced in 4.39.1 whereby an incomplete 'STAT' table + would be built even though a DesignSpace v5 did contain 'STAT' definitions (#3045, #3046). + +4.39.1 (released 2023-03-16) +---------------------------- + +- [avar2] Added experimental support for reading/writing avar version 2 as specified in + this draft proposal: https://github.com/harfbuzz/boring-expansion-spec/blob/main/avar2.md +- [glifLib] Wrap underlying XML library exceptions with GlifLibError when parsing GLIFs, + and also print the name and path of the glyph that fails to be parsed (#3042). +- [feaLib] Consult avar for normalizing user-space values in ConditionSets and in + VariableScalars (#3042, #3043). +- [ttProgram] Handle string input to Program.fromAssembly() (#3038). +- [otlLib] Added a config option to emit GPOS 7 lookups, currently disabled by default + because of a macOS bug (#3034). +- [COLRv1] Added method to automatically compute ClipBoxes (#3027). +- [ttFont] Fixed getGlyphID to raise KeyError on missing glyphs instead of returning + None. The regression was introduced in v4.27.0 (#3032). +- [sbix] Fixed UnboundLocalError: cannot access local variable 'rawdata' (#3031). +- [varLib] When building VF, do not overwrite a pre-existing ``STAT`` table that was built + with feaLib from FEA feature file. Also, added support for building multiple VFs + defined in Designspace v5 from ``fonttools varLib`` script (#3024). +- [mtiLib] Only add ``Debg`` table with lookup names when ``FONTTOOLS_LOOKUP_DEBUGGING`` + env variable is set (#3023). + +4.39.0 (released 2023-03-06) +---------------------------- + +- [mtiLib] Optionally add `Debg` debug info for MTI feature builds (#3018). +- [ttx] Support reading input file from standard input using special `-` character, + similar to existing `-o -` option to write output to standard output (#3020). +- [cython] Prevent ``cython.compiled`` raise AttributeError if cython not installed + properly (#3017). +- [OS/2] Guard against ZeroDivisionError when calculating xAvgCharWidth in the unlikely + scenario no glyph has non-zero advance (#3015). +- [subset] Recompute xAvgCharWidth independently of --no-prune-unicode-ranges, + previously the two options were involuntarily bundled together (#3012). +- [fontBuilder] Add ``debug`` parameter to addOpenTypeFeatures method to add source + debugging information to the font in the ``Debg`` private table (#3008). +- [name] Make NameRecord `__lt__` comparison not fail on Unicode encoding errors (#3006). +- [featureVars] Fixed bug in ``overlayBox`` (#3003, #3005). +- [glyf] Added experimental support for cubic bezier curves in TrueType glyf table, as + outlined in glyf v1 proposal (#2988): + https://github.com/harfbuzz/boring-expansion-spec/blob/main/glyf1-cubicOutlines.md +- Added new qu2cu module and related qu2cuPen, the reverse of cu2qu for converting + TrueType quadratic splines to cubic bezier curves (#2993). +- [glyf] Added experimental support for reading and writing Variable Composites/Components + as defined in glyf v1 spec proposal (#2958): + https://github.com/harfbuzz/boring-expansion-spec/blob/main/glyf1-varComposites.md. +- [pens]: Added `addVarComponent` method to pen protocols' base classes, which pens can implement + to handle varcomponents (by default they get decomposed) (#2958). +- [misc.transform] Added DecomposedTransform class which implements an affine transformation + with separate translate, rotation, scale, skew, and transformation-center components (#2598) +- [sbix] Ensure Glyph.referenceGlyphName is set; fixes error after dumping and + re-compiling sbix table with 'dupe' glyphs (#2984). +- [feaLib] Be cleverer when merging chained single substitutions into same lookup + when they are specified using the inline notation (#2150, #2974). +- [instancer] Clamp user-inputted axis ranges to those of fvar (#2959). +- [otBase/subset] Define ``__getstate__`` for BaseTable so that a copied/pickled 'lazy' + object gets its own OTTableReader to read from; incidentally fixes a bug while + subsetting COLRv1 table containing ClipBoxes on python 3.11 (#2965, #2968). +- [sbix] Handle glyphs with "dupe" graphic type on compile correctly (#2963). +- [glyf] ``endPointsOfContours`` field should be unsigned! Kudos to behdad for + spotting one of the oldest bugs in FT. Probably nobody has ever dared to make + glyphs with more than 32767 points... (#2957). +- [feaLib] Fixed handling of ``ignore`` statements with unmarked glyphs to match + makeotf behavior, which assumes the first glyph is marked (#2950). +- Reformatted code with ``black`` and enforce new code style via CI check (#2925). +- [feaLib] Sort name table entries following OT spec prescribed order in the builder (#2927). +- [cu2quPen] Add Cu2QuMultiPen that converts multiple outlines at a time in + interpolation compatible way; its methods take a list of tuples arguments + that would normally be passed to individual segment pens, and at the end it + dispatches the converted outlines to each pen (#2912). +- [reverseContourPen/ttGlyphPen] Add outputImpliedClosingLine option (#2913, #2914, + #2921, #2922, #2995). +- [gvar] Avoid expanding all glyphs unnecessarily upon compile (#2918). +- [scaleUpem] Fixed bug whereby CFF2 vsindex was scaled; it should not (#2893, #2894). +- [designspaceLib] Add DS.getAxisByTag and refactor getAxis (#2891). +- [unicodedata] map Zmth<->math in ot_tag_{to,from}_script (#1737, #2889). +- [woff2] Support encoding/decoding OVERLAP_SIMPLE glyf flags (#2576, #2884). +- [instancer] Update OS/2 class and post.italicAngle when default moved (L4) +- Dropped support for Python 3.7 which reached EOL, fontTools requires 3.8+. +- [instancer] Fixed instantiateFeatureVariations logic when a rule range becomes + default-applicable (#2737, #2880). +- [ttLib] Add main to ttFont and ttCollection that just decompile and re-compile the + input font (#2869). +- [featureVars] Insert 'rvrn' lookup at the beginning of LookupList, to work around bug + in Apple implementation of 'rvrn' feature which the spec says it should be processed + early whereas on macOS 10.15 it follows lookup order (#2140, #2867). +- [instancer/mutator] Remove 'DSIG' table if present. +- [svgPathPen] Don't close path in endPath(), assume open unless closePath() (#2089, #2865). + +4.38.0 (released 2022-10-21) +---------------------------- + +- [varLib.instancer] Added support for L4 instancing, i.e. moving the default value of + an axis while keeping it variable. Thanks Behdad! (#2728, #2861). + It's now also possible to restrict an axis min/max values beyond the current default + value, e.g. a font wght has min=100, def=400, max=900 and you want a partial VF that + only varies between 500 and 700, you can now do that. + You can either specify two min/max values (wght=500:700), and the new default will be + set to either the minimum or maximum, depending on which one is closer to the current + default (e.g. 500 in this case). Or you can specify three values (e.g. wght=500:600:700) + to specify the new default value explicitly. +- [otlLib/featureVars] Set a few Count values so one doesn't need to compile the font + to update them (#2860). +- [varLib.models] Make extrapolation work for 2-master models as well where one master + is at the default location (#2843, #2846). + Add optional extrapolate=False to normalizeLocation() (#2847, #2849). +- [varLib.cff] Fixed sub-optimal packing of CFF2 deltas by no longer rounding them to + integer (#2838). +- [scaleUpem] Calculate numShorts in VarData after scale; handle CFF hintmasks (#2840). + +4.37.4 (released 2022-09-30) +---------------------------- + +- [subset] Keep nameIDs used by CPAL palette entry labels (#2837). +- [varLib] Avoid negative hmtx values when creating font from variable CFF2 font (#2827). +- [instancer] Don't prune stat.ElidedFallbackNameID (#2828). +- [unicodedata] Update Scripts/Blocks to Unicode 15.0 (#2833). + +4.37.3 (released 2022-09-20) +---------------------------- + +- Fix arguments in calls to (glyf) glyph.draw() and drawPoints(), whereby offset wasn't + correctly passed down; this fix also exposed a second bug, where lsb and tsb were not + set (#2824, #2825, adobe-type-tools/afdko#1560). + +4.37.2 (released 2022-09-15) +---------------------------- + +- [subset] Keep CPAL table and don't attempt to prune unused color indices if OT-SVG + table is present even if COLR table was subsetted away; OT-SVG may be referencing the + CPAL table; for now we assume that's the case (#2814, #2815). +- [varLib.instancer] Downgrade GPOS/GSUB version if there are no more FeatureVariations + after instancing (#2812). +- [subset] Added ``--no-lazy`` to optionally load fonts eagerly (mostly to ease + debugging of table lazy loading, no practical effects) (#2807). +- [varLib] Avoid building empty COLR.DeltaSetIndexMap with only identity mappings (#2803). +- [feaLib] Allow multiple value record types (by promoting to the most general format) + within the same PairPos subtable; e.g. this allows variable and non variable kerning + rules to share the same subtable. This also fixes a bug whereby some kerning pairs + would become unreachable while shapiong because of premature subtable splitting (#2772, #2776). +- [feaLib] Speed up ``VarScalar`` by caching models for recurring master locations (#2798). +- [feaLib] Optionally cythonize ``feaLib.lexer``, speeds up parsing FEA a bit (#2799). +- [designspaceLib] Avoid crash when handling unbounded rule conditions (#2797). +- [post] Don't crash if ``post`` legacy format 1 is malformed/improperly used (#2786) +- [gvar] Don't be "lazy" (load all glyph variations up front) when TTFont.lazy=False (#2771). +- [TTFont] Added ``normalizeLocation`` method to normalize a location dict from the + font's defined axes space (also known as "user space") into the normalized (-1..+1) + space. It applies ``avar`` mapping if the font contains an ``avar`` table (#2789). +- [TTVarGlyphSet] Support drawing glyph instances from CFF2 variable glyph set (#2784). +- [fontBuilder] Do not error when building cmap if there are zero code points (#2785). +- [varLib.plot] Added ability to plot a variation model and set of accompaning master + values corresponding to the model's master locations into a pyplot figure (#2767). +- [Snippets] Added ``statShape.py`` script to draw statistical shape of a glyph as an + ellips (requires pycairo) (baecd88). +- [TTVarGlyphSet] implement drawPoints natively, avoiding going through + SegmentToPointPen (#2778). +- [TTVarGlyphSet] Fixed bug whereby drawing a composite glyph multiple times, its + components would shif; needed an extra copy (#2774). + +4.37.1 (released 2022-08-24) +---------------------------- + +- [subset] Fixed regression introduced with v4.37.0 while subsetting the VarStore of + ``HVAR`` and ``VVAR`` tables, whereby an ``AttributeError: subset_varidxes`` was + thrown because an apparently unused import statement (with the side-effect of + dynamically binding that ``subset_varidxes`` method to the VarStore class) had been + accidentally deleted in an unrelated PR (#2679, #2773). +- [pens] Added ``cairoPen`` (#2678). +- [gvar] Read ``gvar`` more lazily by not parsing all of the ``glyf`` table (#2771). +- [ttGlyphSet] Make ``drawPoints(pointPen)`` method work for CFF fonts as well via + adapter pen (#2770). + +4.37.0 (released 2022-08-23) +---------------------------- + +- [varLib.models] Reverted PR #2717 which added support for "narrow tents" in v4.36.0, + as it introduced a regression (#2764, #2765). It will be restored in upcoming release + once we found a solution to the bug. +- [cff.specializer] Fixed issue in charstring generalizer with the ``blend`` operator + (#2750, #1975). +- [varLib.models] Added support for extrapolation (#2757). +- [ttGlyphSet] Ensure the newly added ``_TTVarGlyphSet`` inherits from ``_TTGlyphSet`` + to keep backward compatibility with existing API (#2762). +- [kern] Allow compiling legacy kern tables with more than 64k entries (d21cfdede). +- [visitor] Added new visitor API to traverse tree of objects and dispatch based + on the attribute type: cf. ``fontTools.misc.visitor`` and ``fontTools.ttLib.ttVisitor``. Added ``fontTools.ttLib.scaleUpem`` module that uses the latter to + change a font's units-per-em and scale all the related fields accordingly (#2718, + #2755). + +4.36.0 (released 2022-08-17) +---------------------------- + +- [varLib.models] Use a simpler model that generates narrower "tents" (regions, master + supports) whenever possible: specifically when any two axes that actively "cooperate" + (have masters at non-zero positions for both axes) have a complete set of intermediates. + The simpler algorithm produces fewer overlapping regions and behaves better with + respect to rounding at the peak positions than the generic solver, always matching + intermediate masters exactly, instead of maximally 0.5 units off. This may be useful + when 100% metrics compatibility is desired (#2218, #2717). +- [feaLib] Remove warning when about ``GDEF`` not being built when explicitly not + requested; don't build one unconditonally even when not requested (#2744, also works + around #2747). +- [ttFont] ``TTFont.getGlyphSet`` method now supports selecting a location that + represents an instance of a variable font (supports both user-scale and normalized + axes coordinates via the ``normalized=False`` parameter). Currently this only works + for TrueType-flavored variable fonts (#2738). + +4.35.0 (released 2022-08-15) +---------------------------- + +- [otData/otConverters] Added support for 'biased' PaintSweepGradient start/end angles + to match latest COLRv1 spec (#2743). +- [varLib.instancer] Fixed bug in ``_instantiateFeatureVariations`` when at the same + time pinning one axis and restricting the range of a subsequent axis; the wrong axis + tag was being used in the latter step (as the records' axisIdx was updated in the + preceding step but looked up using the old axes order in the following step) (#2733, + #2734). +- [mtiLib] Pad script tags with space when less than 4 char long (#1727). +- [merge] Use ``'.'`` instead of ``'#'`` in duplicate glyph names (#2742). +- [gvar] Added support for lazily loading glyph variations (#2741). +- [varLib] In ``build_many``, we forgot to pass on ``colr_layer_reuse`` parameter to + the ``build`` method (#2730). +- [svgPathPen] Add a main that prints SVG for input text (6df779fd). +- [cffLib.width] Fixed off-by-one in optimized values; previous code didn't match the + code block above it (2963fa50). +- [varLib.interpolatable] Support reading .designspace and .glyphs files (via optional + ``glyphsLib``). +- Compile some modules with Cython when available and building/installing fonttools + from source: ``varLib.iup`` (35% faster), ``pens.momentsPen`` (makes + ``varLib.interpolatable`` 3x faster). +- [feaLib] Allow features to be built for VF without also building a GDEF table (e.g. + only build GSUB); warn when GDEF would be needed but isn't requested (#2705, 2694). +- [otBase] Fixed ``AttributeError`` when uharfbuzz < 0.23.0 and 'repack' method is + missing (32aa8eaf). Use new ``uharfbuzz.repack_with_tag`` when available (since + uharfbuzz>=0.30.0), enables table-specific optimizations to be performed during + repacking (#2724). +- [statisticsPen] By default report all glyphs (4139d891). Avoid division-by-zero + (52b28f90). +- [feaLib] Added missing required argument to FeatureLibError exception (#2693) +- [varLib.merge] Fixed error during error reporting (#2689). Fixed undefined + ``NotANone`` variable (#2714). + +4.34.4 (released 2022-07-07) +---------------------------- + +- Fixed typo in varLib/merger.py that causes NameError merging COLR glyphs + containing more than 255 layers (#2685). + +4.34.3 (released 2022-07-07) +---------------------------- + +- [designspaceLib] Don't make up bad PS names when no STAT data (#2684) + +4.34.2 (released 2022-07-06) +---------------------------- + +- [varStore/subset] fixed KeyError exception to do with NO_VARIATION_INDEX while + subsetting varidxes in GPOS/GDEF (a08140d). + +4.34.1 (released 2022-07-06) +---------------------------- + +- [instancer] When optimizing HVAR/VVAR VarStore, use_NO_VARIATION_INDEX=False to avoid + including NO_VARIATION_INDEX in AdvWidthMap, RsbMap, LsbMap mappings, which would + push the VarIdx width to maximum (4bytes), which is not desirable. This also fixes + a hard crash when attempting to subset a varfont after it had been partially instanced + with use_NO_VARIATION_INDEX=True. + +4.34.0 (released 2022-07-06) +---------------------------- + +- [instancer] Set RIBBI bits in head and OS/2 table when cutting instances and the + subfamily nameID=2 contains strings like 'Italic' or 'Bold' (#2673). +- [otTraverse] Addded module containing methods for traversing trees of otData tables + (#2660). +- [otTables] Made DeltaSetIndexMap TTX dump less verbose by omitting no-op entries + (#2660). +- [colorLib.builder] Added option to disable PaintColrLayers's reuse of layers from + LayerList (#2660). +- [varLib] Added support for merging multiple master COLRv1 tables into a variable + COLR table (#2660, #2328). Base color glyphs of same name in different masters must have + identical paint graph structure (incl. number of layers, palette indices, number + of color line stops, corresponding paint formats at each level of the graph), + but can differ in the variable fields (e.g. PaintSolid.Alpha). PaintVar* tables + are produced when this happens and a VarStore/DeltaSetIndexMap is added to the + variable COLR table. It is possible for non-default masters to be 'sparse', i.e. + omit some of the color glyphs present in the default master. +- [feaLib] Let the Parser set nameIDs 1 through 6 that were previously reserved (#2675). +- [varLib.varStore] Support NO_VARIATION_INDEX in optimizer and instancer. +- [feaLib] Show all missing glyphs at once at end of parsing (#2665). +- [varLib.iup] Rewrite force-set conditions and limit DP loopback length (#2651). + For Noto Sans, IUP time drops from 23s down to 9s, with only a slight size increase + in the final font. This basically turns the algorithm from O(n^3) into O(n). +- [featureVars] Report about missing glyphs in substitution rules (#2654). +- [mutator/instancer] Added CLI flag to --no-recalc-timestamp (#2649). +- [SVG] Allow individual SVG documents in SVG OT table to be compressed on uncompressed, + and remember that when roundtripping to/from ttx. The SVG.docList is now a list + of SVGDocument namedtuple-like dataclass containing an extra ``compressed`` field, + and no longer a bare 3-tuple (#2645). +- [designspaceLib] Check for descriptor types with hasattr() to allow custom classes + that don't inherit the default descriptors (#2634). +- [subset] Enable sharing across subtables of extension lookups for harfbuzz packing + (#2626). Updated how table packing falls back to fontTools from harfbuzz (#2668). +- [subset] Updated default feature tags following current Harfbuzz (#2637). +- [svgLib] Fixed regex for real number to support e.g. 1e-4 in addition to 1.0e-4. + Support parsing negative rx, ry on arc commands (#2596, #2611). +- [subset] Fixed subsetting SinglePosFormat2 when ValueFormat=0 (#2603). + +4.33.3 (released 2022-04-26) +---------------------------- + +- [designspaceLib] Fixed typo in ``deepcopyExceptFonts`` method, preventing font + references to be transferred (#2600). Fixed another typo in the name of ``Range`` + dataclass's ``__post_init__`` magic method (#2597). + +4.33.2 (released 2022-04-22) +---------------------------- + +- [otBase] Make logging less verbose when harfbuzz fails to serialize. Do not exit + at the first failure but continue attempting to fix offset overflow error using + the pure-python serializer even when the ``USE_HARFBUZZ_REPACKER`` option was + explicitly set to ``True``. This is normal with fonts with relatively large + tables, at least until hb.repack implements proper table splitting. + +4.33.1 (released 2022-04-22) +---------------------------- + +- [otlLib] Put back the ``FONTTOOLS_GPOS_COMPACT_MODE`` environment variable to fix + regression in ufo2ft (and thus fontmake) introduced with v4.33.0 (#2592, #2593). + This is deprecated and will be removed one ufo2ft gets updated to use the new + config setup. + +4.33.0 (released 2022-04-21) +---------------------------- + +- [OS/2 / merge] Automatically recalculate ``OS/2.xAvgCharWidth`` after merging + fonts with ``fontTools.merge`` (#2591, #2538). +- [misc/config] Added ``fontTools.misc.configTools`` module, a generic configuration + system (#2416, #2439). + Added ``fontTools.config`` module, a fontTools-specific configuration + system using ``configTools`` above. + Attached a ``Config`` object to ``TTFont``. +- [otlLib] Replaced environment variable for GPOS compression level with an + equivalent option using the new config system. +- [designspaceLib] Incremented format version to 5.0 (#2436). + Added discrete axes, variable fonts, STAT information, either design- or + user-space location on instances. + Added ``fontTools.designspaceLib.split`` module to split a designspace + into sub-spaces that interpolate and that represent the variable fonts + listed in the document. + Made instance names optional and allow computing them from STAT data instead. + Added ``fontTools.designspaceLib.statNames`` module. + Allow instances to have the same location as a previously defined STAT label. + Deprecated some attributes: + ``SourceDescriptor``: ``copyLib``, ``copyInfo``, ``copyGroups``, ``copyFeatures``. + ``InstanceDescriptor``: ``kerning``, ``info``; ``glyphs``: use rules or sparse + sources. + For both, ``location``: use the more explicit designLocation. + Note: all are soft deprecations and existing code should keep working. + Updated documentation for Python methods and the XML format. +- [varLib] Added ``build_many`` to build several variable fonts from a single + designspace document (#2436). + Added ``fontTools.varLib.stat`` module to build STAT tables from a designspace + document. +- [otBase] Try to use the Harfbuzz Repacker for packing GSUB/GPOS tables when + ``uharfbuzz`` python bindings are available (#2552). Disable it by setting the + "fontTools.ttLib.tables.otBase:USE_HARFBUZZ_REPACKER" config option to ``False``. + If the option is set explicitly to ``True`` but ``uharfbuzz`` can't be imported + or fails to serialize for any reasons, an error will be raised (ImportError or + uharfbuzz errors). +- [CFF/T2] Ensure that ``pen.closePath()`` gets called for CFF2 charstrings (#2577). + Handle implicit CFF2 closePath within ``T2OutlineExtractor`` (#2580). + +4.32.0 (released 2022-04-08) +---------------------------- + +- [otlLib] Disable GPOS7 optimization to work around bug in Apple CoreText. + Always force Chaining GPOS8 for now (#2540). +- [glifLib] Added ``outputImpliedClosingLine=False`` parameter to ``Glyph.draw()``, + to control behaviour of ``PointToSegmentPen`` (6b4e2e7). +- [varLib.interpolatable] Check for wrong contour starting point (#2571). +- [cffLib] Remove leftover ``GlobalState`` class and fix calls to ``TopDictIndex()`` + (#2569, #2570). +- [instancer] Clear ``AxisValueArray`` if it is empty after instantiating (#2563). + +4.31.2 (released 2022-03-22) +---------------------------- + +- [varLib] fix instantiation of GPOS SinglePos values (#2555). + +4.31.1 (released 2022-03-18) +---------------------------- + +- [subset] fix subsetting OT-SVG when glyph id attribute is on the root ```` + element (#2553). + +4.31.0 (released 2022-03-18) +---------------------------- + +- [ttCollection] Fixed 'ResourceWarning: unclosed file' warning (#2549). +- [varLib.merger] Handle merging SinglePos with valueformat=0 (#2550). +- [ttFont] Update glyf's glyphOrder when calling TTFont.setGlyphOrder() (#2544). +- [ttFont] Added ``ensureDecompiled`` method to load all tables irrespective + of the ``lazy`` attribute (#2551). +- [otBase] Added ``iterSubTable`` method to iterate over BaseTable's children of + type BaseTable; useful for traversing a tree of otTables (#2551). + +4.30.0 (released 2022-03-10) +---------------------------- + +- [varLib] Added debug logger showing the glyph name for which ``gvar`` is built (#2542). +- [varLib.errors] Fixed undefined names in ``FoundANone`` and ``UnsupportedFormat`` + exceptions (ac4d5611). +- [otlLib.builder] Added ``windowsNames`` and ``macNames`` (bool) parameters to the + ``buildStatTabe`` function, so that one can select whether to only add one or both + of the two sets (#2528). +- [t1Lib] Added the ability to recreate PostScript stream (#2504). +- [name] Added ``getFirstDebugName``, ``getBest{Family,SubFamily,Full}Name`` methods (#2526). + +4.29.1 (released 2022-02-01) +---------------------------- + +- [colorLib] Fixed rounding issue with radial gradient's start/end circles inside + one another (#2521). +- [freetypePen] Handle rotate/skew transform when auto-computing width/height of the + buffer; raise PenError wen missing moveTo (#2517) + +4.29.0 (released 2022-01-24) +---------------------------- + +- [ufoLib] Fixed illegal characters and expanded reserved filenames (#2506). +- [COLRv1] Don't emit useless PaintColrLayers of lenght=1 in LayerListBuilder (#2513). +- [ttx] Removed legacy ``waitForKeyPress`` method on Windows (#2509). +- [pens] Added FreeTypePen that uses ``freetype-py`` and the pen protocol for + rasterizating outline paths (#2494). +- [unicodedata] Updated the script direction list to Unicode 14.0 (#2484). + Bumped unicodedata2 dependency to 14.0 (#2499). +- [psLib] Fixed type of ``fontName`` in ``suckfont`` (#2496). + +4.28.5 (released 2021-12-19) +---------------------------- + +- [svgPathPen] Continuation of #2471: make sure all occurrences of ``str()`` are now + replaced with user-defined ``ntos`` callable. +- [merge] Refactored code into submodules, plus several bugfixes and improvements: + fixed duplicate-glyph-resolution GSUB-lookup generation code; use tolerance in glyph + comparison for empty glyph's width; ignore space of default ignorable glyphs; + downgrade duplicates-resolution missing-GSUB from assert to warn; added --drop-tables + option (#2473, #2475, #2476). + +4.28.4 (released 2021-12-15) +---------------------------- + +- [merge] Merge GDEF marksets in Lookups properly (#2474). +- [feaLib] Have ``fontTools feaLib`` script exit with error code when build fails (#2459) +- [svgPathPen] Added ``ntos`` option to customize number formatting (e.g. rounding) (#2471). +- [subset] Speed up subsetting of large CFF fonts (#2467). +- [otTables] Speculatively promote lookups to extension to speed up compilation. If the + offset to lookup N is too big to fit in a ushort, the offset to lookup N+1 is going to + be too big as well, so we promote to extension all lookups from lookup N onwards (#2465). + +4.28.3 (released 2021-12-03) +---------------------------- + +- [subset] Fixed bug while subsetting ``COLR`` table, whereby incomplete layer records + pointing to missing glyphs were being retained leading to ``struct.error`` upon + compiling. Make it so that ``glyf`` glyph closure, which follows the ``COLR`` glyph + closure, does not influence the ``COLR`` table subsetting (#2461, #2462). +- [docs] Fully document the ``cmap`` and ``glyf`` tables (#2454, #2457). +- [colorLib.unbuilder] Fixed CLI by deleting no longer existing parameter (180bb1867). + +4.28.2 (released 2021-11-22) +---------------------------- + +- [otlLib] Remove duplicates when building coverage (#2433). +- [docs] Add interrogate configuration (#2443). +- [docs] Remove comment about missing “start” optional argument to ``calcChecksum`` (#2448). +- [cu2qu/cli] Adapt to the latest ufoLib2. +- [subset] Support subsetting SVG table and remove it from the list of drop by default tables (#534). +- [subset] add ``--pretty-svg`` option to pretty print SVG table contents (#2452). +- [merge] Support merging ``CFF`` tables (CID-keyed ``CFF`` is still not supported) (#2447). +- [merge] Support ``--output-file`` (#2447). +- [docs] Split table docs into individual pages (#2444). +- [feaLib] Forbid empty classes (#2446). +- [docs] Improve documentation for ``fontTools.ttLib.ttFont`` (#2442). + +4.28.1 (released 2021-11-08) +---------------------------- + +- [subset] Fixed AttributeError while traversing a color glyph's Paint graph when there is no + LayerList, which is optional (#2441). + +4.28.0 (released 2021-11-05) +---------------------------- + +- Dropped support for EOL Python 3.6, require Python 3.7 (#2417). +- [ufoLib/glifLib] Make filename-clash checks faster by using a set instead of a list (#2422). +- [subset] Don't crash if optional ClipList and LayerList are ``None`` (empty) (#2424, 2439). +- [OT-SVG] Removed support for old deprecated version 1 and embedded color palettes, + which were never officially part of the OpenType SVG spec. Upon compile, reuse offsets + to SVG documents that are identical (#2430). +- [feaLib] Added support for Variable Feature File syntax. This is experimental and subject + to change until it is finalized in the Adobe FEA spec (#2432). +- [unicodedata] Update Scripts/ScriptExtensions/Blocks to UnicodeData 14.0 (#2437). + +4.27.1 (released 2021-09-23) +---------------------------- + +- [otlLib] Fixed error when chained contextual lookup builder overflows (#2404, #2411). +- [bezierTools] Fixed two floating-point bugs: one when computing `t` for a point + lying on an almost horizontal/vertical line; another when computing the intersection + point between a curve and a line (#2413). + +4.27.0 (released 2021-09-14) +---------------------------- + +- [ttLib/otTables] Cleaned up virtual GID handling: allow virtual GIDs in ``Coverage`` + and ``ClassDef`` readers; removed unused ``allowVID`` argument from ``TTFont`` + constructor, and ``requireReal`` argument in ``TTFont.getGlyphID`` method. + Make ``TTFont.setGlyphOrder`` clear reverse glyphOrder map, and assume ``glyphOrder`` + internal attribute is never modified outside setGlyphOrder; added ``TTFont.getGlyphNameMany`` + and ``getGlyphIDMany`` (#1536, #1654, #2334, #2398). +- [py23] Dropped internal use of ``fontTools.py23`` module to fix deprecation warnings + in client code that imports from fontTools (#2234, #2399, #2400). +- [subset] Fix subsetting COLRv1 clip boxes when font is loaded lazily (#2408). + +4.26.2 (released 2021-08-09) +---------------------------- + +- [otTables] Added missing ``CompositeMode.PLUS`` operator (#2390). + +4.26.1 (released 2021-08-03) +---------------------------- + +- [transform] Added ``transformVector`` and ``transformVectors`` methods to the + ``Transform`` class. Similar to ``transformPoint`` but ignore the translation + part (#2386). + +4.26.0 (released 2021-08-03) +---------------------------- + +- [xmlWriter] Default to ``"\n"`` for ``newlinestr`` instead of platform-specific + ``os.linesep`` (#2384). +- [otData] Define COLRv1 ClipList and ClipBox (#2379). +- [removeOverlaps/instancer] Added --ignore-overlap-errors option to work around + Skia PathOps.Simplify bug (#2382, #2363, google/fonts#3365). +- NOTE: This will be the last version to support Python 3.6. FontTools will require + Python 3.7 or above from the next release (#2350) + +4.25.2 (released 2021-07-26) +---------------------------- + +- [COLRv1] Various changes to sync with the latest CORLv1 draft spec. In particular: + define COLR.VarIndexMap, remove/inline ColorIndex struct, add VarIndexBase to ``PaintVar*`` tables (#2372); + add reduced-precicion specialized transform Paints; + define Angle as fraction of half circle encoded as F2Dot14; + use FWORD (int16) for all Paint center coordinates; + change PaintTransform to have an offset to Affine2x3; +- [ttLib] when importing XML, only set sfntVersion if the font has no reader and is empty (#2376) + +4.25.1 (released 2021-07-16) +---------------------------- + +- [ttGlyphPen] Fixed bug in ``TTGlyphPointPen``, whereby open contours (i.e. starting + with segmentType "move") would throw ``NotImplementedError``. They are now treated + as if they are closed, like with the ``TTGlyphPen`` (#2364, #2366). + +4.25.0 (released 2021-07-05) +---------------------------- + +- [tfmLib] Added new library for parsing TeX Font Metric (TFM) files (#2354). +- [TupleVariation] Make shared tuples order deterministic on python < 3.7 where + Counter (subclass of dict) doesn't remember insertion order (#2351, #2353). +- [otData] Renamed COLRv1 structs to remove 'v1' suffix and match the updated draft + spec: 'LayerV1List' -> 'LayerList', 'BaseGlyphV1List' -> 'BaseGlyphList', + 'BaseGlyphV1Record' -> 'BaseGlyphPaintRecord' (#2346). + Added 8 new ``PaintScale*`` tables: with/without centers, uniform vs non-uniform. + Added ``*AroundCenter`` variants to ``PaintRotate`` and ``PaintSkew``: the default + versions no longer have centerX/Y, but default to origin. + ``PaintRotate``, ``PaintSkew`` and ``PaintComposite`` formats were re-numbered. + NOTE: these are breaking changes; clients using the experimental COLRv1 API will + have to be updated (#2348). +- [pointPens] Allow ``GuessSmoothPointPen`` to accept a tolerance. Fixed call to + ``math.atan2`` with x/y parameters inverted. Sync the code with fontPens (#2344). +- [post] Fixed parsing ``post`` table format 2.0 when it contains extra garbage + at the end of the stringData array (#2314). +- [subset] drop empty features unless 'size' with FeatureParams table (#2324). +- [otlLib] Added ``otlLib.optimize`` module; added GPOS compaction algorithm. + The compaction can be run on existing fonts with ``fonttools otlLib.optimize`` + or using the snippet ``compact_gpos.py``. There's experimental support for + compacting fonts at compilation time using an environment variable, but that + might be removed later (#2326). + +4.24.4 (released 2021-05-25) +---------------------------- + +- [subset/instancer] Fixed ``AttributeError`` when instantiating a VF that + contains GPOS ValueRecords with ``Device`` tables but without the respective + non-Device values (e.g. ``XAdvDevice`` without ``XAdvance``). When not + explicitly set, the latter are assumed to be 0 (#2323). + +4.24.3 (released 2021-05-20) +---------------------------- + +- [otTables] Fixed ``AttributeError`` in methods that split LigatureSubst, + MultipleSubst and AlternateSubst subtables when an offset overflow occurs. + The ``Format`` attribute was removed in v4.22.0 (#2319). + +4.24.2 (released 2021-05-20) +---------------------------- + +- [ttGlyphPen] Fixed typing annotation of TTGlyphPen glyphSet parameter (#2315). +- Fixed two instances of DeprecationWarning: invalid escape sequence (#2311). + +4.24.1 (released 2021-05-20) +---------------------------- + +- [subset] Fixed AttributeError when SinglePos subtable has None Value (ValueFormat 0) + (#2312, #2313). + +4.24.0 (released 2021-05-17) +---------------------------- + +- [pens] Add ``ttGlyphPen.TTGlyphPointPen`` similar to ``TTGlyphPen`` (#2205). + +4.23.1 (released 2021-05-14) +---------------------------- + +- [subset] Fix ``KeyError`` after subsetting ``COLR`` table that initially contains + both v0 and v1 color glyphs when the subset only requested v1 glyphs; we were + not pruning the v0 portion of the table (#2308). +- [colorLib] Set ``LayerV1List`` attribute to ``None`` when empty, it's optional + in CORLv1 (#2308). + +4.23.0 (released 2021-05-13) +---------------------------- + +- [designspaceLib] Allow to use ``\\UNC`` absolute paths on Windows (#2299, #2306). +- [varLib.merger] Fixed bug where ``VarLibMergeError`` was raised with incorrect + parameters (#2300). +- [feaLib] Allow substituting a glyph class with ``NULL`` to delete multiple glyphs + (#2303). +- [glyf] Fixed ``NameError`` exception in ``getPhantomPoints`` (#2295, #2305). +- [removeOverlaps] Retry pathops.simplify after rounding path coordinates to integers + if it fails the first time using floats, to work around a rare and hard to debug + Skia bug (#2288). +- [varLib] Added support for building, reading, writing and optimizing 32-bit + ``ItemVariationStore`` as used in COLRv1 table (#2285). +- [otBase/otConverters] Add array readers/writers for int types (#2285). +- [feaLib] Allow more than one lookahead glyph/class in contextual positioning with + "value at end" (#2293, #2294). +- [COLRv1] Default varIdx should be 0xFFFFFFFF (#2297, #2298). +- [pens] Make RecordingPointPen actually pass on identifiers; replace asserts with + explicit ``PenError`` exception (#2284). +- [mutator] Round lsb for CF2 fonts as well (#2286). + +4.22.1 (released 2021-04-26) +---------------------------- + +- [feaLib] Skip references to named lookups if the lookup block definition + is empty, similarly to makeotf. This also fixes an ``AttributeError`` while + generating ``aalt`` feature (#2276, #2277). +- [subset] Fixed bug with ``--no-hinting`` implementation for Device tables (#2272, + #2275). The previous code was alwyas dropping Device tables if no-hinting was + requested, but some Device tables (DeltaFormat=0x8000) are also used to encode + variation indices and need to be retained. +- [otBase] Fixed bug in getting the ValueRecordSize when decompiling ``MVAR`` + table with ``lazy=True`` (#2273, #2274). +- [varLib/glyf/gvar] Optimized and simplified ``GlyphCoordinates`` and + ``TupleVariation`` classes, use ``bytearray`` where possible, refactored + phantom-points calculations. We measured about 30% speedup in total time + of loading master ttfs, building gvar, and saving (#2261, #2266). +- [subset] Fixed ``AssertionError`` while pruning unused CPAL palettes when + ``0xFFFF`` is present (#2257, #2259). + +4.22.0 (released 2021-04-01) +---------------------------- + +- [ttLib] Remove .Format from Coverage, ClassDef, SingleSubst, LigatureSubst, + AlternateSubst, MultipleSubst (#2238). + ATTENTION: This will change your TTX dumps! +- [misc.arrayTools] move Vector to its own submodule, and rewrite as a tuple + subclass (#2201). +- [docs] Added a terminology section for varLib (#2209). +- [varLib] Move rounding to VariationModel, to avoid error accumulation from + multiple deltas (#2214) +- [varLib] Explain merge errors in more human-friendly terms (#2223, #2226) +- [otlLib] Correct some documentation (#2225) +- [varLib/otlLib] Allow merging into VariationFont without first saving GPOS + PairPos2 (#2229) +- [subset] Improve PairPosFormat2 subsetting (#2221) +- [ttLib] TTFont.save: create file on disk as late as possible (#2253) +- [cffLib] Add missing CFF2 dict operators LanguageGroup and ExpansionFactor + (#2249) + ATTENTION: This will change your TTX dumps! + +4.21.1 (released 2021-02-26) +---------------------------- + +- [pens] Reverted breaking change that turned ``AbstractPen`` and ``AbstractPointPen`` + into abstract base classes (#2164, #2198). + +4.21.0 (released 2021-02-26) +---------------------------- + +- [feaLib] Indent anchor statements in ``asFea()`` to make them more legible and + diff-able (#2193). +- [pens] Turn ``AbstractPen`` and ``AbstractPointPen`` into abstract base classes + (#2164). +- [feaLib] Added support for parsing and building ``STAT`` table from AFDKO feature + files (#2039). +- [instancer] Added option to update name table of generated instance using ``STAT`` + table's axis values (#2189). +- [bezierTools] Added functions to compute bezier point-at-time, as well as line-line, + curve-line and curve-curve intersections (#2192). + +4.20.0 (released 2021-02-15) +---------------------------- + +- [COLRv1] Added ``unbuildColrV1`` to deconstruct COLRv1 otTables to raw json-able + data structure; it does the reverse of ``buildColrV1`` (#2171). +- [feaLib] Allow ``sub X by NULL`` sequence to delete a glyph (#2170). +- [arrayTools] Fixed ``Vector`` division (#2173). +- [COLRv1] Define new ``PaintSweepGradient`` (#2172). +- [otTables] Moved ``Paint.Format`` enum class outside of ``Paint`` class definition, + now named ``PaintFormat``. It was clashing with paint instance ``Format`` attribute + and thus was breaking lazy load of COLR table which relies on magic ``__getattr__`` + (#2175). +- [COLRv1] Replace hand-coded builder functions with otData-driven dynamic + implementation (#2181). +- [COLRv1] Define additional static (non-variable) Paint formats (#2181). +- [subset] Added support for subsetting COLR v1 and CPAL tables (#2174, #2177). +- [fontBuilder] Allow ``setupFvar`` to optionally take ``designspaceLib.AxisDescriptor`` + objects. Added new ``setupAvar`` method. Support localised names for axes and + named instances (#2185). + +4.19.1 (released 2021-01-28) +---------------------------- + +- [woff2] An initial off-curve point with an overlap flag now stays an off-curve + point after compression. + +4.19.0 (released 2021-01-25) +---------------------------- + +- [codecs] Handle ``errors`` parameter different from 'strict' for the custom + extended mac encodings (#2137, #2132). +- [featureVars] Raise better error message when a script is missing the required + default language system (#2154). +- [COLRv1] Avoid abrupt change caused by rounding ``PaintRadialGradient.c0`` when + the start circle almost touches the end circle's perimeter (#2148). +- [COLRv1] Support building unlimited lists of paints as 255-ary trees of + ``PaintColrLayers`` tables (#2153). +- [subset] Prune redundant format-12 cmap subtables when all non-BMP characters + are dropped (#2146). +- [basePen] Raise ``MissingComponentError`` instead of bare ``KeyError`` when a + referenced component is missing (#2145). + +4.18.2 (released 2020-12-16) +---------------------------- + +- [COLRv1] Implemented ``PaintTranslate`` paint format (#2129). +- [varLib.cff] Fixed unbound local variable error (#1787). +- [otlLib] Don't crash when creating OpenType class definitions if some glyphs + occur more than once (#2125). + +4.18.1 (released 2020-12-09) +---------------------------- + +- [colorLib] Speed optimization for ``LayerV1ListBuilder`` (#2119). +- [mutator] Fixed missing tab in ``interpolate_cff2_metrics`` (0957dc7a). + +4.18.0 (released 2020-12-04) +---------------------------- + +- [COLRv1] Update to latest draft: added ``PaintRotate`` and ``PaintSkew`` (#2118). +- [woff2] Support new ``brotlicffi`` bindings for PyPy (#2117). +- [glifLib] Added ``expectContentsFile`` parameter to ``GlyphSet``, for use when + reading existing UFOs, to comply with the specification stating that a + ``contents.plist`` file must exist in a glyph set (#2114). +- [subset] Allow ``LangSys`` tags in ``--layout-scripts`` option (#2112). For example: + ``--layout-scripts=arab.dflt,arab.URD,latn``; this will keep ``DefaultLangSys`` + and ``URD`` language for ``arab`` script, and all languages for ``latn`` script. +- [varLib.interpolatable] Allow UFOs to be checked; report open paths, non existant + glyphs; add a ``--json`` option to produce a machine-readable list of + incompatibilities +- [pens] Added ``QuartzPen`` to create ``CGPath`` from glyph outlines on macOS. + Requires pyobjc (#2107). +- [feaLib] You can export ``FONTTOOLS_LOOKUP_DEBUGGING=1`` to enable feature file + debugging info stored in ``Debg`` table (#2106). +- [otlLib] Build more efficient format 1 and format 2 contextual lookups whenever + possible (#2101). + +4.17.1 (released 2020-11-16) +---------------------------- + +- [colorLib] Fixed regression in 4.17.0 when building COLR v0 table; when color + layers are stored in UFO lib plist, we can't distinguish tuples from lists so + we need to accept either types (e5439eb9, googlefonts/ufo2ft/issues#426). + +4.17.0 (released 2020-11-12) +---------------------------- + +- [colorLib/otData] Updated to latest draft ``COLR`` v1 spec (#2092). +- [svgLib] Fixed parsing error when arc commands' boolean flags are not separated + by space or comma (#2094). +- [varLib] Interpret empty non-default glyphs as 'missing', if the default glyph is + not empty (#2082). +- [feaLib.builder] Only stash lookup location for ``Debg`` if ``Builder.buildLookups_`` + has cooperated (#2065, #2067). +- [varLib] Fixed bug in VarStore optimizer (#2073, #2083). +- [varLib] Add designspace lib key for custom feavar feature tag (#2080). +- Add HashPointPen adapted from psautohint. With this pen, a hash value of a glyph + can be computed, which can later be used to detect glyph changes (#2005). + +4.16.1 (released 2020-10-05) +---------------------------- + +- [varLib.instancer] Fixed ``TypeError`` exception when instantiating a VF with + a GSUB table 1.1 in which ``FeatureVariations`` attribute is present but set to + ``None`` -- indicating that optional ``FeatureVariations`` is missing (#2077). +- [glifLib] Make ``x`` and ``y`` attributes of the ``point`` element required + even when validation is turned off, and raise a meaningful ``GlifLibError`` + message when that happens (#2075). + +4.16.0 (released 2020-09-30) +---------------------------- + +- [removeOverlaps] Added new module and ``removeOverlaps`` function that merges + overlapping contours and components in TrueType glyphs. It requires the + `skia-pathops `__ module. + Note that removing overlaps invalidates the TrueType hinting (#2068). +- [varLib.instancer] Added ``--remove-overlaps`` command-line option. + The ``overlap`` option in ``instantiateVariableFont`` now takes an ``OverlapMode`` + enum: 0: KEEP_AND_DONT_SET_FLAGS, 1: KEEP_AND_SET_FLAGS (default), and 2: REMOVE. + The latter is equivalent to calling ``removeOverlaps`` on the generated static + instance. The option continues to accept ``bool`` value for backward compatibility. + + +4.15.0 (released 2020-09-21) +---------------------------- + +- [plistlib] Added typing annotations to plistlib module. Set up mypy static + typechecker to run automatically on CI (#2061). +- [ttLib] Implement private ``Debg`` table, a reverse-DNS namespaced JSON dict. +- [feaLib] Optionally add an entry into the ``Debg`` table with the original + lookup name (if any), feature name / script / language combination (if any), + and original source filename and line location. Annotate the ttx output for + a lookup with the information from the Debg table (#2052). +- [sfnt] Disabled checksum checking by default in ``SFNTReader`` (#2058). +- [Docs] Document ``mtiLib`` module (#2027). +- [varLib.interpolatable] Added checks for contour node count and operation type + of each node (#2054). +- [ttLib] Added API to register custom table packer/unpacker classes (#2055). + +4.14.0 (released 2020-08-19) +---------------------------- + +- [feaLib] Allow anonymous classes in LookupFlags definitions (#2037). +- [Docs] Better document DesignSpace rules processing order (#2041). +- [ttLib] Fixed 21-year old bug in ``maxp.maxComponentDepth`` calculation (#2044, + #2045). +- [varLib.models] Fixed misspelled argument name in CLI entry point (81d0042a). +- [subset] When subsetting GSUB v1.1, fixed TypeError by checking whether the + optional FeatureVariations table is present (e63ecc5b). +- [Snippets] Added snippet to show how to decompose glyphs in a TTF (#2030). +- [otlLib] Generate GSUB type 5 and GPOS type 7 contextual lookups where appropriate + (#2016). + +4.13.0 (released 2020-07-10) +---------------------------- + +- [feaLib/otlLib] Moved lookup subtable builders from feaLib to otlLib; refactored + some common code (#2004, #2007). +- [docs] Document otlLib module (#2009). +- [glifLib] Fixed bug with some UFO .glif filenames clashing on case-insensitive + filesystems (#2001, #2002). +- [colorLib] Updated COLRv1 implementation following changes in the draft spec: + (#2008, googlefonts/colr-gradients-spec#24). + +4.12.1 (released 2020-06-16) +---------------------------- + +- [_n_a_m_e] Fixed error in ``addMultilingualName`` with one-character names. + Only attempt to recovered malformed UTF-16 data from a ``bytes`` string, + not from unicode ``str`` (#1997, #1998). + +4.12.0 (released 2020-06-09) +---------------------------- + +- [otlLib/varLib] Ensure that the ``AxisNameID`` in the ``STAT`` and ``fvar`` + tables is grater than 255 as per OpenType spec (#1985, #1986). +- [docs] Document more modules in ``fontTools.misc`` package: ``filenames``, + ``fixedTools``, ``intTools``, ``loggingTools``, ``macCreatorType``, ``macRes``, + ``plistlib`` (#1981). +- [OS/2] Don't calculate whole sets of unicode codepoints, use faster and more memory + efficient ranges and bisect lookups (#1984). +- [voltLib] Support writing back abstract syntax tree as VOLT data (#1983). +- [voltLib] Accept DO_NOT_TOUCH_CMAP keyword (#1987). +- [subset/merge] Fixed a namespace clash involving a private helper class (#1955). + +4.11.0 (released 2020-05-28) +---------------------------- + +- [feaLib] Introduced ``includeDir`` parameter on Parser and IncludingLexer to + explicitly specify the directory to search when ``include()`` statements are + encountered (#1973). +- [ufoLib] Silently delete duplicate glyphs within the same kerning group when reading + groups (#1970). +- [ttLib] Set version of COLR table when decompiling COLRv1 (commit 9d8a7e2). + +4.10.2 (released 2020-05-20) +---------------------------- + +- [sfnt] Fixed ``NameError: SimpleNamespace`` while reading TTC header. The regression + was introduced with 4.10.1 after removing ``py23`` star import. + +4.10.1 (released 2020-05-19) +---------------------------- + +- [sfnt] Make ``SFNTReader`` pickleable even when TTFont is loaded with lazy=True + option and thus keeps a reference to an external file (#1962, #1967). +- [feaLib.ast] Restore backward compatibility (broken in 4.10 with #1905) for + ``ChainContextPosStatement`` and ``ChainContextSubstStatement`` classes. + Make them accept either list of lookups or list of lists of lookups (#1961). +- [docs] Document some modules in ``fontTools.misc`` package: ``arrayTools``, + ``bezierTools`` ``cliTools`` and ``eexec`` (#1956). +- [ttLib._n_a_m_e] Fixed ``findMultilingualName()`` when name record's ``string`` is + encoded as bytes sequence (#1963). + +4.10.0 (released 2020-05-15) +---------------------------- + +- [varLib] Allow feature variations to be active across the entire space (#1957). +- [ufoLib] Added support for ``formatVersionMinor`` in UFO's ``fontinfo.plist`` and for + ``formatMinor`` attribute in GLIF file as discussed in unified-font-object/ufo-spec#78. + No changes in reading or writing UFOs until an upcoming (non-0) minor update of the + UFO specification is published (#1786). +- [merge] Fixed merging fonts with different versions of ``OS/2`` table (#1865, #1952). +- [subset] Fixed ``AttributeError`` while subsetting ``ContextSubst`` and ``ContextPos`` + Format 3 subtable (#1879, #1944). +- [ttLib.table._m_e_t_a] if data happens to be ascii, emit comment in TTX (#1938). +- [feaLib] Support multiple lookups per glyph position (#1905). +- [psCharStrings] Use inheritance to avoid repeated code in initializer (#1932). +- [Doc] Improved documentation for the following modules: ``afmLib`` (#1933), ``agl`` + (#1934), ``cffLib`` (#1935), ``cu2qu`` (#1937), ``encodings`` (#1940), ``feaLib`` + (#1941), ``merge`` (#1949). +- [Doc] Split off developer-centric info to new page, making front page of docs more + user-focused. List all utilities and sub-modules with brief descriptions. + Make README more concise and focused (#1914). +- [otlLib] Add function to build STAT table from high-level description (#1926). +- [ttLib._n_a_m_e] Add ``findMultilingualName()`` method (#1921). +- [unicodedata] Update ``RTL_SCRIPTS`` for Unicode 13.0 (#1925). +- [gvar] Sort ``gvar`` XML output by glyph name, not glyph order (#1907, #1908). +- [Doc] Added help options to ``fonttools`` command line tool (#1913, #1920). + Ensure all fonttools CLI tools have help documentation (#1948). +- [ufoLib] Only write fontinfo.plist when there actually is content (#1911). + +4.9.0 (released 2020-04-29) +--------------------------- + +- [subset] Fixed subsetting of FeatureVariations table. The subsetter no longer drops + FeatureVariationRecords that have empty substitutions as that will keep the search + going and thus change the logic. It will only drop empty records that occur at the + end of the FeatureVariationRecords array (#1881). +- [subset] Remove FeatureVariations table and downgrade GSUB/GPOS to version 0x10000 + when FeatureVariations contain no FeatureVariationRecords after subsetting (#1903). +- [agl] Add support for legacy Adobe Glyph List of glyph names in ``fontTools.agl`` + (#1895). +- [feaLib] Ignore superfluous script statements (#1883). +- [feaLib] Hide traceback by default on ``fonttools feaLib`` command line. + Use ``--traceback`` option to show (#1898). +- [feaLib] Check lookup index in chaining sub/pos lookups and print better error + message (#1896, #1897). +- [feaLib] Fix building chained alt substitutions (#1902). +- [Doc] Included all fontTools modules in the sphinx-generated documentation, and + published it to ReadTheDocs for continuous documentation of the fontTools project + (#1333). Check it out at https://fonttools.readthedocs.io/. Thanks to Chris Simpkins! +- [transform] The ``Transform`` class is now subclass of ``typing.NamedTuple``. No + change in functionality (#1904). + + +4.8.1 (released 2020-04-17) +--------------------------- + +- [feaLib] Fixed ``AttributeError: 'NoneType' has no attribute 'getAlternateGlyphs'`` + when ``aalt`` feature references a chain contextual substitution lookup + (googlefonts/fontmake#648, #1878). + +4.8.0 (released 2020-04-16) +--------------------------- + +- [feaLib] If Parser is initialized without a ``glyphNames`` parameter, it cannot + distinguish between a glyph name containing an hyphen, or a range of glyph names; + instead of raising an error, it now interprets them as literal glyph names, while + also outputting a logging warning to alert user about the ambiguity (#1768, #1870). +- [feaLib] When serializing AST to string, emit spaces around hyphens that denote + ranges. Also, fixed an issue with CID ranges when round-tripping AST->string->AST + (#1872). +- [Snippets/otf2ttf] In otf2ttf.py script update LSB in hmtx to match xMin (#1873). +- [colorLib] Added experimental support for building ``COLR`` v1 tables as per + the `colr-gradients-spec `__ + draft proposal. **NOTE**: both the API and the XML dump of ``COLR`` v1 are + susceptible to change while the proposal is being discussed and formalized (#1822). + +4.7.0 (released 2020-04-03) +--------------------------- + +- [cu2qu] Added ``fontTools.cu2qu`` package, imported from the original + `cu2qu `__ project. The ``cu2qu.pens`` module + was moved to ``fontTools.pens.cu2quPen``. The optional cu2qu extension module + can be compiled by installing `Cython `__ before installing + fonttools from source (i.e. git repo or sdist tarball). The wheel package that + is published on PyPI (i.e. the one ``pip`` downloads, unless ``--no-binary`` + option is used), will continue to be pure-Python for now (#1868). + +4.6.0 (released 2020-03-24) +--------------------------- + +- [varLib] Added support for building variable ``BASE`` table version 1.1 (#1858). +- [CPAL] Added ``fromRGBA`` method to ``Color`` class (#1861). + + +4.5.0 (released 2020-03-20) +--------------------------- + +- [designspaceLib] Added ``add{Axis,Source,Instance,Rule}Descriptor`` methods to + ``DesignSpaceDocument`` class, to initialize new descriptor objects using keyword + arguments, and at the same time append them to the current document (#1860). +- [unicodedata] Update to Unicode 13.0 (#1859). + +4.4.3 (released 2020-03-13) +--------------------------- + +- [varLib] Always build ``gvar`` table for TrueType-flavored Variable Fonts, + even if it contains no variation data. The table is required according to + the OpenType spec (#1855, #1857). + +4.4.2 (released 2020-03-12) +--------------------------- + +- [ttx] Annotate ``LookupFlag`` in XML dump with comment explaining what bits + are set and what they mean (#1850). +- [feaLib] Added more descriptive message to ``IncludedFeaNotFound`` error (#1842). + +4.4.1 (released 2020-02-26) +--------------------------- + +- [woff2] Skip normalizing ``glyf`` and ``loca`` tables if these are missing from + a font (e.g. in NotoColorEmoji using ``CBDT/CBLC`` tables). +- [timeTools] Use non-localized date parsing in ``timestampFromString``, to fix + error when non-English ``LC_TIME`` locale is set (#1838, #1839). +- [fontBuilder] Make sure the CFF table generated by fontBuilder can be used by varLib + without having to compile and decompile the table first. This was breaking in + converting the CFF table to CFF2 due to some unset attributes (#1836). + +4.4.0 (released 2020-02-18) +--------------------------- + +- [colorLib] Added ``fontTools.colorLib.builder`` module, initially with ``buildCOLR`` + and ``buildCPAL`` public functions. More color font formats will follow (#1827). +- [fontBuilder] Added ``setupCOLR`` and ``setupCPAL`` methods (#1826). +- [ttGlyphPen] Quantize ``GlyphComponent.transform`` floats to ``F2Dot14`` to fix + round-trip issue when computing bounding boxes of transformed components (#1830). +- [glyf] If a component uses reference points (``firstPt`` and ``secondPt``) for + alignment (instead of X and Y offsets), compute the effective translation offset + *after* having applied any transform (#1831). +- [glyf] When all glyphs have zero contours, compile ``glyf`` table data as a single + null byte in order to pass validation by OTS and Windows (#1829). +- [feaLib] Parsing feature code now ensures that referenced glyph names are part of + the known glyph set, unless a glyph set was not provided. +- [varLib] When filling in the default axis value for a missing location of a source or + instance, correctly map the value forward. +- [varLib] The avar table can now contain mapping output values that are greater than + OR EQUAL to the preceeding value, as the avar specification allows this. +- [varLib] The errors of the module are now ordered hierarchically below VarLibError. + See #1821. + +4.3.0 (released 2020-02-03) +--------------------------- + +- [EBLC/CBLC] Fixed incorrect padding length calculation for Format 3 IndexSubTable + (#1817, #1818). +- [varLib] Fixed error when merging OTL tables and TTFonts were loaded as ``lazy=True`` + (#1808, #1809). +- [varLib] Allow to use master fonts containing ``CFF2`` table when building VF (#1816). +- [ttLib] Make ``recalcBBoxes`` option work also with ``CFF2`` table (#1816). +- [feaLib] Don't reset ``lookupflag`` in lookups defined inside feature blocks. + They will now inherit the current ``lookupflag`` of the feature. This is what + Adobe ``makeotf`` also does in this case (#1815). +- [feaLib] Fixed bug with mixed single/multiple substitutions. If a single substitution + involved a glyph class, we were incorrectly using only the first glyph in the class + (#1814). + +4.2.5 (released 2020-01-29) +--------------------------- + +- [feaLib] Do not fail on duplicate multiple substitutions, only warn (#1811). +- [subset] Optimize SinglePos subtables to Format 1 if all ValueRecords are the same + (#1802). + +4.2.4 (released 2020-01-09) +--------------------------- + +- [unicodedata] Update RTL_SCRIPTS for Unicode 11 and 12. + +4.2.3 (released 2020-01-07) +--------------------------- + +- [otTables] Fixed bug when splitting `MarkBasePos` subtables as offsets overflow. + The mark class values in the split subtable were not being updated, leading to + invalid mark-base attachments (#1797, googlefonts/noto-source#145). +- [feaLib] Only log a warning instead of error when features contain duplicate + substitutions (#1767). +- [glifLib] Strip XML comments when parsing with lxml (#1784, #1785). + +4.2.2 (released 2019-12-12) +--------------------------- + +- [subset] Fixed issue with subsetting FeatureVariations table when the index + of features changes as features get dropped. The feature index need to be + remapped to point to index of the remaining features (#1777, #1782). +- [fontBuilder] Added `addFeatureVariations` method to `FontBuilder` class. This + is a shorthand for calling `featureVars.addFeatureVariations` on the builder's + TTFont object (#1781). +- [glyf] Fixed the flags bug in glyph.drawPoints() like we did for glyph.draw() + (#1771, #1774). + +4.2.1 (released 2019-12-06) +--------------------------- + +- [glyf] Use the ``flagOnCurve`` bit mask in ``glyph.draw()``, so that we ignore + the ``overlap`` flag that may be set when instantiating variable fonts (#1771). + +4.2.0 (released 2019-11-28) +--------------------------- + +- [pens] Added the following pens: + + * ``roundingPen.RoundingPen``: filter pen that rounds coordinates and components' + offsets to integer; + * ``roundingPen.RoundingPointPen``: like the above, but using PointPen protocol. + * ``filterPen.FilterPointPen``: base class for filter point pens; + * ``transformPen.TransformPointPen``: filter point pen to apply affine transform; + * ``recordingPen.RecordingPointPen``: records and replays point-pen commands. + +- [ttGlyphPen] Always round float coordinates and component offsets to integers + (#1763). +- [ufoLib] When converting kerning groups from UFO2 to UFO3, avoid confusing + groups with the same name as one of the glyphs (#1761, #1762, + unified-font-object/ufo-spec#98). + +4.1.0 (released 2019-11-18) +--------------------------- + +- [instancer] Implemented restricting axis ranges (level 3 partial instancing). + You can now pass ``{axis_tag: (min, max)}`` tuples as input to the + ``instantiateVariableFont`` function. Note that changing the default axis + position is not supported yet. The command-line script also accepts axis ranges + in the form of colon-separated float values, e.g. ``wght=400:700`` (#1753, #1537). +- [instancer] Never drop STAT ``DesignAxis`` records, but only prune out-of-range + ``AxisValue`` records. +- [otBase/otTables] Enforce that VarStore.RegionAxisCount == fvar.axisCount, even + when regions list is empty to appease OTS < v8.0 (#1752). +- [designspaceLib] Defined new ``processing`` attribute for ```` element, + with values "first" or "last", plus other editorial changes to DesignSpace + specification. Bumped format version to 4.1 (#1750). +- [varLib] Improved error message when masters' glyph orders do not match (#1758, + #1759). +- [featureVars] Allow to specify custom feature tag in ``addFeatureVariations``; + allow said feature to already exist, in which case we append new lookup indices + to existing features. Implemented ```` attribute ``processing`` according to + DesignSpace specification update in #1750. Depending on this flag, we generate + either an 'rvrn' (always processed first) or a 'rclt' feature (follows lookup order, + therefore last) (#1747, #1625, #1371). +- [ttCollection] Added support for context manager auto-closing via ``with`` statement + like with ``TTFont`` (#1751). +- [unicodedata] Require unicodedata2 >= 12.1.0. +- [py2.py3] Removed yet more PY2 vestiges (#1743). +- [_n_a_m_e] Fixed issue when comparing NameRecords with different string types (#1742). +- [fixedTools] Changed ``fixedToFloat`` to not do any rounding but simply return + ``value / (1 << precisionBits)``. Added ``floatToFixedToStr`` and + ``strToFixedToFloat`` functions to be used when loading from or dumping to XML. + Fixed values (e.g. fvar axes and instance coordinates, avar mappings, etc.) are + are now stored as un-rounded decimal floats upon decompiling (#1740, #737). +- [feaLib] Fixed handling of multiple ``LigatureCaret`` statements for the same glyph. + Only the first rule per glyph is used, additional ones are ignored (#1733). + +4.0.2 (released 2019-09-26) +--------------------------- + +- [voltLib] Added support for ``ALL`` and ``NONE`` in ``PROCESS_MARKS`` (#1732). +- [Silf] Fixed issue in ``Silf`` table compilation and decompilation regarding str vs + bytes in python3 (#1728). +- [merge] Handle duplicate glyph names better: instead of appending font index to + all glyph names, use similar code like we use in ``post`` and ``CFF`` tables (#1729). + +4.0.1 (released 2019-09-11) +--------------------------- + +- [otTables] Support fixing offset overflows in ``MultipleSubst`` lookup subtables + (#1706). +- [subset] Prune empty strikes in ``EBDT`` and ``CBDT`` table data (#1698, #1633). +- [pens] Fixed issue in ``PointToSegmentPen`` when last point of closed contour has + same coordinates as the starting point and was incorrectly dropped (#1720). +- [Graphite] Fixed ``Sill`` table output to pass OTS (#1705). +- [name] Added ``removeNames`` method to ``table__n_a_m_e`` class (#1719). +- [ttLib] Added aliases for renamed entries ``ascender`` and ``descender`` in + ``hhea`` table (#1715). + +4.0.0 (released 2019-08-22) +--------------------------- + +- NOTE: The v4.x version series only supports Python 3.6 or greater. You can keep + using fonttools 3.x if you need support for Python 2. +- [py23] Removed all the python2-only code since it is no longer reachable, thus + unused; only the Python3 symbols were kept, but these are no-op. The module is now + DEPRECATED and will removed in the future. +- [ttLib] Fixed UnboundLocalError for empty loca/glyph tables (#1680). Also, allow + the glyf table to be incomplete when dumping to XML (#1681). +- [varLib.models] Fixed KeyError while sorting masters and there are no on-axis for + a given axis (38a8eb0e). +- [cffLib] Make sure glyph names are unique (#1699). +- [feaLib] Fix feature parser to correctly handle octal numbers (#1700). + +\... see `here `__ for earlier changes diff --git a/.cache/pip/http-v2/f/9/5/d/2/f95d294c2281f9705ab34177ee4732e524880c56ef894e620cf4cb95 b/.cache/pip/http-v2/f/9/5/d/2/f95d294c2281f9705ab34177ee4732e524880c56ef894e620cf4cb95 new file mode 100644 index 0000000000000000000000000000000000000000..cf83195378dd14db2b90b13782acef8c9ccc4f06 Binary files /dev/null and b/.cache/pip/http-v2/f/9/5/d/2/f95d294c2281f9705ab34177ee4732e524880c56ef894e620cf4cb95 differ diff --git a/.cache/pip/http-v2/f/9/5/d/2/f95d294c2281f9705ab34177ee4732e524880c56ef894e620cf4cb95.body b/.cache/pip/http-v2/f/9/5/d/2/f95d294c2281f9705ab34177ee4732e524880c56ef894e620cf4cb95.body new file mode 100644 index 0000000000000000000000000000000000000000..3a23e1f569284a59cfd86527da892497a666437b Binary files /dev/null and b/.cache/pip/http-v2/f/9/5/d/2/f95d294c2281f9705ab34177ee4732e524880c56ef894e620cf4cb95.body differ diff --git a/.cache/pip/http-v2/f/c/6/8/7/fc687abc6120c7bc7cfd867fe3788604e9f8e9dcf17e51396d803e25 b/.cache/pip/http-v2/f/c/6/8/7/fc687abc6120c7bc7cfd867fe3788604e9f8e9dcf17e51396d803e25 new file mode 100644 index 0000000000000000000000000000000000000000..d1c0c4bce833b3ae806df634ae8bae4fdc1d3516 Binary files /dev/null and b/.cache/pip/http-v2/f/c/6/8/7/fc687abc6120c7bc7cfd867fe3788604e9f8e9dcf17e51396d803e25 differ diff --git a/.cache/pip/http-v2/f/d/f/9/1/fdf91b50799b11747f5d2f0c3dc580ed60319656418a532ba87afc48 b/.cache/pip/http-v2/f/d/f/9/1/fdf91b50799b11747f5d2f0c3dc580ed60319656418a532ba87afc48 new file mode 100644 index 0000000000000000000000000000000000000000..ced9a3175b5350e818beb429e1d2013fc102ef65 Binary files /dev/null and b/.cache/pip/http-v2/f/d/f/9/1/fdf91b50799b11747f5d2f0c3dc580ed60319656418a532ba87afc48 differ diff --git a/.cache/uv/archive-v0/Ku33yxnBzoj0el7p1MtJO/idna/idnadata.py b/.cache/uv/archive-v0/Ku33yxnBzoj0el7p1MtJO/idna/idnadata.py new file mode 100644 index 0000000000000000000000000000000000000000..f2ab38897bf1f8fc6f0db50f237edec68ca89295 --- /dev/null +++ b/.cache/uv/archive-v0/Ku33yxnBzoj0el7p1MtJO/idna/idnadata.py @@ -0,0 +1,1897 @@ +# This file is automatically generated by tools/idna-data + +__version__ = "17.0.0" + +scripts = { + "Greek": ( + 0x37000000374, + 0x37500000378, + 0x37A0000037E, + 0x37F00000380, + 0x38400000385, + 0x38600000387, + 0x3880000038B, + 0x38C0000038D, + 0x38E000003A2, + 0x3A3000003E2, + 0x3F000000400, + 0x1D2600001D2B, + 0x1D5D00001D62, + 0x1D6600001D6B, + 0x1DBF00001DC0, + 0x1F0000001F16, + 0x1F1800001F1E, + 0x1F2000001F46, + 0x1F4800001F4E, + 0x1F5000001F58, + 0x1F5900001F5A, + 0x1F5B00001F5C, + 0x1F5D00001F5E, + 0x1F5F00001F7E, + 0x1F8000001FB5, + 0x1FB600001FC5, + 0x1FC600001FD4, + 0x1FD600001FDC, + 0x1FDD00001FF0, + 0x1FF200001FF5, + 0x1FF600001FFF, + 0x212600002127, + 0xAB650000AB66, + 0x101400001018F, + 0x101A0000101A1, + 0x1D2000001D246, + ), + "Han": ( + 0x2E8000002E9A, + 0x2E9B00002EF4, + 0x2F0000002FD6, + 0x300500003006, + 0x300700003008, + 0x30210000302A, + 0x30380000303C, + 0x340000004DC0, + 0x4E000000A000, + 0xF9000000FA6E, + 0xFA700000FADA, + 0x16FE200016FE4, + 0x16FF000016FF7, + 0x200000002A6E0, + 0x2A7000002B81E, + 0x2B8200002CEAE, + 0x2CEB00002EBE1, + 0x2EBF00002EE5E, + 0x2F8000002FA1E, + 0x300000003134B, + 0x313500003347A, + ), + "Hebrew": ( + 0x591000005C8, + 0x5D0000005EB, + 0x5EF000005F5, + 0xFB1D0000FB37, + 0xFB380000FB3D, + 0xFB3E0000FB3F, + 0xFB400000FB42, + 0xFB430000FB45, + 0xFB460000FB50, + ), + "Hiragana": ( + 0x304100003097, + 0x309D000030A0, + 0x1B0010001B120, + 0x1B1320001B133, + 0x1B1500001B153, + 0x1F2000001F201, + ), + "Katakana": ( + 0x30A1000030FB, + 0x30FD00003100, + 0x31F000003200, + 0x32D0000032FF, + 0x330000003358, + 0xFF660000FF70, + 0xFF710000FF9E, + 0x1AFF00001AFF4, + 0x1AFF50001AFFC, + 0x1AFFD0001AFFF, + 0x1B0000001B001, + 0x1B1200001B123, + 0x1B1550001B156, + 0x1B1640001B168, + ), +} + + +joining_types = { + "C": ( + 0x64000000641, + 0x7FA000007FB, + 0x88300000886, + 0x180A0000180B, + 0x200D0000200E, + ), + "D": ( + 0x62000000621, + 0x62600000627, + 0x62800000629, + 0x62A0000062F, + 0x63300000640, + 0x64100000648, + 0x6490000064B, + 0x66E00000670, + 0x67800000688, + 0x69A000006C0, + 0x6C1000006C3, + 0x6CC000006CD, + 0x6CE000006CF, + 0x6D0000006D2, + 0x6FA000006FD, + 0x6FF00000700, + 0x71200000715, + 0x71A0000071E, + 0x71F00000728, + 0x7290000072A, + 0x72B0000072C, + 0x72D0000072F, + 0x74E00000759, + 0x75C0000076B, + 0x76D00000771, + 0x77200000773, + 0x77500000778, + 0x77A00000780, + 0x7CA000007EB, + 0x84100000846, + 0x84800000849, + 0x84A00000854, + 0x85500000856, + 0x86000000861, + 0x86200000866, + 0x86800000869, + 0x88600000887, + 0x8890000088E, + 0x88F00000890, + 0x8A0000008AA, + 0x8AF000008B1, + 0x8B3000008B9, + 0x8BA000008C9, + 0x180700001808, + 0x182000001879, + 0x1887000018A9, + 0x18AA000018AB, + 0xA8400000A872, + 0x10AC000010AC5, + 0x10AD300010AD7, + 0x10AD800010ADD, + 0x10ADE00010AE1, + 0x10AEB00010AEF, + 0x10B8000010B81, + 0x10B8200010B83, + 0x10B8600010B89, + 0x10B8A00010B8C, + 0x10B8D00010B8E, + 0x10B9000010B91, + 0x10BAD00010BAF, + 0x10D0100010D22, + 0x10D2300010D24, + 0x10EC300010EC5, + 0x10EC600010EC8, + 0x10F3000010F33, + 0x10F3400010F45, + 0x10F5100010F54, + 0x10F7000010F74, + 0x10F7600010F82, + 0x10FB000010FB1, + 0x10FB200010FB4, + 0x10FB800010FB9, + 0x10FBB00010FBD, + 0x10FBE00010FC0, + 0x10FC100010FC2, + 0x10FC400010FC5, + 0x10FCA00010FCB, + 0x1E9000001E944, + ), + "L": ( + 0xA8720000A873, + 0x10ACD00010ACE, + 0x10AD700010AD8, + 0x10D0000010D01, + 0x10FCB00010FCC, + ), + "R": ( + 0x62200000626, + 0x62700000628, + 0x6290000062A, + 0x62F00000633, + 0x64800000649, + 0x67100000674, + 0x67500000678, + 0x6880000069A, + 0x6C0000006C1, + 0x6C3000006CC, + 0x6CD000006CE, + 0x6CF000006D0, + 0x6D2000006D4, + 0x6D5000006D6, + 0x6EE000006F0, + 0x71000000711, + 0x7150000071A, + 0x71E0000071F, + 0x72800000729, + 0x72A0000072B, + 0x72C0000072D, + 0x72F00000730, + 0x74D0000074E, + 0x7590000075C, + 0x76B0000076D, + 0x77100000772, + 0x77300000775, + 0x7780000077A, + 0x84000000841, + 0x84600000848, + 0x8490000084A, + 0x85400000855, + 0x85600000859, + 0x86700000868, + 0x8690000086B, + 0x87000000883, + 0x88E0000088F, + 0x8AA000008AD, + 0x8AE000008AF, + 0x8B1000008B3, + 0x8B9000008BA, + 0x10AC500010AC6, + 0x10AC700010AC8, + 0x10AC900010ACB, + 0x10ACE00010AD3, + 0x10ADD00010ADE, + 0x10AE100010AE2, + 0x10AE400010AE5, + 0x10AEF00010AF0, + 0x10B8100010B82, + 0x10B8300010B86, + 0x10B8900010B8A, + 0x10B8C00010B8D, + 0x10B8E00010B90, + 0x10B9100010B92, + 0x10BA900010BAD, + 0x10D2200010D23, + 0x10EC200010EC3, + 0x10F3300010F34, + 0x10F5400010F55, + 0x10F7400010F76, + 0x10FB400010FB7, + 0x10FB900010FBB, + 0x10FBD00010FBE, + 0x10FC200010FC4, + 0x10FC900010FCA, + ), + "T": ( + 0xAD000000AE, + 0x30000000370, + 0x4830000048A, + 0x591000005BE, + 0x5BF000005C0, + 0x5C1000005C3, + 0x5C4000005C6, + 0x5C7000005C8, + 0x6100000061B, + 0x61C0000061D, + 0x64B00000660, + 0x67000000671, + 0x6D6000006DD, + 0x6DF000006E5, + 0x6E7000006E9, + 0x6EA000006EE, + 0x70F00000710, + 0x71100000712, + 0x7300000074B, + 0x7A6000007B1, + 0x7EB000007F4, + 0x7FD000007FE, + 0x8160000081A, + 0x81B00000824, + 0x82500000828, + 0x8290000082E, + 0x8590000085C, + 0x897000008A0, + 0x8CA000008E2, + 0x8E300000903, + 0x93A0000093B, + 0x93C0000093D, + 0x94100000949, + 0x94D0000094E, + 0x95100000958, + 0x96200000964, + 0x98100000982, + 0x9BC000009BD, + 0x9C1000009C5, + 0x9CD000009CE, + 0x9E2000009E4, + 0x9FE000009FF, + 0xA0100000A03, + 0xA3C00000A3D, + 0xA4100000A43, + 0xA4700000A49, + 0xA4B00000A4E, + 0xA5100000A52, + 0xA7000000A72, + 0xA7500000A76, + 0xA8100000A83, + 0xABC00000ABD, + 0xAC100000AC6, + 0xAC700000AC9, + 0xACD00000ACE, + 0xAE200000AE4, + 0xAFA00000B00, + 0xB0100000B02, + 0xB3C00000B3D, + 0xB3F00000B40, + 0xB4100000B45, + 0xB4D00000B4E, + 0xB5500000B57, + 0xB6200000B64, + 0xB8200000B83, + 0xBC000000BC1, + 0xBCD00000BCE, + 0xC0000000C01, + 0xC0400000C05, + 0xC3C00000C3D, + 0xC3E00000C41, + 0xC4600000C49, + 0xC4A00000C4E, + 0xC5500000C57, + 0xC6200000C64, + 0xC8100000C82, + 0xCBC00000CBD, + 0xCBF00000CC0, + 0xCC600000CC7, + 0xCCC00000CCE, + 0xCE200000CE4, + 0xD0000000D02, + 0xD3B00000D3D, + 0xD4100000D45, + 0xD4D00000D4E, + 0xD6200000D64, + 0xD8100000D82, + 0xDCA00000DCB, + 0xDD200000DD5, + 0xDD600000DD7, + 0xE3100000E32, + 0xE3400000E3B, + 0xE4700000E4F, + 0xEB100000EB2, + 0xEB400000EBD, + 0xEC800000ECF, + 0xF1800000F1A, + 0xF3500000F36, + 0xF3700000F38, + 0xF3900000F3A, + 0xF7100000F7F, + 0xF8000000F85, + 0xF8600000F88, + 0xF8D00000F98, + 0xF9900000FBD, + 0xFC600000FC7, + 0x102D00001031, + 0x103200001038, + 0x10390000103B, + 0x103D0000103F, + 0x10580000105A, + 0x105E00001061, + 0x107100001075, + 0x108200001083, + 0x108500001087, + 0x108D0000108E, + 0x109D0000109E, + 0x135D00001360, + 0x171200001715, + 0x173200001734, + 0x175200001754, + 0x177200001774, + 0x17B4000017B6, + 0x17B7000017BE, + 0x17C6000017C7, + 0x17C9000017D4, + 0x17DD000017DE, + 0x180B0000180E, + 0x180F00001810, + 0x188500001887, + 0x18A9000018AA, + 0x192000001923, + 0x192700001929, + 0x193200001933, + 0x19390000193C, + 0x1A1700001A19, + 0x1A1B00001A1C, + 0x1A5600001A57, + 0x1A5800001A5F, + 0x1A6000001A61, + 0x1A6200001A63, + 0x1A6500001A6D, + 0x1A7300001A7D, + 0x1A7F00001A80, + 0x1AB000001ADE, + 0x1AE000001AEC, + 0x1B0000001B04, + 0x1B3400001B35, + 0x1B3600001B3B, + 0x1B3C00001B3D, + 0x1B4200001B43, + 0x1B6B00001B74, + 0x1B8000001B82, + 0x1BA200001BA6, + 0x1BA800001BAA, + 0x1BAB00001BAE, + 0x1BE600001BE7, + 0x1BE800001BEA, + 0x1BED00001BEE, + 0x1BEF00001BF2, + 0x1C2C00001C34, + 0x1C3600001C38, + 0x1CD000001CD3, + 0x1CD400001CE1, + 0x1CE200001CE9, + 0x1CED00001CEE, + 0x1CF400001CF5, + 0x1CF800001CFA, + 0x1DC000001E00, + 0x200B0000200C, + 0x200E00002010, + 0x202A0000202F, + 0x206000002065, + 0x206A00002070, + 0x20D0000020F1, + 0x2CEF00002CF2, + 0x2D7F00002D80, + 0x2DE000002E00, + 0x302A0000302E, + 0x30990000309B, + 0xA66F0000A673, + 0xA6740000A67E, + 0xA69E0000A6A0, + 0xA6F00000A6F2, + 0xA8020000A803, + 0xA8060000A807, + 0xA80B0000A80C, + 0xA8250000A827, + 0xA82C0000A82D, + 0xA8C40000A8C6, + 0xA8E00000A8F2, + 0xA8FF0000A900, + 0xA9260000A92E, + 0xA9470000A952, + 0xA9800000A983, + 0xA9B30000A9B4, + 0xA9B60000A9BA, + 0xA9BC0000A9BE, + 0xA9E50000A9E6, + 0xAA290000AA2F, + 0xAA310000AA33, + 0xAA350000AA37, + 0xAA430000AA44, + 0xAA4C0000AA4D, + 0xAA7C0000AA7D, + 0xAAB00000AAB1, + 0xAAB20000AAB5, + 0xAAB70000AAB9, + 0xAABE0000AAC0, + 0xAAC10000AAC2, + 0xAAEC0000AAEE, + 0xAAF60000AAF7, + 0xABE50000ABE6, + 0xABE80000ABE9, + 0xABED0000ABEE, + 0xFB1E0000FB1F, + 0xFE000000FE10, + 0xFE200000FE30, + 0xFEFF0000FF00, + 0xFFF90000FFFC, + 0x101FD000101FE, + 0x102E0000102E1, + 0x103760001037B, + 0x10A0100010A04, + 0x10A0500010A07, + 0x10A0C00010A10, + 0x10A3800010A3B, + 0x10A3F00010A40, + 0x10AE500010AE7, + 0x10D2400010D28, + 0x10D6900010D6E, + 0x10EAB00010EAD, + 0x10EFA00010F00, + 0x10F4600010F51, + 0x10F8200010F86, + 0x1100100011002, + 0x1103800011047, + 0x1107000011071, + 0x1107300011075, + 0x1107F00011082, + 0x110B3000110B7, + 0x110B9000110BB, + 0x110C2000110C3, + 0x1110000011103, + 0x111270001112C, + 0x1112D00011135, + 0x1117300011174, + 0x1118000011182, + 0x111B6000111BF, + 0x111C9000111CD, + 0x111CF000111D0, + 0x1122F00011232, + 0x1123400011235, + 0x1123600011238, + 0x1123E0001123F, + 0x1124100011242, + 0x112DF000112E0, + 0x112E3000112EB, + 0x1130000011302, + 0x1133B0001133D, + 0x1134000011341, + 0x113660001136D, + 0x1137000011375, + 0x113BB000113C1, + 0x113CE000113CF, + 0x113D0000113D1, + 0x113D2000113D3, + 0x113E1000113E3, + 0x1143800011440, + 0x1144200011445, + 0x1144600011447, + 0x1145E0001145F, + 0x114B3000114B9, + 0x114BA000114BB, + 0x114BF000114C1, + 0x114C2000114C4, + 0x115B2000115B6, + 0x115BC000115BE, + 0x115BF000115C1, + 0x115DC000115DE, + 0x116330001163B, + 0x1163D0001163E, + 0x1163F00011641, + 0x116AB000116AC, + 0x116AD000116AE, + 0x116B0000116B6, + 0x116B7000116B8, + 0x1171D0001171E, + 0x1171F00011720, + 0x1172200011726, + 0x117270001172C, + 0x1182F00011838, + 0x118390001183B, + 0x1193B0001193D, + 0x1193E0001193F, + 0x1194300011944, + 0x119D4000119D8, + 0x119DA000119DC, + 0x119E0000119E1, + 0x11A0100011A0B, + 0x11A3300011A39, + 0x11A3B00011A3F, + 0x11A4700011A48, + 0x11A5100011A57, + 0x11A5900011A5C, + 0x11A8A00011A97, + 0x11A9800011A9A, + 0x11B6000011B61, + 0x11B6200011B65, + 0x11B6600011B67, + 0x11C3000011C37, + 0x11C3800011C3E, + 0x11C3F00011C40, + 0x11C9200011CA8, + 0x11CAA00011CB1, + 0x11CB200011CB4, + 0x11CB500011CB7, + 0x11D3100011D37, + 0x11D3A00011D3B, + 0x11D3C00011D3E, + 0x11D3F00011D46, + 0x11D4700011D48, + 0x11D9000011D92, + 0x11D9500011D96, + 0x11D9700011D98, + 0x11EF300011EF5, + 0x11F0000011F02, + 0x11F3600011F3B, + 0x11F4000011F41, + 0x11F4200011F43, + 0x11F5A00011F5B, + 0x1343000013441, + 0x1344700013456, + 0x1611E0001612A, + 0x1612D00016130, + 0x16AF000016AF5, + 0x16B3000016B37, + 0x16F4F00016F50, + 0x16F8F00016F93, + 0x16FE400016FE5, + 0x1BC9D0001BC9F, + 0x1BCA00001BCA4, + 0x1CF000001CF2E, + 0x1CF300001CF47, + 0x1D1670001D16A, + 0x1D1730001D183, + 0x1D1850001D18C, + 0x1D1AA0001D1AE, + 0x1D2420001D245, + 0x1DA000001DA37, + 0x1DA3B0001DA6D, + 0x1DA750001DA76, + 0x1DA840001DA85, + 0x1DA9B0001DAA0, + 0x1DAA10001DAB0, + 0x1E0000001E007, + 0x1E0080001E019, + 0x1E01B0001E022, + 0x1E0230001E025, + 0x1E0260001E02B, + 0x1E08F0001E090, + 0x1E1300001E137, + 0x1E2AE0001E2AF, + 0x1E2EC0001E2F0, + 0x1E4EC0001E4F0, + 0x1E5EE0001E5F0, + 0x1E6E30001E6E4, + 0x1E6E60001E6E7, + 0x1E6EE0001E6F0, + 0x1E6F50001E6F6, + 0x1E8D00001E8D7, + 0x1E9440001E94C, + 0xE0001000E0002, + 0xE0020000E0080, + 0xE0100000E01F0, + ), +} + + +codepoint_classes = { + "PVALID": ( + 0x2D0000002E, + 0x300000003A, + 0x610000007B, + 0xDF000000F7, + 0xF800000100, + 0x10100000102, + 0x10300000104, + 0x10500000106, + 0x10700000108, + 0x1090000010A, + 0x10B0000010C, + 0x10D0000010E, + 0x10F00000110, + 0x11100000112, + 0x11300000114, + 0x11500000116, + 0x11700000118, + 0x1190000011A, + 0x11B0000011C, + 0x11D0000011E, + 0x11F00000120, + 0x12100000122, + 0x12300000124, + 0x12500000126, + 0x12700000128, + 0x1290000012A, + 0x12B0000012C, + 0x12D0000012E, + 0x12F00000130, + 0x13100000132, + 0x13500000136, + 0x13700000139, + 0x13A0000013B, + 0x13C0000013D, + 0x13E0000013F, + 0x14200000143, + 0x14400000145, + 0x14600000147, + 0x14800000149, + 0x14B0000014C, + 0x14D0000014E, + 0x14F00000150, + 0x15100000152, + 0x15300000154, + 0x15500000156, + 0x15700000158, + 0x1590000015A, + 0x15B0000015C, + 0x15D0000015E, + 0x15F00000160, + 0x16100000162, + 0x16300000164, + 0x16500000166, + 0x16700000168, + 0x1690000016A, + 0x16B0000016C, + 0x16D0000016E, + 0x16F00000170, + 0x17100000172, + 0x17300000174, + 0x17500000176, + 0x17700000178, + 0x17A0000017B, + 0x17C0000017D, + 0x17E0000017F, + 0x18000000181, + 0x18300000184, + 0x18500000186, + 0x18800000189, + 0x18C0000018E, + 0x19200000193, + 0x19500000196, + 0x1990000019C, + 0x19E0000019F, + 0x1A1000001A2, + 0x1A3000001A4, + 0x1A5000001A6, + 0x1A8000001A9, + 0x1AA000001AC, + 0x1AD000001AE, + 0x1B0000001B1, + 0x1B4000001B5, + 0x1B6000001B7, + 0x1B9000001BC, + 0x1BD000001C4, + 0x1CE000001CF, + 0x1D0000001D1, + 0x1D2000001D3, + 0x1D4000001D5, + 0x1D6000001D7, + 0x1D8000001D9, + 0x1DA000001DB, + 0x1DC000001DE, + 0x1DF000001E0, + 0x1E1000001E2, + 0x1E3000001E4, + 0x1E5000001E6, + 0x1E7000001E8, + 0x1E9000001EA, + 0x1EB000001EC, + 0x1ED000001EE, + 0x1EF000001F1, + 0x1F5000001F6, + 0x1F9000001FA, + 0x1FB000001FC, + 0x1FD000001FE, + 0x1FF00000200, + 0x20100000202, + 0x20300000204, + 0x20500000206, + 0x20700000208, + 0x2090000020A, + 0x20B0000020C, + 0x20D0000020E, + 0x20F00000210, + 0x21100000212, + 0x21300000214, + 0x21500000216, + 0x21700000218, + 0x2190000021A, + 0x21B0000021C, + 0x21D0000021E, + 0x21F00000220, + 0x22100000222, + 0x22300000224, + 0x22500000226, + 0x22700000228, + 0x2290000022A, + 0x22B0000022C, + 0x22D0000022E, + 0x22F00000230, + 0x23100000232, + 0x2330000023A, + 0x23C0000023D, + 0x23F00000241, + 0x24200000243, + 0x24700000248, + 0x2490000024A, + 0x24B0000024C, + 0x24D0000024E, + 0x24F000002B0, + 0x2B9000002C2, + 0x2C6000002D2, + 0x2EC000002ED, + 0x2EE000002EF, + 0x30000000340, + 0x34200000343, + 0x3460000034F, + 0x35000000370, + 0x37100000372, + 0x37300000374, + 0x37700000378, + 0x37B0000037E, + 0x39000000391, + 0x3AC000003CF, + 0x3D7000003D8, + 0x3D9000003DA, + 0x3DB000003DC, + 0x3DD000003DE, + 0x3DF000003E0, + 0x3E1000003E2, + 0x3E3000003E4, + 0x3E5000003E6, + 0x3E7000003E8, + 0x3E9000003EA, + 0x3EB000003EC, + 0x3ED000003EE, + 0x3EF000003F0, + 0x3F3000003F4, + 0x3F8000003F9, + 0x3FB000003FD, + 0x43000000460, + 0x46100000462, + 0x46300000464, + 0x46500000466, + 0x46700000468, + 0x4690000046A, + 0x46B0000046C, + 0x46D0000046E, + 0x46F00000470, + 0x47100000472, + 0x47300000474, + 0x47500000476, + 0x47700000478, + 0x4790000047A, + 0x47B0000047C, + 0x47D0000047E, + 0x47F00000480, + 0x48100000482, + 0x48300000488, + 0x48B0000048C, + 0x48D0000048E, + 0x48F00000490, + 0x49100000492, + 0x49300000494, + 0x49500000496, + 0x49700000498, + 0x4990000049A, + 0x49B0000049C, + 0x49D0000049E, + 0x49F000004A0, + 0x4A1000004A2, + 0x4A3000004A4, + 0x4A5000004A6, + 0x4A7000004A8, + 0x4A9000004AA, + 0x4AB000004AC, + 0x4AD000004AE, + 0x4AF000004B0, + 0x4B1000004B2, + 0x4B3000004B4, + 0x4B5000004B6, + 0x4B7000004B8, + 0x4B9000004BA, + 0x4BB000004BC, + 0x4BD000004BE, + 0x4BF000004C0, + 0x4C2000004C3, + 0x4C4000004C5, + 0x4C6000004C7, + 0x4C8000004C9, + 0x4CA000004CB, + 0x4CC000004CD, + 0x4CE000004D0, + 0x4D1000004D2, + 0x4D3000004D4, + 0x4D5000004D6, + 0x4D7000004D8, + 0x4D9000004DA, + 0x4DB000004DC, + 0x4DD000004DE, + 0x4DF000004E0, + 0x4E1000004E2, + 0x4E3000004E4, + 0x4E5000004E6, + 0x4E7000004E8, + 0x4E9000004EA, + 0x4EB000004EC, + 0x4ED000004EE, + 0x4EF000004F0, + 0x4F1000004F2, + 0x4F3000004F4, + 0x4F5000004F6, + 0x4F7000004F8, + 0x4F9000004FA, + 0x4FB000004FC, + 0x4FD000004FE, + 0x4FF00000500, + 0x50100000502, + 0x50300000504, + 0x50500000506, + 0x50700000508, + 0x5090000050A, + 0x50B0000050C, + 0x50D0000050E, + 0x50F00000510, + 0x51100000512, + 0x51300000514, + 0x51500000516, + 0x51700000518, + 0x5190000051A, + 0x51B0000051C, + 0x51D0000051E, + 0x51F00000520, + 0x52100000522, + 0x52300000524, + 0x52500000526, + 0x52700000528, + 0x5290000052A, + 0x52B0000052C, + 0x52D0000052E, + 0x52F00000530, + 0x5590000055A, + 0x56000000587, + 0x58800000589, + 0x591000005BE, + 0x5BF000005C0, + 0x5C1000005C3, + 0x5C4000005C6, + 0x5C7000005C8, + 0x5D0000005EB, + 0x5EF000005F3, + 0x6100000061B, + 0x62000000640, + 0x64100000660, + 0x66E00000675, + 0x679000006D4, + 0x6D5000006DD, + 0x6DF000006E9, + 0x6EA000006F0, + 0x6FA00000700, + 0x7100000074B, + 0x74D000007B2, + 0x7C0000007F6, + 0x7FD000007FE, + 0x8000000082E, + 0x8400000085C, + 0x8600000086B, + 0x87000000888, + 0x88900000890, + 0x897000008E2, + 0x8E300000958, + 0x96000000964, + 0x96600000970, + 0x97100000984, + 0x9850000098D, + 0x98F00000991, + 0x993000009A9, + 0x9AA000009B1, + 0x9B2000009B3, + 0x9B6000009BA, + 0x9BC000009C5, + 0x9C7000009C9, + 0x9CB000009CF, + 0x9D7000009D8, + 0x9E0000009E4, + 0x9E6000009F2, + 0x9FC000009FD, + 0x9FE000009FF, + 0xA0100000A04, + 0xA0500000A0B, + 0xA0F00000A11, + 0xA1300000A29, + 0xA2A00000A31, + 0xA3200000A33, + 0xA3500000A36, + 0xA3800000A3A, + 0xA3C00000A3D, + 0xA3E00000A43, + 0xA4700000A49, + 0xA4B00000A4E, + 0xA5100000A52, + 0xA5C00000A5D, + 0xA6600000A76, + 0xA8100000A84, + 0xA8500000A8E, + 0xA8F00000A92, + 0xA9300000AA9, + 0xAAA00000AB1, + 0xAB200000AB4, + 0xAB500000ABA, + 0xABC00000AC6, + 0xAC700000ACA, + 0xACB00000ACE, + 0xAD000000AD1, + 0xAE000000AE4, + 0xAE600000AF0, + 0xAF900000B00, + 0xB0100000B04, + 0xB0500000B0D, + 0xB0F00000B11, + 0xB1300000B29, + 0xB2A00000B31, + 0xB3200000B34, + 0xB3500000B3A, + 0xB3C00000B45, + 0xB4700000B49, + 0xB4B00000B4E, + 0xB5500000B58, + 0xB5F00000B64, + 0xB6600000B70, + 0xB7100000B72, + 0xB8200000B84, + 0xB8500000B8B, + 0xB8E00000B91, + 0xB9200000B96, + 0xB9900000B9B, + 0xB9C00000B9D, + 0xB9E00000BA0, + 0xBA300000BA5, + 0xBA800000BAB, + 0xBAE00000BBA, + 0xBBE00000BC3, + 0xBC600000BC9, + 0xBCA00000BCE, + 0xBD000000BD1, + 0xBD700000BD8, + 0xBE600000BF0, + 0xC0000000C0D, + 0xC0E00000C11, + 0xC1200000C29, + 0xC2A00000C3A, + 0xC3C00000C45, + 0xC4600000C49, + 0xC4A00000C4E, + 0xC5500000C57, + 0xC5800000C5B, + 0xC5C00000C5E, + 0xC6000000C64, + 0xC6600000C70, + 0xC8000000C84, + 0xC8500000C8D, + 0xC8E00000C91, + 0xC9200000CA9, + 0xCAA00000CB4, + 0xCB500000CBA, + 0xCBC00000CC5, + 0xCC600000CC9, + 0xCCA00000CCE, + 0xCD500000CD7, + 0xCDC00000CDF, + 0xCE000000CE4, + 0xCE600000CF0, + 0xCF100000CF4, + 0xD0000000D0D, + 0xD0E00000D11, + 0xD1200000D45, + 0xD4600000D49, + 0xD4A00000D4F, + 0xD5400000D58, + 0xD5F00000D64, + 0xD6600000D70, + 0xD7A00000D80, + 0xD8100000D84, + 0xD8500000D97, + 0xD9A00000DB2, + 0xDB300000DBC, + 0xDBD00000DBE, + 0xDC000000DC7, + 0xDCA00000DCB, + 0xDCF00000DD5, + 0xDD600000DD7, + 0xDD800000DE0, + 0xDE600000DF0, + 0xDF200000DF4, + 0xE0100000E33, + 0xE3400000E3B, + 0xE4000000E4F, + 0xE5000000E5A, + 0xE8100000E83, + 0xE8400000E85, + 0xE8600000E8B, + 0xE8C00000EA4, + 0xEA500000EA6, + 0xEA700000EB3, + 0xEB400000EBE, + 0xEC000000EC5, + 0xEC600000EC7, + 0xEC800000ECF, + 0xED000000EDA, + 0xEDE00000EE0, + 0xF0000000F01, + 0xF0B00000F0C, + 0xF1800000F1A, + 0xF2000000F2A, + 0xF3500000F36, + 0xF3700000F38, + 0xF3900000F3A, + 0xF3E00000F43, + 0xF4400000F48, + 0xF4900000F4D, + 0xF4E00000F52, + 0xF5300000F57, + 0xF5800000F5C, + 0xF5D00000F69, + 0xF6A00000F6D, + 0xF7100000F73, + 0xF7400000F75, + 0xF7A00000F81, + 0xF8200000F85, + 0xF8600000F93, + 0xF9400000F98, + 0xF9900000F9D, + 0xF9E00000FA2, + 0xFA300000FA7, + 0xFA800000FAC, + 0xFAD00000FB9, + 0xFBA00000FBD, + 0xFC600000FC7, + 0x10000000104A, + 0x10500000109E, + 0x10D0000010FB, + 0x10FD00001100, + 0x120000001249, + 0x124A0000124E, + 0x125000001257, + 0x125800001259, + 0x125A0000125E, + 0x126000001289, + 0x128A0000128E, + 0x1290000012B1, + 0x12B2000012B6, + 0x12B8000012BF, + 0x12C0000012C1, + 0x12C2000012C6, + 0x12C8000012D7, + 0x12D800001311, + 0x131200001316, + 0x13180000135B, + 0x135D00001360, + 0x138000001390, + 0x13A0000013F6, + 0x14010000166D, + 0x166F00001680, + 0x16810000169B, + 0x16A0000016EB, + 0x16F1000016F9, + 0x170000001716, + 0x171F00001735, + 0x174000001754, + 0x17600000176D, + 0x176E00001771, + 0x177200001774, + 0x1780000017B4, + 0x17B6000017D4, + 0x17D7000017D8, + 0x17DC000017DE, + 0x17E0000017EA, + 0x18100000181A, + 0x182000001879, + 0x1880000018AB, + 0x18B0000018F6, + 0x19000000191F, + 0x19200000192C, + 0x19300000193C, + 0x19460000196E, + 0x197000001975, + 0x1980000019AC, + 0x19B0000019CA, + 0x19D0000019DA, + 0x1A0000001A1C, + 0x1A2000001A5F, + 0x1A6000001A7D, + 0x1A7F00001A8A, + 0x1A9000001A9A, + 0x1AA700001AA8, + 0x1AB000001ABE, + 0x1ABF00001ADE, + 0x1AE000001AEC, + 0x1B0000001B4D, + 0x1B5000001B5A, + 0x1B6B00001B74, + 0x1B8000001BF4, + 0x1C0000001C38, + 0x1C4000001C4A, + 0x1C4D00001C7E, + 0x1C8A00001C8B, + 0x1CD000001CD3, + 0x1CD400001CFB, + 0x1D0000001D2C, + 0x1D2F00001D30, + 0x1D3B00001D3C, + 0x1D4E00001D4F, + 0x1D6B00001D78, + 0x1D7900001D9B, + 0x1DC000001E00, + 0x1E0100001E02, + 0x1E0300001E04, + 0x1E0500001E06, + 0x1E0700001E08, + 0x1E0900001E0A, + 0x1E0B00001E0C, + 0x1E0D00001E0E, + 0x1E0F00001E10, + 0x1E1100001E12, + 0x1E1300001E14, + 0x1E1500001E16, + 0x1E1700001E18, + 0x1E1900001E1A, + 0x1E1B00001E1C, + 0x1E1D00001E1E, + 0x1E1F00001E20, + 0x1E2100001E22, + 0x1E2300001E24, + 0x1E2500001E26, + 0x1E2700001E28, + 0x1E2900001E2A, + 0x1E2B00001E2C, + 0x1E2D00001E2E, + 0x1E2F00001E30, + 0x1E3100001E32, + 0x1E3300001E34, + 0x1E3500001E36, + 0x1E3700001E38, + 0x1E3900001E3A, + 0x1E3B00001E3C, + 0x1E3D00001E3E, + 0x1E3F00001E40, + 0x1E4100001E42, + 0x1E4300001E44, + 0x1E4500001E46, + 0x1E4700001E48, + 0x1E4900001E4A, + 0x1E4B00001E4C, + 0x1E4D00001E4E, + 0x1E4F00001E50, + 0x1E5100001E52, + 0x1E5300001E54, + 0x1E5500001E56, + 0x1E5700001E58, + 0x1E5900001E5A, + 0x1E5B00001E5C, + 0x1E5D00001E5E, + 0x1E5F00001E60, + 0x1E6100001E62, + 0x1E6300001E64, + 0x1E6500001E66, + 0x1E6700001E68, + 0x1E6900001E6A, + 0x1E6B00001E6C, + 0x1E6D00001E6E, + 0x1E6F00001E70, + 0x1E7100001E72, + 0x1E7300001E74, + 0x1E7500001E76, + 0x1E7700001E78, + 0x1E7900001E7A, + 0x1E7B00001E7C, + 0x1E7D00001E7E, + 0x1E7F00001E80, + 0x1E8100001E82, + 0x1E8300001E84, + 0x1E8500001E86, + 0x1E8700001E88, + 0x1E8900001E8A, + 0x1E8B00001E8C, + 0x1E8D00001E8E, + 0x1E8F00001E90, + 0x1E9100001E92, + 0x1E9300001E94, + 0x1E9500001E9A, + 0x1E9C00001E9E, + 0x1E9F00001EA0, + 0x1EA100001EA2, + 0x1EA300001EA4, + 0x1EA500001EA6, + 0x1EA700001EA8, + 0x1EA900001EAA, + 0x1EAB00001EAC, + 0x1EAD00001EAE, + 0x1EAF00001EB0, + 0x1EB100001EB2, + 0x1EB300001EB4, + 0x1EB500001EB6, + 0x1EB700001EB8, + 0x1EB900001EBA, + 0x1EBB00001EBC, + 0x1EBD00001EBE, + 0x1EBF00001EC0, + 0x1EC100001EC2, + 0x1EC300001EC4, + 0x1EC500001EC6, + 0x1EC700001EC8, + 0x1EC900001ECA, + 0x1ECB00001ECC, + 0x1ECD00001ECE, + 0x1ECF00001ED0, + 0x1ED100001ED2, + 0x1ED300001ED4, + 0x1ED500001ED6, + 0x1ED700001ED8, + 0x1ED900001EDA, + 0x1EDB00001EDC, + 0x1EDD00001EDE, + 0x1EDF00001EE0, + 0x1EE100001EE2, + 0x1EE300001EE4, + 0x1EE500001EE6, + 0x1EE700001EE8, + 0x1EE900001EEA, + 0x1EEB00001EEC, + 0x1EED00001EEE, + 0x1EEF00001EF0, + 0x1EF100001EF2, + 0x1EF300001EF4, + 0x1EF500001EF6, + 0x1EF700001EF8, + 0x1EF900001EFA, + 0x1EFB00001EFC, + 0x1EFD00001EFE, + 0x1EFF00001F08, + 0x1F1000001F16, + 0x1F2000001F28, + 0x1F3000001F38, + 0x1F4000001F46, + 0x1F5000001F58, + 0x1F6000001F68, + 0x1F7000001F71, + 0x1F7200001F73, + 0x1F7400001F75, + 0x1F7600001F77, + 0x1F7800001F79, + 0x1F7A00001F7B, + 0x1F7C00001F7D, + 0x1FB000001FB2, + 0x1FB600001FB7, + 0x1FC600001FC7, + 0x1FD000001FD3, + 0x1FD600001FD8, + 0x1FE000001FE3, + 0x1FE400001FE8, + 0x1FF600001FF7, + 0x214E0000214F, + 0x218400002185, + 0x2C3000002C60, + 0x2C6100002C62, + 0x2C6500002C67, + 0x2C6800002C69, + 0x2C6A00002C6B, + 0x2C6C00002C6D, + 0x2C7100002C72, + 0x2C7300002C75, + 0x2C7600002C7C, + 0x2C8100002C82, + 0x2C8300002C84, + 0x2C8500002C86, + 0x2C8700002C88, + 0x2C8900002C8A, + 0x2C8B00002C8C, + 0x2C8D00002C8E, + 0x2C8F00002C90, + 0x2C9100002C92, + 0x2C9300002C94, + 0x2C9500002C96, + 0x2C9700002C98, + 0x2C9900002C9A, + 0x2C9B00002C9C, + 0x2C9D00002C9E, + 0x2C9F00002CA0, + 0x2CA100002CA2, + 0x2CA300002CA4, + 0x2CA500002CA6, + 0x2CA700002CA8, + 0x2CA900002CAA, + 0x2CAB00002CAC, + 0x2CAD00002CAE, + 0x2CAF00002CB0, + 0x2CB100002CB2, + 0x2CB300002CB4, + 0x2CB500002CB6, + 0x2CB700002CB8, + 0x2CB900002CBA, + 0x2CBB00002CBC, + 0x2CBD00002CBE, + 0x2CBF00002CC0, + 0x2CC100002CC2, + 0x2CC300002CC4, + 0x2CC500002CC6, + 0x2CC700002CC8, + 0x2CC900002CCA, + 0x2CCB00002CCC, + 0x2CCD00002CCE, + 0x2CCF00002CD0, + 0x2CD100002CD2, + 0x2CD300002CD4, + 0x2CD500002CD6, + 0x2CD700002CD8, + 0x2CD900002CDA, + 0x2CDB00002CDC, + 0x2CDD00002CDE, + 0x2CDF00002CE0, + 0x2CE100002CE2, + 0x2CE300002CE5, + 0x2CEC00002CED, + 0x2CEE00002CF2, + 0x2CF300002CF4, + 0x2D0000002D26, + 0x2D2700002D28, + 0x2D2D00002D2E, + 0x2D3000002D68, + 0x2D7F00002D97, + 0x2DA000002DA7, + 0x2DA800002DAF, + 0x2DB000002DB7, + 0x2DB800002DBF, + 0x2DC000002DC7, + 0x2DC800002DCF, + 0x2DD000002DD7, + 0x2DD800002DDF, + 0x2DE000002E00, + 0x2E2F00002E30, + 0x300500003008, + 0x302A0000302E, + 0x303C0000303D, + 0x304100003097, + 0x30990000309B, + 0x309D0000309F, + 0x30A1000030FB, + 0x30FC000030FF, + 0x310500003130, + 0x31A0000031C0, + 0x31F000003200, + 0x340000004DC0, + 0x4E000000A48D, + 0xA4D00000A4FE, + 0xA5000000A60D, + 0xA6100000A62C, + 0xA6410000A642, + 0xA6430000A644, + 0xA6450000A646, + 0xA6470000A648, + 0xA6490000A64A, + 0xA64B0000A64C, + 0xA64D0000A64E, + 0xA64F0000A650, + 0xA6510000A652, + 0xA6530000A654, + 0xA6550000A656, + 0xA6570000A658, + 0xA6590000A65A, + 0xA65B0000A65C, + 0xA65D0000A65E, + 0xA65F0000A660, + 0xA6610000A662, + 0xA6630000A664, + 0xA6650000A666, + 0xA6670000A668, + 0xA6690000A66A, + 0xA66B0000A66C, + 0xA66D0000A670, + 0xA6740000A67E, + 0xA67F0000A680, + 0xA6810000A682, + 0xA6830000A684, + 0xA6850000A686, + 0xA6870000A688, + 0xA6890000A68A, + 0xA68B0000A68C, + 0xA68D0000A68E, + 0xA68F0000A690, + 0xA6910000A692, + 0xA6930000A694, + 0xA6950000A696, + 0xA6970000A698, + 0xA6990000A69A, + 0xA69B0000A69C, + 0xA69E0000A6E6, + 0xA6F00000A6F2, + 0xA7170000A720, + 0xA7230000A724, + 0xA7250000A726, + 0xA7270000A728, + 0xA7290000A72A, + 0xA72B0000A72C, + 0xA72D0000A72E, + 0xA72F0000A732, + 0xA7330000A734, + 0xA7350000A736, + 0xA7370000A738, + 0xA7390000A73A, + 0xA73B0000A73C, + 0xA73D0000A73E, + 0xA73F0000A740, + 0xA7410000A742, + 0xA7430000A744, + 0xA7450000A746, + 0xA7470000A748, + 0xA7490000A74A, + 0xA74B0000A74C, + 0xA74D0000A74E, + 0xA74F0000A750, + 0xA7510000A752, + 0xA7530000A754, + 0xA7550000A756, + 0xA7570000A758, + 0xA7590000A75A, + 0xA75B0000A75C, + 0xA75D0000A75E, + 0xA75F0000A760, + 0xA7610000A762, + 0xA7630000A764, + 0xA7650000A766, + 0xA7670000A768, + 0xA7690000A76A, + 0xA76B0000A76C, + 0xA76D0000A76E, + 0xA76F0000A770, + 0xA7710000A779, + 0xA77A0000A77B, + 0xA77C0000A77D, + 0xA77F0000A780, + 0xA7810000A782, + 0xA7830000A784, + 0xA7850000A786, + 0xA7870000A789, + 0xA78C0000A78D, + 0xA78E0000A790, + 0xA7910000A792, + 0xA7930000A796, + 0xA7970000A798, + 0xA7990000A79A, + 0xA79B0000A79C, + 0xA79D0000A79E, + 0xA79F0000A7A0, + 0xA7A10000A7A2, + 0xA7A30000A7A4, + 0xA7A50000A7A6, + 0xA7A70000A7A8, + 0xA7A90000A7AA, + 0xA7AF0000A7B0, + 0xA7B50000A7B6, + 0xA7B70000A7B8, + 0xA7B90000A7BA, + 0xA7BB0000A7BC, + 0xA7BD0000A7BE, + 0xA7BF0000A7C0, + 0xA7C10000A7C2, + 0xA7C30000A7C4, + 0xA7C80000A7C9, + 0xA7CA0000A7CB, + 0xA7CD0000A7CE, + 0xA7CF0000A7D0, + 0xA7D10000A7D2, + 0xA7D30000A7D4, + 0xA7D50000A7D6, + 0xA7D70000A7D8, + 0xA7D90000A7DA, + 0xA7DB0000A7DC, + 0xA7F60000A7F8, + 0xA7FA0000A828, + 0xA82C0000A82D, + 0xA8400000A874, + 0xA8800000A8C6, + 0xA8D00000A8DA, + 0xA8E00000A8F8, + 0xA8FB0000A8FC, + 0xA8FD0000A92E, + 0xA9300000A954, + 0xA9800000A9C1, + 0xA9CF0000A9DA, + 0xA9E00000A9FF, + 0xAA000000AA37, + 0xAA400000AA4E, + 0xAA500000AA5A, + 0xAA600000AA77, + 0xAA7A0000AAC3, + 0xAADB0000AADE, + 0xAAE00000AAF0, + 0xAAF20000AAF7, + 0xAB010000AB07, + 0xAB090000AB0F, + 0xAB110000AB17, + 0xAB200000AB27, + 0xAB280000AB2F, + 0xAB300000AB5B, + 0xAB600000AB69, + 0xABC00000ABEB, + 0xABEC0000ABEE, + 0xABF00000ABFA, + 0xAC000000D7A4, + 0xFA0E0000FA10, + 0xFA110000FA12, + 0xFA130000FA15, + 0xFA1F0000FA20, + 0xFA210000FA22, + 0xFA230000FA25, + 0xFA270000FA2A, + 0xFB1E0000FB1F, + 0xFE200000FE30, + 0xFE730000FE74, + 0x100000001000C, + 0x1000D00010027, + 0x100280001003B, + 0x1003C0001003E, + 0x1003F0001004E, + 0x100500001005E, + 0x10080000100FB, + 0x101FD000101FE, + 0x102800001029D, + 0x102A0000102D1, + 0x102E0000102E1, + 0x1030000010320, + 0x1032D00010341, + 0x103420001034A, + 0x103500001037B, + 0x103800001039E, + 0x103A0000103C4, + 0x103C8000103D0, + 0x104280001049E, + 0x104A0000104AA, + 0x104D8000104FC, + 0x1050000010528, + 0x1053000010564, + 0x10597000105A2, + 0x105A3000105B2, + 0x105B3000105BA, + 0x105BB000105BD, + 0x105C0000105F4, + 0x1060000010737, + 0x1074000010756, + 0x1076000010768, + 0x1078000010781, + 0x1080000010806, + 0x1080800010809, + 0x1080A00010836, + 0x1083700010839, + 0x1083C0001083D, + 0x1083F00010856, + 0x1086000010877, + 0x108800001089F, + 0x108E0000108F3, + 0x108F4000108F6, + 0x1090000010916, + 0x109200001093A, + 0x109400001095A, + 0x10980000109B8, + 0x109BE000109C0, + 0x10A0000010A04, + 0x10A0500010A07, + 0x10A0C00010A14, + 0x10A1500010A18, + 0x10A1900010A36, + 0x10A3800010A3B, + 0x10A3F00010A40, + 0x10A6000010A7D, + 0x10A8000010A9D, + 0x10AC000010AC8, + 0x10AC900010AE7, + 0x10B0000010B36, + 0x10B4000010B56, + 0x10B6000010B73, + 0x10B8000010B92, + 0x10C0000010C49, + 0x10CC000010CF3, + 0x10D0000010D28, + 0x10D3000010D3A, + 0x10D4000010D50, + 0x10D6900010D6E, + 0x10D6F00010D86, + 0x10E8000010EAA, + 0x10EAB00010EAD, + 0x10EB000010EB2, + 0x10EC200010EC8, + 0x10EFA00010F1D, + 0x10F2700010F28, + 0x10F3000010F51, + 0x10F7000010F86, + 0x10FB000010FC5, + 0x10FE000010FF7, + 0x1100000011047, + 0x1106600011076, + 0x1107F000110BB, + 0x110C2000110C3, + 0x110D0000110E9, + 0x110F0000110FA, + 0x1110000011135, + 0x1113600011140, + 0x1114400011148, + 0x1115000011174, + 0x1117600011177, + 0x11180000111C5, + 0x111C9000111CD, + 0x111CE000111DB, + 0x111DC000111DD, + 0x1120000011212, + 0x1121300011238, + 0x1123E00011242, + 0x1128000011287, + 0x1128800011289, + 0x1128A0001128E, + 0x1128F0001129E, + 0x1129F000112A9, + 0x112B0000112EB, + 0x112F0000112FA, + 0x1130000011304, + 0x113050001130D, + 0x1130F00011311, + 0x1131300011329, + 0x1132A00011331, + 0x1133200011334, + 0x113350001133A, + 0x1133B00011345, + 0x1134700011349, + 0x1134B0001134E, + 0x1135000011351, + 0x1135700011358, + 0x1135D00011364, + 0x113660001136D, + 0x1137000011375, + 0x113800001138A, + 0x1138B0001138C, + 0x1138E0001138F, + 0x11390000113B6, + 0x113B7000113C1, + 0x113C2000113C3, + 0x113C5000113C6, + 0x113C7000113CB, + 0x113CC000113D4, + 0x113E1000113E3, + 0x114000001144B, + 0x114500001145A, + 0x1145E00011462, + 0x11480000114C6, + 0x114C7000114C8, + 0x114D0000114DA, + 0x11580000115B6, + 0x115B8000115C1, + 0x115D8000115DE, + 0x1160000011641, + 0x1164400011645, + 0x116500001165A, + 0x11680000116B9, + 0x116C0000116CA, + 0x116D0000116E4, + 0x117000001171B, + 0x1171D0001172C, + 0x117300001173A, + 0x1174000011747, + 0x118000001183B, + 0x118C0000118EA, + 0x118FF00011907, + 0x119090001190A, + 0x1190C00011914, + 0x1191500011917, + 0x1191800011936, + 0x1193700011939, + 0x1193B00011944, + 0x119500001195A, + 0x119A0000119A8, + 0x119AA000119D8, + 0x119DA000119E2, + 0x119E3000119E5, + 0x11A0000011A3F, + 0x11A4700011A48, + 0x11A5000011A9A, + 0x11A9D00011A9E, + 0x11AB000011AF9, + 0x11B6000011B68, + 0x11BC000011BE1, + 0x11BF000011BFA, + 0x11C0000011C09, + 0x11C0A00011C37, + 0x11C3800011C41, + 0x11C5000011C5A, + 0x11C7200011C90, + 0x11C9200011CA8, + 0x11CA900011CB7, + 0x11D0000011D07, + 0x11D0800011D0A, + 0x11D0B00011D37, + 0x11D3A00011D3B, + 0x11D3C00011D3E, + 0x11D3F00011D48, + 0x11D5000011D5A, + 0x11D6000011D66, + 0x11D6700011D69, + 0x11D6A00011D8F, + 0x11D9000011D92, + 0x11D9300011D99, + 0x11DA000011DAA, + 0x11DB000011DDC, + 0x11DE000011DEA, + 0x11EE000011EF7, + 0x11F0000011F11, + 0x11F1200011F3B, + 0x11F3E00011F43, + 0x11F5000011F5B, + 0x11FB000011FB1, + 0x120000001239A, + 0x1248000012544, + 0x12F9000012FF1, + 0x1300000013430, + 0x1344000013456, + 0x13460000143FB, + 0x1440000014647, + 0x161000001613A, + 0x1680000016A39, + 0x16A4000016A5F, + 0x16A6000016A6A, + 0x16A7000016ABF, + 0x16AC000016ACA, + 0x16AD000016AEE, + 0x16AF000016AF5, + 0x16B0000016B37, + 0x16B4000016B44, + 0x16B5000016B5A, + 0x16B6300016B78, + 0x16B7D00016B90, + 0x16D4000016D6D, + 0x16D7000016D7A, + 0x16E6000016E80, + 0x16EBB00016ED4, + 0x16F0000016F4B, + 0x16F4F00016F88, + 0x16F8F00016FA0, + 0x16FE000016FE2, + 0x16FE300016FE5, + 0x16FF000016FF4, + 0x1700000018CD6, + 0x18CFF00018D1F, + 0x18D8000018DF3, + 0x1AFF00001AFF4, + 0x1AFF50001AFFC, + 0x1AFFD0001AFFF, + 0x1B0000001B123, + 0x1B1320001B133, + 0x1B1500001B153, + 0x1B1550001B156, + 0x1B1640001B168, + 0x1B1700001B2FC, + 0x1BC000001BC6B, + 0x1BC700001BC7D, + 0x1BC800001BC89, + 0x1BC900001BC9A, + 0x1BC9D0001BC9F, + 0x1CF000001CF2E, + 0x1CF300001CF47, + 0x1DA000001DA37, + 0x1DA3B0001DA6D, + 0x1DA750001DA76, + 0x1DA840001DA85, + 0x1DA9B0001DAA0, + 0x1DAA10001DAB0, + 0x1DF000001DF1F, + 0x1DF250001DF2B, + 0x1E0000001E007, + 0x1E0080001E019, + 0x1E01B0001E022, + 0x1E0230001E025, + 0x1E0260001E02B, + 0x1E08F0001E090, + 0x1E1000001E12D, + 0x1E1300001E13E, + 0x1E1400001E14A, + 0x1E14E0001E14F, + 0x1E2900001E2AF, + 0x1E2C00001E2FA, + 0x1E4D00001E4FA, + 0x1E5D00001E5FB, + 0x1E6C00001E6DF, + 0x1E6E00001E6F6, + 0x1E6FE0001E700, + 0x1E7E00001E7E7, + 0x1E7E80001E7EC, + 0x1E7ED0001E7EF, + 0x1E7F00001E7FF, + 0x1E8000001E8C5, + 0x1E8D00001E8D7, + 0x1E9220001E94C, + 0x1E9500001E95A, + 0x200000002A6E0, + 0x2A7000002B81E, + 0x2B8200002CEAE, + 0x2CEB00002EBE1, + 0x2EBF00002EE5E, + 0x300000003134B, + 0x313500003347A, + ), + "CONTEXTJ": (0x200C0000200E,), + "CONTEXTO": ( + 0xB7000000B8, + 0x37500000376, + 0x5F3000005F5, + 0x6600000066A, + 0x6F0000006FA, + 0x30FB000030FC, + ), +} diff --git a/.cache/uv/archive-v0/lXi0NYHgFT_ygAoW0UK4R/typer-0.25.1.dist-info/METADATA b/.cache/uv/archive-v0/lXi0NYHgFT_ygAoW0UK4R/typer-0.25.1.dist-info/METADATA new file mode 100644 index 0000000000000000000000000000000000000000..0340df72d9441af9726fecb9f7e00cb32930cd77 --- /dev/null +++ b/.cache/uv/archive-v0/lXi0NYHgFT_ygAoW0UK4R/typer-0.25.1.dist-info/METADATA @@ -0,0 +1,408 @@ +Metadata-Version: 2.4 +Name: typer +Version: 0.25.1 +Summary: Typer, build great CLIs. Easy to code. Based on Python type hints. +Author-Email: =?utf-8?q?Sebasti=C3=A1n_Ram=C3=ADrez?= +License-Expression: MIT +License-File: LICENSE +Classifier: Intended Audience :: Information Technology +Classifier: Intended Audience :: System Administrators +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python +Classifier: Topic :: Software Development :: Libraries :: Application Frameworks +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Topic :: Software Development :: Libraries +Classifier: Topic :: Software Development +Classifier: Typing :: Typed +Classifier: Development Status :: 4 - Beta +Classifier: Intended Audience :: Developers +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 +Project-URL: Homepage, https://github.com/fastapi/typer +Project-URL: Documentation, https://typer.tiangolo.com +Project-URL: Repository, https://github.com/fastapi/typer +Project-URL: Issues, https://github.com/fastapi/typer/issues +Project-URL: Changelog, https://typer.tiangolo.com/release-notes/ +Requires-Python: >=3.10 +Requires-Dist: click>=8.2.1 +Requires-Dist: shellingham>=1.3.0 +Requires-Dist: rich>=13.8.0 +Requires-Dist: annotated-doc>=0.0.2 +Description-Content-Type: text/markdown + +

+ Typer + +

+

+ Typer, build great CLIs. Easy to code. Based on Python type hints. +

+

+ + Test + + + Publish + + + Coverage + + Package version + +

+ +--- + +**Documentation**: https://typer.tiangolo.com + +**Source Code**: https://github.com/fastapi/typer + +--- + +Typer is a library for building CLI applications that users will **love using** and developers will **love creating**. Based on Python type hints. + +It's also a command line tool to run scripts, automatically converting them to CLI applications. + +The key features are: + +* **Intuitive to write**: Great editor support. Completion everywhere. Less time debugging. Designed to be easy to use and learn. Less time reading docs. +* **Easy to use**: It's easy to use for the final users. Automatic help, and automatic completion for all shells. +* **Short**: Minimize code duplication. Multiple features from each parameter declaration. Fewer bugs. +* **Start simple**: The simplest example adds only 2 lines of code to your app: **1 import, 1 function call**. +* **Grow large**: Grow in complexity as much as you want, create arbitrarily complex trees of commands and groups of subcommands, with options and arguments. +* **Run scripts**: Typer includes a `typer` command/program that you can use to run scripts, automatically converting them to CLIs, even if they don't use Typer internally. + +## FastAPI of CLIs + +**Typer** is FastAPI's little sibling, it's the FastAPI of CLIs. + +## Installation + +Create and activate a virtual environment and then install **Typer**: + +
+ +```console +$ pip install typer +---> 100% +Successfully installed typer rich shellingham +``` + +
+ +## Example + +### The absolute minimum + +* Create a file `main.py` with: + +```Python +def main(name: str): + print(f"Hello {name}") +``` + +This script doesn't even use Typer internally. But you can use the `typer` command to run it as a CLI application. + +### Run it + +Run your application with the `typer` command: + +
+ +```console +// Run your application +$ typer main.py run + +// You get a nice error, you are missing NAME +Usage: typer [PATH_OR_MODULE] run [OPTIONS] NAME +Try 'typer [PATH_OR_MODULE] run --help' for help. +╭─ Error ───────────────────────────────────────────╮ +│ Missing argument 'NAME'. │ +╰───────────────────────────────────────────────────╯ + + +// You get a --help for free +$ typer main.py run --help + +Usage: typer [PATH_OR_MODULE] run [OPTIONS] NAME + +Run the provided Typer app. + +╭─ Arguments ───────────────────────────────────────╮ +│ * name TEXT [default: None] [required] | +╰───────────────────────────────────────────────────╯ +╭─ Options ─────────────────────────────────────────╮ +│ --help Show this message and exit. │ +╰───────────────────────────────────────────────────╯ + +// Now pass the NAME argument +$ typer main.py run Camila + +Hello Camila + +// It works! 🎉 +``` + +
+ +This is the simplest use case, not even using Typer internally, but it can already be quite useful for simple scripts. + +**Note**: auto-completion works when you create a Python package and run it with `--install-completion` or when you use the `typer` command. + +## Use Typer in your code + +Now let's start using Typer in your own code, update `main.py` with: + +```Python +import typer + + +def main(name: str): + print(f"Hello {name}") + + +if __name__ == "__main__": + typer.run(main) +``` + +Now you could run it with Python directly: + +
+ +```console +// Run your application +$ python main.py + +// You get a nice error, you are missing NAME +Usage: main.py [OPTIONS] NAME +Try 'main.py --help' for help. +╭─ Error ───────────────────────────────────────────╮ +│ Missing argument 'NAME'. │ +╰───────────────────────────────────────────────────╯ + + +// You get a --help for free +$ python main.py --help + +Usage: main.py [OPTIONS] NAME + +╭─ Arguments ───────────────────────────────────────╮ +│ * name TEXT [default: None] [required] | +╰───────────────────────────────────────────────────╯ +╭─ Options ─────────────────────────────────────────╮ +│ --help Show this message and exit. │ +╰───────────────────────────────────────────────────╯ + +// Now pass the NAME argument +$ python main.py Camila + +Hello Camila + +// It works! 🎉 +``` + +
+ +**Note**: you can also call this same script with the `typer` command, but you don't need to. + +## Example upgrade + +This was the simplest example possible. + +Now let's see one a bit more complex. + +### An example with two subcommands + +Modify the file `main.py`. + +Create a `typer.Typer()` app, and create two subcommands with their parameters. + +```Python hl_lines="3 6 11 20" +import typer + +app = typer.Typer() + + +@app.command() +def hello(name: str): + print(f"Hello {name}") + + +@app.command() +def goodbye(name: str, formal: bool = False): + if formal: + print(f"Goodbye Ms. {name}. Have a good day.") + else: + print(f"Bye {name}!") + + +if __name__ == "__main__": + app() +``` + +And that will: + +* Explicitly create a `typer.Typer` app. + * The previous `typer.run` actually creates one implicitly for you. +* Add two subcommands with `@app.command()`. +* Execute the `app()` itself, as if it was a function (instead of `typer.run`). + +### Run the upgraded example + +Check the new help: + +
+ +```console +$ python main.py --help + + Usage: main.py [OPTIONS] COMMAND [ARGS]... + +╭─ Options ─────────────────────────────────────────╮ +│ --install-completion Install completion │ +│ for the current │ +│ shell. │ +│ --show-completion Show completion for │ +│ the current shell, │ +│ to copy it or │ +│ customize the │ +│ installation. │ +│ --help Show this message │ +│ and exit. │ +╰───────────────────────────────────────────────────╯ +╭─ Commands ────────────────────────────────────────╮ +│ goodbye │ +│ hello │ +╰───────────────────────────────────────────────────╯ + +// When you create a package you get ✨ auto-completion ✨ for free, installed with --install-completion + +// You have 2 subcommands (the 2 functions): goodbye and hello +``` + +
+ +Now check the help for the `hello` command: + +
+ +```console +$ python main.py hello --help + + Usage: main.py hello [OPTIONS] NAME + +╭─ Arguments ───────────────────────────────────────╮ +│ * name TEXT [default: None] [required] │ +╰───────────────────────────────────────────────────╯ +╭─ Options ─────────────────────────────────────────╮ +│ --help Show this message and exit. │ +╰───────────────────────────────────────────────────╯ +``` + +
+ +And now check the help for the `goodbye` command: + +
+ +```console +$ python main.py goodbye --help + + Usage: main.py goodbye [OPTIONS] NAME + +╭─ Arguments ───────────────────────────────────────╮ +│ * name TEXT [default: None] [required] │ +╰───────────────────────────────────────────────────╯ +╭─ Options ─────────────────────────────────────────╮ +│ --formal --no-formal [default: no-formal] │ +│ --help Show this message │ +│ and exit. │ +╰───────────────────────────────────────────────────╯ + +// Automatic --formal and --no-formal for the bool option 🎉 +``` + +
+ +Now you can try out the new command line application: + +
+ +```console +// Use it with the hello command + +$ python main.py hello Camila + +Hello Camila + +// And with the goodbye command + +$ python main.py goodbye Camila + +Bye Camila! + +// And with --formal + +$ python main.py goodbye --formal Camila + +Goodbye Ms. Camila. Have a good day. +``` + +
+ +**Note**: If your app only has one command, by default the command name is **omitted** in usage: `python main.py Camila`. However, when there are multiple commands, you must **explicitly include the command name**: `python main.py hello Camila`. See [One or Multiple Commands](https://typer.tiangolo.com/tutorial/commands/one-or-multiple/) for more details. + +### Recap + +In summary, you declare **once** the types of parameters (*CLI arguments* and *CLI options*) as function parameters. + +You do that with standard modern Python types. + +You don't have to learn a new syntax, the methods or classes of a specific library, etc. + +Just standard **Python**. + +For example, for an `int`: + +```Python +total: int +``` + +or for a `bool` flag: + +```Python +force: bool +``` + +And similarly for **files**, **paths**, **enums** (choices), etc. And there are tools to create **groups of subcommands**, add metadata, extra **validation**, etc. + +**You get**: great editor support, including **completion** and **type checks** everywhere. + +**Your users get**: automatic **`--help`**, **auto-completion** in their terminal (Bash, Zsh, Fish, PowerShell) when they install your package or when using the `typer` command. + +For a more complete example including more features, see the Tutorial - User Guide. + +## Dependencies + +**Typer** stands on the shoulders of giants. It has three required dependencies: + +* Click: a popular tool for building CLIs in Python. Typer is based on it. +* rich: to show nicely formatted errors automatically. +* shellingham: to automatically detect the current shell when installing completion. + +### `typer-slim` + +There used to be a slimmed-down version of Typer called `typer-slim`, which didn't include the dependencies `rich` and `shellingham`, nor the `typer` command. + +However, since version 0.22.0, we have stopped supporting this, and `typer-slim` now simply installs (all of) Typer. + +If you want to disable Rich globally, you can set an environmental variable `TYPER_USE_RICH` to `False` or `0`. + +## License + +This project is licensed under the terms of the MIT license. diff --git a/.cache/uv/archive-v0/nnjtuOzE4c9Nwz8XjOC-Y/yaml/_yaml.cpython-312-x86_64-linux-gnu.so b/.cache/uv/archive-v0/nnjtuOzE4c9Nwz8XjOC-Y/yaml/_yaml.cpython-312-x86_64-linux-gnu.so new file mode 100644 index 0000000000000000000000000000000000000000..5a17311d6696643869b7726d2cd50c046db77b68 --- /dev/null +++ b/.cache/uv/archive-v0/nnjtuOzE4c9Nwz8XjOC-Y/yaml/_yaml.cpython-312-x86_64-linux-gnu.so @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:957a099a4521c1f7669306fb6f79ca63fa4b9a0b4c463f7cac833a65a5c5c0cb +size 2679264 diff --git a/.cache/uv/archive-v0/pJRAlh83hBFFPXvxoRgMJ/h11-0.16.0.dist-info/WHEEL b/.cache/uv/archive-v0/pJRAlh83hBFFPXvxoRgMJ/h11-0.16.0.dist-info/WHEEL new file mode 100644 index 0000000000000000000000000000000000000000..1eb3c49d99559863120cfb8433fc8738fba43ba9 --- /dev/null +++ b/.cache/uv/archive-v0/pJRAlh83hBFFPXvxoRgMJ/h11-0.16.0.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (78.1.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/.cache/uv/archive-v0/y3lED5hvamLapGxV6Uyaa/annotated_doc-0.0.4.dist-info/RECORD b/.cache/uv/archive-v0/y3lED5hvamLapGxV6Uyaa/annotated_doc-0.0.4.dist-info/RECORD new file mode 100644 index 0000000000000000000000000000000000000000..68849e8669b1cafe91c7ac7b66a7ba947e4751d4 --- /dev/null +++ b/.cache/uv/archive-v0/y3lED5hvamLapGxV6Uyaa/annotated_doc-0.0.4.dist-info/RECORD @@ -0,0 +1,8 @@ +annotated_doc-0.0.4.dist-info/METADATA,sha256=Irm5KJua33dY2qKKAjJ-OhKaVBVIfwFGej_dSe3Z1TU,6566 +annotated_doc-0.0.4.dist-info/WHEEL,sha256=9P2ygRxDrTJz3gsagc0Z96ukrxjr-LFBGOgv3AuKlCA,90 +annotated_doc-0.0.4.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34 +annotated_doc-0.0.4.dist-info/licenses/LICENSE,sha256=__Fwd5pqy_ZavbQFwIfxzuF4ZpHkqWpANFF-SlBKDN8,1086 +annotated_doc/__init__.py,sha256=VuyxxUe80kfEyWnOrCx_Bk8hybo3aKo6RYBlkBBYW8k,52 +annotated_doc/main.py,sha256=5Zfvxv80SwwLqpRW73AZyZyiM4bWma9QWRbp_cgD20s,1075 +annotated_doc/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +annotated_doc-0.0.4.dist-info/RECORD,, diff --git a/.cache/uv/simple-v18/pypi/annotated-doc.rkyv b/.cache/uv/simple-v18/pypi/annotated-doc.rkyv new file mode 100644 index 0000000000000000000000000000000000000000..2a94a2bbf76f2f5cb4358d20d50e262d5dd311ad Binary files /dev/null and b/.cache/uv/simple-v18/pypi/annotated-doc.rkyv differ diff --git a/.cache/uv/simple-v18/pypi/anyio.rkyv b/.cache/uv/simple-v18/pypi/anyio.rkyv new file mode 100644 index 0000000000000000000000000000000000000000..c89a27946b912d57a117cc0c7eaab883eae5b87b Binary files /dev/null and b/.cache/uv/simple-v18/pypi/anyio.rkyv differ diff --git a/.cache/uv/simple-v18/pypi/certifi.rkyv b/.cache/uv/simple-v18/pypi/certifi.rkyv new file mode 100644 index 0000000000000000000000000000000000000000..3e08506b47f6e0fee731cd21bfaaceb535874707 Binary files /dev/null and b/.cache/uv/simple-v18/pypi/certifi.rkyv differ diff --git a/.cache/uv/simple-v18/pypi/click.rkyv b/.cache/uv/simple-v18/pypi/click.rkyv new file mode 100644 index 0000000000000000000000000000000000000000..a644b554c5152054e8616ac8b9b12c4ea38bcfc9 Binary files /dev/null and b/.cache/uv/simple-v18/pypi/click.rkyv differ diff --git a/.cache/uv/simple-v18/pypi/filelock.rkyv b/.cache/uv/simple-v18/pypi/filelock.rkyv new file mode 100644 index 0000000000000000000000000000000000000000..a262fd1808c52657fc2b7e12b5d6a1ebdf818075 Binary files /dev/null and b/.cache/uv/simple-v18/pypi/filelock.rkyv differ diff --git a/.cache/uv/simple-v18/pypi/fsspec.rkyv b/.cache/uv/simple-v18/pypi/fsspec.rkyv new file mode 100644 index 0000000000000000000000000000000000000000..7ade0ecb038ffd3f5e19f0dd94d4bb582ba777b5 Binary files /dev/null and b/.cache/uv/simple-v18/pypi/fsspec.rkyv differ diff --git a/.cache/uv/simple-v18/pypi/h11.rkyv b/.cache/uv/simple-v18/pypi/h11.rkyv new file mode 100644 index 0000000000000000000000000000000000000000..eba90ac9e36c16232566c8e71fa5da8100ad41ab Binary files /dev/null and b/.cache/uv/simple-v18/pypi/h11.rkyv differ diff --git a/.cache/uv/simple-v18/pypi/httpcore.rkyv b/.cache/uv/simple-v18/pypi/httpcore.rkyv new file mode 100644 index 0000000000000000000000000000000000000000..40a2ab1eb4982dbc33bd06645be73e001998ce3a Binary files /dev/null and b/.cache/uv/simple-v18/pypi/httpcore.rkyv differ diff --git a/.cache/uv/simple-v18/pypi/httpx.rkyv b/.cache/uv/simple-v18/pypi/httpx.rkyv new file mode 100644 index 0000000000000000000000000000000000000000..d73a704bbfae6676a213911c032c1bc2af672a67 Binary files /dev/null and b/.cache/uv/simple-v18/pypi/httpx.rkyv differ diff --git a/.cache/uv/simple-v18/pypi/idna.rkyv b/.cache/uv/simple-v18/pypi/idna.rkyv new file mode 100644 index 0000000000000000000000000000000000000000..031d7fadc384f23b3d0df111accd81a00c3c7e58 Binary files /dev/null and b/.cache/uv/simple-v18/pypi/idna.rkyv differ diff --git a/.cache/uv/simple-v18/pypi/markdown-it-py.rkyv b/.cache/uv/simple-v18/pypi/markdown-it-py.rkyv new file mode 100644 index 0000000000000000000000000000000000000000..81700ad953e4e6d64ff603c86acb02b1c2c72ad7 Binary files /dev/null and b/.cache/uv/simple-v18/pypi/markdown-it-py.rkyv differ diff --git a/.cache/uv/simple-v18/pypi/mdurl.rkyv b/.cache/uv/simple-v18/pypi/mdurl.rkyv new file mode 100644 index 0000000000000000000000000000000000000000..6bf3341061983e11cde2f75dec1c020a5bd9d714 Binary files /dev/null and b/.cache/uv/simple-v18/pypi/mdurl.rkyv differ diff --git a/.cache/uv/simple-v18/pypi/packaging.rkyv b/.cache/uv/simple-v18/pypi/packaging.rkyv new file mode 100644 index 0000000000000000000000000000000000000000..6605484474281a63e6678d18bebbc63c8af46825 Binary files /dev/null and b/.cache/uv/simple-v18/pypi/packaging.rkyv differ diff --git a/.cache/uv/simple-v18/pypi/pygments.rkyv b/.cache/uv/simple-v18/pypi/pygments.rkyv new file mode 100644 index 0000000000000000000000000000000000000000..6ba4d59a3a03838ad4b574d624f42be6262594f9 Binary files /dev/null and b/.cache/uv/simple-v18/pypi/pygments.rkyv differ diff --git a/.cache/uv/simple-v18/pypi/shellingham.rkyv b/.cache/uv/simple-v18/pypi/shellingham.rkyv new file mode 100644 index 0000000000000000000000000000000000000000..33efe2df3a0d5124cbf750d2cb54e3a645f8c8eb Binary files /dev/null and b/.cache/uv/simple-v18/pypi/shellingham.rkyv differ diff --git a/.cache/uv/simple-v18/pypi/typer.rkyv b/.cache/uv/simple-v18/pypi/typer.rkyv new file mode 100644 index 0000000000000000000000000000000000000000..5675af6174c8197c084de22ab89e6f7186ee01f7 Binary files /dev/null and b/.cache/uv/simple-v18/pypi/typer.rkyv differ diff --git a/.cache/uv/simple-v18/pypi/typing-extensions.rkyv b/.cache/uv/simple-v18/pypi/typing-extensions.rkyv new file mode 100644 index 0000000000000000000000000000000000000000..d5b6fb612d88eb7f20d109ea3696e3628c42fafb Binary files /dev/null and b/.cache/uv/simple-v18/pypi/typing-extensions.rkyv differ diff --git a/.cache/uv/wheels-v5/pypi/click/8.4.1-py3-none-any.http b/.cache/uv/wheels-v5/pypi/click/8.4.1-py3-none-any.http new file mode 100644 index 0000000000000000000000000000000000000000..36f471e9168bbbe9bfb1c91da8da1be3ae25495d Binary files /dev/null and b/.cache/uv/wheels-v5/pypi/click/8.4.1-py3-none-any.http differ diff --git a/.cache/uv/wheels-v5/pypi/fsspec/2026.4.0-py3-none-any.http b/.cache/uv/wheels-v5/pypi/fsspec/2026.4.0-py3-none-any.http new file mode 100644 index 0000000000000000000000000000000000000000..1323e788df3f8593e8aeb56b6695db42f15c17a7 Binary files /dev/null and b/.cache/uv/wheels-v5/pypi/fsspec/2026.4.0-py3-none-any.http differ diff --git a/.cache/uv/wheels-v5/pypi/hf-xet/1.5.1-cp37-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.http b/.cache/uv/wheels-v5/pypi/hf-xet/1.5.1-cp37-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.http new file mode 100644 index 0000000000000000000000000000000000000000..a3ace83b9b37c75571d286820b65e1cf76967b91 Binary files /dev/null and b/.cache/uv/wheels-v5/pypi/hf-xet/1.5.1-cp37-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.http differ diff --git a/.cache/uv/wheels-v5/pypi/huggingface-hub/1.19.0-py3-none-any.http b/.cache/uv/wheels-v5/pypi/huggingface-hub/1.19.0-py3-none-any.http new file mode 100644 index 0000000000000000000000000000000000000000..4d35a7699ad393aec8581f76291077977f83562f Binary files /dev/null and b/.cache/uv/wheels-v5/pypi/huggingface-hub/1.19.0-py3-none-any.http differ diff --git a/.cache/uv/wheels-v5/pypi/tqdm/4.68.2-py3-none-any.http b/.cache/uv/wheels-v5/pypi/tqdm/4.68.2-py3-none-any.http new file mode 100644 index 0000000000000000000000000000000000000000..5386b84f43d5cbf2824dd565c65fb062974b78d4 Binary files /dev/null and b/.cache/uv/wheels-v5/pypi/tqdm/4.68.2-py3-none-any.http differ diff --git a/.gitattributes b/.gitattributes index 4d4fe63ba5bb358c7816239c1fe77b1c79b48cbf..c4407b13a3d099126b64b1bd11117696d3f04822 100644 --- a/.gitattributes +++ b/.gitattributes @@ -59,3 +59,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text *.mp4 filter=lfs diff=lfs merge=lfs -text *.webm filter=lfs diff=lfs merge=lfs -text .cache/pip/http-v2/a/f/2/9/f/af29feb3d93cb03190397ce919a96d795669e4f05d0c1e5af7d6405c.body filter=lfs diff=lfs merge=lfs -text +.cache/uv/archive-v0/nnjtuOzE4c9Nwz8XjOC-Y/yaml/_yaml.cpython-312-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text +.cache/pip/http-v2/d/3/2/9/d/d329d269473dcb26bc2fcf82e354619e8463ba8855d5a3b77637c124.body filter=lfs diff=lfs merge=lfs -text +.cache/pip/http-v2/e/5/0/3/0/e503010ce88b2bb388d7806c951cab4dd3e436342653b4835f430bcc.body filter=lfs diff=lfs merge=lfs -text diff --git a/Archive.zip b/Archive.zip new file mode 100644 index 0000000000000000000000000000000000000000..9a8bf2853d11addd9dee76a4d1edcdf2fb3ba9de --- /dev/null +++ b/Archive.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d91d1ffe2b827f9d7f9e38def28d4802a6e171c6b9a3d492b420e72212f07170 +size 119081293 diff --git a/BUSI_with_classes/all_images/BUSI_0001_B.png b/BUSI_with_classes/all_images/BUSI_0001_B.png new file mode 100644 index 0000000000000000000000000000000000000000..1e70ccf50ca7c4395073203e0a238bf2c511d5de --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0001_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf908dc89c6dd900ad98895ad0267afd6f2be1ead346fda14910350600106e4f +size 177201 diff --git a/BUSI_with_classes/all_images/BUSI_0002_B.png b/BUSI_with_classes/all_images/BUSI_0002_B.png new file mode 100644 index 0000000000000000000000000000000000000000..0a27928857cfd4ad0f580ca1121501a134b5eb7f --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0002_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38391424399ee02c143e156cb51be9fe2d6ba018d125f672e0083d22a7912bca +size 179785 diff --git a/BUSI_with_classes/all_images/BUSI_0002_M.png b/BUSI_with_classes/all_images/BUSI_0002_M.png new file mode 100644 index 0000000000000000000000000000000000000000..c97f4cf730526fe4454dbb296922c95985d6e9bc --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0002_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a465c87c8a922412020ff34457f4866360052eb7d04bc5c9db2f9eb4454939d8 +size 168931 diff --git a/BUSI_with_classes/all_images/BUSI_0003_B.png b/BUSI_with_classes/all_images/BUSI_0003_B.png new file mode 100644 index 0000000000000000000000000000000000000000..bb58d1994f20d585f5e525121c7d5eec0a5ff66c --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0003_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce96184ae9e718da3073dbdfc03fd2b6ade4d044a84a0ef77ec3b4159abb522 +size 172967 diff --git a/BUSI_with_classes/all_images/BUSI_0003_M.png b/BUSI_with_classes/all_images/BUSI_0003_M.png new file mode 100644 index 0000000000000000000000000000000000000000..9a2a016a45092784df60b11578e439dae1608fda --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0003_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c2e16e9a18f72c0dc16a660be2b8c8846243a018381fc981359a2d305c4f73 +size 123794 diff --git a/BUSI_with_classes/all_images/BUSI_0004_M.png b/BUSI_with_classes/all_images/BUSI_0004_M.png new file mode 100644 index 0000000000000000000000000000000000000000..ed324273f3bfa9fc5ae618999bed8098ba4f6e22 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0004_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634cfdd7a3f0ec55938dd126fd47cb209a117b234de24e8057e6fee5ea0edfaf +size 127996 diff --git a/BUSI_with_classes/all_images/BUSI_0006_M.png b/BUSI_with_classes/all_images/BUSI_0006_M.png new file mode 100644 index 0000000000000000000000000000000000000000..9bbb92d82054f2d0c8b33cbbfbc34a9737523075 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0006_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6a20fb1c6ebd0830be7862d14d6ee872b491b049295e091da47e94dd1ed13c +size 133058 diff --git a/BUSI_with_classes/all_images/BUSI_0007_B.png b/BUSI_with_classes/all_images/BUSI_0007_B.png new file mode 100644 index 0000000000000000000000000000000000000000..a589a3e54576f2816452d2348ee00fe51c5ed8ec --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0007_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfaae8f872c3c727701a97884146431709fa35e02ebb691486d23ff511071a1c +size 211965 diff --git a/BUSI_with_classes/all_images/BUSI_0008_B.png b/BUSI_with_classes/all_images/BUSI_0008_B.png new file mode 100644 index 0000000000000000000000000000000000000000..7e74f2f52e7cd3fa7b6f147034aed8373d7be96f --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0008_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14ad7d4534a30bffda26f9ae6a300d72691e760c74be61de8eec929ab856b7a +size 205401 diff --git a/BUSI_with_classes/all_images/BUSI_0011_B.png b/BUSI_with_classes/all_images/BUSI_0011_B.png new file mode 100644 index 0000000000000000000000000000000000000000..0801d451fc6c12a130ac8b814571632cd5e3ed32 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0011_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c43485892632ccf40cddfd8a0ad54127038365b6d876ba6980cf9b5d848920 +size 240853 diff --git a/BUSI_with_classes/all_images/BUSI_0014_M.png b/BUSI_with_classes/all_images/BUSI_0014_M.png new file mode 100644 index 0000000000000000000000000000000000000000..690a4ce7e8ad25619230e6d6fcae7838b9099861 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0014_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e815cf67da8c482298b61b41f202f828ff93310362a2c65a518c8213b8e34790 +size 80997 diff --git a/BUSI_with_classes/all_images/BUSI_0015_B.png b/BUSI_with_classes/all_images/BUSI_0015_B.png new file mode 100644 index 0000000000000000000000000000000000000000..a639a836ac74654c808235b38a68fd3e1e03cd85 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0015_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0405b0f61727395e5dcff1840bdaf217f7c8af2c450942cdb99bdb19dc72a31 +size 211240 diff --git a/BUSI_with_classes/all_images/BUSI_0016_M.png b/BUSI_with_classes/all_images/BUSI_0016_M.png new file mode 100644 index 0000000000000000000000000000000000000000..801ed57391d5d6d4aeab83381f096403f31ef468 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0016_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d97940f697642c570979649269667eeb9ec2feef968a446d753a815cd323562 +size 146196 diff --git a/BUSI_with_classes/all_images/BUSI_0018_B.png b/BUSI_with_classes/all_images/BUSI_0018_B.png new file mode 100644 index 0000000000000000000000000000000000000000..6f71fc821716ebc3485bdfa9bcc416bccc14d80f --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0018_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78762000e22ac9d62e6f06f4cdaee5633b9149b6d5dfafe6cfd65017ab007a54 +size 161187 diff --git a/BUSI_with_classes/all_images/BUSI_0022_B.png b/BUSI_with_classes/all_images/BUSI_0022_B.png new file mode 100644 index 0000000000000000000000000000000000000000..7b466a5018a685b669a56a63d4b9620effd2cd68 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0022_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18947cf9eb3a443df558d0dfe7098518b7bf6b2b83b3dc33a1ba0e9df17d16af +size 166505 diff --git a/BUSI_with_classes/all_images/BUSI_0022_M.png b/BUSI_with_classes/all_images/BUSI_0022_M.png new file mode 100644 index 0000000000000000000000000000000000000000..76203063916eee4156ad8fecf3596b367e6c4cc2 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0022_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2332d0cd536d402b8c8805568217f6a8929c75675c869d8b3b23bb78a004b739 +size 163892 diff --git a/BUSI_with_classes/all_images/BUSI_0023_B.png b/BUSI_with_classes/all_images/BUSI_0023_B.png new file mode 100644 index 0000000000000000000000000000000000000000..5c388571af8a971b35bbf5941cc23012f651dbe6 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0023_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:371a3d4073784893a5e0ca5724264ff31f2992f19a1ce88e137ec465dbbf5502 +size 256887 diff --git a/BUSI_with_classes/all_images/BUSI_0025_B.png b/BUSI_with_classes/all_images/BUSI_0025_B.png new file mode 100644 index 0000000000000000000000000000000000000000..79d8ba574db04b92ecf9ad7a261fafa5c35355ed --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0025_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e26d36cae9ccebb5ccf72085bc123c6bcc4013fa703215e148538dceeff2d092 +size 254417 diff --git a/BUSI_with_classes/all_images/BUSI_0026_M.png b/BUSI_with_classes/all_images/BUSI_0026_M.png new file mode 100644 index 0000000000000000000000000000000000000000..c41fa0ed5038d6946cb55ec1305efd191bcea7d5 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0026_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d357d2fab5b2515f0ac247dd7b0a1b2d9325164b3eb42a18304fa3724d154612 +size 166560 diff --git a/BUSI_with_classes/all_images/BUSI_0027_B.png b/BUSI_with_classes/all_images/BUSI_0027_B.png new file mode 100644 index 0000000000000000000000000000000000000000..eeb66019b8dc6f8b817f6ac23bdfef77947b9331 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0027_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3627a4a6fc0a65e69798ea0a6a7afe96a40ca500660aa9c1d2aedcbc2355c3b +size 259178 diff --git a/BUSI_with_classes/all_images/BUSI_0027_M.png b/BUSI_with_classes/all_images/BUSI_0027_M.png new file mode 100644 index 0000000000000000000000000000000000000000..c11bc31ddc73546345c2efb02ff53e5a3d3d020c --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0027_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32fa7cba12726c446d1332e1479ab34a711ab4437ae75cf7f0ecf2407b4faaa +size 167713 diff --git a/BUSI_with_classes/all_images/BUSI_0028_B.png b/BUSI_with_classes/all_images/BUSI_0028_B.png new file mode 100644 index 0000000000000000000000000000000000000000..42073a3d6963710fe53a476002a7b3d9bbb67da6 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0028_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f27b0a6d30029d32d0b281924a3bd41207bf1e881b233bfaf8f86df7fedf864 +size 312985 diff --git a/BUSI_with_classes/all_images/BUSI_0028_M.png b/BUSI_with_classes/all_images/BUSI_0028_M.png new file mode 100644 index 0000000000000000000000000000000000000000..975fc03e19b802bca0eae7c24fa20940db186d69 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0028_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ebef0989c35531d859ea764a87fdf1850cfcf05354bf03ae39354377a6f7db0 +size 166769 diff --git a/BUSI_with_classes/all_images/BUSI_0029_M.png b/BUSI_with_classes/all_images/BUSI_0029_M.png new file mode 100644 index 0000000000000000000000000000000000000000..1fc1a3c487b92ddbf026ed11a199de4720c569c3 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0029_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fccb4f4a9ee43332a697097b8b45077fc16fa409303a9f1132ff884b65c47b3f +size 157443 diff --git a/BUSI_with_classes/all_images/BUSI_0030_M.png b/BUSI_with_classes/all_images/BUSI_0030_M.png new file mode 100644 index 0000000000000000000000000000000000000000..ef91c6ea2a312ff7f020977fa9118030de4a076d --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0030_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40162f8c3f3acb9e6aef0e5af547b25e2253fcd4c2607fb34ec192329079580 +size 153976 diff --git a/BUSI_with_classes/all_images/BUSI_0031_M.png b/BUSI_with_classes/all_images/BUSI_0031_M.png new file mode 100644 index 0000000000000000000000000000000000000000..d5264c02aa382d2140ea90f3ec6073c7b13f2e2e --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0031_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b91a842f4807844631b95daa4eadee5ea49ebd0984f96918beffb6f27152cf +size 198220 diff --git a/BUSI_with_classes/all_images/BUSI_0032_M.png b/BUSI_with_classes/all_images/BUSI_0032_M.png new file mode 100644 index 0000000000000000000000000000000000000000..5e76522aaf0cb0025b58a70446d8680e2830d9d6 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0032_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6394cfa8c6a4fe2bc93b3efaa4c0c254ee1298d62fb07ff93e3a349fec9b036c +size 173441 diff --git a/BUSI_with_classes/all_images/BUSI_0033_M.png b/BUSI_with_classes/all_images/BUSI_0033_M.png new file mode 100644 index 0000000000000000000000000000000000000000..f6a0908369448feef38817fd167aa8edb7ad85ef --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0033_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5e7b8cd595b102906c8dd171121ed25b25964fcbe91814972e9e7f6b11fd8b +size 175425 diff --git a/BUSI_with_classes/all_images/BUSI_0034_M.png b/BUSI_with_classes/all_images/BUSI_0034_M.png new file mode 100644 index 0000000000000000000000000000000000000000..cfded0eaaea0ece39348fbcd38500b2d39e82b3e --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0034_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d1c95fefe4a8e6647f5ab0c6d7b8a6ae98344c48d05a96419b3127e440f55b6 +size 211230 diff --git a/BUSI_with_classes/all_images/BUSI_0035_B.png b/BUSI_with_classes/all_images/BUSI_0035_B.png new file mode 100644 index 0000000000000000000000000000000000000000..d1663517714ae1af20dcc9e4d0151cced2247bc5 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0035_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cde2d336fe57d1175fb67cd43cef0da3da22da4d463f63e9bb5d231b78fc2bf +size 169522 diff --git a/BUSI_with_classes/all_images/BUSI_0037_B.png b/BUSI_with_classes/all_images/BUSI_0037_B.png new file mode 100644 index 0000000000000000000000000000000000000000..91563bdbb45b31ebe20bedb15f112321545df86c --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0037_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ddb4266efdc2943dbb9600ef3ad9b80405cf5745c420ed28fc7bce05ddee542 +size 134909 diff --git a/BUSI_with_classes/all_images/BUSI_0041_M.png b/BUSI_with_classes/all_images/BUSI_0041_M.png new file mode 100644 index 0000000000000000000000000000000000000000..ae6f22c53590f9718afa605aec95f350a10831cb --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0041_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfcf5d4caff11e35cea49923e2f23c3769ae89051cc590e455c423da1e6f5cce +size 164738 diff --git a/BUSI_with_classes/all_images/BUSI_0042_B.png b/BUSI_with_classes/all_images/BUSI_0042_B.png new file mode 100644 index 0000000000000000000000000000000000000000..1907942b399a792426ce212eedb88d74ec8117bd --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0042_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d574af0103c0f9bd3e8ddaf1a3b0ee17cf9784ec415b18e48f502060653d0f9 +size 150127 diff --git a/BUSI_with_classes/all_images/BUSI_0043_M.png b/BUSI_with_classes/all_images/BUSI_0043_M.png new file mode 100644 index 0000000000000000000000000000000000000000..a12edea11f6cf1d94671aca163b74887d96e0491 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0043_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a1627ff263ec0e0cdf45437e60caf38b18a6660dfacff75b570b2ad37fb0a1 +size 169301 diff --git a/BUSI_with_classes/all_images/BUSI_0044_B.png b/BUSI_with_classes/all_images/BUSI_0044_B.png new file mode 100644 index 0000000000000000000000000000000000000000..8bdb92ce7fdf40804a64a5ef432484184751c185 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0044_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ee8713a7473f4290fa6c161c501b9e347825f3cc558b03a0b8c6c45693ca52 +size 252279 diff --git a/BUSI_with_classes/all_images/BUSI_0045_B.png b/BUSI_with_classes/all_images/BUSI_0045_B.png new file mode 100644 index 0000000000000000000000000000000000000000..52aee34123386f87817f55065593d0a82d92fac8 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0045_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcafe243c4f1de4e0e47098fbbeff133326a8365cb40260d5317db1730dfd69f +size 247694 diff --git a/BUSI_with_classes/all_images/BUSI_0046_B.png b/BUSI_with_classes/all_images/BUSI_0046_B.png new file mode 100644 index 0000000000000000000000000000000000000000..6c7397b6fe669276c39810d65023a9176eb23470 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0046_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da6bf112f976bb3924baa1432a40f89b8ee858bf756c9c5a344e48036d71872 +size 172683 diff --git a/BUSI_with_classes/all_images/BUSI_0047_B.png b/BUSI_with_classes/all_images/BUSI_0047_B.png new file mode 100644 index 0000000000000000000000000000000000000000..5eda2a9480a42caed291449879065672965f7340 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0047_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07d9905c6c49d441646e2fc960a05388fdb8dbf45f8d8e448121afd292523921 +size 242347 diff --git a/BUSI_with_classes/all_images/BUSI_0047_M.png b/BUSI_with_classes/all_images/BUSI_0047_M.png new file mode 100644 index 0000000000000000000000000000000000000000..d6ff977b7fe133302d579a5acfd1a5db482321a3 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0047_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00663fb6d43fe3890d24d18ffaa67e782cc3529a133d4eaee922fcfa8943a4ed +size 160968 diff --git a/BUSI_with_classes/all_images/BUSI_0048_M.png b/BUSI_with_classes/all_images/BUSI_0048_M.png new file mode 100644 index 0000000000000000000000000000000000000000..bc0dcf6f7d6a43c2209241a623b1bb6b1fe5a2b7 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0048_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74fc81705bb773f28390a0e23b03cd33548acc2e4cb10cd5b4ed1d54e51599c +size 171232 diff --git a/BUSI_with_classes/all_images/BUSI_0049_B.png b/BUSI_with_classes/all_images/BUSI_0049_B.png new file mode 100644 index 0000000000000000000000000000000000000000..f456e8adb98ceae3c041ab128ca52d9df44dba8a --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0049_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2dc4ec35fed3590eb2430ef498822417149fe42933970c3a39a192ce202b856 +size 235980 diff --git a/BUSI_with_classes/all_images/BUSI_0049_M.png b/BUSI_with_classes/all_images/BUSI_0049_M.png new file mode 100644 index 0000000000000000000000000000000000000000..fd22a79786748566c5f3355e3944429ff4be827e --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0049_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f50384b97f1b0f20d557a4216afa2a40afb3254aa89c8619d94bc083c467fb1 +size 185204 diff --git a/BUSI_with_classes/all_images/BUSI_0050_B.png b/BUSI_with_classes/all_images/BUSI_0050_B.png new file mode 100644 index 0000000000000000000000000000000000000000..e627a5d53fde086bc2b58b06fd67548ef0cb407b --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0050_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a78dcdce7ef9286396bc2ab1c04e395754bf4b685af5fd14bd0ca8df6dfafc +size 285182 diff --git a/BUSI_with_classes/all_images/BUSI_0051_M.png b/BUSI_with_classes/all_images/BUSI_0051_M.png new file mode 100644 index 0000000000000000000000000000000000000000..cdc58290f52804e4dcc40319f36d644b35f2f00a --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0051_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b43dc12d575229a5c3b44ca36b00a6c1e1dbfc38edf421312507ba29ef6155 +size 151787 diff --git a/BUSI_with_classes/all_images/BUSI_0053_M.png b/BUSI_with_classes/all_images/BUSI_0053_M.png new file mode 100644 index 0000000000000000000000000000000000000000..63c937d71f91b1f657a7eefb18109bc9656a6afd --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0053_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7403c349498cb31380a3460fc0afbb79520d33dd1d0b4d475f931766436b21 +size 176369 diff --git a/BUSI_with_classes/all_images/BUSI_0054_B.png b/BUSI_with_classes/all_images/BUSI_0054_B.png new file mode 100644 index 0000000000000000000000000000000000000000..5af5ff21e84f322d4d9af9192f52c9a7ffee2bee --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0054_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5244b4beb1204a581cc3851b38ec3973dcd8b9d4634af53c547f56b7081c379a +size 176858 diff --git a/BUSI_with_classes/all_images/BUSI_0060_B.png b/BUSI_with_classes/all_images/BUSI_0060_B.png new file mode 100644 index 0000000000000000000000000000000000000000..3722a5ea5a9ce53cb7f1e4b129a3f6305fa0c85d --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0060_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59589be94cbb88d5e3e958799c15df82a54241837c07361e2db3a0d0eb49f23e +size 249559 diff --git a/BUSI_with_classes/all_images/BUSI_0062_B.png b/BUSI_with_classes/all_images/BUSI_0062_B.png new file mode 100644 index 0000000000000000000000000000000000000000..574a968ab74a97432fdba9dc30cc136952be74a4 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0062_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337fe83f3919fe5035be81e2bf05b3c1ea57755d258a32a34cfb50ccb91d11d1 +size 138623 diff --git a/BUSI_with_classes/all_images/BUSI_0063_M.png b/BUSI_with_classes/all_images/BUSI_0063_M.png new file mode 100644 index 0000000000000000000000000000000000000000..72d604eb84721d8dc94b02db7b437ed85ed59dd9 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0063_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a73aebe385be8d798aaed99970b9c9b5d5750dd3e04cb9474fe56083a22c0ed +size 243616 diff --git a/BUSI_with_classes/all_images/BUSI_0066_B.png b/BUSI_with_classes/all_images/BUSI_0066_B.png new file mode 100644 index 0000000000000000000000000000000000000000..fd155eab7ce9114d34e4026553312be9fa03e8e9 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0066_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1724a4d7e376cd1dab754329283facc8a12daab160fec6a9fd2fe3706a6140 +size 170305 diff --git a/BUSI_with_classes/all_images/BUSI_0067_B.png b/BUSI_with_classes/all_images/BUSI_0067_B.png new file mode 100644 index 0000000000000000000000000000000000000000..dd5120428ed788a3ec57cd11a5fb862aca375e5f --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0067_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaba47722fbae0cd76861d25e544826216774bbe07a96c56c50cdb8db4eb6523 +size 154430 diff --git a/BUSI_with_classes/all_images/BUSI_0067_M.png b/BUSI_with_classes/all_images/BUSI_0067_M.png new file mode 100644 index 0000000000000000000000000000000000000000..4a037ab5c393db50dfd50344b1150c6f9b9bba69 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0067_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34cf99976b6e1d1bdb42ef10309efd13904926c29338a25fc6ee747ad63f585c +size 315603 diff --git a/BUSI_with_classes/all_images/BUSI_0068_M.png b/BUSI_with_classes/all_images/BUSI_0068_M.png new file mode 100644 index 0000000000000000000000000000000000000000..241ab3287909be1c0373dcbca4cc5a21b40205de --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0068_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:357fb54776f62fba6930130c273257bcc6fc721f2715643a7673e8a73dc927d8 +size 159908 diff --git a/BUSI_with_classes/all_images/BUSI_0069_B.png b/BUSI_with_classes/all_images/BUSI_0069_B.png new file mode 100644 index 0000000000000000000000000000000000000000..6715fc7011aa5c022a3545de6d943b04b4178843 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0069_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2a914a3ba4e967f2c6de84a0b2d0e788fdbb392705aa41f5472a830ca83c51c +size 316505 diff --git a/BUSI_with_classes/all_images/BUSI_0070_B.png b/BUSI_with_classes/all_images/BUSI_0070_B.png new file mode 100644 index 0000000000000000000000000000000000000000..06d8c1d01aa4d15e0a87c61b00ed6b9e3b76b1af --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0070_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1102f4034e6bb0e9439faa40b660234df0503e1eded853190431848dba8dbcee +size 191785 diff --git a/BUSI_with_classes/all_images/BUSI_0071_M.png b/BUSI_with_classes/all_images/BUSI_0071_M.png new file mode 100644 index 0000000000000000000000000000000000000000..f7242490ab0dcbf292491a353648c763f8f0962e --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0071_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:088462c53eb2eee0698979a69406e9818aff7c4766966a4ec234617a314b2750 +size 180563 diff --git a/BUSI_with_classes/all_images/BUSI_0072_B.png b/BUSI_with_classes/all_images/BUSI_0072_B.png new file mode 100644 index 0000000000000000000000000000000000000000..4f113476a42e6b8dc16db3192d990039b3bd6504 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0072_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c988a2420afe5a72dda36cff7d881371a3f1632a421b3b73d51984d459f0dad9 +size 168059 diff --git a/BUSI_with_classes/all_images/BUSI_0072_M.png b/BUSI_with_classes/all_images/BUSI_0072_M.png new file mode 100644 index 0000000000000000000000000000000000000000..98bb76052f08e32befa3a1355d749302f9ccf81e --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0072_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddce046d1959a536a1b04678ac7051febbed141eeb18fc597a869ad094705783 +size 178390 diff --git a/BUSI_with_classes/all_images/BUSI_0074_B.png b/BUSI_with_classes/all_images/BUSI_0074_B.png new file mode 100644 index 0000000000000000000000000000000000000000..ae7ab337642810b91dac7be0fb2299e4af853312 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0074_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbded2f75980e780c21409f3acb21aa1c80bfa14ef9d71bb831ce75929824b6f +size 164994 diff --git a/BUSI_with_classes/all_images/BUSI_0074_M.png b/BUSI_with_classes/all_images/BUSI_0074_M.png new file mode 100644 index 0000000000000000000000000000000000000000..a93c1369ffa860dedbb4a09c003a3cb56e269098 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0074_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff738572bc4387b461f3fe7f02b0c3090667f6b245f57eb4640efa23c2df10c4 +size 165283 diff --git a/BUSI_with_classes/all_images/BUSI_0075_M.png b/BUSI_with_classes/all_images/BUSI_0075_M.png new file mode 100644 index 0000000000000000000000000000000000000000..0beb2ac04435d7caa0cc8c0779fd208c8a4437d8 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0075_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e3ea60ae677607b3c5499285cdf9c4c16c69cc100ba55db76a9e714f3d918a7 +size 106255 diff --git a/BUSI_with_classes/all_images/BUSI_0076_M.png b/BUSI_with_classes/all_images/BUSI_0076_M.png new file mode 100644 index 0000000000000000000000000000000000000000..e64353d554aadd033e4c213b745b554022e95123 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0076_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69acb50cfb84d47c94462139dd53f11e5b9d61300561ea41cedf57c481f135b0 +size 178459 diff --git a/BUSI_with_classes/all_images/BUSI_0077_M.png b/BUSI_with_classes/all_images/BUSI_0077_M.png new file mode 100644 index 0000000000000000000000000000000000000000..56a786d71ebc76a906885f56ff93ff14d533847e --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0077_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5d406c18cf1c6e20cb9ef553d494e1bd7e5cdf0e74cb2292421c2b30381b46 +size 266333 diff --git a/BUSI_with_classes/all_images/BUSI_0078_B.png b/BUSI_with_classes/all_images/BUSI_0078_B.png new file mode 100644 index 0000000000000000000000000000000000000000..c613ea8ce5ba2d37399f6bd7a42fdaed3a011e19 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0078_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e6d67c89dda04cf0de12817b054853e17f146c3cff4d3a9840cb08ae853e8a7 +size 252527 diff --git a/BUSI_with_classes/all_images/BUSI_0079_B.png b/BUSI_with_classes/all_images/BUSI_0079_B.png new file mode 100644 index 0000000000000000000000000000000000000000..e598573acd8d61ed61dac814e2d339a4bfd899dd --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0079_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25ceba8a61ab7cd6db270c9d53f2e3a42d262c77d2d22ea6ae1ac0ca4c48d4fa +size 208927 diff --git a/BUSI_with_classes/all_images/BUSI_0081_M.png b/BUSI_with_classes/all_images/BUSI_0081_M.png new file mode 100644 index 0000000000000000000000000000000000000000..8f9404a0daae9ed341a81a994fb36c900fd14118 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0081_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb0f68efbf6d3c94343fde8a935ebb98989977a58c3a31df1d6cda1238b8e880 +size 221605 diff --git a/BUSI_with_classes/all_images/BUSI_0082_B.png b/BUSI_with_classes/all_images/BUSI_0082_B.png new file mode 100644 index 0000000000000000000000000000000000000000..d7669c34951a0ddfd2d14c1af2646ac43dcbf60f --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0082_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71beff17c57be85072ca0e76c1fef8c53877f47c988855a18ccc2f46db6da887 +size 167900 diff --git a/BUSI_with_classes/all_images/BUSI_0083_M.png b/BUSI_with_classes/all_images/BUSI_0083_M.png new file mode 100644 index 0000000000000000000000000000000000000000..dd930c3790cf5fbf4d6231161218d91d7f978f17 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0083_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b893da18d8417c19c2a5f900eb4263dd86e1bd1a439360063cbe2aa9ea2dbf50 +size 230916 diff --git a/BUSI_with_classes/all_images/BUSI_0084_B.png b/BUSI_with_classes/all_images/BUSI_0084_B.png new file mode 100644 index 0000000000000000000000000000000000000000..9d473a0b2783cb80df0a2e5c5de267e874c30669 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0084_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8467b5b55eca9f8bedbb9a2ec5350a4436fdcfabfdcea1334308d92ffeec35d +size 228135 diff --git a/BUSI_with_classes/all_images/BUSI_0085_B.png b/BUSI_with_classes/all_images/BUSI_0085_B.png new file mode 100644 index 0000000000000000000000000000000000000000..bb54c7258cbfbc0d73fcdd6b64ec29b6169c2276 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0085_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97401a8589578e63beaf814532939209f1c0970ecad0d62bde23da722379e07a +size 163721 diff --git a/BUSI_with_classes/all_images/BUSI_0086_B.png b/BUSI_with_classes/all_images/BUSI_0086_B.png new file mode 100644 index 0000000000000000000000000000000000000000..fa854f4d8e50a13edee85332ccbd688561558c75 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0086_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de5db274d98b67bd8220aec4abf48cf4ba54baff26372df393c71c7b7f181b54 +size 256191 diff --git a/BUSI_with_classes/all_images/BUSI_0086_M.png b/BUSI_with_classes/all_images/BUSI_0086_M.png new file mode 100644 index 0000000000000000000000000000000000000000..44bc13d833b525bc01ccfbce15f6505a57408d1f --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0086_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:971519646442bc884b2f4678ba80f18e81f0ead7dc948a7df745d8c3a4c82573 +size 199071 diff --git a/BUSI_with_classes/all_images/BUSI_0087_B.png b/BUSI_with_classes/all_images/BUSI_0087_B.png new file mode 100644 index 0000000000000000000000000000000000000000..67115b55105cd5df03ec714f7aa49403d48d9b04 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0087_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9dfc13480909fdacf5d2064a38991a4f5b2e0bd7bd7d2bee158e02595a2716 +size 241856 diff --git a/BUSI_with_classes/all_images/BUSI_0088_M.png b/BUSI_with_classes/all_images/BUSI_0088_M.png new file mode 100644 index 0000000000000000000000000000000000000000..6d79f7f81146fa06092b9248477d57d589aa5097 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0088_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a584c50b944cc6ee97a5fd5bea6583c8481b8c5e1a0f679638d5fb776c4fe7 +size 251201 diff --git a/BUSI_with_classes/all_images/BUSI_0089_M.png b/BUSI_with_classes/all_images/BUSI_0089_M.png new file mode 100644 index 0000000000000000000000000000000000000000..6bc0edfac0722d84e0e36b36919de9328267282f --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0089_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2396877f899cde1029ec67213d0a7c0357fd499070ae7d908bd958e8374d2add +size 238326 diff --git a/BUSI_with_classes/all_images/BUSI_0090_B.png b/BUSI_with_classes/all_images/BUSI_0090_B.png new file mode 100644 index 0000000000000000000000000000000000000000..10c3a86493f1fab51a8a9f6e24e9f80f4184ebf0 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0090_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21de234f1853ee8c05f94e73a5717434788e0024deefd796354a3d96d99d8564 +size 241497 diff --git a/BUSI_with_classes/all_images/BUSI_0091_M.png b/BUSI_with_classes/all_images/BUSI_0091_M.png new file mode 100644 index 0000000000000000000000000000000000000000..0c176ca804ef35e562243df4fc3e256a544d791a --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0091_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfaf1c2262e5db6f4ffd002fd3409a40854a699eba9166ecf70095867805a3c1 +size 165657 diff --git a/BUSI_with_classes/all_images/BUSI_0093_M.png b/BUSI_with_classes/all_images/BUSI_0093_M.png new file mode 100644 index 0000000000000000000000000000000000000000..fed2c70e624cf4db41eab53b467a770bd8e95e27 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0093_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4baed13f3207bd9aa1227c59095039f990fee1b5f808d76f9acf037164f60767 +size 155221 diff --git a/BUSI_with_classes/all_images/BUSI_0094_B.png b/BUSI_with_classes/all_images/BUSI_0094_B.png new file mode 100644 index 0000000000000000000000000000000000000000..9185ebd65da2f126979471c2ab9d9e054375d8ab --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0094_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b423b55faafc6c29965346d04eb10a71d10f8df029070b05c2dccc1eb041bd11 +size 239328 diff --git a/BUSI_with_classes/all_images/BUSI_0094_M.png b/BUSI_with_classes/all_images/BUSI_0094_M.png new file mode 100644 index 0000000000000000000000000000000000000000..f664ffa6fed7b64e9b41095ee0d01f542577e6cc --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0094_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d7505c073a3b570689b2e124df579d8241fd912403394c228f133c69755c491 +size 160468 diff --git a/BUSI_with_classes/all_images/BUSI_0095_M.png b/BUSI_with_classes/all_images/BUSI_0095_M.png new file mode 100644 index 0000000000000000000000000000000000000000..dd3396d66d55bbfcdaada956db08e84c665b8d75 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0095_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6eab44691be91db4c8688c3dedf8be86b4e1890355d76a47ba6396fe950511 +size 229976 diff --git a/BUSI_with_classes/all_images/BUSI_0102_M.png b/BUSI_with_classes/all_images/BUSI_0102_M.png new file mode 100644 index 0000000000000000000000000000000000000000..54ac8d03ba0725f01df7fa75cd8c4bb131d1726d --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0102_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:921e8ff2e047a5c40a1854016ed728fb4e0bec20c8dd203c652de73a137838e5 +size 271668 diff --git a/BUSI_with_classes/all_images/BUSI_0103_B.png b/BUSI_with_classes/all_images/BUSI_0103_B.png new file mode 100644 index 0000000000000000000000000000000000000000..68cd236433383f17351497ac233850af60d84377 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0103_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:670903b9ef237600e912f8940c8aed615671c4f30a8c658c67fc4a5ee96fbf43 +size 246033 diff --git a/BUSI_with_classes/all_images/BUSI_0105_B.png b/BUSI_with_classes/all_images/BUSI_0105_B.png new file mode 100644 index 0000000000000000000000000000000000000000..a04eacbd67c2da5bd5fe1ad8601ebdfa83ee4636 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0105_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0d18b7cc91db64d9746443d88df00d41ac140dcf903fe48a47f5da11829e3e +size 283646 diff --git a/BUSI_with_classes/all_images/BUSI_0106_M.png b/BUSI_with_classes/all_images/BUSI_0106_M.png new file mode 100644 index 0000000000000000000000000000000000000000..2e3444e0fa28cbe818e1db2ef78da722fbefa78b --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0106_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8beb1c1d466f67f0e7f56e4f0bb74c688a4bcafff1620b8f6ab82da207546f9e +size 187669 diff --git a/BUSI_with_classes/all_images/BUSI_0107_B.png b/BUSI_with_classes/all_images/BUSI_0107_B.png new file mode 100644 index 0000000000000000000000000000000000000000..4f5b13e3fe7229460894948c9727a43b43fae0e8 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0107_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7d6034bfe71fd5808680418ceb52c0ce4ef6691f4a62c9dd2b079ba63aaec9 +size 248268 diff --git a/BUSI_with_classes/all_images/BUSI_0108_B.png b/BUSI_with_classes/all_images/BUSI_0108_B.png new file mode 100644 index 0000000000000000000000000000000000000000..8ca34bd9a3b13d35ed0af4d0f9c31f2d7efa4147 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0108_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b548fb541e12fffdd20516fd71e8e907d1e85ab92c98f890f491ceb92d129dc +size 240655 diff --git a/BUSI_with_classes/all_images/BUSI_0109_M.png b/BUSI_with_classes/all_images/BUSI_0109_M.png new file mode 100644 index 0000000000000000000000000000000000000000..88994543f90532f84b14ab04790df87ecd704cbf --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0109_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573ec744dd888a6dc731589999a9d73166c71ba28d4971b0ffcda296928e3b46 +size 173198 diff --git a/BUSI_with_classes/all_images/BUSI_0110_M.png b/BUSI_with_classes/all_images/BUSI_0110_M.png new file mode 100644 index 0000000000000000000000000000000000000000..6b89d5c21fe5553d4033f06ebb10a9191f79507a --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0110_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a315c2dbb05e68c5a8a69f7a572c9da0aed2ea76f38a6481093bba029d77b02 +size 181926 diff --git a/BUSI_with_classes/all_images/BUSI_0111_B.png b/BUSI_with_classes/all_images/BUSI_0111_B.png new file mode 100644 index 0000000000000000000000000000000000000000..c8bee8366f31568e9afef934b112577f297b4841 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0111_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc03ef7fe736ab8e35a553028926043336171953a72a1cbfeb79312b0fd0b49f +size 99185 diff --git a/BUSI_with_classes/all_images/BUSI_0111_M.png b/BUSI_with_classes/all_images/BUSI_0111_M.png new file mode 100644 index 0000000000000000000000000000000000000000..33280ed40569e3d43034e7e58a6777b1163ae50f --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0111_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4e05ab7d97be67250c96924e4bfdfdedeb23f38c40e060da394f45a7972d90d +size 136895 diff --git a/BUSI_with_classes/all_images/BUSI_0112_M.png b/BUSI_with_classes/all_images/BUSI_0112_M.png new file mode 100644 index 0000000000000000000000000000000000000000..e659ba0b0e034508661c6897c1a3bc8537314dec --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0112_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96fd9864acf76ddf4caee4e80026e6e4d5d75144bbf6777f4185adc8a99fc041 +size 171710 diff --git a/BUSI_with_classes/all_images/BUSI_0114_M.png b/BUSI_with_classes/all_images/BUSI_0114_M.png new file mode 100644 index 0000000000000000000000000000000000000000..4b57dab28b78e881b4a67ced0fd3d1100b7efe2b --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0114_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a2c4e92a5b00445221ba1e9c99e5dcf480c403889c6d8592d78521762e05be +size 105805 diff --git a/BUSI_with_classes/all_images/BUSI_0115_B.png b/BUSI_with_classes/all_images/BUSI_0115_B.png new file mode 100644 index 0000000000000000000000000000000000000000..632584510c9a69de0b07096ef472c8e41a13808e --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0115_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef5a4c9e31437b6df1ff7de080592153306b31b001f28dbc39baa9e83881109 +size 172704 diff --git a/BUSI_with_classes/all_images/BUSI_0117_B.png b/BUSI_with_classes/all_images/BUSI_0117_B.png new file mode 100644 index 0000000000000000000000000000000000000000..f38efefedc05d3786fbdac13938ec968e210b6b0 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0117_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165bbf1c63a6904a55da4f3dbac37f3224591032dc16f3d116a42fc59cf1fee5 +size 309860 diff --git a/BUSI_with_classes/all_images/BUSI_0119_M.png b/BUSI_with_classes/all_images/BUSI_0119_M.png new file mode 100644 index 0000000000000000000000000000000000000000..d84c5a8051cb667219d22da8455803cbc75ef0d9 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0119_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f45e91dc507fa022fd4f2d03efa48f4ec4ea065403935bab58005a5fb4676c7b +size 166427 diff --git a/BUSI_with_classes/all_images/BUSI_0120_B.png b/BUSI_with_classes/all_images/BUSI_0120_B.png new file mode 100644 index 0000000000000000000000000000000000000000..4dbbab09a18ebb70ac7e9649c6904c95b0114328 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0120_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9340b2c7c2b4591ec4874aba55ddab93cacfaf515013cd1e2f64abca948ff935 +size 287317 diff --git a/BUSI_with_classes/all_images/BUSI_0121_B.png b/BUSI_with_classes/all_images/BUSI_0121_B.png new file mode 100644 index 0000000000000000000000000000000000000000..932012344fb962796014bdd3ba2f1381e8dd37fb --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0121_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df861d1a31f36aea4373ceb6e9c7313c204a35d25a5724190c1871b95028eb16 +size 213993 diff --git a/BUSI_with_classes/all_images/BUSI_0122_B.png b/BUSI_with_classes/all_images/BUSI_0122_B.png new file mode 100644 index 0000000000000000000000000000000000000000..26217fa8b546423fde6bf9a0dfd3a5a24f56f3b2 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0122_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb4e12e55bec7195ade44485b2c17bb2b009b1b67106c526d4f3f6a8e748ddc +size 237230 diff --git a/BUSI_with_classes/all_images/BUSI_0124_M.png b/BUSI_with_classes/all_images/BUSI_0124_M.png new file mode 100644 index 0000000000000000000000000000000000000000..c47b743b913968022bd22e4f7be7f8cd8d583748 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0124_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e273c203350771a21f1f1095c5d62d7f677c6a194454303fc5d8e0b786521d +size 155990 diff --git a/BUSI_with_classes/all_images/BUSI_0126_M.png b/BUSI_with_classes/all_images/BUSI_0126_M.png new file mode 100644 index 0000000000000000000000000000000000000000..e6bb27c4382203ecc431cc16f8e25020eb2633dd --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0126_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3809e60bb33787e1c7a1f4461ba2f194d716432b14bbe63acbde7a7cb493ecb1 +size 175017 diff --git a/BUSI_with_classes/all_images/BUSI_0128_B.png b/BUSI_with_classes/all_images/BUSI_0128_B.png new file mode 100644 index 0000000000000000000000000000000000000000..a5fe6b4e1a2ceb319d16263706cfda9c6577b077 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0128_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6de49ceb605a128e8bbf46fd4dd2b3d0ac8b0da842eb621c5d0d223c7137479 +size 155014 diff --git a/BUSI_with_classes/all_images/BUSI_0129_M.png b/BUSI_with_classes/all_images/BUSI_0129_M.png new file mode 100644 index 0000000000000000000000000000000000000000..b0e2058e106647e6ee185d007b76b3ca2eff6e33 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0129_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac989f86db6c6b08678687bbdfd8404ac4ea6ca4af758c032225580a56362650 +size 170968 diff --git a/BUSI_with_classes/all_images/BUSI_0130_M.png b/BUSI_with_classes/all_images/BUSI_0130_M.png new file mode 100644 index 0000000000000000000000000000000000000000..c954906302d2a3f77e957aa1bcb84c2c7bfd0701 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0130_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456da93a98fc0927026af77c1746035cbc21bb601ffafedd4d83ed2e128ba33d +size 166940 diff --git a/BUSI_with_classes/all_images/BUSI_0131_B.png b/BUSI_with_classes/all_images/BUSI_0131_B.png new file mode 100644 index 0000000000000000000000000000000000000000..c6e7c12900bca22296e2862c942d41255d2721bd --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0131_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f65de7a580e3263a9343e5c864ef6b63de2585a639e40ff89f60d9eeb255e4 +size 151032 diff --git a/BUSI_with_classes/all_images/BUSI_0134_M.png b/BUSI_with_classes/all_images/BUSI_0134_M.png new file mode 100644 index 0000000000000000000000000000000000000000..bb212dcf89d0467239c2ba8d151949804133fe38 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0134_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6587979a5a385952a6c934c3027fa4ecbb2b8aeb17b8cd14457d53481654e10 +size 162229 diff --git a/BUSI_with_classes/all_images/BUSI_0135_B.png b/BUSI_with_classes/all_images/BUSI_0135_B.png new file mode 100644 index 0000000000000000000000000000000000000000..8747e4ca3bfd97219bc844b0d0b76ce817bdbd80 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0135_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca873098e2e052209260ca7bd0c78001be97d061a5d6368048bb8f807eb94c2e +size 250010 diff --git a/BUSI_with_classes/all_images/BUSI_0135_M.png b/BUSI_with_classes/all_images/BUSI_0135_M.png new file mode 100644 index 0000000000000000000000000000000000000000..cf4c1e651359c3f9c9f29df6b71f0d365da6d5de --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0135_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da2d464f7c118ec9790563d1ed186a3e685d49fa03569c293ea209f6d8c68bbf +size 278035 diff --git a/BUSI_with_classes/all_images/BUSI_0136_M.png b/BUSI_with_classes/all_images/BUSI_0136_M.png new file mode 100644 index 0000000000000000000000000000000000000000..2c321f92144d9744ba6ed0b13430e9bc6931f524 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0136_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce366a289b2df84ba0b1328131d37cda47700b5c543a444cee23b3f73e86c564 +size 44671 diff --git a/BUSI_with_classes/all_images/BUSI_0138_B.png b/BUSI_with_classes/all_images/BUSI_0138_B.png new file mode 100644 index 0000000000000000000000000000000000000000..1314059b96846a435c171d061b8d4304c4897553 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0138_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49debf17e50592710ab719bb94c110b08e2665a3e6c3e0c3a192d6541f557fa5 +size 254148 diff --git a/BUSI_with_classes/all_images/BUSI_0140_B.png b/BUSI_with_classes/all_images/BUSI_0140_B.png new file mode 100644 index 0000000000000000000000000000000000000000..af9e11bf3ea6aac2b2591d1596fdf7cd5fc10bd1 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0140_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8aec4ef2f428ea953cb056df51587ba48fb93775100afff023944793e27daf8 +size 159725 diff --git a/BUSI_with_classes/all_images/BUSI_0142_B.png b/BUSI_with_classes/all_images/BUSI_0142_B.png new file mode 100644 index 0000000000000000000000000000000000000000..ab2644af783d8631b5dd5933f8123fc16e3e134a --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0142_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0bb57e60113977421b2317f15719f21ec1c66e0c094ae7a9ed5c9e2bb576aaa +size 252115 diff --git a/BUSI_with_classes/all_images/BUSI_0143_M.png b/BUSI_with_classes/all_images/BUSI_0143_M.png new file mode 100644 index 0000000000000000000000000000000000000000..517acf077327e41e027a4f5378191e5fdb3f8bbe --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0143_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54a2848b26de204d7b7fe23de146bafc7e6b6ff90da0f19dda6580cd8e6530d +size 172549 diff --git a/BUSI_with_classes/all_images/BUSI_0146_B.png b/BUSI_with_classes/all_images/BUSI_0146_B.png new file mode 100644 index 0000000000000000000000000000000000000000..78dd4aa06cfeba3056fed25f59dc8f30c6df95d4 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0146_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e706d2801c7269de7f4189927c08022146382765d919179da3de0cc95597f8 +size 148673 diff --git a/BUSI_with_classes/all_images/BUSI_0147_M.png b/BUSI_with_classes/all_images/BUSI_0147_M.png new file mode 100644 index 0000000000000000000000000000000000000000..7f9ecfb1a7848a83f258b29c479145bc4deee809 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0147_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129cd3d8645930f45e6d9f76269af48776557fdfd86189e558cd047fae3ae61f +size 144386 diff --git a/BUSI_with_classes/all_images/BUSI_0148_M.png b/BUSI_with_classes/all_images/BUSI_0148_M.png new file mode 100644 index 0000000000000000000000000000000000000000..bf3c2dc2bd5e4666234dd5e32a37c55aa0156894 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0148_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccfcc9009fee9ecbeaf8b9482baa3da40baa826483f007c188eb37e1958e5ad3 +size 176341 diff --git a/BUSI_with_classes/all_images/BUSI_0149_B.png b/BUSI_with_classes/all_images/BUSI_0149_B.png new file mode 100644 index 0000000000000000000000000000000000000000..c25864b205cd185ee5cde02efa8d84b7994479bf --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0149_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c16f6a6ddc204a282e60a199c9e8d635256985d0fcf1627529580e5fecf7fa03 +size 158980 diff --git a/BUSI_with_classes/all_images/BUSI_0150_B.png b/BUSI_with_classes/all_images/BUSI_0150_B.png new file mode 100644 index 0000000000000000000000000000000000000000..528a1942b6f24e0841e9d332d5fa8afe07c3c897 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0150_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e6502892fea49727e92c58109407b16d1f358714c0b09c0a67c4304a52dce71 +size 218089 diff --git a/BUSI_with_classes/all_images/BUSI_0151_M.png b/BUSI_with_classes/all_images/BUSI_0151_M.png new file mode 100644 index 0000000000000000000000000000000000000000..edf52ed3aa9c58763f16cbff094a48e47c729d27 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0151_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e5b920d19edb0c865e45261fc8b61b04eb75f34a1433efc841fe4a0f86b8cb +size 138865 diff --git a/BUSI_with_classes/all_images/BUSI_0152_B.png b/BUSI_with_classes/all_images/BUSI_0152_B.png new file mode 100644 index 0000000000000000000000000000000000000000..d631d4f712b1de69c0576bda8e7f9a2c456d3e56 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0152_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da4b0ecc56a95757b7fbe61031283225215d4f1800ee972d14ad337677548a5 +size 158676 diff --git a/BUSI_with_classes/all_images/BUSI_0154_B.png b/BUSI_with_classes/all_images/BUSI_0154_B.png new file mode 100644 index 0000000000000000000000000000000000000000..60119e784559030c8234669380ef5c0fe047750c --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0154_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0534e392e29da9d8469eb2c3078844de29b952403b52b12a83d82f36749b9af1 +size 167541 diff --git a/BUSI_with_classes/all_images/BUSI_0154_M.png b/BUSI_with_classes/all_images/BUSI_0154_M.png new file mode 100644 index 0000000000000000000000000000000000000000..93ccaab29fe3dea34519ac94f8d70dffc1af4b0c --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0154_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:515641520238b6a7f6793d65a4959c89e1bd6db4da305f5e3934d1a9455d986a +size 163188 diff --git a/BUSI_with_classes/all_images/BUSI_0155_M.png b/BUSI_with_classes/all_images/BUSI_0155_M.png new file mode 100644 index 0000000000000000000000000000000000000000..3a429706529c942862a3593e2dad82011aba7b6d --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0155_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf3f2ecd604a1985b46b4d26bfa7cf207bc97b4626d37e16e32a81dd7e62c6b +size 174002 diff --git a/BUSI_with_classes/all_images/BUSI_0157_M.png b/BUSI_with_classes/all_images/BUSI_0157_M.png new file mode 100644 index 0000000000000000000000000000000000000000..5befcf3f98f5ea032cd8e1f1e3daae5378d88035 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0157_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:144eca422c084b1975a45df9a1a6b8e7c72a9c6d3bb2ab0c54c46f42b69f300d +size 160830 diff --git a/BUSI_with_classes/all_images/BUSI_0159_B.png b/BUSI_with_classes/all_images/BUSI_0159_B.png new file mode 100644 index 0000000000000000000000000000000000000000..63524d867a37f508a0ee26d0922c976390ee3bbe --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0159_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c8c8f6f92fbf3a3e30123e899a0085e5ee58fc3c812d7287c1e84495191f7f4 +size 229678 diff --git a/BUSI_with_classes/all_images/BUSI_0161_M.png b/BUSI_with_classes/all_images/BUSI_0161_M.png new file mode 100644 index 0000000000000000000000000000000000000000..62b6e8a5d59c42fc048569315acd55077255c7b9 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0161_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25cf04511e10b1b9ae781569f3d2db4ff1d57101d19f1761c2435a45286a2d40 +size 218711 diff --git a/BUSI_with_classes/all_images/BUSI_0162_B.png b/BUSI_with_classes/all_images/BUSI_0162_B.png new file mode 100644 index 0000000000000000000000000000000000000000..b3ad1e87cd4bf7a523fa89d255be59596263eff0 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0162_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde058b212c68369eb742db5b348d6f586e0ff0e4c2758ec486bd5f9b8561768 +size 172005 diff --git a/BUSI_with_classes/all_images/BUSI_0163_M.png b/BUSI_with_classes/all_images/BUSI_0163_M.png new file mode 100644 index 0000000000000000000000000000000000000000..8c81abac401df61b8ba81df776cf9823247f000e --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0163_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ac1df836d9d76d83de22509f042ee232c2953e43f119c2860ffc8472a57550 +size 223980 diff --git a/BUSI_with_classes/all_images/BUSI_0164_B.png b/BUSI_with_classes/all_images/BUSI_0164_B.png new file mode 100644 index 0000000000000000000000000000000000000000..52f726485288cd1e49f246971d0a527ed2cd5f0e --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0164_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d917a1ae696594a1a2f7007321d7061429e1fe018eb54443e01296d9a1dac36 +size 164892 diff --git a/BUSI_with_classes/all_images/BUSI_0165_B.png b/BUSI_with_classes/all_images/BUSI_0165_B.png new file mode 100644 index 0000000000000000000000000000000000000000..435365be903f351bceace15b4b14ed014a1087c6 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0165_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:815d89383f47a040d6f3aca0a378e44cf87e8ea81adb52f032f3d098606206d7 +size 163826 diff --git a/BUSI_with_classes/all_images/BUSI_0166_B.png b/BUSI_with_classes/all_images/BUSI_0166_B.png new file mode 100644 index 0000000000000000000000000000000000000000..eec7c617433574999a4bd8cb1601156bf2796124 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0166_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44530ae4bfd1c665df54f6d13b46fe2dc4e4e404b6dbc3a52e5d043a114e93b +size 169326 diff --git a/BUSI_with_classes/all_images/BUSI_0167_B.png b/BUSI_with_classes/all_images/BUSI_0167_B.png new file mode 100644 index 0000000000000000000000000000000000000000..60c4cc223e9eadb4380aac9fe195095a66045964 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0167_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d4c098cad02c43c61525098ebdb3fa346ee29e1cf5bfd23f695d7be96d394bc +size 176030 diff --git a/BUSI_with_classes/all_images/BUSI_0167_M.png b/BUSI_with_classes/all_images/BUSI_0167_M.png new file mode 100644 index 0000000000000000000000000000000000000000..83e673ac59f79e7aacac83bfc9d056026a57d3b0 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0167_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a010ecef3263b780337bcec23d38ca9d0890556c8b9f5d552685172b2b3f873f +size 165577 diff --git a/BUSI_with_classes/all_images/BUSI_0169_B.png b/BUSI_with_classes/all_images/BUSI_0169_B.png new file mode 100644 index 0000000000000000000000000000000000000000..a6535e96e573b779711d9f2a4f1605f904eadbf3 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0169_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4cc8409019784cd5a448ab254078778e7e8d4c652a5ee08cc225aef2ac668f5 +size 161804 diff --git a/BUSI_with_classes/all_images/BUSI_0169_M.png b/BUSI_with_classes/all_images/BUSI_0169_M.png new file mode 100644 index 0000000000000000000000000000000000000000..e909e19787a44afe04c25ee941cb63cc2ae69931 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0169_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4338abf37862f9d28f5eacb3a1d992da53309513b79b195705e0d511e669b370 +size 164484 diff --git a/BUSI_with_classes/all_images/BUSI_0170_B.png b/BUSI_with_classes/all_images/BUSI_0170_B.png new file mode 100644 index 0000000000000000000000000000000000000000..61ed94ccc4276b3ab98c1d07be11347ea8a293e1 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0170_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c6921981ec535dc559d9cb67b81704b5fdbcb9676ac51115fa481256115123 +size 161917 diff --git a/BUSI_with_classes/all_images/BUSI_0170_M.png b/BUSI_with_classes/all_images/BUSI_0170_M.png new file mode 100644 index 0000000000000000000000000000000000000000..80ce6ed1f7341b16299f6144547cff20332a37a5 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0170_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25cee4b00e7b53ff49a8920bdfc6556be914c740553d2218b4dbe9fc753b52a0 +size 154567 diff --git a/BUSI_with_classes/all_images/BUSI_0171_M.png b/BUSI_with_classes/all_images/BUSI_0171_M.png new file mode 100644 index 0000000000000000000000000000000000000000..2867c15da894cbb4713c63f534daa6ba53addf99 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0171_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e1107525177a3516ebae481f115058fd053095ef26a72a2beeffcc3e09422c +size 206974 diff --git a/BUSI_with_classes/all_images/BUSI_0173_M.png b/BUSI_with_classes/all_images/BUSI_0173_M.png new file mode 100644 index 0000000000000000000000000000000000000000..3b206ba96ccd68aee2475889f24e322852c6490a --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0173_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c5aa7b73f4014de4dbb1f443ff062069c03a39ced07ff30f50fc84bf8e0cbb +size 134833 diff --git a/BUSI_with_classes/all_images/BUSI_0174_B.png b/BUSI_with_classes/all_images/BUSI_0174_B.png new file mode 100644 index 0000000000000000000000000000000000000000..13332aded14a2b0a8bd3fed11bae8bada0fc65bc --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0174_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a7f55f2cf68c442f0c01569d939c6a24b3a248a15db253230fdee57880f651 +size 155249 diff --git a/BUSI_with_classes/all_images/BUSI_0180_B.png b/BUSI_with_classes/all_images/BUSI_0180_B.png new file mode 100644 index 0000000000000000000000000000000000000000..190a11ec985ce0725177aef3152984e127307262 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0180_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0ac745a5a9e37415251d0cfed51dfca0f4a10e5a95ca88d1b07a36fd674aa9 +size 267140 diff --git a/BUSI_with_classes/all_images/BUSI_0182_B.png b/BUSI_with_classes/all_images/BUSI_0182_B.png new file mode 100644 index 0000000000000000000000000000000000000000..ad0f81030c5265dbbfb91a3dac42708e09321cd4 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0182_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa0e0569f87a34b596f757101c95dcc7cbfd4ef11812ddfe4dbfd34214eaf55 +size 163549 diff --git a/BUSI_with_classes/all_images/BUSI_0183_B.png b/BUSI_with_classes/all_images/BUSI_0183_B.png new file mode 100644 index 0000000000000000000000000000000000000000..03b2840b31ca0174c6f59e848140582749caf765 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0183_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d7b048957c24209b1114fd334bb898c7bb7b9e09445bc7ec907cc222ad1ed2 +size 319617 diff --git a/BUSI_with_classes/all_images/BUSI_0183_M.png b/BUSI_with_classes/all_images/BUSI_0183_M.png new file mode 100644 index 0000000000000000000000000000000000000000..1a91471d297fb3f33c0a778f5020dfa851ded744 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0183_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70fd4ab9b0bfbf4849ea689198a7b874d001f19bd390ad8488656f4d20fefbd3 +size 152793 diff --git a/BUSI_with_classes/all_images/BUSI_0186_B.png b/BUSI_with_classes/all_images/BUSI_0186_B.png new file mode 100644 index 0000000000000000000000000000000000000000..51f1bca8c2cb8dac4f02d26f9c09f7cea73be59b --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0186_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c491dc7474b2ebaf42ff1f5fbf23eca228842f95207023d8e3d16237e52597d +size 242422 diff --git a/BUSI_with_classes/all_images/BUSI_0187_M.png b/BUSI_with_classes/all_images/BUSI_0187_M.png new file mode 100644 index 0000000000000000000000000000000000000000..0d3ab08f1342d26f6e149ea9a1c0c5cf2adc1cc1 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0187_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c946a1804f23746fd47224cb2d07778eb6599dd0302df870d70df6f4df93ed +size 240978 diff --git a/BUSI_with_classes/all_images/BUSI_0188_M.png b/BUSI_with_classes/all_images/BUSI_0188_M.png new file mode 100644 index 0000000000000000000000000000000000000000..eb131aa8cdd289f9240be1cccfdcb3a8fd56dbff --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0188_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0016444387687cc771f2da844a90272c8773178a8b966254711222369d8fb7e +size 191769 diff --git a/BUSI_with_classes/all_images/BUSI_0189_B.png b/BUSI_with_classes/all_images/BUSI_0189_B.png new file mode 100644 index 0000000000000000000000000000000000000000..5b1b87840c53f8dc690e431d4655aa39ff5c5d5c --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0189_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f32c1c88d4a8548ca6589ba5100446bb41689632a2f42e6ee8aa8afc03ccac +size 155555 diff --git a/BUSI_with_classes/all_images/BUSI_0190_B.png b/BUSI_with_classes/all_images/BUSI_0190_B.png new file mode 100644 index 0000000000000000000000000000000000000000..a5042ff685652210db2483856ba3b0cc07bef143 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0190_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ca230dc710bbdb12363d9aa2eff9746a2b364a065931ee82d56014507d3ab5 +size 196970 diff --git a/BUSI_with_classes/all_images/BUSI_0191_M.png b/BUSI_with_classes/all_images/BUSI_0191_M.png new file mode 100644 index 0000000000000000000000000000000000000000..96b02bddb5db9d4111b5125a28ee33a37e7f868c --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0191_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b704bba0ec0569b330ccff3e4635282c3f9d30829c7d73bfdbea24d800b1c9 +size 175847 diff --git a/BUSI_with_classes/all_images/BUSI_0192_B.png b/BUSI_with_classes/all_images/BUSI_0192_B.png new file mode 100644 index 0000000000000000000000000000000000000000..e5face9b8de52fcf0d2247dda4b811be3f587af6 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0192_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59efbbcceeb0b0b861042579abc1bd955dc2fe68cba4286e9419faf2f3f7ec46 +size 156178 diff --git a/BUSI_with_classes/all_images/BUSI_0194_M.png b/BUSI_with_classes/all_images/BUSI_0194_M.png new file mode 100644 index 0000000000000000000000000000000000000000..6d0bb0217c645089be0452b9b29c62eb3876b251 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0194_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926541821aee8d38704a948b4146db59480e61574c4b1cd036ac3b9f5be76828 +size 269399 diff --git a/BUSI_with_classes/all_images/BUSI_0195_M.png b/BUSI_with_classes/all_images/BUSI_0195_M.png new file mode 100644 index 0000000000000000000000000000000000000000..f1e6b8be2f554e50ec7efd6eb27b12807ad34946 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0195_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c8b3ddad865de1b21033ac9d01069952fef117f9e067c818892099612c2cd68 +size 180614 diff --git a/BUSI_with_classes/all_images/BUSI_0196_M.png b/BUSI_with_classes/all_images/BUSI_0196_M.png new file mode 100644 index 0000000000000000000000000000000000000000..dbe21ae061b09257dda268681fa0ad5b1601a7eb --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0196_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f798da0aff0106aca543e8293bf48fc5fc2d2bc4a161cf81472507867e6594b +size 190529 diff --git a/BUSI_with_classes/all_images/BUSI_0197_M.png b/BUSI_with_classes/all_images/BUSI_0197_M.png new file mode 100644 index 0000000000000000000000000000000000000000..f102bd1227ce86aa0098aa9ee5614bb5a81107bb --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0197_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:909b04a1b20c5743cfcbe280a568bb8d27d81f58d0c3213fac73d61880540d06 +size 173444 diff --git a/BUSI_with_classes/all_images/BUSI_0198_B.png b/BUSI_with_classes/all_images/BUSI_0198_B.png new file mode 100644 index 0000000000000000000000000000000000000000..3adca9a49cf0ad9eb561aacc1fc819e7468cb6d5 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0198_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26b49cea4246ecc5a8e7bd89ba3e9cc657bd6bd6e22e1b6846470c9d6e4395b +size 240452 diff --git a/BUSI_with_classes/all_images/BUSI_0199_B.png b/BUSI_with_classes/all_images/BUSI_0199_B.png new file mode 100644 index 0000000000000000000000000000000000000000..44fa3bf585d5bd92352c9659a4c051bd9ec8a480 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0199_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a5def8d90bbb2cc95d2fae034b0b9e0135b38d766a739a637b4f79d482d199 +size 176549 diff --git a/BUSI_with_classes/all_images/BUSI_0202_B.png b/BUSI_with_classes/all_images/BUSI_0202_B.png new file mode 100644 index 0000000000000000000000000000000000000000..98fcc0c5903de7f7ef31de31b639f4c559c5598c --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0202_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d1788e77b7c33292a22d6e1b19d49abb28053afb8afd43fd48271458b3c522 +size 156766 diff --git a/BUSI_with_classes/all_images/BUSI_0203_M.png b/BUSI_with_classes/all_images/BUSI_0203_M.png new file mode 100644 index 0000000000000000000000000000000000000000..04cf72442370518693b962eb70459c8e8da46ae9 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0203_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2279b3074078cbd8dd008936281b19714880d5629140619b6460cb3208741ad1 +size 136080 diff --git a/BUSI_with_classes/all_images/BUSI_0204_B.png b/BUSI_with_classes/all_images/BUSI_0204_B.png new file mode 100644 index 0000000000000000000000000000000000000000..350d0285213c7159a331cdd187d18bd24da13a58 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0204_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef888ebe61d27674d1647c078af457d3647f9b70508774cee442eb7f955464a +size 167498 diff --git a/BUSI_with_classes/all_images/BUSI_0206_B.png b/BUSI_with_classes/all_images/BUSI_0206_B.png new file mode 100644 index 0000000000000000000000000000000000000000..6379522280d5b20835f8aead87706ae48b59d213 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0206_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0fb2993f417195a0b9a574995904481c75f1d5181475b26f6456be953300ec +size 150345 diff --git a/BUSI_with_classes/all_images/BUSI_0207_M.png b/BUSI_with_classes/all_images/BUSI_0207_M.png new file mode 100644 index 0000000000000000000000000000000000000000..ad4db11b82624125086b27d13a6aa312267afb12 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0207_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b34eabacac94292d75c2e8108f5d37ff287476fb0fcf750188d4dbae3315b1 +size 160667 diff --git a/BUSI_with_classes/all_images/BUSI_0208_M.png b/BUSI_with_classes/all_images/BUSI_0208_M.png new file mode 100644 index 0000000000000000000000000000000000000000..abeb2ad0fe687d620576b470df11070def6899f3 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0208_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5a3590f2c4716a4f5a64fa4c50b3f5e8e9b96facbd6c1bd7338c3f48765162 +size 191625 diff --git a/BUSI_with_classes/all_images/BUSI_0209_B.png b/BUSI_with_classes/all_images/BUSI_0209_B.png new file mode 100644 index 0000000000000000000000000000000000000000..89e1ba02c67b78b0f2e006344a0c60fc35566174 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0209_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd7a0f2ad420154a034379a21a89def7a9e4e9c6fa3297f181fcb243a210172 +size 169820 diff --git a/BUSI_with_classes/all_images/BUSI_0210_B.png b/BUSI_with_classes/all_images/BUSI_0210_B.png new file mode 100644 index 0000000000000000000000000000000000000000..723caf82b0e7c7f734fa4cbb344b391724718f95 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0210_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8333a2d38923bb394c7585aa76161798128387713cf76053110ae19cc33c29c +size 173473 diff --git a/BUSI_with_classes/all_images/BUSI_0210_M.png b/BUSI_with_classes/all_images/BUSI_0210_M.png new file mode 100644 index 0000000000000000000000000000000000000000..df0d3f12b8559e1d4aa003e31031317cda236c7e --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0210_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dcb521bdffd8d2d9452dc3710e6084885819119e439497e374ac5e6ca69384e +size 250804 diff --git a/BUSI_with_classes/all_images/BUSI_0214_B.png b/BUSI_with_classes/all_images/BUSI_0214_B.png new file mode 100644 index 0000000000000000000000000000000000000000..087806f767280da42d26c2bab49bfb8998a10e3d --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0214_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c10ce146fb65511766c0d1590134ed5f960f2283b012360d8c6a95536e91415 +size 164008 diff --git a/BUSI_with_classes/all_images/BUSI_0216_B.png b/BUSI_with_classes/all_images/BUSI_0216_B.png new file mode 100644 index 0000000000000000000000000000000000000000..179ea1ff2a6514a529bdaa97cb06881e7ac8ef9f --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0216_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91aff0f2f847725d14e9b5208fafae90095a8953b076c743029c6bffbe0f89a6 +size 167007 diff --git a/BUSI_with_classes/all_images/BUSI_0220_B.png b/BUSI_with_classes/all_images/BUSI_0220_B.png new file mode 100644 index 0000000000000000000000000000000000000000..1a922e2b6da7b1976a8388ba7d481d201cfadd0c --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0220_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63678c779b5f827d50a5dec0c361b8bcb565a346d64400ac756f35a9792836ad +size 166499 diff --git a/BUSI_with_classes/all_images/BUSI_0221_B.png b/BUSI_with_classes/all_images/BUSI_0221_B.png new file mode 100644 index 0000000000000000000000000000000000000000..56996974b798e5728c781d5d7f02e4e250df42a2 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0221_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0010913e0a8455b6083c57d82225f1233d5075cbd5e3483b959507e404c05fce +size 164723 diff --git a/BUSI_with_classes/all_images/BUSI_0223_B.png b/BUSI_with_classes/all_images/BUSI_0223_B.png new file mode 100644 index 0000000000000000000000000000000000000000..fbc5089d4bdf5c575d21c3b15364f8fcff8914a5 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0223_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3059f1be250daae61dcbc8d2fc0b7422d46a0ac51bf3b6035764640778b24f9 +size 174413 diff --git a/BUSI_with_classes/all_images/BUSI_0226_B.png b/BUSI_with_classes/all_images/BUSI_0226_B.png new file mode 100644 index 0000000000000000000000000000000000000000..81c254396a1f70e37f0274fc78ba806fc0fd6668 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0226_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f80c4c962192a25f1d17a70d98205bfea2a216306161dea9e00377e23b3780e +size 178898 diff --git a/BUSI_with_classes/all_images/BUSI_0229_B.png b/BUSI_with_classes/all_images/BUSI_0229_B.png new file mode 100644 index 0000000000000000000000000000000000000000..8a05546eb7346d0ad0e37af63dd0bcf7b0e0403f --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0229_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32832f52a547b194a05c486cf4f27cbed238369fc52ad429f5a203400ac84da4 +size 171212 diff --git a/BUSI_with_classes/all_images/BUSI_0230_B.png b/BUSI_with_classes/all_images/BUSI_0230_B.png new file mode 100644 index 0000000000000000000000000000000000000000..5310a7e1becba9ec573f2f33af6cd1d614a789da --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0230_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b96e1dfe37c6a29497e9a9e8f39c00fb67dc260cdc28b4494a52ff1fb3281e9e +size 170818 diff --git a/BUSI_with_classes/all_images/BUSI_0234_B.png b/BUSI_with_classes/all_images/BUSI_0234_B.png new file mode 100644 index 0000000000000000000000000000000000000000..ededf36a1fe05d9f2d8b11b3c6af2201d55a68f6 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0234_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73fac9cc04b0b8cf66b1ddc691e7564f2411d234d6ed8715184eaf5d5b50481a +size 195964 diff --git a/BUSI_with_classes/all_images/BUSI_0239_B.png b/BUSI_with_classes/all_images/BUSI_0239_B.png new file mode 100644 index 0000000000000000000000000000000000000000..0d17af43ee34a4fab0424409dc960893f42275bf --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0239_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3bcb4a58e5b34d77d8f80d0440bbe01165cd6a7ae9c65fdd62886f5ee43f9dc +size 176386 diff --git a/BUSI_with_classes/all_images/BUSI_0241_B.png b/BUSI_with_classes/all_images/BUSI_0241_B.png new file mode 100644 index 0000000000000000000000000000000000000000..4f804b7f4fa1423640ac0206f35c25c89b3e6975 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0241_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ccab1e80f16115172e59315e79718a17ea82133a1b96e7d9917f07b05738b8 +size 178215 diff --git a/BUSI_with_classes/all_images/BUSI_0243_B.png b/BUSI_with_classes/all_images/BUSI_0243_B.png new file mode 100644 index 0000000000000000000000000000000000000000..1f571ddb1f9440cc9475c7dc31b57623012658e1 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0243_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e675335e93012c87709381cb3cf1bde801403bf483b4a3b38d7c78d466bea2a5 +size 171886 diff --git a/BUSI_with_classes/all_images/BUSI_0247_B.png b/BUSI_with_classes/all_images/BUSI_0247_B.png new file mode 100644 index 0000000000000000000000000000000000000000..f7d08943c372205cb6c3649972f849c0e717ba21 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0247_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1fba18b6efd61b3bbe375424e84e0dada9d5c0db62f5c7ffadc9ea35badc3e +size 122906 diff --git a/BUSI_with_classes/all_images/BUSI_0248_B.png b/BUSI_with_classes/all_images/BUSI_0248_B.png new file mode 100644 index 0000000000000000000000000000000000000000..6ec39f592bc7f75c943462cb10a04b343ed2ef0c --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0248_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a69bd82b06809d1d67640397f16b787c0fc060951dd58f6a9e434cfb682a40d1 +size 130913 diff --git a/BUSI_with_classes/all_images/BUSI_0251_B.png b/BUSI_with_classes/all_images/BUSI_0251_B.png new file mode 100644 index 0000000000000000000000000000000000000000..bdf11fa768deef6848c1dac23349894a726e0cea --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0251_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308bd635dbc9a614014798e8c5e067d72d0271f1cc7e5a86982ea0731c317174 +size 130265 diff --git a/BUSI_with_classes/all_images/BUSI_0253_B.png b/BUSI_with_classes/all_images/BUSI_0253_B.png new file mode 100644 index 0000000000000000000000000000000000000000..571a881811ecfeb149516a5e74ce5ef912fc0a84 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0253_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e62679cc9ed890984059dd0df972e72bd417f59d6d8b0f958b44d9de7d95a6 +size 114657 diff --git a/BUSI_with_classes/all_images/BUSI_0254_B.png b/BUSI_with_classes/all_images/BUSI_0254_B.png new file mode 100644 index 0000000000000000000000000000000000000000..75dc0b3a5302fdc3cc1c8921c52dcdd0ce2d3390 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0254_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ed0e33235b93ff35e10885adf17208ed9988969002656c79bf52a8a71dd409 +size 119491 diff --git a/BUSI_with_classes/all_images/BUSI_0255_B.png b/BUSI_with_classes/all_images/BUSI_0255_B.png new file mode 100644 index 0000000000000000000000000000000000000000..4d41b0f12b0996cff290b74abae1786cee199aa1 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0255_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19105fc8b3f0f1d85b914b73bb847a871685f96da542c1281f3256b146849e2f +size 158072 diff --git a/BUSI_with_classes/all_images/BUSI_0258_B.png b/BUSI_with_classes/all_images/BUSI_0258_B.png new file mode 100644 index 0000000000000000000000000000000000000000..351f6b3644395186e36449622b48c4c8ad668f78 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0258_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657603d60a1d5d076d5d3d985f64bfb0c71bf09f57007f88731813ce3a0ff24b +size 128914 diff --git a/BUSI_with_classes/all_images/BUSI_0263_B.png b/BUSI_with_classes/all_images/BUSI_0263_B.png new file mode 100644 index 0000000000000000000000000000000000000000..bb000803a359fb79e3c9c89f2ecc1bf70e499377 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0263_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd25864cdb3da4369d50868b4d1614586552865b46b7d1bc05a13c1f6da7c81 +size 134774 diff --git a/BUSI_with_classes/all_images/BUSI_0264_B.png b/BUSI_with_classes/all_images/BUSI_0264_B.png new file mode 100644 index 0000000000000000000000000000000000000000..1962f67217ecb36dbf453622867568f8aa246a19 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0264_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2b1220a679461309861377cae867f88e8a788be4574f320fa5f1d1898a22df +size 134807 diff --git a/BUSI_with_classes/all_images/BUSI_0265_B.png b/BUSI_with_classes/all_images/BUSI_0265_B.png new file mode 100644 index 0000000000000000000000000000000000000000..91de7e8e520cf61415bbb7b1d89721125c5fed36 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0265_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fbd47660b8488cc786012fb909f74eb7d19d0be2d1148f2f38d18f311302eee +size 130470 diff --git a/BUSI_with_classes/all_images/BUSI_0266_B.png b/BUSI_with_classes/all_images/BUSI_0266_B.png new file mode 100644 index 0000000000000000000000000000000000000000..d7bc5e631aad0d18020491588018474d10b46b53 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0266_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2bf7806f0bac999362255277f61a4b3f9c0160be4b5b67ff1fc5359739e8bb +size 133228 diff --git a/BUSI_with_classes/all_images/BUSI_0271_B.png b/BUSI_with_classes/all_images/BUSI_0271_B.png new file mode 100644 index 0000000000000000000000000000000000000000..23330f7a546dc3b01730db0c64fd8a6b19f5b673 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0271_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0615de0422b0f687e0bd336a8769275cfbe265b80255c3b051bac351bf1681ea +size 123920 diff --git a/BUSI_with_classes/all_images/BUSI_0275_B.png b/BUSI_with_classes/all_images/BUSI_0275_B.png new file mode 100644 index 0000000000000000000000000000000000000000..0a0e45633e412d46266866130b57ef4ff4024053 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0275_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df0783740b6f930ad37da914f6a67920c71fb47a6955228d1383ecd89662a22c +size 165401 diff --git a/BUSI_with_classes/all_images/BUSI_0281_B.png b/BUSI_with_classes/all_images/BUSI_0281_B.png new file mode 100644 index 0000000000000000000000000000000000000000..4e3ddfc3abfae1592eb725f9d7baf125836f6922 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0281_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c89f3caf64e84fdaf8b9f2a65aa87d3674588b32fbdef939effdf86e7bc7cb +size 163844 diff --git a/BUSI_with_classes/all_images/BUSI_0282_B.png b/BUSI_with_classes/all_images/BUSI_0282_B.png new file mode 100644 index 0000000000000000000000000000000000000000..4b98e48c12d9323b91a448e05045677cbcb677be --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0282_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed7693a0ffecc2e818e5bd94b8a3d62bbfe992915a02c01f8dd2a8e5e47246e +size 164602 diff --git a/BUSI_with_classes/all_images/BUSI_0283_B.png b/BUSI_with_classes/all_images/BUSI_0283_B.png new file mode 100644 index 0000000000000000000000000000000000000000..49733f72c7077ea7cea7d3a20e617a1a8cb9432a --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0283_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060037ac0d04c34c93ca778d4c6a236eb8ae478bce6ac0585260d8ebeda726b9 +size 166895 diff --git a/BUSI_with_classes/all_images/BUSI_0287_B.png b/BUSI_with_classes/all_images/BUSI_0287_B.png new file mode 100644 index 0000000000000000000000000000000000000000..d90ed1ea3e01aa268ca01178affb31882142aa62 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0287_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9fff94e0e116a085cb7dd263bd0ae137a37c72e375c6b1893a5691f53bcc43a +size 117304 diff --git a/BUSI_with_classes/all_images/BUSI_0288_B.png b/BUSI_with_classes/all_images/BUSI_0288_B.png new file mode 100644 index 0000000000000000000000000000000000000000..93f84a6291e552a2c6857a2093cc722b040f4a0a --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0288_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef530723eb80dbf888025348db0f80387c9215a211abeb6275d84772de4a22c +size 117970 diff --git a/BUSI_with_classes/all_images/BUSI_0291_B.png b/BUSI_with_classes/all_images/BUSI_0291_B.png new file mode 100644 index 0000000000000000000000000000000000000000..8bd1649e930e9ba978209760e27a2722bbf19be4 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0291_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09bfe127188ebd4784beb1afa2d42bfc5b0b3b4b076b0950ceefdf88ec640dbf +size 119441 diff --git a/BUSI_with_classes/all_images/BUSI_0293_B.png b/BUSI_with_classes/all_images/BUSI_0293_B.png new file mode 100644 index 0000000000000000000000000000000000000000..4d59a46eca116498aef3a0773fa96c6ea97435a4 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0293_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b8e62b72f851a58596b19b3bc62ad1033509ce2870e2bab5467fb87db14beb +size 124206 diff --git a/BUSI_with_classes/all_images/BUSI_0295_B.png b/BUSI_with_classes/all_images/BUSI_0295_B.png new file mode 100644 index 0000000000000000000000000000000000000000..135f94a0ea514ec3102342b7d3df94e8fbf9035f --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0295_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26261dd2af98d6137a1a5491b39cdea114c04a22a035203a06cf664f3f77a1ce +size 133210 diff --git a/BUSI_with_classes/all_images/BUSI_0298_B.png b/BUSI_with_classes/all_images/BUSI_0298_B.png new file mode 100644 index 0000000000000000000000000000000000000000..01b8fe48bac2e08115aa0c9fc98550e5c023d388 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0298_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efd070ced8f12f79d94bda8f1082d7792976760d0f96a4375a72f9abfee62a3 +size 127772 diff --git a/BUSI_with_classes/all_images/BUSI_0299_B.png b/BUSI_with_classes/all_images/BUSI_0299_B.png new file mode 100644 index 0000000000000000000000000000000000000000..96aa87238367f11bdf58fd4fd46bcba64be72ffb --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0299_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49521e78155c40cb9207abdbfbbbac0152ff480136d0cf4e64b9767a61f23877 +size 120594 diff --git a/BUSI_with_classes/all_images/BUSI_0300_B.png b/BUSI_with_classes/all_images/BUSI_0300_B.png new file mode 100644 index 0000000000000000000000000000000000000000..c10bb09e855019f1aac1ff33ae337c8ff09de6fe --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0300_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8784a2fd5b6b3ae19a500c6edc887dadd8aa2a4b424f47a0431672f269e128 +size 130821 diff --git a/BUSI_with_classes/all_images/BUSI_0301_B.png b/BUSI_with_classes/all_images/BUSI_0301_B.png new file mode 100644 index 0000000000000000000000000000000000000000..db8f8ddd1ed7b5130eb6442e34594fbfa1e8fa48 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0301_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e41757ff1d5a09fe461b4478b48a3a6a380039797680fad3965938524824ca15 +size 113840 diff --git a/BUSI_with_classes/all_images/BUSI_0302_B.png b/BUSI_with_classes/all_images/BUSI_0302_B.png new file mode 100644 index 0000000000000000000000000000000000000000..3fb71b0f12a7aba1f64a00d664c4c633f0220cd5 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0302_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51f23b7af34139f1b2ec1e00af3729d1ef7f9c010c7b50711b7505a695884155 +size 124453 diff --git a/BUSI_with_classes/all_images/BUSI_0303_B.png b/BUSI_with_classes/all_images/BUSI_0303_B.png new file mode 100644 index 0000000000000000000000000000000000000000..a34ed28adcd0e644a465e18874d3a1527a5191e6 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0303_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d1859382846fe4ec9072285398e4b741c6709451f18c6f2469b2d52cd66fe0 +size 107668 diff --git a/BUSI_with_classes/all_images/BUSI_0306_B.png b/BUSI_with_classes/all_images/BUSI_0306_B.png new file mode 100644 index 0000000000000000000000000000000000000000..d12d9b2b52d0e29e853e7262f57e58380e723c6d --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0306_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a7c6547dea62f04b4ca7c9e94a3d186fab2a65937fa80cb6af1efdd03f2adeb +size 120407 diff --git a/BUSI_with_classes/all_images/BUSI_0309_B.png b/BUSI_with_classes/all_images/BUSI_0309_B.png new file mode 100644 index 0000000000000000000000000000000000000000..8bc208c2cd733bf7729ffded9ecc2be30d8ea523 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0309_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68e6a20d8075b2f993c38d2bdc76fdb12c04a617241002311718fc0a82f40c8 +size 216581 diff --git a/BUSI_with_classes/all_images/BUSI_0310_B.png b/BUSI_with_classes/all_images/BUSI_0310_B.png new file mode 100644 index 0000000000000000000000000000000000000000..4c6b38946d91d8b8c2753a223b3ec4fd12da5339 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0310_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0524d59a7158bd5d9381f8dd3469a0b28f0703b331d1ddc4979574167132bcda +size 148919 diff --git a/BUSI_with_classes/all_images/BUSI_0314_B.png b/BUSI_with_classes/all_images/BUSI_0314_B.png new file mode 100644 index 0000000000000000000000000000000000000000..7cdda4529ca44efe24e606ce9ef6aa421fba67f4 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0314_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f06f7a56bc5795acee09cc16ad6f77e3c8ef6d389d8f35ce86b2ae3c1cfceb5 +size 174817 diff --git a/BUSI_with_classes/all_images/BUSI_0319_B.png b/BUSI_with_classes/all_images/BUSI_0319_B.png new file mode 100644 index 0000000000000000000000000000000000000000..66287d114f5eeab258bea3c0a4a822f3fb056c36 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0319_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a072cd890e94d965801214891aa4cb17b95f1c132c49d068a310ed28ab9e3789 +size 178882 diff --git a/BUSI_with_classes/all_images/BUSI_0322_B.png b/BUSI_with_classes/all_images/BUSI_0322_B.png new file mode 100644 index 0000000000000000000000000000000000000000..7fa7eef5bf5888336e5220cc3af5ec2eaf3444a3 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0322_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:828c0446ec9f296ef19c18e775e85d7d0258cab8aadb3808a25bfa327ad144b9 +size 184265 diff --git a/BUSI_with_classes/all_images/BUSI_0323_B.png b/BUSI_with_classes/all_images/BUSI_0323_B.png new file mode 100644 index 0000000000000000000000000000000000000000..c00bf22703f3c3b29e28d547cd435627d774db62 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0323_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d1b2a149065fe449efe2c3fd29d96b3ffaf7ce6d073b925c5711e112fad3e22 +size 203893 diff --git a/BUSI_with_classes/all_images/BUSI_0324_B.png b/BUSI_with_classes/all_images/BUSI_0324_B.png new file mode 100644 index 0000000000000000000000000000000000000000..b7bfe3d2dea26c83c6bcfb833d525302403061ba --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0324_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ee295c89a6044e720e0fbf0e2b5b692bdb6c22aa22c625f8593304df8099a4 +size 212859 diff --git a/BUSI_with_classes/all_images/BUSI_0326_B.png b/BUSI_with_classes/all_images/BUSI_0326_B.png new file mode 100644 index 0000000000000000000000000000000000000000..20239326694734e2f2a52ae02d9942273645b390 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0326_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f73d96f82b58eb95e7e092ccce5d7ba1bacdc1e37f1cbd26c7646f8a2096de +size 193571 diff --git a/BUSI_with_classes/all_images/BUSI_0329_B.png b/BUSI_with_classes/all_images/BUSI_0329_B.png new file mode 100644 index 0000000000000000000000000000000000000000..31947b2b5893ff9e915daadb40c2023766503e99 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0329_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94000ac606876a7c2f6078901e316c4ccc6ce0b504c0a08a994d0a6d5196b772 +size 224855 diff --git a/BUSI_with_classes/all_images/BUSI_0330_B.png b/BUSI_with_classes/all_images/BUSI_0330_B.png new file mode 100644 index 0000000000000000000000000000000000000000..1c9b4987a6c0acf1d47f6d6d3ad4ff8a8d9e21ae --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0330_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43642fa8e00bd279c5a41adaa07450960bee95cfe8c409b4b36fd75dfaaf0fb8 +size 220831 diff --git a/BUSI_with_classes/all_images/BUSI_0334_B.png b/BUSI_with_classes/all_images/BUSI_0334_B.png new file mode 100644 index 0000000000000000000000000000000000000000..cc7778b62e2f624b128af7ef39b7e00c7acfc0f0 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0334_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0dd7d40c5cfb4bf5612eaf262463257881c9d746a1ef2a8b4dbba8eb6d7a5e +size 162738 diff --git a/BUSI_with_classes/all_images/BUSI_0336_B.png b/BUSI_with_classes/all_images/BUSI_0336_B.png new file mode 100644 index 0000000000000000000000000000000000000000..17a2fbfd55fb7425d6f55bc0f289eff675e1876f --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0336_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d8c85d1af285b613af4c316de4a8e2a39daaad7b4bb850e8f0d11afaea5601 +size 256944 diff --git a/BUSI_with_classes/all_images/BUSI_0343_B.png b/BUSI_with_classes/all_images/BUSI_0343_B.png new file mode 100644 index 0000000000000000000000000000000000000000..a93bc4d57752d3f6caed566aa1099ad8001570d9 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0343_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3c5d97df926b3fb7005d267e2bc4f78c2ea636da6acfa0859d515d313a9d79 +size 175020 diff --git a/BUSI_with_classes/all_images/BUSI_0345_B.png b/BUSI_with_classes/all_images/BUSI_0345_B.png new file mode 100644 index 0000000000000000000000000000000000000000..942d540fa5c99dbd68b77fb7a3730e396c2401b7 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0345_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b252a399f471a94ed66f6d4af48c44d75360b91187210c8f26f06178c3cc3d81 +size 168650 diff --git a/BUSI_with_classes/all_images/BUSI_0346_B.png b/BUSI_with_classes/all_images/BUSI_0346_B.png new file mode 100644 index 0000000000000000000000000000000000000000..19457818a6ce1f288294780829b4d01c126dea68 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0346_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce647f58b03d4786586038211fe272db734cbc5796e6a7f9603ba208054e1fb +size 146841 diff --git a/BUSI_with_classes/all_images/BUSI_0347_B.png b/BUSI_with_classes/all_images/BUSI_0347_B.png new file mode 100644 index 0000000000000000000000000000000000000000..b790cdd6aaf304987cca323e58e48e27ce08829f --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0347_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd6dd7eec5f2992bebc98920691fdde2e4955a023fc8300b0dd889c65324eea5 +size 220189 diff --git a/BUSI_with_classes/all_images/BUSI_0348_B.png b/BUSI_with_classes/all_images/BUSI_0348_B.png new file mode 100644 index 0000000000000000000000000000000000000000..2a06f34ba141402fbce1f07686fb1cdd8943dc73 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0348_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf69ed9073dd351316d9afcbf6678bf73ad7f03b26ccaebfef07e5aa18a2ba86 +size 310350 diff --git a/BUSI_with_classes/all_images/BUSI_0351_B.png b/BUSI_with_classes/all_images/BUSI_0351_B.png new file mode 100644 index 0000000000000000000000000000000000000000..1187d145fb3054f35f2bf5939f951a63dbeea3af --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0351_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:216cdb6361b3c8fd95343baa5e0191bb0a5bd3135baf5f3d15ba9b190a5547bf +size 155567 diff --git a/BUSI_with_classes/all_images/BUSI_0355_B.png b/BUSI_with_classes/all_images/BUSI_0355_B.png new file mode 100644 index 0000000000000000000000000000000000000000..27f8875760e4410c3f58f06675b109d866feaabb --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0355_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a2c098940a3cda34c653df9a33c1ec4b510a6f914f41c1d189c56d6a0a8461 +size 197247 diff --git a/BUSI_with_classes/all_images/BUSI_0361_B.png b/BUSI_with_classes/all_images/BUSI_0361_B.png new file mode 100644 index 0000000000000000000000000000000000000000..a3705352c53501d4745f0ed5c7deb680f1514ae6 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0361_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dff77078f701a615efd02ce228386a5d737a74d7d825150a100e0f463449e97 +size 173907 diff --git a/BUSI_with_classes/all_images/BUSI_0362_B.png b/BUSI_with_classes/all_images/BUSI_0362_B.png new file mode 100644 index 0000000000000000000000000000000000000000..0cb56a4c90ad2114dd43bd11d9e4548d43ae9bc8 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0362_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c9da63435fd3301f6c7c76f60dca74ed2df1a366a5f601774351de521ac99b +size 167033 diff --git a/BUSI_with_classes/all_images/BUSI_0363_B.png b/BUSI_with_classes/all_images/BUSI_0363_B.png new file mode 100644 index 0000000000000000000000000000000000000000..5c399782c6208f34c43fbf065d6366039df74544 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0363_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c623a1d62992802a7a2539b0f2ecfbdd3e88069a532a183c6eecac573ac328 +size 156358 diff --git a/BUSI_with_classes/all_images/BUSI_0366_B.png b/BUSI_with_classes/all_images/BUSI_0366_B.png new file mode 100644 index 0000000000000000000000000000000000000000..8df01db64f4c0895428b2b0b5035a466c2d84e1f --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0366_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1ef86c43db10366d13d49b8001e393f6c8fa72b05ba176aab44f8778d1ed95 +size 170560 diff --git a/BUSI_with_classes/all_images/BUSI_0367_B.png b/BUSI_with_classes/all_images/BUSI_0367_B.png new file mode 100644 index 0000000000000000000000000000000000000000..7d7766942bab8f8f4b2382ee4abd8aa6a86a1ebd --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0367_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676d1bac5f9110c7165d9c57adb55de4dfeee3b8b73d4f4c995ac4782cd14678 +size 171850 diff --git a/BUSI_with_classes/all_images/BUSI_0368_B.png b/BUSI_with_classes/all_images/BUSI_0368_B.png new file mode 100644 index 0000000000000000000000000000000000000000..32eafda34af2b9a32ebae8886f6fa855d12d80f0 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0368_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1e38835d27da31c6d7bd84260f683102f618828c10afc8426be0f30ae5c003 +size 204879 diff --git a/BUSI_with_classes/all_images/BUSI_0371_B.png b/BUSI_with_classes/all_images/BUSI_0371_B.png new file mode 100644 index 0000000000000000000000000000000000000000..4006822cbc919ae038407b5d26b651338c8ce7fd --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0371_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b865c82ff8e37978cb5e1af242c43d2d4bb55db6d31f4eb80dc4eeff2d5bba9f +size 252149 diff --git a/BUSI_with_classes/all_images/BUSI_0373_B.png b/BUSI_with_classes/all_images/BUSI_0373_B.png new file mode 100644 index 0000000000000000000000000000000000000000..ca65ebd344847880d4305c9ae0fb250dbaffc60b --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0373_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ee796808ca2de93ad9b82f53e07a1aac3781e85edd335025f6f8b18439df1a3 +size 158728 diff --git a/BUSI_with_classes/all_images/BUSI_0378_B.png b/BUSI_with_classes/all_images/BUSI_0378_B.png new file mode 100644 index 0000000000000000000000000000000000000000..f60d8b36b522d5ef925d6647aa6c7304f2a77c59 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0378_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b536048d69d1a04333082a38b1a57ef94a70e40f21648a05e9e7c4df02b1a4 +size 156553 diff --git a/BUSI_with_classes/all_images/BUSI_0379_B.png b/BUSI_with_classes/all_images/BUSI_0379_B.png new file mode 100644 index 0000000000000000000000000000000000000000..ac9309b856177b97ee60fa6afff6ae4dade2edae --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0379_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc54ad16d60cb1a952e37e9dcd4f3d2109e4f940c0ae9af794b0f3375ffd97a5 +size 318537 diff --git a/BUSI_with_classes/all_images/BUSI_0384_B.png b/BUSI_with_classes/all_images/BUSI_0384_B.png new file mode 100644 index 0000000000000000000000000000000000000000..2ffb55dd797b20552acbaa2cf285f1cf99a5c884 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0384_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d5c90c293bb6cdb1478f4b4fc365913d7e9995b86ab1ba2d3ffad1c81677ff +size 183519 diff --git a/BUSI_with_classes/all_images/BUSI_0385_B.png b/BUSI_with_classes/all_images/BUSI_0385_B.png new file mode 100644 index 0000000000000000000000000000000000000000..2baa2314b42410b68b48d0bdcd8d526533464672 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0385_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa83d2daae31d10ab588c2778b0e943dd2cd407f40936a18cb533b46a87b042 +size 98025 diff --git a/BUSI_with_classes/all_images/BUSI_0386_B.png b/BUSI_with_classes/all_images/BUSI_0386_B.png new file mode 100644 index 0000000000000000000000000000000000000000..2b8c072aa0e7f49e690b64e6f671a3f05a079c52 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0386_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08eea9d5d4d3484a483c9ffc05ec067e8ea9dc3e771bab6c362a9de554cb8a7 +size 255228 diff --git a/BUSI_with_classes/all_images/BUSI_0387_B.png b/BUSI_with_classes/all_images/BUSI_0387_B.png new file mode 100644 index 0000000000000000000000000000000000000000..7cd85329a35190a751bc5dbef92c4d4ca2a48022 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0387_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db8dce9e79aa87b138449a79d7d0dd15e71a9eacbb2b074187afea9f2e18fd12 +size 171616 diff --git a/BUSI_with_classes/all_images/BUSI_0391_B.png b/BUSI_with_classes/all_images/BUSI_0391_B.png new file mode 100644 index 0000000000000000000000000000000000000000..7aa7cfd14b3546964b667be02880f9cf4358d490 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0391_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a0336fd9d553ca6a536ccb989f98d6698d5e84a44bbfb711dd00d378a7ae25 +size 233515 diff --git a/BUSI_with_classes/all_images/BUSI_0395_B.png b/BUSI_with_classes/all_images/BUSI_0395_B.png new file mode 100644 index 0000000000000000000000000000000000000000..4a80f7d8805cdadc481e8106471558d6a434c4ed --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0395_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efcc6dca71be23f7a8c5536060e7932f4d0894a24503542982ff13ad2c8e76ea +size 199323 diff --git a/BUSI_with_classes/all_images/BUSI_0400_B.png b/BUSI_with_classes/all_images/BUSI_0400_B.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf32aa59604216b787f67202d5c2b01ed38d1be --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0400_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e26ad407afaca19683d14099d77fe27a714dee46a04ff5c64f3928f51ea7a122 +size 245526 diff --git a/BUSI_with_classes/all_images/BUSI_0404_B.png b/BUSI_with_classes/all_images/BUSI_0404_B.png new file mode 100644 index 0000000000000000000000000000000000000000..bc820322b230b059a1ab7f86917157dcb5167246 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0404_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e2983b33a93077f0dcb119dca04c0944038ddcaa0e1f8a42dfeff9ad46223f5 +size 242439 diff --git a/BUSI_with_classes/all_images/BUSI_0409_B.png b/BUSI_with_classes/all_images/BUSI_0409_B.png new file mode 100644 index 0000000000000000000000000000000000000000..45ab566c7b214890d21068ae400a7c7fe6fffe08 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0409_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c6843195966768611dcdb5009b0b46305d7b603fd2471d0fd1a67ec162a2d5 +size 161395 diff --git a/BUSI_with_classes/all_images/BUSI_0410_B.png b/BUSI_with_classes/all_images/BUSI_0410_B.png new file mode 100644 index 0000000000000000000000000000000000000000..f606c940b48b67f8ed2e840ff2cbb7a2a4ddd919 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0410_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a51623fe364d5a931ef1461c4e5e389818ba803dfbeb1495545c97d45ac2278 +size 159506 diff --git a/BUSI_with_classes/all_images/BUSI_0411_B.png b/BUSI_with_classes/all_images/BUSI_0411_B.png new file mode 100644 index 0000000000000000000000000000000000000000..40ba6f635578b8448341ceea412801f2219de614 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0411_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bfea5106de50c567dca3dc67a936a2dc344938d1f41644fcf1ca1c479b8bfcd +size 198244 diff --git a/BUSI_with_classes/all_images/BUSI_0412_B.png b/BUSI_with_classes/all_images/BUSI_0412_B.png new file mode 100644 index 0000000000000000000000000000000000000000..9327a0e0e4202749dfc964026ab31a9837fdcc97 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0412_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e6994c9acd45e1da9512e1ae2130a6c6bf6f845dcea148fbcc009c6e3c64c0 +size 242799 diff --git a/BUSI_with_classes/all_images/BUSI_0413_B.png b/BUSI_with_classes/all_images/BUSI_0413_B.png new file mode 100644 index 0000000000000000000000000000000000000000..006c9fb4aa16b790853e56a08ad7f2ebd8f0e91f --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0413_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123498e53b3034cdce5e88b6cdfc18a351d58b4b794dbaa838f000c700ea5a28 +size 112432 diff --git a/BUSI_with_classes/all_images/BUSI_0416_B.png b/BUSI_with_classes/all_images/BUSI_0416_B.png new file mode 100644 index 0000000000000000000000000000000000000000..4d433bc52d390b6a80417d326b574cb53d41b241 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0416_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c149d0fa84d61ab27cdc529fe572a004247d0bb6a86bfe7993ed4dc05587b37 +size 278079 diff --git a/BUSI_with_classes/all_images/BUSI_0419_B.png b/BUSI_with_classes/all_images/BUSI_0419_B.png new file mode 100644 index 0000000000000000000000000000000000000000..d713d689345661c39c4888969f4fbea75bd23d1b --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0419_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc3805b2d708144b393757dd1bbe30d37162ffda2a564e108f08d8ace9cd6b09 +size 244049 diff --git a/BUSI_with_classes/all_images/BUSI_0420_B.png b/BUSI_with_classes/all_images/BUSI_0420_B.png new file mode 100644 index 0000000000000000000000000000000000000000..ee542266556bd7f109482793add303f3e48a470b --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0420_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb0941cff241990d77eae38de784074170c2952fd0c0cf51817dd7a4fd7d58f2 +size 246412 diff --git a/BUSI_with_classes/all_images/BUSI_0424_B.png b/BUSI_with_classes/all_images/BUSI_0424_B.png new file mode 100644 index 0000000000000000000000000000000000000000..bb3af93622c8173516d0ee22bdce8c7f22907366 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0424_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53cc5a9acb807cfbf323196e9747fbbd094af032495feb208febca63e7712472 +size 157843 diff --git a/BUSI_with_classes/all_images/BUSI_0426_B.png b/BUSI_with_classes/all_images/BUSI_0426_B.png new file mode 100644 index 0000000000000000000000000000000000000000..d5eb033ea20f2be3ec44b8dd0e24fa6a9611bca0 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0426_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa0100e8a010af99afeb7dab07af7591eb510fcda8a55b58cce7f3a031bdf6f +size 165557 diff --git a/BUSI_with_classes/all_images/BUSI_0432_B.png b/BUSI_with_classes/all_images/BUSI_0432_B.png new file mode 100644 index 0000000000000000000000000000000000000000..3c00af5217fdf3f9b64f973fa452d6d021db353d --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0432_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca46d3b73bf05234b8c130520a78fcaaf702c2abe4c861105f9dd42d419a77a +size 135734 diff --git a/BUSI_with_classes/all_images/BUSI_0434_B.png b/BUSI_with_classes/all_images/BUSI_0434_B.png new file mode 100644 index 0000000000000000000000000000000000000000..fe0e74d1e0c65021ed52106cea9ece160abb367f --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0434_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0440ccf5f5cd927cf06c668fa449645c9628b9998e2a92a64efec1d89c281fc9 +size 187934 diff --git a/BUSI_with_classes/all_images/BUSI_0436_B.png b/BUSI_with_classes/all_images/BUSI_0436_B.png new file mode 100644 index 0000000000000000000000000000000000000000..66cc1507c53b201c65694bb8a7329c4897c6afb8 --- /dev/null +++ b/BUSI_with_classes/all_images/BUSI_0436_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:598ec69867c6694cac8296d8fc131d1ce4c2c2f0403d8abe4341472e97f2615b +size 157636 diff --git a/best_1.pt b/best_1.pt new file mode 100644 index 0000000000000000000000000000000000000000..1607780e64a94de7510734bd2ab8711abbdec98e --- /dev/null +++ b/best_1.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce142214282d444cf5fe0092c5d810b61fe7b67e5670dcb689613cf80444e56 +size 44901393 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0037_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0037_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..b142c183e14704d46c8be452e37fe2c81d494cd4 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0037_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10712885b518b6cb04ad68ea2ea098ef1fc49bf203cd1736791e7ae2e5db27d5 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0038_M.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0038_M.pt new file mode 100644 index 0000000000000000000000000000000000000000..5c0bf86ac94663e2b95de40154c223329889e460 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0038_M.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ad7641c7f99a71e4d1730b1d9fa63843c1420798ec7ae869c5aef4a98f792c +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0042_M.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0042_M.pt new file mode 100644 index 0000000000000000000000000000000000000000..607ae5fd76826e94b624618c8005f7440239bc4f --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0042_M.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8fc70e51e42e94414ee94d536b070a7fcc2bbc7f40085276608c88f3b172cd9 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0048_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0048_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..3d977f6a9bf13b7dedb871c4a9eda22a21443b7d --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0048_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee5694991e4e6f0fa5d1c3e483be26565bf882ecb0e5e57cb554249f60aab81 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0049_M.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0049_M.pt new file mode 100644 index 0000000000000000000000000000000000000000..4db4d6a33239355daf51854de80de64654ef1253 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0049_M.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b798af167d4693b6bd7142e8a4d78759d569a774d7e65a0183b9df242ff249ad +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0053_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0053_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..cf8d12c50eecbd0fe9b3f9e17aaf25f5bf0dd4e1 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0053_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:284712b0859cba4930ca598a58be8deff824e38ebf4a7c2470f2299ab726c177 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0054_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0054_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..2f16ea792c8e6c943ddba7b89f9d590ea35a7739 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0054_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fbbfc4987271bc702f5f9d2e9261b0a424fdb391a23c1d9c31e85fe255466d8 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0064_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0064_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..75a5325cac101f89b0466003714f0d1f312538fb --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0064_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd7cc561efbeec3ee47bc32e3854ddb345cca3d33c530f3c15bcc3e3388b52e +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0065_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0065_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..d5cf8df5ebf90b9ffb185f2fb6afa92d2b19edf6 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0065_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:680418bf3adf9b2a91ca4e4b2ea000eddd8545931c190e3229b59e1d7ca90fda +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0079_M.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0079_M.pt new file mode 100644 index 0000000000000000000000000000000000000000..ed74e4046ca5c455d94e0f1e4d7fa151ceaec153 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0079_M.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f93cb35802b260188c020ed48977ef20c007506641f7dd70f5ac432e9453f9b4 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0085_M.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0085_M.pt new file mode 100644 index 0000000000000000000000000000000000000000..9b747fabd6d6b2f77aa0f493719597f17bb4536d --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0085_M.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:928e18a30f8b927ae2a0813ed64e3c74fad2055d0b19e7bac54688405fd3ad37 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0090_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0090_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..3ac7c6d3a42f1f99d562aaf8105dbed5823aff65 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0090_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21fa56ee1d1a464ecd4b52e41843f5bb760855f9c17fd6712f12b205f64b39a9 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0100_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0100_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..7ca522458853d57fedf100db6498ce9f925f7404 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0100_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d34db428c6ebc6a93f543540f4117c7bc4a293035254cb249887df176361468 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0107_M.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0107_M.pt new file mode 100644 index 0000000000000000000000000000000000000000..ae4aad80381ea93f19da98b6e61efd5dd9a472ed --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0107_M.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79bf0151c4c0846edbb852d7470783de306030f8b8501e1db48984de406e94c2 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0108_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0108_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..c8b2a2743a4c878a05278a8742c402ebb0e5d7d9 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0108_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa234559617b3c9b7dfd9b4fdcde92ad14ba32ef50c4e826d128156c571ffd0 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0128_M.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0128_M.pt new file mode 100644 index 0000000000000000000000000000000000000000..75e42382ea5bc4e3d2812cdc99364ea8b6871fa6 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0128_M.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:391daf2581163ea90bb342736bf60a6fd12461d21c06ddc1e8fc570144af6252 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0134_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0134_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..ff4fb770fc3a6612a54f1353886d867dfd3c8c29 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0134_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77161e56ea98e49c67fe712f8388aca0cdc5b4876c2f88fce04eb30f3fe2b8ff +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0135_M.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0135_M.pt new file mode 100644 index 0000000000000000000000000000000000000000..48b968127cd0f3eb9664168c874e71e56ca1e21a --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0135_M.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087643bde6f43d19c9fdc3cb0504a700eb54ead490fa7343c024385e567cd4f9 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0149_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0149_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..18ce4e6f40403db80f6794632991155a3d458c64 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0149_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1dac6731743521c86e60d045808f2d21730b3a415b32d6e714225cef618bdc +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0152_M.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0152_M.pt new file mode 100644 index 0000000000000000000000000000000000000000..70c8ba614ddfca12d5580860ba6616bf6e4a19bc --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0152_M.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3062f0af3489b8fbfd7fc023a6e26e0662a0837016090ccc01fed99dff964f38 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0163_M.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0163_M.pt new file mode 100644 index 0000000000000000000000000000000000000000..c3557854a5fa141467f820cc779219a3e341f641 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0163_M.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e680ad5eb032d6f6dd90d4a4f460393bffe663b17d8362940a499e0756e92087 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0191_M.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0191_M.pt new file mode 100644 index 0000000000000000000000000000000000000000..a037a654f231f2c05973b2a5ccc1a0898d64af83 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0191_M.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d65a1ecf7cbda204b5dde2db5154a03bc85fd94a22a1c2c05a0c88ae470195e0 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0192_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0192_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..03cdfa4120208dd2d2fe819661d1e33b645805b8 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0192_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8014363b477cb9e5802e10990cf75520efa8fafa41b8f8cb618926a83a969e +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0217_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0217_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..bdcf4f90327fb4f7df32c2c58ff375aaab0a2bd1 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0217_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f99ba60aba359797e9c77a119685ef1414906eebc6fd20896fbc7aab691d0b0b +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0232_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0232_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..bbfc14104ffb00546d34778b7d9d56fe8f760905 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0232_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac349faab9d2c0bf057f3708657d2c5ee315d1604960afe101ead60dafe4f6d +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0249_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0249_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..a0af63744498aa2ccf1263a8a4c9aeec0d73798a --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0249_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6777f29bc33f83033c138b4aaa4223db19b31fcfa91ce8053baa354b6f4bd173 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0270_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0270_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..f8668d322ed66c567647cc76ca02173956210696 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0270_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aabfde291b9044d644c1ff97f874f4941def1dcc85d2d7d438f5cb56d2cba203 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0273_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0273_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..11cc830c030723e78764c1a5b1c53f0f882fa3e8 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0273_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604add462e05fe2a4774efc0eb2561488ad6225cd59e427e75a35b89e9537199 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0287_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0287_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..aff7ec6b5fc52c6481af1ced2080b78219160d31 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0287_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d677bf01703649f9b60ed3c43a234e6060c14f14eb518dde66fe3a460cad82 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0307_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0307_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..b75f34ab55376895147bb407247616d76dee22a5 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0307_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8cae9269d72240b8abfe706963226d57ff4fc2c00f920559d683c25898040d9 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0313_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0313_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..8fedeb6f899d41d45db1157071389b761d091874 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0313_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb0414e52662c36a9a0da4a55add3012c6ce79772f33340b66faacec61da9f4e +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0317_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0317_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..d1e8124078b70862e76725c0a543282689f11040 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0317_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a96ad0146e0d0b683a389842c0025b93f24d5363ab98bac57feec780217977 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0339_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0339_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..1b156712390b9ef00f2591081cb2c535925e834a --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0339_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b55780931d5229db4245ee0e6330f7c92880b11216557339ebb75206ac6b075 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0357_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0357_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..a49be3c7f3331102217e13b4caf0070b9c8b3257 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0357_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39529c84040202c1b63e7504f862a4656946065470e32fcd4f8f6c2f6c603e91 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0391_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0391_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..04b06090dfbd49fd71130e171211f0345d7891d8 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0391_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b699c96be6e6b504ca66ad44c79a87c8d2d4d000977ce78ed8c151e41675f65e +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0406_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0406_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..331e2c93efab03397e669f82fbea900335a8d990 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0406_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4889817bae7e61ba8ba72b999a87d4223f364a84bc5350079d32427d779fe037 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0435_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0435_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..2caab58c8857bd785a6dd2f4e807846a5c96b453 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0435_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3113d3ee24e52d1d45bceb4575607d799b3b7ee5e8bd44a55ee177a4dd8b61ec +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0436_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0436_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..9a568fa253fe516237790fad7678e5e8e89cc2ba --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/mc_cache/0686928ad3f6f33a/test/BUSI_0436_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d2d9be24ce20c11f6a1a7f8b0fb090d3bcc00857342eac02fc6134fcef0908 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/plots/ce_loss.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/plots/ce_loss.png new file mode 100644 index 0000000000000000000000000000000000000000..1c04198572ad9f36bbe8dd5cdb6c308394dd8568 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/plots/ce_loss.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e1d237bd0ed1ff4b374aacbeb94893438fa3dda38b5e6a149b8d6c4b6d73a5 +size 14805 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/plots/dice.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/plots/dice.png new file mode 100644 index 0000000000000000000000000000000000000000..64fd6452e7386d023b52ca906def73820a4fe8a9 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/plots/dice.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d2a5047542c78eb9aae12708766eb6a0fc2d6aaa623f1acd90ba335f0f050b3 +size 42037 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/plots/dice_loss.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/plots/dice_loss.png new file mode 100644 index 0000000000000000000000000000000000000000..c36b1448a94dd6602ab628bc304bfc7e66e48bec --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/plots/dice_loss.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e70a51881b8bd6d4df224a0f2590e48301cce437bd032ac038910aa85e79c9 +size 15585 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/plots/iou.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/plots/iou.png new file mode 100644 index 0000000000000000000000000000000000000000..9f75ff5039e603248a676f03344f84003ab07f07 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/plots/iou.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca763857cb18fd50fa9ea5bc4a9dddf53778d80d8ab63a1f86520b0639b8dd6e +size 41596 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/plots/loss.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/plots/loss.png new file mode 100644 index 0000000000000000000000000000000000000000..42541206485326f0ad95f3420256349637d6e668 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/plots/loss.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb11e7010fdf7935f498487192ef11ab77abf2a1d317e19d40b629f62ce8a23 +size 35207 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/plots/lr.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/plots/lr.png new file mode 100644 index 0000000000000000000000000000000000000000..d8dac88caf625ef411468d4d20ddf7a5d6418c67 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/plots/lr.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18869c480f28f9b33024f5ba512ce6e2ccc442282c4eec399b55b8abea366e7b +size 34149 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/plots/reward.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/plots/reward.png new file mode 100644 index 0000000000000000000000000000000000000000..16e92717818dd448cec65db830c98968913e104d --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/plots/reward.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf8ad9f94ed94bd58870b64f7ed8e8c739a5e1a8cbce596a51a88625a3cfc77 +size 45062 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0011_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0011_M.png new file mode 100644 index 0000000000000000000000000000000000000000..c9ea6c8c1fd2295454cc70e3b68fd38af94a9825 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0011_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd392de0a6f3ab0298120e9bb3dbd227034f1d5fb75f48fed037eeb6ac569cb4 +size 161 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0013_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0013_M.png new file mode 100644 index 0000000000000000000000000000000000000000..49a562eb01181d26da1917be937870efa8b7ffa0 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0013_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3986e48418de1a23fba479441c02c78d5b48c082a5fb1cd69d80f56aa53bb0f +size 264 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0037_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0037_B.png new file mode 100644 index 0000000000000000000000000000000000000000..184ddd9a7a1149565cbe04c6f7470c49073c6e2e --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0037_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8db9a3666ff9e0fa0698a0b9dc53c32b036976da2288a9574577c93b5f5c08d +size 177 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0038_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0038_M.png new file mode 100644 index 0000000000000000000000000000000000000000..96f71e37423cd02784f909f386b9e67c62f209d0 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0038_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0aa3e81428a9eef26f9416830d61528fc033b269e6cf84513b0ebaa6c5ee10b +size 215 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0042_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0042_M.png new file mode 100644 index 0000000000000000000000000000000000000000..ab2de42ebd805916c92374f83ac48c3614d03058 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0042_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:605114472fd5a8af69cb0ec343384a5fbd84a396e1e71155b90048008a478b53 +size 386 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0046_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0046_B.png new file mode 100644 index 0000000000000000000000000000000000000000..61fde0ae43adaa30ef0c5e3f85848d83233a865b --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0046_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07058563c0f1705439ed2dded8d18785be2fe1faeb7830a0d6ff154da580ccc4 +size 161 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0047_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0047_B.png new file mode 100644 index 0000000000000000000000000000000000000000..07e6b1ec1af74dee6b512a92d63462392d6d69c9 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0047_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1487aec829ab5ebd5a2b723f748d4c5e407dbd1a3bfed9fa14d722c06320b967 +size 151 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0048_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0048_B.png new file mode 100644 index 0000000000000000000000000000000000000000..94ee0b7c7601261ebad59f27850f7cbd955e72f9 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0048_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ce8807a7aae2612bd1b8de3bca23e5a4eeb8973fe4e015d4ca6735eb0a2f2e +size 288 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0049_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0049_M.png new file mode 100644 index 0000000000000000000000000000000000000000..4c9ec25f04000215c246250acc1fe23acc23849e --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0049_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c362e7fdec75ae6882f378b7d231336ee0d3c2bae2bf7ce7757e910e2e000c31 +size 309 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0051_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0051_M.png new file mode 100644 index 0000000000000000000000000000000000000000..994559450e080704a3ba9e1bc885ee7f6fd500b3 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0051_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f155cbad8b5de9a01b1bdf51504142d1c0c8ca6fe993479b3fefa8455491b9 +size 428 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0053_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0053_B.png new file mode 100644 index 0000000000000000000000000000000000000000..b0722bf48692f1b713ba5f37b607cfc35cb107c2 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0053_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43fb9e2d789709bdc5ab8393130fc7ebe632370fe646a3ab4ffc4f4ff2e72f5f +size 184 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0054_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0054_B.png new file mode 100644 index 0000000000000000000000000000000000000000..6e0bbafaffe083c4ffef62f6c5eee70b01294cd2 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0054_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ec3b1941515376b8e7dc3e99845cb237608a32df5380ca24e938a4ec4efa48c +size 263 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0064_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0064_B.png new file mode 100644 index 0000000000000000000000000000000000000000..3ce9e38a5567bc4aff8444d1b87b66c97cc88f7d --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0064_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e359071d442241d4f7dde5322209c5c6502ca10dcb66eebde8d3122c790185 +size 461 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0064_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0064_M.png new file mode 100644 index 0000000000000000000000000000000000000000..2239c19b3d1cc5925c5a576130bfee91b621e2b1 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0064_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e730f9ba542d22fd806862b3d0628237bd2a02e918edcae4eb694a339094981 +size 366 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0065_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0065_B.png new file mode 100644 index 0000000000000000000000000000000000000000..26dd56656a1fd9f30e560c2230e214a1c4721e67 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0065_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cb89df3c36b4018be8f5f56f18f49c1675851f942b6150a943505c792229208 +size 232 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0070_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0070_M.png new file mode 100644 index 0000000000000000000000000000000000000000..10f8c6f8e03015adcb8553498d87acf0772329ce --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0070_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6060b622a70ea4c27d038740fcc28497446a88bab431f56a2e35f49eefabaa5 +size 325 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0079_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0079_M.png new file mode 100644 index 0000000000000000000000000000000000000000..29ede8cf42442c443807410b4199c8586893aa50 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0079_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4a348f41ee0f841729a7104a20efb04aca5efb66c06a9d43739c9d267068b9 +size 370 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0085_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0085_M.png new file mode 100644 index 0000000000000000000000000000000000000000..0180f28da5d9d96e3f149be0889372b6b347984e --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0085_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64c627c175b6d58c1859e33488c2805a51f198b812b25dac345739217e5cfe8 +size 390 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0090_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0090_B.png new file mode 100644 index 0000000000000000000000000000000000000000..2c75d54745c98725c7093f88a732e6971feb3af8 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0090_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a571dcffd3c94c719f2e591d93c9133970feb6da03e5de88ece982745eaef7c5 +size 153 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0100_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0100_B.png new file mode 100644 index 0000000000000000000000000000000000000000..7f6b545f3c8d63bf65c530d23f08fb9dc227da7c --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0100_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380f0b17fed7cf7e9fce6520940d2ea2d01bf1271dc98c425ac9df1ecec8025e +size 233 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0106_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0106_B.png new file mode 100644 index 0000000000000000000000000000000000000000..70088a9e38fd580b7cb6e9f65c345728b100a70b --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0106_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8024c757849548b1b0bdc6e44b5be78f5af9fe737098a3bdca60f30f561de45d +size 191 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0107_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0107_M.png new file mode 100644 index 0000000000000000000000000000000000000000..b07b564ddec329b22a70d816a9132d370e0d7a43 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0107_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aaaead094f2be071c685c373a89c70997ac1b4814c779d18e227e150781e3b8 +size 340 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0108_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0108_B.png new file mode 100644 index 0000000000000000000000000000000000000000..cb1ca7f5c6f0c914dd9b45c64604cc284d68dcec --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0108_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005e6ac343c0ea6bfa7617ed37053016b2bf65239c05b5d46888403f28ae7e68 +size 146 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0128_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0128_M.png new file mode 100644 index 0000000000000000000000000000000000000000..db642abca034b51e67c3d3f45dac9306c30327bb --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0128_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505fea42d45444b50e5c22e0b5a9bb4ad7385e66dfd4f83d080461dd55ff75b3 +size 463 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0130_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0130_B.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a656df1ea96f677186f381b0bf22c8fe44efb5 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0130_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c61b2eccec25c0a39822c08b4f6f3aa98fe92aadc99ddc2f03a78dabbc13d02 +size 254 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0134_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0134_B.png new file mode 100644 index 0000000000000000000000000000000000000000..4ff1a81954de851e68c0fb06c5eb480c813e8e3c --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0134_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dfcbe2f14413e2c7d4748b917a6d8c1f18d9d4183f4e5fccc9d6911a127b502 +size 176 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0135_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0135_M.png new file mode 100644 index 0000000000000000000000000000000000000000..1c06b17ece599c3b2f245f83c5d3acb5e74ca8c9 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0135_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6485ef9bc73c75ebf6a7d9337d10c3f001511254e26e62958e3d3c64952b5e55 +size 316 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0141_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0141_B.png new file mode 100644 index 0000000000000000000000000000000000000000..4bd82f86044fa57a96206de489fc68801bcc110f --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0141_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571fad8dcefd4b376e0dd520e20eaa03c2ec86a4f3aa0272611e04aad98289b6 +size 471 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0146_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0146_M.png new file mode 100644 index 0000000000000000000000000000000000000000..51612cb8059d7cb5cd1969b5b895cce902f9e885 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0146_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e84a7083ecdc50905b52dc4c88e5dab266ec3ed91d90d84548136a85e6e32b +size 350 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0147_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0147_B.png new file mode 100644 index 0000000000000000000000000000000000000000..3bff29a3b0c9fcead764c3b577903aa6f36e3551 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0147_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26cc8fa9a10bcc9997467ae39a6dbad58dfdbe320e7d211b612232ef62a66704 +size 219 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0149_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0149_B.png new file mode 100644 index 0000000000000000000000000000000000000000..14bce2671467677c07ceecba1be3ae24b930a47e --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0149_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a886a97bd0cfb31d10c96d982f6c5c4d2af2109db26f51611f7f262e213236c0 +size 216 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0152_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0152_M.png new file mode 100644 index 0000000000000000000000000000000000000000..64749a6b3bbaf1e5d72c4eec3db13bc979345d85 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0152_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a56596d79c5a8f31df667510347dab7caac0267066fcc0f5fe510dcf4a4746a8 +size 425 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0158_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0158_M.png new file mode 100644 index 0000000000000000000000000000000000000000..04f4bcf010edad87109f801724b4fbc74c77f6c1 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0158_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978867a5b2dfc87484bb9f0153200c4b889dcc17368838ceee0e66d989d4819b +size 284 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0163_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0163_M.png new file mode 100644 index 0000000000000000000000000000000000000000..41f95260a27fe14fd8ca38bd714a2bae07608405 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0163_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2fff7e9b7cf23d8adb7695804d52f99bb3c3871df1a4186d9d19d5680656a4 +size 564 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0177_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0177_B.png new file mode 100644 index 0000000000000000000000000000000000000000..3d59be6914de89a8934c80525a23fea7c396c280 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0177_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0ddf4e9dfd9fd33f1259a5c48db36dbb7b73932fdafa289b16396cb1d8d92b +size 164 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0182_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0182_M.png new file mode 100644 index 0000000000000000000000000000000000000000..9014b0f96bfecffd3d30b22443cff23bfdc4ad6f --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0182_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101560c56cffb6554fd2d6c2972b69a3adc1297c9ab4c9af151c151b5331b5bb +size 427 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0186_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0186_M.png new file mode 100644 index 0000000000000000000000000000000000000000..06ab0d9cfeec3f3bb25aba45d15769342065a671 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0186_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e74251f3c6d853edb8e612c94542525fed32f7f4565f2f13db471dadaa8edae +size 515 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0189_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0189_M.png new file mode 100644 index 0000000000000000000000000000000000000000..cca9665a5d93a7ebbd65d805a1f91095132ed3ae --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0189_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:006225468d8e6a18e1b47accc28bdfdaf62875ba4d1a76175602880cfed9410f +size 330 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0191_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0191_M.png new file mode 100644 index 0000000000000000000000000000000000000000..92348611e81969e6afab68d7c76a6fd16d6b403b --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0191_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8276ca2809771cec50701b56b38d0d5a1dbc2b70c2c7269ac6a9414c63bfefa9 +size 585 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0192_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0192_B.png new file mode 100644 index 0000000000000000000000000000000000000000..36915969553d645ebfb713d1ff12ce177ce715e7 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0192_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6fef2ef9947b16062cca23b5595643873aab4805ad296e02d55c9ea564e9b1 +size 216 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0205_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0205_B.png new file mode 100644 index 0000000000000000000000000000000000000000..98d1138db21ed02a45813feb6993f1c04e3227bf --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0205_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe7ac658a675e132be1d71800b3fa9d61bd96c6539db6c95e02a3b31f9383aa +size 378 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0217_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0217_B.png new file mode 100644 index 0000000000000000000000000000000000000000..713321134730a370d8669ff764d2160699729e49 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0217_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b5e71a693c31c2121210ed05bc652e908d01b7a7e7e7f7ad3c95571429a453 +size 323 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0227_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0227_B.png new file mode 100644 index 0000000000000000000000000000000000000000..dca32bacf6f41cef9f24a4ea2c207a4eca60573d --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0227_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f2fb00b3b7172d97c434150bec19b3cc1fae275ca5bd139d032b43e37158e06 +size 194 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0232_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0232_B.png new file mode 100644 index 0000000000000000000000000000000000000000..4430b937c30f1d578dd7c46cd17a77b5a35bd9d3 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0232_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37ceaf7b233b709561d6d2024c5912d80b4d9e05073c20e8a10aaf0c7201eee +size 310 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0238_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0238_B.png new file mode 100644 index 0000000000000000000000000000000000000000..95015a848f288d5ecd7d66bdec30db123115e725 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0238_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:243620ca9e31a1325c290f2a318eac21083dd4b92a60a20a2d1c89fbc307425c +size 339 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0249_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0249_B.png new file mode 100644 index 0000000000000000000000000000000000000000..ce3b4b44eb95b4e322d6d3898de631bc0f6c2c42 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0249_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e41654e4f9a7ed28a7c8849b4fd18e30c3e8aa921cf48927d9ef1c49044be2 +size 263 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0270_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0270_B.png new file mode 100644 index 0000000000000000000000000000000000000000..7a1572308183a074cf23c2821357cdc8a210a90b --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0270_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3b4be03352436cdeb6bd26170e78b7ed8fb35d82f47493db1b5b434b0e144b +size 179 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0273_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0273_B.png new file mode 100644 index 0000000000000000000000000000000000000000..c40a016e47555208bdcd9e8ce0b3fb78e89ad782 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0273_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de4337fc4bfece8aa8b27a47a21cbb52a763800e3c0103618bd3383a70570e84 +size 270 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0287_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0287_B.png new file mode 100644 index 0000000000000000000000000000000000000000..6b22cefe294a02503f66c671cba29d79bf3235b1 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0287_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d8ede1b24bcafd2cdc0d83a149f6fa548543cb73baf6c65a61e6dce9778c92 +size 290 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0307_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0307_B.png new file mode 100644 index 0000000000000000000000000000000000000000..ed5e28252adaa13c08fa3113cc592e2138809b31 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0307_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b914e818ddd4d8dc00f335e46215a272eda3cbdb3a53aa1d1700c6d175162f +size 197 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0313_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0313_B.png new file mode 100644 index 0000000000000000000000000000000000000000..3aed576b8dcd655d11feeac188016ff729e6c33e --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0313_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d86cc0577bacd70de4ae1625185138625356a458b10a18b5bafd081113b04b +size 274 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0314_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0314_B.png new file mode 100644 index 0000000000000000000000000000000000000000..80fdc876f75c013c0f78cc06e9959cee24a26e27 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0314_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38eb01c4e74e11e3e7b2d7fb703b903ad0422395a3cb51cd5f5e358c8ef0dd0d +size 261 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0317_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0317_B.png new file mode 100644 index 0000000000000000000000000000000000000000..e09986386f0a3d463623964999483fa7a1895347 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0317_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f1b3c8c6f88cae078e7dc52a14015392b5474801c65d4131405cd03b0e8eca +size 223 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0327_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0327_B.png new file mode 100644 index 0000000000000000000000000000000000000000..18d455bcb88f857f9559eea079dd1786e7334b9c --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0327_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f05894434cb96a3109127d878dc579a5bb00ad75b0a178410c3d532eef3bfaca +size 285 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0328_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0328_B.png new file mode 100644 index 0000000000000000000000000000000000000000..4ef2b7effd116766897554f413e314ec54542803 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0328_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a3e13aafd22fe88e1555a194c2b6697a64f546aa2d47e54d93504ce7b6974a +size 154 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0333_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0333_B.png new file mode 100644 index 0000000000000000000000000000000000000000..f48ec282a1c798cb6eb4c73d37f134436f776258 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0333_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:920a7229d357d560d812501ff2ebc88d74866d5eab39f7aca0b1ad22a7023e81 +size 325 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0337_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0337_B.png new file mode 100644 index 0000000000000000000000000000000000000000..dfb50232ac9e61fe5d5689732aed1ff5e7eec4dd --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0337_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f1a55f9da67d9bf65fc4483f18301e1c20d24b4c77c6d974b6a802b47d89e7 +size 222 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0339_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0339_B.png new file mode 100644 index 0000000000000000000000000000000000000000..a23c5cfa468389a3d7770be656be3ce452bc293d --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0339_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aeb3e30fc2eefa98a617511905de9155ccaa85615c2856b996c656527600794 +size 295 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0357_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0357_B.png new file mode 100644 index 0000000000000000000000000000000000000000..0eaf75c5aad14692937af018c5877db1238acfd0 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0357_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879613b8b0830e4fa946afc6b624ec3139af07be8f3b4add1b47037f5e3790c8 +size 237 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0391_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0391_B.png new file mode 100644 index 0000000000000000000000000000000000000000..0fbb9498c8a44eece95e4799ed7cb76e34889c84 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0391_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7604e51b8391de48d1560bde4797f04e08d16e0edbded200b484fb19236460 +size 249 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0398_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0398_B.png new file mode 100644 index 0000000000000000000000000000000000000000..37f319f3edae5cfe6b744b4f67d487b86afdf40e --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0398_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd245e289efb3ebd46b643c642e76a25f17d825178a6f407ccefad770fc3d05 +size 351 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0403_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0403_B.png new file mode 100644 index 0000000000000000000000000000000000000000..d8444cdb5cf6299ae6cef8e65977f0a08f9f52b2 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0403_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:475ad59f94a8eb330d396292db9ca0540cacf71075629ab46f28c4f5eb2637b2 +size 333 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0406_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0406_B.png new file mode 100644 index 0000000000000000000000000000000000000000..dfba3b8282c4298004d69e4fa9f63b031a65c97a --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0406_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3094e19ff64a4490b2338453cfd9cd883c536e47ccc885412d26cb3c66d6de77 +size 384 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0435_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0435_B.png new file mode 100644 index 0000000000000000000000000000000000000000..872ec9f6d7bad1eb6257992c3b1d67c85d38eac6 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0435_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00dec019be4be6b9cb157da6fe0f2e2fbe8d3aa019285d117834324ab007f333 +size 171 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0436_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0436_B.png new file mode 100644 index 0000000000000000000000000000000000000000..5bdde2062af1a8f754be46ea63d1d5ed99bc1f58 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions/BUSI_0436_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c663bb3a7b2e8136c2e64f2bb686c15c15c983cd29ef3342b3a41bb7ad1dbc16 +size 182 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0011_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0011_M.png new file mode 100644 index 0000000000000000000000000000000000000000..28e69140b4139c1dedc8e4e7a65938be7d0a4589 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0011_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5624bb461e660b3e8076d4cdd5262267b519fcb806fd992ccab19c6fe33a7952 +size 157 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0013_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0013_M.png new file mode 100644 index 0000000000000000000000000000000000000000..1c6ea0b843510c54f4300a6cf1b664fe2449c400 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0013_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94d7b9de1ff0c6a2483c1ecd8a8385fba5acd6a2eb768464407674b763fc494 +size 267 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0037_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0037_B.png new file mode 100644 index 0000000000000000000000000000000000000000..3629398d1bc92d20105492e66a6af328d9f0f9e9 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0037_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3dd9e666c4c634ffadb034db106a069c10a19111a8a1efa3eff1030faa2447 +size 181 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0038_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0038_M.png new file mode 100644 index 0000000000000000000000000000000000000000..4a1f2cdda50bb6f0cbcecef6ec38277c1e7c7b30 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0038_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ad79adb9181de1a34155ffc8068a29759df6ddfe3685dee91e0cddd3b699ce +size 218 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0042_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0042_M.png new file mode 100644 index 0000000000000000000000000000000000000000..0edc40c29a80091967403a6c9b8be03fff0e811e --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0042_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff82e0c6e26bdb37853f8c170d90ce9ffa1bf1139acd6e6fd9a2c1fced334aa +size 391 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0046_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0046_B.png new file mode 100644 index 0000000000000000000000000000000000000000..c211bf095af2b0079fd1b5307f822091bf5ea85c --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0046_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5711f99a2511bd9ffc4ab13d9eb3213b7b41df57b522372eb91158e20771a228 +size 162 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0047_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0047_B.png new file mode 100644 index 0000000000000000000000000000000000000000..7a7d184ed618de6f411dcf795eeb5344acc69224 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0047_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:085bc6bebf6bc4b15974e58e952981e405f4d305d0289f1dce2135e426d972d8 +size 150 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0048_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0048_B.png new file mode 100644 index 0000000000000000000000000000000000000000..9da11cb873e1eba8ad07d2a8ae038980510b01d0 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0048_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c965c3cfeec91e69ee58b7ad542a4a43013ae6e56ea9cbd9d1b1086d49443d +size 290 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0049_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0049_M.png new file mode 100644 index 0000000000000000000000000000000000000000..9d31fa0b75d440c97728f7972d3278774424709f --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0049_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:768e29ffeb1bd6ec8a078b89dc1615730c99ff0eeb08626e8f3945d731ce39ce +size 310 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0051_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0051_M.png new file mode 100644 index 0000000000000000000000000000000000000000..cffebd00ed30cfb4124568d1dc5cadccd11f2b47 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0051_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:682e4a4c2670c791be5b148de555f0a665f78da88e00b70b902a70fe6afb654b +size 436 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0053_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0053_B.png new file mode 100644 index 0000000000000000000000000000000000000000..9d96f5632ae6d2f463b598e4d45f9161995be852 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0053_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e63cccd7dfe8e7502d858f1297a410fc76da91dcbcd5182f31444df10e3e664 +size 187 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0054_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0054_B.png new file mode 100644 index 0000000000000000000000000000000000000000..de5811f20ca871965df8e45d779549c6d40d039e --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0054_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c551b75eaac87455e1a2d841e5cdeaf1450a34bdb783fdb8520a8709ab1b9309 +size 267 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0064_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0064_B.png new file mode 100644 index 0000000000000000000000000000000000000000..097f8b15d02fed35976b0aefdd93380a198b81f8 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0064_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a28f288189976d2d03355749b1a8a271785dbfae9eed7883b92bc55d64e8dd8 +size 464 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0064_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0064_M.png new file mode 100644 index 0000000000000000000000000000000000000000..361da156cb50417793156250bbc3e23a6aa01476 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0064_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1186257079b6dfd13c0494b132f495484dc02cab3a69c246969389ddc150b4fa +size 369 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0065_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0065_B.png new file mode 100644 index 0000000000000000000000000000000000000000..fe972b1fc02faba8889949ae21edab5882b6948c --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0065_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695fc23e732524fac266e1bbe38e5dce5fdb22a5d98d0fc06d709789adf08a56 +size 230 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0070_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0070_M.png new file mode 100644 index 0000000000000000000000000000000000000000..9d8a7decf332c40e76c0585fa1bd243c99af2d29 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0070_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105a4bfcd3f854c45423b503c0e1f909e18a52b9447671eb1f8b7eed27e9b279 +size 321 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0079_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0079_M.png new file mode 100644 index 0000000000000000000000000000000000000000..a88bf1e6cdc3eed300a06ac95ed3f9cf9572406c --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0079_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534d1cd72b15aa2821da78eced389fd0bd48c2ca6d373c54710c506a01ce47c9 +size 378 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0085_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0085_M.png new file mode 100644 index 0000000000000000000000000000000000000000..c7289d0d762d1086a89bfbbdf803514aaca9c58f --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0085_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f61575d7f1ec9ec04d4e555af5e70f9f2c1a4d395ac42c3b4076ae9a501869 +size 395 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0090_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0090_B.png new file mode 100644 index 0000000000000000000000000000000000000000..0e779bc9dea4a427961ce3fb5ba272244e671a55 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0090_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0161dd9d8dff73994df765ea5377b98bbf7996b7c28af862bc02d6d98d9a310 +size 154 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0100_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0100_B.png new file mode 100644 index 0000000000000000000000000000000000000000..8920b9af4735c81fa9ba0d4ab8beb3a5faa1a8c3 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0100_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8827b30d4399ea655c7ba31e4f4a624d442c3dcd18ef1cca01872f786de0d115 +size 234 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0106_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0106_B.png new file mode 100644 index 0000000000000000000000000000000000000000..2efbd0fb34bbc2e989716c959dce80a45cace499 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0106_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf139caea5c43086c837fa9dfea9d48b40552142ff8015ebdbcc85b1e4fd03d +size 193 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0107_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0107_M.png new file mode 100644 index 0000000000000000000000000000000000000000..7cd8d86c3e912d49967f3329c4c9bedff3bcf4d3 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0107_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581eafea2776351e508920869ab97fca4ed8b149cdef067af9f449e181d46a2f +size 343 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0108_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0108_B.png new file mode 100644 index 0000000000000000000000000000000000000000..83847c7ada6760e55b5f967cf5fad72a6287b36d --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0108_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8554133be83e5bd8490616bd127c61d9cf086d986c6da65281ba5c3bc53a183 +size 146 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0128_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0128_M.png new file mode 100644 index 0000000000000000000000000000000000000000..d7149982176d035e456ce9b2e0a7655f120a6169 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0128_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:222964fab02ced513d6a02e4ede5ad15936423fe0b6c6ecb3961f378cc9d53c4 +size 466 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0130_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0130_B.png new file mode 100644 index 0000000000000000000000000000000000000000..421e62370c33c193e42b4dbf7f070f8092792c79 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0130_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae9c2385d92dbcfd33c3d30bb0b7d1d910be1629dec54b6f0ac0716445bf51e +size 251 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0134_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0134_B.png new file mode 100644 index 0000000000000000000000000000000000000000..ecf0e455d51bd9857a6ad1ffaa54795216171429 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0134_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b54885bb9a243adeb98a697ee731184452ce2814bdd647f815713746f9e3edff +size 174 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0135_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0135_M.png new file mode 100644 index 0000000000000000000000000000000000000000..de9c82c50f58c9a18efb93981f884c74f1f90c60 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0135_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f23e803c8bb15dcaedd457587998e2904ac9c3a38b3af7fbfe3ed4df710c62 +size 315 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0141_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0141_B.png new file mode 100644 index 0000000000000000000000000000000000000000..ce91d63c2cca782dc1dbabce1e1c18783207860c --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0141_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec76f8fd7cb7a712843e2fee0df74b34c93679e2b449019ef02a2cd2d439404 +size 469 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0146_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0146_M.png new file mode 100644 index 0000000000000000000000000000000000000000..a6034db9db345eccefa40d3d1c6276679331dd95 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0146_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f24774f90785ead7d3bc646136043e74d83fb111c5371014edaec1dbe6ce8d4 +size 356 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0147_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0147_B.png new file mode 100644 index 0000000000000000000000000000000000000000..e41e824f93422008b1ba0ea0c4a7bbe9ea45c01d --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0147_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c4e2175190a4ae12f7f0465d87221c219f75c52f7970919451f784b7adcf81 +size 220 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0149_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0149_B.png new file mode 100644 index 0000000000000000000000000000000000000000..71439705c14614fdb0fabe7dc2377f8e1531df2d --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0149_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c68849687009ba10b6ec2f87f400d8fdd9fcc88c1d03727e8d080997f03edfb2 +size 218 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0152_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0152_M.png new file mode 100644 index 0000000000000000000000000000000000000000..917ef4a7267864a95ab001e08a9ad9f860cc91c8 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0152_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a3e634b48e4987813fdd9d9b07bac67a72da32de4b7a2b5a5f7ff38995950a +size 420 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0158_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0158_M.png new file mode 100644 index 0000000000000000000000000000000000000000..bb3d616a48a71de87c8ea9dd1c8c6b9d88444037 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0158_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a5387d4726b7a5631ed28f9d38f821e518a9e4f5f9a8b9cb45704b4a28a955 +size 281 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0163_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0163_M.png new file mode 100644 index 0000000000000000000000000000000000000000..4c13895c7c1949b653e36d68de5baaf2ed35fc89 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0163_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5fc161c576496633c2d860e1208b5abeb1df69f0a4406c4a160913b3b01f4fa +size 557 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0177_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0177_B.png new file mode 100644 index 0000000000000000000000000000000000000000..5bcefa687fbe4e4f1d85bfff8cc35639c594de3f --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0177_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb2d0677aa92314b24a4c37768ae41d239b1021f5be5e99c990e312cdeb1030 +size 160 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0182_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0182_M.png new file mode 100644 index 0000000000000000000000000000000000000000..306f11c0604a31fe92ada9c713c87073af796a9a --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0182_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74ce348687220873632c8778adaac25db8b41d4d30d1b1ae86abb55b06eef9a +size 433 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0186_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0186_M.png new file mode 100644 index 0000000000000000000000000000000000000000..ced2399034259385e29078eec4e18ad8d3c887d7 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0186_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a2c1470204f61cd70387dfd7a3425673fb757728b42d7e00dff7e972463536 +size 511 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0189_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0189_M.png new file mode 100644 index 0000000000000000000000000000000000000000..a8537791f6017565a33b556556a3d95c46deb047 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0189_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce961f2d17cc1b3cb94c00f1e9723495786f7cc6565be7c131ade5f3488fd87 +size 334 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0191_M.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0191_M.png new file mode 100644 index 0000000000000000000000000000000000000000..a097917cb3358bba71a834e54c739547383bc075 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0191_M.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:603ea3386b1f5ad4a21c6c2bb6b589ed578946fbdbcf7a788abbeb16c966ca21 +size 583 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0192_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0192_B.png new file mode 100644 index 0000000000000000000000000000000000000000..9c052c4d88a83b0b4cf138958317a8b6edecb95f --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0192_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d4eb49636aac896c138fa959663b4e02ec676f1c9c8fe04db765efa6c46788 +size 215 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0205_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0205_B.png new file mode 100644 index 0000000000000000000000000000000000000000..c32b65310e05243219acdb2df7bec5cb0ce7391c --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0205_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff4ca7b85c382650ca6436cda081300d93cbc95b8fc6a722b318280c7fdeb7d7 +size 378 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0217_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0217_B.png new file mode 100644 index 0000000000000000000000000000000000000000..4119e22a4cdf69b3baa1ce0f6be7fa2f6731ec5d --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0217_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8569f500207eef6b40b1857ca5ee41dc34263095735be5e90fd18acdd4ddd1 +size 323 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0227_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0227_B.png new file mode 100644 index 0000000000000000000000000000000000000000..445dbca7c4fb43595ec9218059caceb0ace410c0 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0227_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ac00d8b6d5b955cecb749c01e489ab34c2c098a7bcead9a5adb3c0707a1953 +size 195 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0232_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0232_B.png new file mode 100644 index 0000000000000000000000000000000000000000..f413c1732a849a4c74dc92ada3ec4d70b5420dc1 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0232_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de12cbd21ac52d85e4b96321952fc841d19d7968e0a5b70f5dc0f591359c2f9d +size 313 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0238_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0238_B.png new file mode 100644 index 0000000000000000000000000000000000000000..b57c59c7083ec7255ba5116d222a8806d1d0b4d0 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0238_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4ecc5bf8cbcbb85ca36bee6f1d2cced6c657b480f4033baf2692c35a3b0a665 +size 343 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0249_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0249_B.png new file mode 100644 index 0000000000000000000000000000000000000000..635116484f57b994714c7404a355dc8c41c6aa98 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0249_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e28519336f4c506ca9654f1dbfb376b6e60a5e94bb728deddc3e965e9c2015 +size 262 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0270_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0270_B.png new file mode 100644 index 0000000000000000000000000000000000000000..b30e1f510c1b48d4564e9238c408e72107dd54f9 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0270_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c84f49e44ece5b31d29ba3a0e89ab17f4dd9b62c4c65103ae52c5ae9dde0d2f1 +size 183 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0273_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0273_B.png new file mode 100644 index 0000000000000000000000000000000000000000..1af158239f47c2f687895cd0f60877e8e17d0939 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0273_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:565466182e61b630ba15a15c9365c85df8d015a5b095bf034e72e4e42bdc5e07 +size 269 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0287_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0287_B.png new file mode 100644 index 0000000000000000000000000000000000000000..b63d92e565f0a046cf5a832892efb661ed1e05a2 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0287_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:216838367b6b48f2faa34f5e2315852448222ee92e5f6ff0b4ab7b0034a29b58 +size 289 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0307_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0307_B.png new file mode 100644 index 0000000000000000000000000000000000000000..1f6ba3a2d54dd0085ea468a74dcfbccc58576fbd --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0307_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85fae6d2133731dfb7e95c57d2093a9a6c2f3c234499b5588f12e171966385c9 +size 196 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0313_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0313_B.png new file mode 100644 index 0000000000000000000000000000000000000000..3e21e29aec2f6e5c6a8e6cb37be97feb9f3cce4f --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0313_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a68a12ca1574d56406ade31f506131acd1acecf02be42afedb43b0c42e82a3b +size 280 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0314_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0314_B.png new file mode 100644 index 0000000000000000000000000000000000000000..98d6411fa9d5377d5d2c8483e0e7d1778345d261 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0314_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5df3b79e730a6fae66937d45da5f277df7a22ef9d4c27e1e9d18d8d6ec191a8 +size 265 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0317_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0317_B.png new file mode 100644 index 0000000000000000000000000000000000000000..46278071a886c7a8d7f9ffb3af8b0bd4c34cafa1 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0317_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:175d8c4533aa92d3432c486449661d91f312d12e47071c881aa8e1ee5c75e390 +size 222 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0327_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0327_B.png new file mode 100644 index 0000000000000000000000000000000000000000..0aecbd463921a927e89c26bf25cace321b1582aa --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0327_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3eb109796bcee86c045f1c7bd75e936c7d8d010a94fb37e734eb6cbf8c0fd20 +size 289 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0328_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0328_B.png new file mode 100644 index 0000000000000000000000000000000000000000..f2c31b9a201680959ccc110ee33a65de0f92a1df --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0328_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db20868a259319471be49a78a7cedc52becd699b4402925b6ac2edab62da0785 +size 153 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0333_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0333_B.png new file mode 100644 index 0000000000000000000000000000000000000000..fe2097cd258176bd5f87de82b8e3236a017125e4 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0333_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41b0fb464db3ce9fd8708283f29ec83c042ee4368d17eadf5d6c5c6ca66f3a5 +size 327 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0337_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0337_B.png new file mode 100644 index 0000000000000000000000000000000000000000..2fc0a5ae821b0879f7ca7ddec7e51312f4231e90 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0337_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5130793998761da9e0b3992b8af86f5665edf2dadd5df52921183b84eedf979a +size 219 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0339_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0339_B.png new file mode 100644 index 0000000000000000000000000000000000000000..62b980df257d509226c7ff4850e450e5b00cf3d1 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0339_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb78c27c3e9e14e8c7553a2b125abf9cedfae5d62bbe517798012d1efab1f7f7 +size 298 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0357_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0357_B.png new file mode 100644 index 0000000000000000000000000000000000000000..e6b7270182cb3ea1c87d4d1158699a4cdcf6b2f3 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0357_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919470af89d96307f27746778f5072849b9e39aae8a4d9e3954e703cb5889466 +size 235 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0391_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0391_B.png new file mode 100644 index 0000000000000000000000000000000000000000..a50234aa3e04249f834c99d4f250e9ba094252e1 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0391_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2e46d2dcb16956862f130d1c7b23954d2d7c3823bea543050de47acf7ff2a32 +size 255 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0398_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0398_B.png new file mode 100644 index 0000000000000000000000000000000000000000..59eb7ce5e0bd47c221083272c59e5ca3dd43fe3f --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0398_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b87c1e565eb0a9fa39be26985c880134ee032c9bd8c423a67369c37014339b +size 353 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0403_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0403_B.png new file mode 100644 index 0000000000000000000000000000000000000000..fba5efc71eee138e113dc384cabdb9bfb6aa5311 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0403_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99fbb41ae39e74cec5aa4e18a13d7cc4127d7d8d665842873008f2613151cfc0 +size 337 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0406_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0406_B.png new file mode 100644 index 0000000000000000000000000000000000000000..2c3158b3299974e65dead00d6e125d04d397f12e --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0406_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7651f73d45b2bacb317cc3a77eba46f05e95720896c082428e68c0b255d36af +size 384 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0435_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0435_B.png new file mode 100644 index 0000000000000000000000000000000000000000..862eaf279ce0440aed6fad379a3d20e4a7c1c6de --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0435_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50be2a4f63e8ef53f08d854f139486163d8937344b644d1c4422d36b77fc2b2d +size 171 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0436_B.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0436_B.png new file mode 100644 index 0000000000000000000000000000000000000000..43699a56f632bff089c9ddb34d996a29e2025f74 --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/final/predictions_255/BUSI_0436_B.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a2fa07a9cf0d4b2d0fd90b9d26160b574e791073945f4d5e8570cb83198874 +size 186 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/smoke_test/mc_cache/0686928ad3f6f33a/test/BUSI_0106_B.pt b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/smoke_test/mc_cache/0686928ad3f6f33a/test/BUSI_0106_B.pt new file mode 100644 index 0000000000000000000000000000000000000000..692159c65e914a4a5925ca8d81515c9db6a71b7a --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/smoke_test/mc_cache/0686928ad3f6f33a/test/BUSI_0106_B.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:592477a45cf895dac7e0c7ad674c2d13e5773920a9161981f78db1e04850a312 +size 133221 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/smoke_test/smoke_panel.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/smoke_test/smoke_panel.png new file mode 100644 index 0000000000000000000000000000000000000000..1cec69dc283c32df6aead75aaafdb3d60c74c49c --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/smoke_test/smoke_panel.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111005b460209f7307ba364d5a474d42e4adba8f60cbd10c52c868e45f1600cc +size 57276 diff --git a/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/smoke_test/smoke_prediction.png b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/smoke_test/smoke_prediction.png new file mode 100644 index 0000000000000000000000000000000000000000..5ae8f2bdcdcf294e542f8ba395e58e5f0bcf074d --- /dev/null +++ b/runs/Segformer_Phase1_Boundary_Mask/repeated_holdout/stratified_holdout_v1/phase_001/pct_100/repeat_01/strategy_3/smoke_test/smoke_prediction.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fed867eb6d726e8733a7cd509f92f23e162be33fe46c0d31f551c26274f30d1 +size 193