Thrilled to announce the latest release of samber/ro with great improvements!
This new release brings 2 new plugins:
simd!!!time
The new SIMD plugin is a massive speed-up for data processing. It requires Go 1.26 and a modern CPU. The implementation is still experimental. Please enter the conversation on #231.
Features
- feat(exp,simd): adding experimental SIMD operators by @samber in #232
- feat: add plugin for time by @BenjaminGoehry in #215
#226 - Add
CeilWithPrecisionoperator with arbitrary decimal rounding support by @kosiew in #183 - Add
FloorWithPrecisionoperator for configurable decimal flooring in math utilities by @kosiew in #181
Other
- fix(nanotime): fallback to time.Since to get monotonic time instead of runtime.nanotime by @samber in
- chore: improve tests and CI by @samber in #186
- refactor: rename io plugin to stdio by @samber in #185
- chore(ci): improve go version management in CI by @samber in #227
- chore(ci): adding codeql by @samber in #230
- refactor: rename testing package to rotesting by @samber in #233
Dependencies
- chore(deps): bump github.com/go-co-op/gocron/v2 from 2.14.0 to 2.18.0 in /plugins/cron by @dependabot[bot] in #188
- chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 in /plugins/fsnotify by @dependabot[bot] in #174
- chore(deps): bump js-yaml from 3.14.1 to 3.14.2 in /docs by @dependabot[bot] in #192
- chore(deps): bump github.com/go-co-op/gocron/v2 from 2.18.0 to 2.18.2 in /plugins/cron by @dependabot[bot] in #204
- chore(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 in /ee by @dependabot[bot] in #202
- chore(deps): bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /docs by @dependabot[bot] in #199
- chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #197
- chore(deps): bump node-forge from 1.3.1 to 1.3.2 in /docs by @dependabot[bot] in #195
- chore(deps): bump golangci/golangci-lint-action from 8 to 9 by @dependabot[bot] in #196
- chore(deps): bump qs and express in /docs by @dependabot[bot] in #212
- chore(deps): bump github.com/go-co-op/gocron/v2 from 2.18.2 to 2.19.0 in /plugins/cron by @dependabot[bot] in #208
- chore(deps): bump github.com/axiomhq/hyperloglog from 0.2.5 to 0.2.6 in /plugins/hyperloglog by @dependabot[bot] in #209
- chore(deps): bump webpack from 5.102.0 to 5.105.2 in /docs by @dependabot[bot] in #225
- chore(deps): bump github.com/go-co-op/gocron/v2 from 2.19.0 to 2.19.1 in /plugins/cron by @dependabot[bot] in #220
- chore(deps): bump lodash from 4.17.21 to 4.17.23 in /docs by @dependabot[bot] in #219
- chore(deps): bump ajv from 6.12.6 to 6.14.0 in /docs by @dependabot[bot] in #228
- chore(deps): bump github.com/arran4/golang-ical from 0.3.2 to 0.3.3 in /plugins/ics by @dependabot[bot] in #229
- chore(deps): bump marked from 16.4.1 to 17.0.3 in /docs by @dependabot[bot] in #234
New Contributors
- @kosiew made their first contribution in #183
- @BenjaminGoehry made their first contribution in #215
Full Changelog: v0.2.0...v0.3.0