Releases: chrisjihee/chrisbase
Releases · chrisjihee/chrisbase
Version 0.2.0
- Add cwd()
- Add working_gpus()
- Rename set_cuda_path() -> include_cuda_dir()
- Rename get_current_path() -> get_working_file()
- Update include_cuda_dir() have return value
- Remove get_python_path()
- Add read_command_out(), read_command_err()
- Remove get_ipynb_path()
- Rename get_working_file() -> working_file()
- Update first_or() first_path_or(): improved exception handling
- Update include_cuda_bin_dir(): no assertion
- Update working_gpus(): exceptional case handling
- Rename working_file() -> running_file()
- Update get_hostaddr(): improved quality
- Add prepend_to_global_path(), append_to_global_path()
- Add environ_to_dataframe()
- Add BasicProjectEnv dataclass
- Update to_dataframe(): handled when raw is dataclass
Version 0.1.11
- Update get_current_path(): work robustly!
- Add is_notebook()
[https://stackoverflow.com/questions/15411967/how-can-i-check-if-code-is-executed-in-the-ipython-notebook]
Version 0.1.10
- Update remove_dir_check(): verbose, real option
Version 0.1.9
- Fix import error
- Add remove_dir_check()
- Add OK(), OX(), ox()
Version 0.1.7
- Relative import
- Update display_histogram()
Version 0.1.6
- Add trim_output(), after(), before()
- Update to_dataframe()
Version 0.1.5
- MyTimer print into one file!
Version 0.1.3
Move some install_requires to extras_require
Version 0.1.1
Change default cuda_paths on set_cuda_path()
Version 0.1.0
Start to publish as an official python package