Skip to content

mlt-core-v0.1.1

Choose a tag to compare

@CommanderStorm CommanderStorm released this 25 Feb 05:16
9ef9ae4

Added

  • (rust) Stream encoding optimiser (#950)
  • (rust) Synthetic generation (#947)
  • (rust) FastPFOR encoding support (#936)
  • (rust) implement geometry encoding functionality (#933)
  • (rust) string encoding support (#937)
  • (rust) Point Geometry encoding (#932)
  • (rust) Property encoding (#929)
  • (rust) impl stream encoding (#924)
  • (rust) impl encode_componentwise_delta_vec2s (#930)
  • (rust) Id encoder implementation (#906)

Fixed

  • (rust) simplify int parsing errors (#921)

Other

  • (rust) improve rust synthetics generation (#951)
  • (rust) Reword the docs (#946)
  • (rust) more renames (#945)
  • (rust) rename encoding->encoder
  • (rust) rename encoding-related types for clarity (#944)
  • (rust) optimize some UI code (#939)
  • (rust) simplify the proptest strategy (#935)
  • (rust) remove unused variables and simplify buffer handling (#925)
  • (rust) rename LogicalDecoder and PhysicalDecoder to codecs (#923)
  • (rust) improve error handling and messaging in error types (#920)
  • (rust) rename UnsupportedLogicalTechniqueCombination (#919)
  • (rust) Shift id encoding to the stream (#918)
  • (rust) add basic benchmark infrastructure (#912)
  • (rust) cleanup errors and some namespaces (#917)
  • (rust) cleanup around the property mod (#915)
  • (rust) more cleanups (#914)
  • (rust) rename raw -> encoded (#910)
  • (rust) refactor and add plumbing for encoding (#909)