Skip to content

Releases: Baldrax/TaleSpire-Encoding-Python

v1.3.0

Choose a tag to compare

@Baldrax Baldrax released this 09 Jul 11:06

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

Choose a tag to compare

@Baldrax Baldrax released this 26 May 23:21
2e3a2d8

What's Changed

  • Added TSStatsLink encoding and decoding with examples and unit tests.
  • Some restructuring and cleanup of code, nothing that should impact usage.
  • Dev by @Baldrax in #14

Full Changelog: v1.2.4...v1.2.5

v1.2.4

Choose a tag to compare

@Baldrax Baldrax released this 26 May 07:38
457f910

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

Choose a tag to compare

@Baldrax Baldrax released this 26 May 01:17
e5e8aa4

What's Changed

This release is also to test automatic deployment to PyPI.

Full Changelog: v1.2.2...v1.2.3

v1.2.2

Choose a tag to compare

@Baldrax Baldrax released this 25 May 23:45
b8bdb04

What's Changed

  • Updated to be compatible for uploading to pypi repository. by @Baldrax in #10

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

Choose a tag to compare

@Baldrax Baldrax released this 28 Apr 20:05
d6014f8

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

Choose a tag to compare

@Baldrax Baldrax released this 27 Apr 07:53
b2a3feb

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

Choose a tag to compare

@Baldrax Baldrax released this 24 Apr 07:47
448cdaa

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

Choose a tag to compare

@Baldrax Baldrax released this 24 Apr 05:28
de9287a

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

Choose a tag to compare

@Baldrax Baldrax released this 20 Apr 10:12
aea8aaf

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