Skip to content

Releases: wsp-sag/cheval

Version 0.2.4

09 Aug 16:18
1fbc9bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

Version 0.2.3

04 May 19:39
Compare
Choose a tag to compare

What's Changed

  • pass group to self.validate by @TianYangLin in #16
  • Fix and improve LinkedDataFrame missing link indexes logic by @aclarry in #14
  • Update random seed handling and caching of numba functions by @bccheung in #17
  • to_csv performance issue mitigation by @bccheung in #18

New Contributors

Full Changelog: v0.2.2...v0.2.3

Version 0.2.2

09 Nov 19:50
Compare
Choose a tag to compare

Various bug fixes to LinkedDataFrame

What's Changed

  • Fix groupby for pandas >0.24 by @aclarry in #8
  • Fix error when aggregating linked bool columns by @aclarry in #10

New Contributors

Full Changelog: v0.2.1...v0.2.2

Version 0.2.1

30 Aug 01:12
03701c7
Compare
Choose a tag to compare

Added option to disable check for infeasible solutions. This option is useful in certain situations.

What's Changed

Full Changelog: v0.2.0...v0.2.1

Version 0.2.0

25 Mar 20:29
6f57def
Compare
Choose a tag to compare

Added support for pandas 0.24 and newer, re-implemented most unit tests for pytest

What's Changed

Full Changelog: v0.1.1...v0.2.0

Version 0.1.1

12 Oct 14:57
a7f7177
Compare
Choose a tag to compare

Includes bug fixes to ensure that MatrixSymbols are properly initialized and that number of threads can be set when using Numba functions

What's Changed

Full Changelog: v0.1.0...v0.1.1

Version 0.1.0

08 Jun 17:41
Compare
Choose a tag to compare

Initial release

What's Changed

Full Changelog: https://github.com/wsp-sag/cheval/commits/v0.1.0