Skip to content

Releases: chrisjihee/chrisbase

Version 0.2.0

16 Mar 09:37

Choose a tag to compare

  • 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

13 Mar 16:05

Choose a tag to compare

  • 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

09 Mar 23:47

Choose a tag to compare

  • Update remove_dir_check(): verbose, real option

Version 0.1.9

22 Feb 08:22

Choose a tag to compare

  • Fix import error
  • Add remove_dir_check()
  • Add OK(), OX(), ox()

Version 0.1.7

21 Feb 14:29

Choose a tag to compare

  • Relative import
  • Update display_histogram()

Version 0.1.6

21 Feb 08:27

Choose a tag to compare

  • Add trim_output(), after(), before()
  • Update to_dataframe()

Version 0.1.5

18 Feb 03:07

Choose a tag to compare

  • MyTimer print into one file!

Version 0.1.3

19 Jan 12:00

Choose a tag to compare

Move some install_requires to extras_require

Version 0.1.1

19 Jan 11:47

Choose a tag to compare

Change default cuda_paths on set_cuda_path()

Version 0.1.0

17 Jan 09:08

Choose a tag to compare

Start to publish as an official python package