github vmware/differential-datalog v0.42.1
DDlog v0.42.1

latest releases: v1.2.3, v1.2.2, v1.2.1...
2 years ago

[0.42.1] - Jul 16, 2021

  • New library functions:

    • ddlog_std.dl:

      function values(m: Map<'K, 'V>): Vec<'V>
      function nth_value(m: Map<'K, 'V>, n: usize): Option<'V>
      function nth_key(m: Map<'K, 'V>, n: usize): Option<'K>
      
    • map.dl:

      function find(m: Map<'K, 'V>, f: function('V): bool): Option<'V>
      function any(m: Map<'K, 'V>, f: function('V): bool): bool
      
  • Bug fixes:

    • Fixed scrambled self-profiler output.
    • Fixed compilation speed regression introduced in 0.42.0.
  • New feature in OVSDB-to-DDlog compiler:

    • multiset-table option to force an output-only table to be declared as a
      multiset.

Don't miss a new differential-datalog release

NewReleases is sending notifications on new releases.