Skip to main content

Wind-Plant Integrated System Design & Engineering Model

Project description

WISDEM®

Actions Status Coverage Status Documentation Status

The Wind-Plant Integrated System Design and Engineering Model (WISDEM®) is a set of models for assessing overall wind plant cost of energy (COE). The models use wind turbine and plant cost and energy production as well as financial models to estimate COE and other wind plant system attributes. WISDEM® is accessed through Python, is built using OpenMDAO, and uses several sub-models that are also implemented within OpenMDAO. These sub-models can be used independently but they are required to use the overall WISDEM® turbine design capability. Please install all of the pre-requisites prior to installing WISDEM® by following the directions below. For additional information about the NWTC effort in systems engineering that supports WISDEM® development, please visit the official NREL systems engineering for wind energy website.

Author: NREL WISDEM Team

Part of the WETO Stack

WISDEM is primarily developed with the support of the U.S. Department of Energy and is part of the WETO Software Stack. For more information and other integrated modeling software, see:

Documentation

See local documentation in the docs-directory or access the online version at https://wisdem.readthedocs.io/en/master/

Packages

WISDEM® is a family of modules. The core modules are:

  • CommonSE includes several libraries shared among modules
  • FloatingSE works with the floating platforms
  • DrivetrainSE sizes the drivetrain and generator systems (formerly DriveSE and GeneratorSE)
  • TowerSE is a tool for tower (and monopile) design
  • RotorSE is a tool for rotor design
  • NREL CSM is the regression-based turbine mass, cost, and performance model
  • ORBIT is the process-based balance of systems cost model for offshore plants
  • LandBOSSE is the process-based balance of systems cost model for land-based plants
  • Plant_FinanceSE runs the financial analysis of a wind plant

The core modules draw upon some utility packages, which are typically compiled code with python wrappers:

  • Airfoil Preppy is a tool to handle airfoil polar data
  • CCBlade is the BEM module of WISDEM
  • pyFrame3DD brings libraries to handle various coordinate transformations
  • MoorPy is a quasi-static mooring line model
  • pyOptSparse provides some additional optimization algorithms to OpenMDAO

Installation

Installation with Anaconda is the recommended approach because of the ability to create self-contained environments suitable for testing and analysis. WISDEM® requires Anaconda 64-bit. However, the conda command has begun to show its age and we now recommend the one-for-one replacement with the Miniforge3 distribution, which is much more lightweight and more easily solves for the WISDEM package dependencies.

Installation as a "library"

  1. Create a conda environment with your preferred name (wisdem-env in the following example) and favorite, approved Python version:

    conda create -n wisdem-env python=3.13 -y
    
  2. Activate the environment:

    conda activate wisdem-env
    
  3. Install WISDEM via a conda or pip. We highly recommend via conda.

    conda install wisdem
    

    or

    pip install wisdem
    

To use WISDEM's modules as a library for incorporation into other scripts or tools, WISDEM is available via conda install wisdem or pip install wisdem, assuming that you have already setup your python environment. Note that on Windows platforms, we suggest using conda exclusively.

Installation for direct use or development

These instructions are for interaction with WISDEM directly, the use of its examples, and the direct inspection of its source code.

The installation instructions below use the environment name, "wisdem-env," but any name is acceptable. Below are a series of considerations:

  • For those working behind company firewalls, you may have to change the conda authentication with conda config --set ssl_verify no.
  • Proxy servers can also be set with conda config --set proxy_servers.http http://id:pw@address:port and conda config --set proxy_servers.https https://id:pw@address:port.
  • To setup an environment based on a different Github branch of WISDEM, simply substitute the branch name for master in the setup line.

Note For Windows users, we recommend installing git and the m2w64 packages in separate environments as some of the libraries appear to conflict such that WISDEM cannot be successfully built from source. The git package is best installed in the base environment.

Direct use

We still highly recommend users use conda install wisdem into an environment, but if there is a reason that is not desired, please use the following instructions.

Setup and activate the Anaconda environment from a prompt (Anaconda3 Power Shell on Windows or Terminal.app on Mac)

