Releases: mikeqfu/pyhelpers
Releases · mikeqfu/pyhelpers
1.0.22
Notable changes since 1.0.21:
- Renamed the function
divide_list_into_chunks()to split_list_by_size() in the module ops. - Added two new functions to the module ops: split_list() and split_iterable().
- Improved the following function/class:
- gdal_configurations() in the module settings;
- PostgreSQL in the module sql.
1.0.21
1.0.20
1.0.19
Note that the release 1.0.18 had been permanently deleted.
Notable changes since 1.0.17:
- Renamed the module
miscto ops; moved the function csr_matrix_to_dict() to the module text. - Fixed minor bugs:
- save_feather() and load_feather() in the module store;
- download() in the module download;
- mpl_preferences() in the module settings.
- Added new functions:
- show_square(), locate_square_vertices() and locate_square_vertices_calc() to the module geom;
- is_dirname() to the module dir.
- Improved the module store with modifications to the functions: save_pickle(), load_pickle(), save_json(), load_json() and save().