ophac


Nameophac JSON
Version 0.5.1 PyPI version JSON
download
home_pagehttps://bitbucket.org/Bakkelund/ophac/src/v04/
SummaryOrder Preserving Hierarchical Agglomerative Clustering
upload_time2025-04-07 21:09:45
maintainerNone
docs_urlNone
authorDaniel Bakkelund
requires_python>=3.0
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ophac -- Order Preserving Hierarachical Agglomerative Clustering
The code in this project realises the theory described in <https://arxiv.org/abs/2004.12488>.
The functionality provided is that of _**order preserving hierarchical agglomerative clustering of partially ordered sets**_.

The [ophac wiki](https://bitbucket.org/Bakkelund/ophac/wiki/Home) provides examples of how to use the library.

## Licensing

The software in this package is released under the [GNU Lesser General Public License](https://www.gnu.org/licenses/lgpl-3.0.en.html).

## Platform requirements
`ophac` runs on **python 3.0** or greater, and makes use of the following python libraries:

* numpy
* scipy
* [ophac-cpp](https://pypi.org/project/ophac-cpp/)

## Installation

```python
python -m pip install ophac [--user]
```

## Source

The full source is available from
<https://bitbucket.org/Bakkelund/ophac/src/v04/>.

            

Raw data

            {
    "_id": null,
    "home_page": "https://bitbucket.org/Bakkelund/ophac/src/v04/",
    "name": "ophac",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.0",
    "maintainer_email": null,
    "keywords": null,
    "author": "Daniel Bakkelund",
    "author_email": "daniel_bakkelund@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9d/d5/a549d43443e9ed7dc60a624f70676aed05b6b47882d891483de3cf30c792/ophac-0.5.1.tar.gz",
    "platform": null,
    "description": "# ophac -- Order Preserving Hierarachical Agglomerative Clustering\nThe code in this project realises the theory described in <https://arxiv.org/abs/2004.12488>.\nThe functionality provided is that of _**order preserving hierarchical agglomerative clustering of partially ordered sets**_.\n\nThe [ophac wiki](https://bitbucket.org/Bakkelund/ophac/wiki/Home) provides examples of how to use the library.\n\n## Licensing\n\nThe software in this package is released under the [GNU Lesser General Public License](https://www.gnu.org/licenses/lgpl-3.0.en.html).\n\n## Platform requirements\n`ophac` runs on **python 3.0** or greater, and makes use of the following python libraries:\n\n* numpy\n* scipy\n* [ophac-cpp](https://pypi.org/project/ophac-cpp/)\n\n## Installation\n\n```python\npython -m pip install ophac [--user]\n```\n\n## Source\n\nThe full source is available from\n<https://bitbucket.org/Bakkelund/ophac/src/v04/>.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Order Preserving Hierarchical Agglomerative Clustering",
    "version": "0.5.1",
    "project_urls": {
        "Homepage": "https://bitbucket.org/Bakkelund/ophac/src/v04/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3b9435980eb67b7e975728472d2cbe09d9f2425943e176fe57348ddbc2b179f9",
                "md5": "43fb75490e9c804c4d2c8b6a4f94f439",
                "sha256": "dc46b74c1445f357166299aff5009ed1a0b43707b60616cd224fc6509ab24d67"
            },
            "downloads": -1,
            "filename": "ophac-0.5.1-cp312-cp312-macosx_14_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "43fb75490e9c804c4d2c8b6a4f94f439",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.0",
            "size": 101908,
            "upload_time": "2025-04-07T21:09:44",
            "upload_time_iso_8601": "2025-04-07T21:09:44.428597Z",
            "url": "https://files.pythonhosted.org/packages/3b/94/35980eb67b7e975728472d2cbe09d9f2425943e176fe57348ddbc2b179f9/ophac-0.5.1-cp312-cp312-macosx_14_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9dd5a549d43443e9ed7dc60a624f70676aed05b6b47882d891483de3cf30c792",
                "md5": "b5938cf4f45d2360594e9adf5335cec8",
                "sha256": "4c710c0f138f4ce7ce0eac193163d25f4affc105c4ba40a4add89d24e4adc438"
            },
            "downloads": -1,
            "filename": "ophac-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b5938cf4f45d2360594e9adf5335cec8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.0",
            "size": 27869,
            "upload_time": "2025-04-07T21:09:45",
            "upload_time_iso_8601": "2025-04-07T21:09:45.583833Z",
            "url": "https://files.pythonhosted.org/packages/9d/d5/a549d43443e9ed7dc60a624f70676aed05b6b47882d891483de3cf30c792/ophac-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-04-07 21:09:45",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "codeberg": false,
    "bitbucket_user": "Bakkelund",
    "bitbucket_project": "ophac",
    "lcname": "ophac"
}
        
Elapsed time: 0.60444s