[!IMPORTANT] In the environment.yaml please uncomment out the OS-dependent dependencies at the top

  1. Install git if you don't already have it:

    conda install git
    
  2. Clone the repository and enter it:

    git clone https://github.com/NLRWindSystems/WISDEM.git
    cd WISDEM
    
  3. Checkout the desired branch, if necessary:

    git checkout <branch>
    
  4. Create and activate your wisdem-env environment, substituting "wisdem-env" with a different desired name.

    conda env create --name wisdem-env -f environment.yml
    conda activate wisdem-env
    
  5. Install WISDEM.

    pip install --no-deps . -v
    

Development

In order to directly use the examples in the repository and peek at the code when necessary, we recommend all users install WISDEM in developer / editable mode using the instructions here. If you really just want to use WISDEM as a library and lean on the documentation, you can always do conda install wisdem and be done. Note the differences between Windows and Mac/Linux build systems.

[!IMPORTANT] In the environment_dev.yaml please uncomment out the OS-dependent dependencies at the top

For Linux, we recommend using the native compilers (for example, gcc and gfortran in the default GNU suite).

Please follow steps 1-3 in the Direct Use section above, replacing steps 4 & 5 with the following to ensure the development dependencies for building, testing, and documentation are also installed:

  1. Create and activate your wisdem-env environment, substituting "wisdem-env" with a different desired name.

    conda env create --name wisdem-env -f environment_dev.yml
    conda activate wisdem-env
    
  2. Install WISDEM. Please note the -e (editable) flag used to ensure your code changes are registered dynamically every time you save modifications.

    pip install --no-deps -e . -v
    

Run Unit Tests

Each package has its own set of unit tests, and the project runs the examples as integration tests. These can be run in batch with the following command:

pytest

Users can add either the --unit or --integration flags if they would like to skip running the examples or just run the examples. Otherwise, all tests will be run.

[!Note] Legacy users can continue to run python test/test_all.py to run the scipts, though it is recommend to adopt the simpler pytest call. In a future version, test_all.py will be removed.

Feedback

For software issues please use https://github.com/NLRWindSystems/WISDEM/issues. For functionality and theory related questions and comments please use the NWTC forum for Systems Engineering Software Questions.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wisdem-4.1.1.tar.gz (5.6 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

wisdem-4.1.1-cp314-cp314t-win_amd64.whl (6.6 MB view details)

Uploaded CPython 3.14tWindows x86-64

wisdem-4.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

wisdem-4.1.1-cp314-cp314t-musllinux_1_2_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

wisdem-4.1.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

wisdem-4.1.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

wisdem-4.1.1-cp314-cp314t-macosx_15_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.14tmacOS 15.0+ ARM64

wisdem-4.1.1-cp314-cp314t-macosx_14_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.14tmacOS 14.0+ ARM64

wisdem-4.1.1-cp314-cp314-win_amd64.whl (6.4 MB view details)

Uploaded CPython 3.14Windows x86-64

wisdem-4.1.1-cp314-cp314-musllinux_1_2_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

wisdem-4.1.1-cp314-cp314-musllinux_1_2_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

wisdem-4.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

wisdem-4.1.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

wisdem-4.1.1-cp314-cp314-macosx_15_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.14macOS 15.0+ ARM64

wisdem-4.1.1-cp314-cp314-macosx_14_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

wisdem-4.1.1-cp313-cp313-win_amd64.whl (6.2 MB view details)

Uploaded CPython 3.13Windows x86-64

wisdem-4.1.1-cp313-cp313-musllinux_1_2_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

wisdem-4.1.1-cp313-cp313-musllinux_1_2_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

wisdem-4.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

wisdem-4.1.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

wisdem-4.1.1-cp313-cp313-macosx_15_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

wisdem-4.1.1-cp313-cp313-macosx_14_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

wisdem-4.1.1-cp312-cp312-win_amd64.whl (6.0 MB view details)

Uploaded CPython 3.12Windows x86-64

wisdem-4.1.1-cp312-cp312-musllinux_1_2_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

wisdem-4.1.1-cp312-cp312-musllinux_1_2_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

wisdem-4.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

