Skip to content

Releases: legend-exp/dspeed

v1.8.1

06 Aug 18:13
b027f04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.8.1

v1.8.0

14 Jul 21:02
4a07fcc
Compare
Choose a tag to compare

What's Changed

  • Added utility functions and lazy loading of processors by @iguinn in #141
    • Added where and a if b else c expressions for performing selections
    • Added isnan and isfinite expressions
    • Added floor, ceil and trunc expressions to go with round
    • Upgraded GUFuncWrapper and test function compare_numba_to_python to work for a wider variety of function signatures
  • wf browser fix for VectorOfVectors by @tdixon97 in #143
  • chore: update pre-commit hooks by @pre-commit-ci[bot] in #140
  • Allow non-string init_args by @iguinn in #144

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

12 Jun 17:53
f95eae3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.4...v1.7.0

v1.6.6a2

06 May 17:06
13e7fe8
Compare
Choose a tag to compare
v1.6.6a2 Pre-release
Pre-release

What's Changed

  • Fixed bug where VoV wasn't resizing flattened data array by @iguinn in #134

Full Changelog: v1.6.6a1...v1.6.6a2

v1.6.6a1

22 Apr 18:50
7a4372c
Compare
Choose a tag to compare
v1.6.6a1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.6.4...v1.6.6a1

v1.6.4

15 Apr 18:46
42c4ca0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.3...v1.6.4

v1.6.3

11 Apr 16:20
c93c774
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.2...v1.6.3

v1.6.2

01 Nov 18:34
Compare
Choose a tag to compare

What's Changed

  • Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.11.0 by @dependabot in #92

Full Changelog: v1.6.1...v1.6.2

v1.6.1

21 Oct 19:23
f83c184
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0

21 Oct 17:40
4ef86b1
Compare
Choose a tag to compare

What's Changed

  • Updated author list in CITATION.cff by @esleon97 in #81
  • Fixed docstring of linear_slope_diff by @iguinn in #82
  • Bug fixes by @iguinn in #83
  • Added dspeed_guvectorize decorator for already vectorized functions. Use it for fft_convolve_wf by @iguinn in #85
  • Added tensorflow model processor by @iguinn in #87
  • Spelling correction for pre-commit bot by @iguinn in #91

Full Changelog: v1.5.0...v1.6.0