Skip to content

Releases: milesgranger/gap_statistic

v2.0.3

31 Jul 04:21
7fe2206
Compare
Choose a tag to compare

What's Changed

  • Add support for seeding RNG used for random sampling (#59). by @lebedov in #61

New Contributors

Full Changelog: v2.0.2...v2.0.3

https://pypi.org/project/gap-stat/#files

v2.0.2

21 Jan 10:38
d5f8a8e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

Ensure passing of numpy arrays to Rust

20 Apr 04:05
e156586
Compare
Choose a tag to compare

🐛 Bug fix 🛠️

In v2.0.0, passing a pandas.DataFrame with parallel_backend='rust' would result in TypeError, this patch ensures any dataframe is converted to np.ndarray before hand.

v2.0.0

19 Feb 08:08
Compare
Choose a tag to compare

Disconnect rust & use github actions (#41)
Rust as optional install (#42)
Fix workflows (#43)
Return standard errors of the Gap statistic (#39)
Generate ref data uniformly over feature range (#40)
Pass n_refs and n_iter to rust impl (#46)
Fix Rust ref data generation (#47)
Add warning about optional rust feature (#47)

v2.0.0-rc2

18 Feb 19:14
Compare
Choose a tag to compare
v2.0.0-rc2 Pre-release
Pre-release
  • Pass n_refs and n_iter to rust impl (#46)
  • Fix Rust ref data generation (#47)
  • Add warning about optional rust feature (#47)

v2.0.0-rc1

15 Feb 13:22
Compare
Choose a tag to compare
v2.0.0-rc1 Pre-release
Pre-release

Improvements and Fixes:

  • Return standard errors of the Gap statistic (#39)
  • Generate ref data uniformly over feature range (#40)

Rust as optional install:

  • Disconnect rust & use github actions (#41)
  • Rust as optional install (#42)
  • Fix workflows (#43)

v1.7.1

18 Aug 15:54
Compare
Choose a tag to compare
  • Optimizations to Rust backend. #35

v1.7.0

09 Jul 18:31
Compare
Choose a tag to compare
  • Change license from BSD-3 to dual Unlicense / MIT (#30)
  • Add OSX to Azure Pipelines building (#31)
  • Multiple upgrade to gap calculation, n cluster calc, docs, etc (#28)
  • Fix passing of null data to final calculations rather than the observed dataset (#34)

Release Candidate 1.7.0.rc1

09 Jul 18:15
Compare
Choose a tag to compare
Pre-release
  • Change license from BSD-3 to dual Unlicense / MIT (#30)
  • Add OSX to Azure Pipelines building (#31)
  • Multiple upgrade to gap calculation, n cluster calc, docs, etc (#28)
  • Fix passing of null data to final calculations rather than the observed dataset (#34)

Report reference distribution standard deviations

25 May 05:40
Compare
Choose a tag to compare
  • OptimalK object's dataframe now has an additional column with the standard deviations of the reference distributions (c61ee92)