Skip to content

Releases: LudvigOlsen/utipy

utipy 1.0.2

25 Apr 19:48
Compare
Choose a tag to compare
  • Adds add_indent argument to Messenger.__call__().

utipy 1.0.1

17 Mar 05:58
Compare
Choose a tag to compare

v/1.0.1 (2023)

  • Moves recursive_getattr(), recursive_setattr(), and recursive_hasattr(), recursive_mutattr() to nattrs package.
  • Adds typing to all arguments that did not have it.
  • Converts to poetry packaging backend.

v/1.0.0 (2022)

  • Converted to python 3 only.
  • Adds recursive_getattr(), recursive_setattr(), and recursive_hasattr(), recursive_mutattr().
  • Adds pandas.move_column_inplace().
  • Adds path.IOPaths for handling in-/output paths.
  • Adds path.mk_dir for creating missing directories.
  • Adds time.Timestamps for recording timestamps during runtime.
  • Adds time.StepTimer for timing a step in a with statement/context.
  • Adds array.nan_stats() and array.print_nan_stats().
  • Adds utils.Messenger for printing/logging with defaults on verbosity and indentation.

Adds array.window

08 Oct 18:07
Compare
Choose a tag to compare

A new function for splitting an array into (optionally rolling) windows.
Some small bug fixes.

Big changes to pandas.drop and pandas.makes_up

07 May 23:41
Compare
Choose a tag to compare
  • pandas.drop gets arguments include and exclude. This removes cols argument.
  • pandas.makes_up get better compatibility with object dtypes. In certain circumstances when a Series is
    an object, it will convert all elements to str, in order to find infs, NaNs and the special 'any' value
  • Adds more tests

Bug fixes and added testing

07 May 21:04
Compare
Choose a tag to compare
  • Added pytest testing
  • Added import bug

Please update.

0.2.0 - Alpha

07 May 15:52
Compare
Choose a tag to compare

Most functions are now well-documented. Still needs testing.
Grouping functions still need a lot of work though.

utipy 0.1.3

30 Mar 18:29
Compare
Choose a tag to compare
utipy 0.1.3 Pre-release
Pre-release

Pre-Alpha stage.
Changed names to:
distort()
resemble()

Added polynomializer()

Has been added to pypi as well.