Releases: Baldrax/TaleSpire-Encoding-Python
Release list
v1.3.0
What's Changed
- Update docs by @Baldrax in #15
- Dev by @Baldrax in #16
- Added Ruff
- Code Cleanup
- Restructured _binary_data to _input_data (bytes) and _output_data (bytearray) for better clarity and proper casting
- Added v3 Creature Blueprint support
Full Changelog: v1.2.5...v1.3.0
v1.2.5
v1.2.4
What's Changed
- Added a Test PyPI workflow
- Promoted core API to ts_encoding
- Updated README.md
- Improved Unit Tests for Assets.
Full Changelog: v1.2.3...v1.2.4
v1.2.3
v1.2.2
What's Changed
To install this version:
pip install talespire-encoding==1.2.2
Since this is now handled by the standard package index, you can always install the latest version by just running.
pip install --upgrade talespire-encoding
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Added an TSAssetLib.assets() method to return a list of all the TSAsset/s in the library.
To install this version:
pip install git+https://github.com/Baldrax/TaleSpire-Encoding-Python.git@v1.2.1
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Preliminary asset support and testing.
To install this version:
pip install git+https://github.com/Baldrax/TaleSpire-Encoding-Python.git@v1.2.0
Full Changelog: v1.1.3...v1.2.0
v1.1.3
What's Changed
- Fixed another bug with v2 slab transforms and encoding.
- Coordinates of v2 slab positions will be wrong with earlier versions.
To install this version:
pip install git+https://github.com/Baldrax/TaleSpire-Encoding-Python.git@v1.1.3
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- fixed a bug where the slab v2 transforms were not in the right order.
To install this version:
pip install git+https://github.com/Baldrax/TaleSpire-Encoding-Python.git@v1.1.2
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Added exception when the slab size limit is exceeded.
- Code cleanup and documentation.
To install this version:
pip install git+https://github.com/Baldrax/TaleSpire-Encoding-Python.git@v1.1.1
Full Changelog: v1.1.0...v1.1.1