Skip to content

Releases: zix99/rare

0.5.1

15 Jun 17:31
Compare
Choose a tag to compare

Minor Improvements

  • db507f6 Add replace func, fix stdlib tests on windows (#152)

Bug Fixes

  • 37e42dc Refactor pathmatcher into its own package for future use, fix infinite loop bug in exclude-dir (#151)

Other

0.5.0

01 Jun 02:20
3c6b7e4
Compare
Choose a tag to compare

Features

Minor Improvements

  • 3c6b7e4 Add iterwalk package to speed up large directory listing (#149)
  • 9ac0c6f Clean up usage of other color functions
  • 18d1910 Env variables for path traversal
  • 096debe Exit codes v2 (#147)
  • 8fdc5dd Filter optimization color output (#136)
  • c24e426 Fix silent dirwalk fail, and speed up using more performant walker (#141)
  • 6b291bb Pool opt (#139)

Bug Fixes

  • 6f87550 Fix bug in multi-character delim in string splitter
  • fd684d7 Fix infinite recursion, more test coverage (#145)

Other/Misc

0.4.4

02 May 00:52
47f332b
Compare
Choose a tag to compare

This change, beyond some minor functionality, brings pretty significant performance improvements to all extractions (10-20%) and as much as 75% performance increase to filtering, while also reducing memory consumption.

Features

Minor Improvements

0.4.3

14 Apr 02:46
e0fc395
Compare
Choose a tag to compare

Changelog

Features

Minor Improvements

  • 2eeb108 Add bucketrange function and clean up bucket (#127)
  • a8f7d06 Add simple profiling metrics for memory and runtime
  • 10adbbb Typed stages -- improve performance by pre-parsing typed arguments (#124)
  • dc5bcc4 acceptance tests (#126)

Docs

Bug Fixes

  • aa4aa9c Histo sum bug for non-1 increments in percentage (#125)

0.4.2

05 Jan 00:51
Compare
Choose a tag to compare

Changelog

0.4.1

27 Dec 22:12
48965bc
Compare
Choose a tag to compare

Features

Minor Improvements

  • c559360 Bump mkdocs and take advantage of new features (#114)
  • b42568d Improve some formatting

0.4.0

20 Dec 17:12
bd8d9fa
Compare
Choose a tag to compare

Features

Minor Updates

Bug Fixes

0.3.4

08 Jun 00:54
Compare
Choose a tag to compare

Changelog

Features

Minor Updates

0.3.3

05 Aug 14:50
a4e8f49
Compare
Choose a tag to compare

Changelog

Features

  • Implement log scale on bar, histo, and heatmap (#98) (#97)

Improvements

0.3.2

14 Jun 22:15
Compare
Choose a tag to compare

Changelog

  • aaca8d4 Add CSV output support to some aggregators (#94)