Releases: andrewdavidsmith/transferase
Releases · andrewdavidsmith/transferase
v0.4.0
Overview
- This release is for testing purposes.
- The server is not public, so if you are testing this v0.4.0 you will have received information from me about it. The server is almost ready.
- The Linux binaries should work on almost any Linux. Unless you are doing a system-wide install, start by downloading the
.sh
and
sh transferase-0.4.0-Linux.sh
- The macOS binaries are only for x86 in this release.
- The Python API should work on any Linux, but probably only with Python 3.12. Install from the whl file in a venv with
pip install transferase-0.4.0-cp312-none-manylinux_2_17_x86_64.whl
- On macOS, the Python library is also restricted to x86 for now.
- Brief Python API examples can be found in the docs directory of the source repo.
- The sparse docs available are not yet packaged with the distributions. As they are written they will be added to the source repo.
- If you want to help, the biggest help you can give right now is just to attempt to run the binaries and just submit an issue when things break.
What's Changed
- Too many things...
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- A lot has changed, but this release is still for debugging purposes.
Full Changelog: v0.2.0...v0.3.0
v0.2.0
First Release
I'm making this release for testing purposes. Check back -- more to come!