Skip to content

Releases: pmorissette/bt

v1.2.0

25 Apr 18:15

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.5...v1.2.0

v1.1.5

24 Mar 22:08

Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.1.5

v1.1.4

24 Mar 22:08
709a1a3

Choose a tag to compare

What's Changed

  • Deal with floating point error in tests by @timkpaine in #500
  • Fix FutureWarning from DataFrame.std with axis=None in WeighInvVol by @Bortlesboat in #503

Full Changelog: v1.1.3...v1.1.4

v1.1.3

23 Feb 01:37
b7d4592

Choose a tag to compare

What's Changed

  • Adding a margin algorithm. Can be used to simulate brokerage margin account by @tamccall in #484
  • Allowing clients to disable the progress bar on run by @tamccall in #486
  • Fix/futurewarn bool dtype by @jonahsheep in #492
  • Support pandas 3, add regression testing for pandas 1 and 2 by @timkpaine in #497

New Contributors

Full Changelog: v1.1.2...v1.1.3

v1.1.2

12 Apr 14:41
f54712e

Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

08 Apr 20:04
710d97a

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

06 Aug 13:46
8087a3d

Choose a tag to compare

What's Changed

  • switch base test environment to 3.11, bump minimum cython version to account for 3.11 changes, use cibuildwheel for wheel creation by @timkpaine in #392
  • Update ruff usage, enforce format, update workflows by @timkpaine in #445
  • Introduce an optional lag parameter in SetStat by @lnzed in #403
  • positions should not mix NaN and 0s by @mkeds in #218
  • Removes chained indexing. by @quant12345 in #449
  • To access a value by position, use ser.iloc[pos] by @quant12345 in #448

New Contributors

  • @lnzed made their first contribution in #403
  • @quant12345 made their first contribution in #449

Full Changelog: v1.0.1...v1.1.0

v1.0.1

24 Jun 00:50
9088f9a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

20 Nov 02:57

Choose a tag to compare

Now that the library is quite stable, moving to version 1.0.0 for full semver utilization.

What's Changed

New Contributors

Full Changelog: v0.2.9...v1.0.0

v0.2.9

21 Apr 02:49
f5ab91e

Choose a tag to compare

This is a very minor release which bundles LICENSE.txt in order to build bt for conda-forge.