wisdem-4.1.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (5.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

wisdem-4.1.1-cp312-cp312-macosx_15_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

wisdem-4.1.1-cp312-cp312-macosx_14_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

wisdem-4.1.1-cp311-cp311-win_amd64.whl (5.8 MB view details)

Uploaded CPython 3.11Windows x86-64

wisdem-4.1.1-cp311-cp311-musllinux_1_2_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

wisdem-4.1.1-cp311-cp311-musllinux_1_2_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

wisdem-4.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

wisdem-4.1.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

wisdem-4.1.1-cp311-cp311-macosx_15_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

wisdem-4.1.1-cp311-cp311-macosx_14_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

File details

Details for the file wisdem-4.1.1.tar.gz.

File metadata

  • Download URL: wisdem-4.1.1.tar.gz
  • Upload date:
  • Size: 5.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wisdem-4.1.1.tar.gz
Algorithm Hash digest
SHA256 39447878384e429c7d2c0f64a40f73911be365ea0d8c948f84153564703158a0
MD5 1735c28a6b161eedb846d852e2475a5b
BLAKE2b-256 174fcf9c8c309e795d2dba97bbb508532761bad7389df39a98ebd2dac4e7e20d

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1.tar.gz:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: wisdem-4.1.1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wisdem-4.1.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 0ee7a85e76a84fe58771467f8ab2ef5d8e0d1b47286eebf771458208fb95d349
MD5 a4a258caebcede1047d2d10ef906b49d
BLAKE2b-256 ea8058df1ff4fd6213109a6ac2bf52595883e154337b6f31b4dcc43d73a652d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp314-cp314t-win_amd64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 943eac16bac5174c0d6c83e2de5e15f6c7f3a6f056d9f9d3c4594ec4f9f6e20a
MD5 6ac26568edf4f8767a8e79accaa9a416
BLAKE2b-256 b1cad29d8693cbf019cb623522c8ddd100c17bfad41c338c34877d66f1fdc7e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 66064355edae36200bafba6219572202c40b1792bca59a8f9c22e5a9cbed2ff5
MD5 2a43483865311bbc83b7e7feb9583061
BLAKE2b-256 5edb0cfe90059798581c78b4a7254439a84a2fe965904eccb8e2895e08fdce82

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a61e4835cc76d7459f8d2ab511589ffe09302524dd46772b28eace91b7921124
MD5 f70bd21578a58da2cf418e7f5159750c
BLAKE2b-256 4b5b5a3eddd237420e07960289250b734945104483e3a1537b6a23632a4edfca

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 205ee1f41b8ab6d9ff4a199054fd627028c8c906bcbfd073b9f3f540a16a5985
MD5 bf246d005b66270ba4a7c30c5ba63750
BLAKE2b-256 0ee246f4ceb27f2951e5fe692dbee8360a3d2bafc5f4ecd4a3ea8c18016e5728

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp314-cp314t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp314-cp314t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 9bcc6429836b0ebc898c79556be2ad350ea5764858046e5da74ab53064b9385c
MD5 676ed031b0ee0189c5af65e9bfaf922b
BLAKE2b-256 91b8d90f197171541c2474ebc31ca99b8add878c99a54345e073dddef9c449c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp314-cp314t-macosx_15_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp314-cp314t-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp314-cp314t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e15f732435f030d71b746810fdeeba38533f1fb351760bed8a979fdcea862e4a
MD5 ed6ee36a52c15d6a06e0e6929440e127
BLAKE2b-256 ce249e7ebeff9dfb065ad52fa86ab318530be4da4f013cf5328af0de457f6de7

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp314-cp314t-macosx_14_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: wisdem-4.1.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wisdem-4.1.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6b1554806eaa9ba04eede1b72c0b7692c23fabd05ae7bd65166a90da0d13267c
MD5 75f3f4f4a6736549015fbb639ad28b1e
BLAKE2b-256 afc04e0f2f0560a8eb35ee3f990c6bc18dd53ab249729883a829a1d4a9198b3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp314-cp314-win_amd64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f7d9a2a3dd6994089b8e1042c90bc5293b18dc42e6979be74a5cd22596f5f23a
MD5 b3238f88879c806710bb953822b83232
BLAKE2b-256 efb9ccb8d750dada7b8c27577d548d3366d8bf44c054ff037fc3c2618de0aab4

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8af1903d05d39824a898835e0479af8cb88f45e8d1aca669631f0f789da3ce50
MD5 d545ddf247ce8da646cc6dd7c9cd36fc
BLAKE2b-256 2802b2b89883190bb0675ea5c12f976444d368c37580927c19b935f1d29b71b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 83d8dd70977220810d6fbcab62d16b7eb461259feab2beb5e0eaa5046fe967ff
MD5 1b5055d34316f5f998524d4b05611c7b
BLAKE2b-256 a8ca9b21f8ca59a73a10c40ee814a234fcc411cd9167e2f5c36b88d8cd631a11

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 41fdcef3bfec73047397870dfad258bcbf3a3941be37e715b8236ed51496e391
MD5 0f3ea5b0d2c45aab483428a3473e2dee
BLAKE2b-256 0210de2ff7160414032b593c566a3ea94ae26cb5e1dea0b5780a6ba09f0a0058

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp314-cp314-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp314-cp314-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 fcaa67f9a73aeb0de71870444c3bb1e9c1e0c8209be70375acd7c85a1abf398c
MD5 ce60fa800f5a973c61530a1393d16d8d
BLAKE2b-256 98b0335e2b56771d8edc37e532ae796fad014c1b24701386fae592f705681eef

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp314-cp314-macosx_15_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f772434c444ad30b6ec0e3ffae9986b76dfb310903cc41496e452b1e77c7f10d
MD5 880cea94cf5c58b92d55b8c5aa8cd36e
BLAKE2b-256 10abab3907583497dab2a222b7792fde94a739bc3f097b8b045da2810929c677

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp314-cp314-macosx_14_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: wisdem-4.1.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 6.2 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wisdem-4.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6e52a3a95dd62151889e2d2aefc86f4e37f430034789c4e7c3f4f0c246182d71
MD5 901d267a3f7d74ed68cb8cb1800893e0
BLAKE2b-256 bd3c24eee761233605a0569c6b7c6718e317713891dfeececad9c10b743d86d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp313-cp313-win_amd64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ec5ddc11e73c7cd74cde737fe5fa545ee102a50ade2cdb67be21aab09d2e7954
MD5 7ae0031e2151e0ddb002d9f7223be227
BLAKE2b-256 c5d12497465b057484fde002d47e95fb199012285be49593f62edddb0c0da13b

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 72fad8094a4b1df13af4d1667fe69f049e70df7b3f7ac4506c22ba5703d8a446
MD5 d85a025e6f574f8fde35caf2955f256b
BLAKE2b-256 ef8229ce2ff78cd429cacd3eee1e21c6d1b6e0d4a3aaaa53a0eaf6d06903cdfc

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9cfe8d84a8b526547091b10329a21b32255bd29f6d18e2d47ea2c1edf5d07ffd
MD5 33e4a8810e469df77d3bb2f452ae9760
BLAKE2b-256 d394067838236d4424e1843ee1d7312fa41f186262598427c13d535e9076d2f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 22d611d609ef8461567710e01c024df40e1a61e0996ab1ed54b2df8db8085589
MD5 0075f4c1ec4769c4f366ca4f832e743a
BLAKE2b-256 5b6f5405d772e2137f36a173a70fd7d4470dd632dcde1f26045c4430422d6e41

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 3a63763dc2a08494b6e6c9fe5c6823d8d3af77dc445eec50929c4327f31eb960
MD5 dee461365758b16d8d43329096644d3f
BLAKE2b-256 9b2399d86a6db597443c389bf9b36ff9f15c20f4f214ff526c86ebb53e3518bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp313-cp313-macosx_15_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 827cb2735a420adbdf974eda7d7a28c8b6df8e64dfaa6fe5c4d80131fb31223c
MD5 9f809940aea64e93c402aef8f1ac2789
BLAKE2b-256 089a44a8d94cb03327d2b3504dbc0a50117fef297883df00fc7f6fe98b2c1b1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp313-cp313-macosx_14_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: wisdem-4.1.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 6.0 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wisdem-4.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 32feb2322272eb0ac7e94ed06aae57c149d8b5f7188b76018d7210eef6f9d3db
MD5 9ee644214ecbc3e52181f23b9f1621f5
BLAKE2b-256 67840cb775a1bc4e15e9670618fd4aa82563f43de86194d069983b260ab3fe8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp312-cp312-win_amd64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2a9130b71a7b2e6bfa4f3a6fa13ea1d8f614e95c7f880f55cda6d79b675b4f45
MD5 d68926ab3d1b023b38478c936aedd71d
BLAKE2b-256 3a615a0bac5d103efed8d0516a6f4fd01d6fc90c1aed9c9949aa3da7d5e6315a

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f55744251a48e7ff6fccea53bfb8c18ca4ad128fc4aee881ae264fab780e369b
MD5 3dfca8e38b7b022810831d9558c1a6c6
BLAKE2b-256 ccc23c5b5861fe5f2d055fb0fb9ea7a165512c091891be44e4c1aa47d712a486

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 13c63a44ea4735825cf63ec55a60a7a31209c66c4c2f7d6b608cff7c3ec5b923
MD5 49a87d6451ec76b3e574be4d2673bf7b
BLAKE2b-256 49e2ac899c7e2aeae1d8a664a73645a46d02ff1bc2f8db7ae9723f6249c5de81

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9369f1d4cad9fc4429d1682918afb461e1f2a833ac35a0985b9652b3cacb43df
MD5 6820ab53787a75dee0132a9cc2a1b495
BLAKE2b-256 ebc7e70d0033eb4bf745a04b618a955b513101bf7b84ee2dd6329bb39503cee5

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 870fd64848e5b8cb17cb5a8326c3ea32362e94dad2dbe85f58a206fe0ce59f8e
MD5 52b5a5ad8f081a97f555727d62d75b8f
BLAKE2b-256 846a81a6c0dafd2597bb7d91bbfd28b17eed479a07eb4ceaf6e62a98e55a1d7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp312-cp312-macosx_15_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e26e1af171f778612bdd53605b2904253f6b92361b036abd7574f06945a85b32
MD5 c603c45cf7f440559f74df717a9d0821
BLAKE2b-256 b743f47bc9395b3b39e1c65be04da75285360f602db6220aac3939d39e3af553

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp312-cp312-macosx_14_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: wisdem-4.1.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 5.8 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for wisdem-4.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 76037a10a75ef0ba2a1c5b32e048d4ca4633afe8ea9372aa9481b9d8c3c753d0
MD5 f3e47e9137175fdbf94d2caa8b0406b4
BLAKE2b-256 44192bbc24ad8b5540b674e590509eb5ed96a8a71e7e476832d8ac98b072cdb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp311-cp311-win_amd64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 935aec756c431ea507d2d191f37b327c33daf68bd8bd97e98cf0fc8c698a1b71
MD5 822c76819947ce6593727af9ef75ba1e
BLAKE2b-256 0a29d4c6817ef40685ba4b7112955809def883a1de1438ba6df7f69116995971

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 552abbee1d3ddd678f9684ba5ae66e76b709ff3d9767e5c06c5ba1bd0c3987ad
MD5 71b01560e663e3976576d814c55f737e
BLAKE2b-256 249adf7757110fb16c63e345a5934b838420de49b86169948d9c814826101cf6

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 127302db0f9e1b3baaf123672de1201eda0e71fc31e3222905e68680d4abaaad
MD5 e590de3271394d09a11b2f1c779b1662
BLAKE2b-256 8ce81546e67f18b074ac4f1ef421e894b4b9ba6a559e9347d5627f4f02a52bec

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 284914efbce6da38744b5e0f8685b1d08f23290bedc6e69bbf80710c1772cbb0
MD5 f6e707ea3c57cef2a789ed38a1e1c13b
BLAKE2b-256 85df5c3de5eaab998ea5affd2bbc515bc0784af454615320fffacfbbc46dc57b

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 e035b0edb932c5cbae8e05cf33e291518cbaf8d9c90f374c44a7b5cb3847d88e
MD5 f67ee6775ca4ded7c9135e07e575b5ce
BLAKE2b-256 67df8efeb79304d7523bdd233648faa919256c2d426625352dc4d76738dbfb85

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp311-cp311-macosx_15_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wisdem-4.1.1-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for wisdem-4.1.1-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1fa44e71e84de203020961cd294a78c59f745bcda40575b2d9b0237ba2744af2
MD5 d0dd1f2e9acaa28ce329949bad0a4aac
BLAKE2b-256 76221366546b83ca46a1c9b1ba0752d66cc568085ef62c34dcc01a21fa4247e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for wisdem-4.1.1-cp311-cp311-macosx_14_0_arm64.whl:

Publisher: Publish_WISDEM.yml on NLRWindSystems/WISDEM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page