Onekit

Latest version: v1.1.0

Safety actively analyzes 622414 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

1.1.0

Feature

* feat(stopwatch): add timezone (65)

* docs: use consistent style for optional parameters

* refactor(archive_files): add timezone

* feat(stopwatch): add timezone ([`d261904`](https://github.com/estripling/onekit/commit/d2619049e437f6cca9032d82046a6b7247134f90))

* feat: add timestamp (64)

* feat(pythonkit): add timestamp

* docs(LICENSE): update year

* refactor(timestamp): no positional arguments ([`67e657d`](https://github.com/estripling/onekit/commit/67e657d19ea5f20afaafe276cfd159cbe8f81ee4))

Refactor

* refactor(filter_date): use with_date_diff_ago (63) ([`b0bd1ec`](https://github.com/estripling/onekit/commit/b0bd1ecd4b0e6d8c51e12854d6d10601dc1b8882))

1.0.0

Breaking

* refactor: rename sk.daterange -> sk.date_range (61)

* refactor: rename sk.daterange -> sk.date_range

* refactor(with_weekday): add type hint for determine_weekday

BREAKING CHANGE: rename sk.daterange -> sk.date_range ([`c1b8661`](https://github.com/estripling/onekit/commit/c1b8661025fbf7bab6be4ea682c436dff330ed98))

* refactor: rename daterange -> date_range (60)

BREAKING CHANGE: rename daterange -> date_range ([`547d5ac`](https://github.com/estripling/onekit/commit/547d5ac9a040843a945e76cb172da503fae7f3c8))

* feat: datecount -> date_count_backward, date_count_forward (59)

BREAKING CHANGE: split datecount into date_count_backward and date_count_forward ([`fff3c77`](https://github.com/estripling/onekit/commit/fff3c77ef58c1ba7e96f430e6b78d48d15aebf20))

* feat: improve date functionality (54)

* feat: add filter_date

* refactor: rename day -> d

* refactor: rename daycount -> datecount

* refactor: rename n_days -> number_of_days

* test(relative_date): rename days -> dates

* feat: add date_ahead

* feat: add date_ago

* fix: remove relative_date

* refactor: change order

BREAKING CHANGE: renamed date functions ([`72fba47`](https://github.com/estripling/onekit/commit/72fba4706626ff8b18e208e86271e9595ebe1962))

Feature

* feat: add with_increasing_id (62)

* feat: add with_increasing_id

* test: fix nondeterministic test ([`1dd4c19`](https://github.com/estripling/onekit/commit/1dd4c19512d8135f67bc4b18d00d3911ef9767ac))

* feat: add bool_to_int (58)

* feat: add bool_to_int

* fix(peek): use bool_to_int before converting to pandas ([`bbde5aa`](https://github.com/estripling/onekit/commit/bbde5aa04fadb42de40e2d46d85e0300180d70a0))

* feat: split with_date_diff into with_date_diff_ago and with_date_diff_ahead (57) ([`1175784`](https://github.com/estripling/onekit/commit/11757848773a9378e89bcc9bb5d3c5b535105a33))

* feat: add date diff (55)

* docs(str_to_col): update docstring

* feat: add with_date_diff ([`2504dcd`](https://github.com/estripling/onekit/commit/2504dcdf86a77454208c1bff4647ed7c1bc20b9c))

* feat: add all_col and any_col (52)

* feat: add all_col

* feat: add any_col ([`fb0c07a`](https://github.com/estripling/onekit/commit/fb0c07a55e30e1db6d598b7a47cb0997cfa4a47b))

Style

* style: change type hint for star parameters (53) ([`840bc66`](https://github.com/estripling/onekit/commit/840bc66e371be24b254fcc87b1836e0c57b968aa))

Test

* test: refactor to have shorter tests (56)

* test: refactor test_with_endofweek_date

* test: refactor test_with_index

* test: refactor test_with_startofweek_date

* test: refactor test_with_weekday

* test: refactor test_filter_date ([`7aa966d`](https://github.com/estripling/onekit/commit/7aa966d409498c03b2b85b2552d8b6952105fd1b))

0.16.0

Feature

* feat: add check column functionality (51)

* feat: add check_column_present

* feat: add has_column ([`639f379`](https://github.com/estripling/onekit/commit/639f379429ac0cfaeaea821190649ac7782aa8ce))

Refactor

* refactor: rename check functions (50)

* refactor: rename check_dataframe_equal -> assert_dataframe_equal

* refactor: rename check_row_count_equal -> assert_row_count_equal

* refactor: rename check_row_equal -> assert_row_equal

* refactor: rename check_schema_equal -> assert_schema_equal

* refactor(example.ipynb): update notebook

* build: add pre-commit hook ([`0bd7103`](https://github.com/estripling/onekit/commit/0bd7103ff176e5c3645a8f3596ffebaa779d1831))

0.15.0

Feature

* feat(pandaskit): add cvf (49) ([`a8c9cb6`](https://github.com/estripling/onekit/commit/a8c9cb66e87f1ff3ef968a6604be96c110f23151))

0.14.0

Feature

* feat: improve pandaskit.profile (48)

* refactor(pandaskit.profile): no special characters

* test(pandaskit.profile): add isnull and notull query

* feat(numpykit): add quantile argument

* test: rename function

* refactor(pandaskit.profile): use basic_info_df variable

* feat(pandaskit.profile): add sum ([`f10bf9a`](https://github.com/estripling/onekit/commit/f10bf9a0acf4c981dcd1e5263a2a2afbee28de81))

0.13.0

Feature

* feat: add numpykit (47)

* refactor(check_vector): move optfunckit -> numpykit

* feat(numpykit): add stderr ([`d580b8f`](https://github.com/estripling/onekit/commit/d580b8f3167731c028dc65c62b7b76f46e7d259e))

Refactor

* refactor: move math functions to mathkit (46)

* refactor(collatz): move pythonkit -> mathkit

* refactor(fibonacci): move pythonkit -> mathkit

* refactor: move isdivisible iseven isodd to mathkit ([`c4a5bd8`](https://github.com/estripling/onekit/commit/c4a5bd8c83986b626d6c7d2b01d6ee920b746263))

* refactor: small updates (45)

* refactor(XyzPoints): adjust type hints

* docs(peaks): add reference

* docs(optfunckit): add ai-roomi reference

* docs(concat_strings): add docstring example ([`c6f02d7`](https://github.com/estripling/onekit/commit/c6f02d701965b6c34ae50392f5b2fdd5a573d654))

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.