bw2calc


Namebw2calc JSON
Version 1.8.2 PyPI version JSON
download
home_pagehttps://bitbucket.org/cmutel/brightway2-calc
Summary
upload_time2023-02-24 21:22:16
maintainer
docs_urlNone
authorChris Mutel
requires_python
licenseNewBSD 3-clause; LICENSE.txt
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Brightway2 calculations
=======================

.. image:: https://ci.appveyor.com/api/projects/status/uqixaochulbu6vjv?svg=true
   :target: https://ci.appveyor.com/project/cmutel/brightway2-calc
   :alt: bw2calc appveyor build status

.. image:: https://coveralls.io/repos/bitbucket/cmutel/brightway2-calc/badge.svg?branch=master
    :target: https://coveralls.io/bitbucket/cmutel/brightway2-calc?branch=default
    :alt: Test coverage report

This package provides the calculation engine for the `Brightway2 life cycle assessment framework <https://brightwaylca.org>`_. `Online documentation <https://docs.brightwaylca.org/>`_ is available, and the source code is hosted on `Bitucket <https://bitbucket.org/cmutel/brightway2-calc>`_.

The emphasis here has been on speed of solving the linear systems, for normal LCA calculations, graph traversal, or Monte Carlo uncertainty analysis.

The Monte Carlo LCA class can do about 30 iterations a second (on a 2011 MacBook Pro). Instead of doing LU factorization, it uses an initial guess and the conjugant gradient squared algorithm.

The multiprocessing Monte Carlo class (ParallelMonteCarlo) can do about 100 iterations a second, using 7 virtual cores. The MultiMonteCarlo class, which does Monte Carlo for many processes (and hence can re-use the factorized technosphere matrix), can do about 500 iterations a second, using 7 virtual cores. Both these algorithms perform best when the initial setup for each worker job is minimized, e.g. by dispatching big chunks.

            

Raw data

            {
    "_id": null,
    "home_page": "https://bitbucket.org/cmutel/brightway2-calc",
    "name": "bw2calc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Chris Mutel",
    "author_email": "cmutel@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9a/28/e6685982438135ff6fe9a2016347bafa401e25cfa789eadb4ade461ed881/bw2calc-1.8.2.tar.gz",
    "platform": null,
    "description": "Brightway2 calculations\n=======================\n\n.. image:: https://ci.appveyor.com/api/projects/status/uqixaochulbu6vjv?svg=true\n   :target: https://ci.appveyor.com/project/cmutel/brightway2-calc\n   :alt: bw2calc appveyor build status\n\n.. image:: https://coveralls.io/repos/bitbucket/cmutel/brightway2-calc/badge.svg?branch=master\n    :target: https://coveralls.io/bitbucket/cmutel/brightway2-calc?branch=default\n    :alt: Test coverage report\n\nThis package provides the calculation engine for the `Brightway2 life cycle assessment framework <https://brightwaylca.org>`_. `Online documentation <https://docs.brightwaylca.org/>`_ is available, and the source code is hosted on `Bitucket <https://bitbucket.org/cmutel/brightway2-calc>`_.\n\nThe emphasis here has been on speed of solving the linear systems, for normal LCA calculations, graph traversal, or Monte Carlo uncertainty analysis.\n\nThe Monte Carlo LCA class can do about 30 iterations a second (on a 2011 MacBook Pro). Instead of doing LU factorization, it uses an initial guess and the conjugant gradient squared algorithm.\n\nThe multiprocessing Monte Carlo class (ParallelMonteCarlo) can do about 100 iterations a second, using 7 virtual cores. The MultiMonteCarlo class, which does Monte Carlo for many processes (and hence can re-use the factorized technosphere matrix), can do about 500 iterations a second, using 7 virtual cores. Both these algorithms perform best when the initial setup for each worker job is minimized, e.g. by dispatching big chunks.\n",
    "bugtrack_url": null,
    "license": "NewBSD 3-clause; LICENSE.txt",
    "summary": "",
    "version": "1.8.2",
    "project_urls": {
        "Homepage": "https://bitbucket.org/cmutel/brightway2-calc"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a28e6685982438135ff6fe9a2016347bafa401e25cfa789eadb4ade461ed881",
                "md5": "165d4a5a3d8e759c74850be74d1a7e65",
                "sha256": "4129f60e98c08401d628e496d64cb05317e594fddb6ae9414b8bbe52cfdec765"
            },
            "downloads": -1,
            "filename": "bw2calc-1.8.2.tar.gz",
            "has_sig": false,
            "md5_digest": "165d4a5a3d8e759c74850be74d1a7e65",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 58686,
            "upload_time": "2023-02-24T21:22:16",
            "upload_time_iso_8601": "2023-02-24T21:22:16.386715Z",
            "url": "https://files.pythonhosted.org/packages/9a/28/e6685982438135ff6fe9a2016347bafa401e25cfa789eadb4ade461ed881/bw2calc-1.8.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-24 21:22:16",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "codeberg": false,
    "bitbucket_user": "cmutel",
    "bitbucket_project": "brightway2-calc",
    "lcname": "bw2calc"
}
        
Elapsed time: 0.37096s