Skip to content

Releases: howsoai/amalgam

Amalgam 48.2.0

14 Mar 14:38
fc26b24
Compare
Choose a tag to compare

What's Changed

  • 19610: Fixes issue where debug builds of Amalgam wouldn't load versioned caml files, also minor performance improvements by @howsohazard in #93
  • 19627: Fixes issues with macOS build not specifying python version for homebrew installs by @calebwherry in #94
  • 19551: Fixes an issue where tracefile label names are in quotes by @cademack in #92
  • 19641: Improves flexibility and documentation of entity traversal with nulls, MINOR by @howsohazard in #95

New Contributors

Full Changelog: 48.1.1...48.2.0

Amalgam 48.1.1

07 Mar 18:22
415ea41
Compare
Choose a tag to compare

What's Changed

  • 15550: Fixes bug where CAMLs without headers were not read correctly by @calebwherry in #90

Full Changelog: 48.1.0...48.1.1

Amalgam 48.1.0

04 Mar 17:02
392eba7
Compare
Choose a tag to compare

What's Changed

  • 19412: Fixes bug where dev builds were incorrectly checking CAML versions by @calebwherry in #81
  • 19429: Fixes issue where zero weighted features sometimes apply feature attributes for incorrect features in queries by @howsohazard in #82
  • 19462: Adds docs folder to install with new version.json file by @calebwherry in #84
  • 18116: Refactors generalized distances and separates general and repeated distance computation caches by @howsohazard in #85
  • 19503: Add export of WASM runtime method UTF8ToString by @fulpm in #87
  • 19511: Adds LoadEntityLegacy to C API for interop with legacy callers, MINOR by @calebwherry in #88

New Contributors

  • @fulpm made their first contribution in #87

Full Changelog: 48.0.0...48.1.0

Amalgam 48.0.1

23 Feb 19:48
008194b
Compare
Choose a tag to compare

What's Changed

  • 19412: Fixes bug where dev builds were incorrectly checking CAML versions by @calebwherry in #81

Full Changelog: 48.0.0...48.0.1

Amalgam 48.0.0

22 Feb 18:24
8e95a5c
Compare
Choose a tag to compare

What's Changed

  • 19359: Fixes bug in remove opcode where empty list is treated as a string by @calebwherry in #79
  • 18698: Renames Delete to Destroy entity and adds Store and Destroy to tracefile reading, MAJOR by @calebwherry in #80
  • 19342: Improves performance by performing garbage collection sweep in parallel by @howsohazard in #78
  • 18866: Adds header to CAML file, MAJOR by @calebwherry in #60

Full Changelog: 47.2.0...48.0.0

Amalgam 47.2.0

20 Feb 22:18
d196860
Compare
Choose a tag to compare

What's Changed

  • 19254: Fixes bug in weave opcode where memory was reportedly unique when it was not (which could cause a crash) by @howsohazard in #72
  • 19269: Improves garbage collection heuristics by @howsohazard in #73
  • 19330: Fixes issue where the number of threads used would sometimes be less than the total number requested by @howsohazard in #74
  • 19185: Slightly improves CPU and memory utilization via urgent thread pool and minor memory reuse improvements by @howsohazard in #75
  • 19226: Fixes pipeline warnings due to deprecated Node version by @apbassett in #76
  • 19317: Adds DeleteString to API for cleaning up strings passed to user, MINOR by @calebwherry in #77

Full Changelog: 47.1.5...47.2.0

Amalgam 47.1.6

08 Feb 21:01
fe3a382
Compare
Choose a tag to compare

What's Changed

  • 19254: Fixes bug in weave opcode where memory was reportedly unique when it was not (which could cause a crash) by @howsohazard in #72

Full Changelog: 47.1.5...47.1.6

Amalgam 47.1.5

08 Feb 13:40
c18d7f2
Compare
Choose a tag to compare

What's Changed

  • 19133: Improves multithread CPU utilization by @howsohazard in #69
  • 19221: Fixes rare hang when call_sandboxed during garbage collection by @howsohazard in #70
  • 19235: Fixes slowdown with garbage collection when multithreading is used by @howsohazard in #71

Full Changelog: 47.1.4...47.1.5

Amalgam 47.1.4

31 Jan 14:31
437238a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 47.1.3...47.1.4

Amalgam 47.1.3

29 Jan 22:27
7cf40dc
Compare
Choose a tag to compare

What's Changed

  • 19132: Starts tasks immediately instead of when all queued by @howsohazard in #66
  • 19133: Reduces contention for concurrency, fixes rare slow memory leak by @howsohazard in #67

Full Changelog: 47.1.2...47.1.3