Skip to content

pythonlib: v1.0.2

Choose a tag to compare

@swernerx swernerx released this 21 Jan 09:49
ae68765

1.0.2 (2026-01-21)

Performance

  • pythonlib: avoid double array copy with toSorted/toReversed (5153259)

Code Refactoring

  • pythonlib: use ES2023 immutable array methods (3ff8805)
  • pythonlib: use ES2024 Iterator Helpers for map/filter (3116980)
  • pythonlib: use ES2024 native Set methods (32e99e0)

Documentation

  • pythonlib: add @module tags for TypeDoc module descriptions (64ad074)
  • pythonlib: enhance JSDoc with Python docs links and descriptions (b4b7e0a)