Releases: LudvigOlsen/utipy
Releases · LudvigOlsen/utipy
utipy 1.0.2
- Adds
add_indent
argument toMessenger.__call__()
.
utipy 1.0.1
v/1.0.1 (2023)
- Moves
recursive_getattr()
,recursive_setattr()
, andrecursive_hasattr()
,recursive_mutattr()
tonattrs
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()
, andrecursive_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 awith
statement/context. - Adds
array.nan_stats()
andarray.print_nan_stats()
. - Adds
utils.Messenger
for printing/logging with defaults on verbosity and indentation.
Adds array.window
A new function for splitting an array into (optionally rolling) windows.
Some small bug fixes.
Big changes to pandas.drop and pandas.makes_up
- 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
- Added pytest testing
- Added import bug
Please update.
0.2.0 - Alpha
Most functions are now well-documented. Still needs testing.
Grouping functions still need a lot of work though.
utipy 0.1.3
Pre-Alpha stage.
Changed names to:
distort()
resemble()
Added polynomializer()
Has been added to pypi as well.