Releases: howsoai/amalgam
Amalgam 57.0.9
What's Changed
- 22397: Fixes bugs with sparse deviation matrices where incorrect deviations were used by @howsohazard in #323
Full changelog: 7b4206e...8ad85c5
Amalgam 57.0.8
What's Changed
-
22391: Reduces lock contention for string interning by @howsohazard in #322
-
22401: Fixes two bugs with sparse deviation matrices, one that reduces ML quality on nominal numeric features by @howsohazard in #325
Full changelog: ce17738...7b4206e
Amalgam 57.0.7
What's Changed
- 22379: Fixes to performance bug involving union and intersect opcodes by @howsohazard in #320
Full changelog: 05b99d8...ce17738
Amalgam 57.0.6
What's Changed
- 22373: Fixes issue where evaluable nodes could be double-freed in generalized distance opcode by @howsohazard in #319
Full changelog: d60a921...05b99d8
Amalgam 57.0.5
What's Changed
- 22367: Fixes deadlock issue with entity writes by @howsohazard in #318
Full changelog: b287deb...d60a921
Amalgam 57.0.4
What's Changed
- 22346: Fixes issue when changing an opcode's type to an assoc where keys would be lost and turned into empty strings by @howsohazard in #317
Full changelog: 1a80945...b287deb
Amalgam 57.0.3
What's Changed
-
22315: Fixes parse issue where if a key of an assoc starts with a number, it would be improperly printed in a way that would be read in as a number by @howsohazard in #309
-
22173: Improves performance by implementing thread local allocations by @naricc in #310
-
22325: Fixes MacOS homebrew Python install by @apbassett in #312
-
22324: Fixes crash involving EvaluableNodeManager allocations with address collisions wrt TLAB by @howsohazard in #311
-
22333: Fixes bug introduced to entity persistence in last PR by @howsohazard in #313
-
22339: Fixes segfault bug by @howsohazard in #314
Full changelog: 3f9a2f0...1a80945
Amalgam 57.0.2
What's Changed
- 22278: Reduces transactional load time by @howsohazard in #308
Full changelog: b334ac2...3f9a2f0
Amalgam 57.0.1
What's Changed
-
22179: Fixes bug saving and loading entities, minor code cleanup by @howsohazard in #303
-
22219: Cleans up headers and types to help toward transactional entity writes by @howsohazard in #304
-
22228: Reduces stack memory usage by @howsohazard in #305
-
22209: Update Amalgam Build to use GLIBC2_28 container by @wgoddin in #306
-
22209: Updates package name of GLIBC 2.28 build by @apbassett in #307
Full changelog: 484e306...b334ac2
Amalgam 55.1.2
- no changes