Releases: michalc/OpenTTDLab
Releases · michalc/OpenTTDLab
v0.0.65
What's Changed
- docs: documentation on parse_savegame by @michalc in #185
- docs: mention that OpenTTDLab can be used as a test harness by @michalc in #186
- docs: links to API sections by @michalc in #187
- docs: rename fetching to configuring by @michalc in #188
- docs: fix link to running experiments by @michalc in #189
- docs: rename second 'Running experiments' section to 'Core function' by @michalc in #190
- refactor: use partial to reduce indentation and step towards public BaNaNaS client by @michalc in #191
- refactor: remove almost unused argument in (private) _bananas_download by @michalc in #192
- refactor: fewer arguments in private bananas function by @michalc in #193
- refactor: fewer arguments private bananas download function by @michalc in #194
- refactor: split querying TCP server and download by @michalc in #195
- perf: make only one connection per content to tcp server by @michalc in #196
Full Changelog: v0.0.64...v0.0.65
v0.0.64
v0.0.63
v0.0.62
v0.0.61
v0.0.60
v0.0.59
v0.0.58
v0.0.57
v0.0.56
What's Changed
The main change in this release is the ability to (automatically) download dependencies, and transitive dependencies, for AIs (and AI libraries) fetched from bananas
- refactor: read all bytes from socket when querying BaNaNaS by @michalc in #161
- refactor: step towards automatically downloading dependencies by @michalc in #162
- refactor: store files using info from downloading by @michalc in #163
- refactor: clearer variable names by @michalc in #164
- refactor: more code that support multiple files per AI by @michalc in #165
- refactor: towards downloading AI libraries from AI download by @michalc in #166
- refactor: move fetching content ID to function by @michalc in #167
- feat: automatically download dependencies from BaNaNaS by @michalc in #168
Full Changelog: v0.0.55...v0.0.56