Skip to content

Releases: WenjieDu/PyGrinder

v0.6.4 🐞 Bug fix

12 Sep 01:28
722db5a
Compare
Choose a tag to compare

Fix a bug that cannot set seq_len==n_steps for seq_missing().

What's Changed

Full Changelog: v0.6.3...v0.6.4

v0.6.3 🐛 Bug fix

13 Aug 16:13
533b328
Compare
Choose a tag to compare

Fixed a bug in MAR that passed arguments are in the wrong order.

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.2 refactoring

27 Jul 05:25
fa47c6b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

01 Jul 00:49
e335422
Compare
Choose a tag to compare

In this minor update, we enable calc_misssing_rate() to work with pd.DataFrame input.

What's Changed

  • Update README, and fix CI testing by @WenjieDu in #36
  • Enable calc_misssing_rate work with pd.DataFrame by @WenjieDu in #38

Full Changelog: v0.6...v0.6.1

v0.6 Enable seq and block missing

17 Jun 07:10
bd2a439
Compare
Choose a tag to compare

In this release, we bring sequential and block missing.

What's Changed

Full Changelog: v0.5...v0.6

v0.5 Add rdo() to randomly drop observations

27 May 16:40
4ec11e9
Compare
Choose a tag to compare

In this new version, we add a new missingness-creation function rdo(), which can randomly drop observations only to create missing values.

What's Changed

Full Changelog: v0.4...v0.5

v0.4

16 Dec 05:38
30bf360
Compare
Choose a tag to compare

In new version 0.4, we adjust APIs of mcar(), mar_logistic(), mnar_x() and mnar_t(), now they only return the corrupted input data with additional missing values, without masks. Users can use new functions fill_and_get_mask() to get corresponding missing mask and fill the missing data with a specified value like 0.

What's Changed

Full Changelog: v0.3...v0.4

v0.3

23 Nov 04:57
9460d8c
Compare
Choose a tag to compare

😎 PyGrinder v0.3

In this release, we fixed some minor bugs and updated docs. Mainly, missingness-creating functions are enabled to only return corrupted X containing NaNs without X_intact and masks by turning the argument return_masks to False.

What's Changed

Full Changelog: v0.2...v0.3

v0.2

06 Nov 04:40
9f7929a
Compare
Choose a tag to compare

PyGrinder v0.2

This new version is released with below new features:

  1. Little's MCAR test;
  2. switch the license from GPL-v3 to BSD-3-Clause;

What's Changed

Full Changelog: v0.1.1...v0.2

v0.1.1

19 Oct 09:35
83af27d
Compare
Choose a tag to compare

PyGrinder v0.1.1

What's Changed

New Contributors

Full Changelog: v0.1...v0.1.1