Skip to content

Releases: howsoai/amalgam

Amalgam 57.0.3

02 Dec 15:40
1a80945
Compare
Choose a tag to compare

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

20 Nov 20:48
3f9a2f0
Compare
Choose a tag to compare

What's Changed

Full changelog: b334ac2...3f9a2f0

Amalgam 57.0.1

19 Nov 18:28
b334ac2
Compare
Choose a tag to compare

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

19 Nov 18:30
4f58d93
Compare
Choose a tag to compare
  • no changes

Amalgam 57.0.0

10 Nov 15:43
484e306
Compare
Choose a tag to compare

What's Changed

  • 22121: Improves consistency and handling of data types, especially strings, MAJOR by @howsohazard in #302

Full changelog: 94e22e9...484e306

Amalgam 56.0.0

04 Nov 17:02
94e22e9
Compare
Choose a tag to compare

What's Changed

  • 21358: Reduces memory when loading entities with transactional flag by @howsohazard in #298

  • 22068: Reduces memory use of store operations by @howsohazard in #301

  • 22093: Removes query_count from language and vastly improves performance of size opcode, especially with queries, MAJOR by @howsohazard in #300

Full changelog: 6094d6d...94e22e9

Amalgam 55.1.1

28 Oct 18:26
6094d6d
Compare
Choose a tag to compare

What's Changed

  • 21983: Improves logic and performance around code differencing and merging by @howsohazard in #296

  • 21663: Improves query engine performance for data sets with many nulls, certain nominal distribution, and conditioned code features by @howsohazard in #297

  • 22020: Fixes bug where inconsistent results can be returned from sandboxed calls if resources are exhausted by @howsohazard in #299

Full changelog: e17f52b...6094d6d

Amalgam 55.1.0

22 Oct 21:31
e17f52b
Compare
Choose a tag to compare

What's Changed

  • 21932: Fixes potential segfault with query_within_generalized_distance by @howsohazard in #290

  • 21700: Fixes WASM autoversion PR file structure by @apbassett in #291

  • 21361: Implements ability to flatten and execute on load Amlg files, fixes persistence functionality with flattened amlg and caml files, and preps code for load/store further enhancements, MINOR by @howsohazard in #292

  • 21700: Adds automatic README update to amalgam-lang-ts autoversion by @apbassett in #293

  • 21949: Fixes issue when emitting and parsing strings that start looking numeric but are not (e.g., 1.0.0), and fixes issue with conditioned code features by @howsohazard in #294

  • 21953: Fixes bugs in merging code, especially regarding label matches by @howsohazard in #295

Full changelog: bee7951...e17f52b

Amalgam 55.0.2

18 Oct 20:44
bee7951
Compare
Choose a tag to compare

What's Changed

  • Update AMALGAM-BEGINNER-GUIDE.md by @howsoRes in #288

  • 21933: Updates 3rd party dependency to support latest time zone data by @fulpm in #289

Full changelog: 3e6bcd0...bee7951

Amalgam 55.0.1

17 Oct 20:44
3e6bcd0
Compare
Choose a tag to compare

What's Changed

  • 21700/21836: Adds automated version bump for amalgam-lang-ts; turns off CTest concurrency; fixes WASM debug build naming issue by @apbassett in #275

Full changelog: 9fdeb9f...3e6bcd0