Releases: mikeqfu/pyhelpers
Releases · mikeqfu/pyhelpers
1.2.15
Notable changes since 1.2.14:
- Improved the following functions/methods with bug fixes:
- find_similar_str() and convert_md_to_rst() in the module text;
- download_file_from_url() in the module ops;
- save_svg_as_emf() in the module store;
- PostgreSQL.import_data() and PostgreSQL.drop_schema() in the module sql.
- Added a new function is_downloadable() to the module ops.
For more information and detailed specifications, check out PyHelpers 1.2.15 documentation.
1.2.14
1.2.13
1.2.12
Notable changes since 1.2.11:
- Resolved an issue that failed importing modules (after updating or reinstalling the package).
- Added a new function gps_to_utc() to the module ops.
For more information and detailed specifications, check out PyHelpers 1.2.12 documentation.
1.2.11
Notable changes since 1.2.10:
- Fixed a bug in the method PostgreSQL.import_data() in the module sql.
For more information and detailed specifications, check out PyHelpers 1.2.11 documentation.
1.2.10
Notable changes since 1.2.9:
- Improved the following functions/method with bug fixes to:
- np_preferences() in the module settings;
- save_multiple_spreadsheets() in the module store;
- PostgreSQL.read_sql_query() in the module sql.
- Added new functions/methods:
- eval_dtype(), swap_cols() and swap_rows() to the module ops;
- get_rectangle_centroid() to the module geom;
- .list_table_names() and .alter_table_schema() to the class PostgreSQL in the module sql.
For more information and detailed specifications, check out PyHelpers 1.2.10 documentation.
1.2.9
Note that the release 1.2.8 had been permanently deleted.
Notable changes since 1.2.7:
- Made modifications with bug fixes to the following functions/class:
- validate_input_data_dir() in the module dir;
- confirmed() and fake_requests_headers() in the module ops;
- PostgreSQL in the module sql.
- Added new functions:
- get_obj_attr() to the module ops;
- get_db_address() to the module sql.
1.2.7
Notable changes since 1.2.6:
- Fixed a minor bug in the method PostgreSQL.import_data() in the module sql
- Added new functions:
- merge_dicts(), is_network_connected() and is_url_connectable() to the module ops;
- get_acronym() and extract_words1upper() to the module text.
1.2.6
Notable changes since 1.2.5:
- Renamed two functions in the module geom:
- Reduced the number of essential dependencies for installing the package (see also the installation note).
- Enabled direct access to all functions/classes from importing the package without having to specifying the modules they reside in.
- Fixed a minor bug in the function fake_requests_headers() in the module ops.
1.2.5
Notable changes since 1.2.4:
- Renamed the function
rm_dir()to delete_dir() in the module dir. - Moved the function save_web_page_as_pdf() from the module text to store.
- Removed two functions from the module ops:
get_variable_name()andget_variable_names(). - Improved the following function/class:
- save() in the module store;
- PostgreSQL in the module sql.