Skip to content

0.5.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@ScanMountGoat ScanMountGoat released this 29 Dec 01:42
· 83 commits to main since this release

ssbh_data_py

See the examples and readme for sample code.

Installation

The package can be installed for a supported python version using pip on the latest version of Windows, Linux, or MacOS. The prebuilt wheels (.whl files) are included only for situations where pip might not be available such as for plugin development for applications.

Installing: pip install ssbh_data_py
Updating: pip install ssbh_data_py --upgrade

Changes:

  • Added from_str and from_value static methods to enum types.
  • Improved type hints for default parameters and class attributes.
  • Added ssbh_data_py.mesh_data.read_mesh_numpy. This is an experimental API and may change in future releases.