Chrisbase

Latest version: v0.5.2

Safety actively analyzes 623541 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

0.5.2

* Add read_or() in chrisbase.io

0.5.1

* Update setup.cfg: Python 3.11
* Fix set_argument_file(): logging_file -> argument_file
* Update set_output_home(): accept absolute
* Update ProjectEnv:
- Add member: job_version

0.5.0

* Add members to LoggingFormat
* Update hr(): accept title
* Update JobTimer.__init__(): args.save_args() when verbose only
* Update ProjectEnv:
- Add _setup_logger(), set_output_home(), set_logging_file(), set_argument_file()
* Remove ArgumentsUsing
* Remove MongoDB
* Remove time_tqdm_cls
* Remove wait_future_jobs()

0.4.7

* Add convert_wikidata.py Jihee Ryu Today 10:55 AM
* Update chrisbase.data.ProjectEnv: no absolute() on logging_file, argument_file Update nlpbook.ner.NERCorpus: get_labels_from_data() Jihee Ryu 11/20/23, 1:57 PM
* Adding nlpbook.ner.corpus: repr_to_labels() Jihee Ryu 11/20/23, 1:25 PM
* Add to_table_lines() Jihee Ryu 10/31/23, 3:02 PM
* Update StreamOption: home: str | Path = field(default=Path(".")) Jihee Ryu 10/30/23, 5:17 PM
* Update JobTimer: flush_sec=0.1 Jihee Ryu 10/27/23, 5:24 AM
* Fix IOArguments: minor Jihee Ryu 10/27/23, 1:16 AM
* Rename running_file() -> current_file()
* Update ProjectEnv:
   - Rename member: running_file -> current_file
   - Rename member: working_path -> working_dir
   - Add member: current_dir
   - self.project_path: search from current_dir, current_file Jihee Ryu 10/25/23, 6:23 PM
* Update IOArguments.dataframe(): use super().dataframe(columns=columns) Jihee Ryu 10/24/23, 7:19 PM
* Require elasticsearch Jihee Ryu 10/23/23, 5:05 PM
* Update ElasticStreamer: __iter__() Jihee Ryu 10/10/23, 4:51 AM
* Fix FileStreamer: do flush() before file_lines() Jihee Ryu 10/9/23, 11:47 PM
* Update Streamer, InputOption Add IOArguments Jihee Ryu 10/9/23, 4:54 AM
* Rewriter -> Streamer Jihee Ryu 10/8/23, 11:38 PM
* Update IndexOption, GenericRewriter, FileRewriter, MongoRewriter, ElasticRewriter Jihee Ryu 10/8/23, 11:31 PM
* Add RewriterOption, GenericRewriter, InputOption.InputItems Jihee Ryu 10/8/23, 10:22 PM
* Update LineFileWrapper, MongoDBWrapper, ElasticSearchWrapper: about length! Jihee Ryu 10/8/23, 5:42 PM
* Update minor Jihee Ryu 10/8/23, 5:30 PM
* Update LineFileWrapper Jihee Ryu 10/8/23, 10:01 AM
* Update TableOption Jihee Ryu 10/7/23, 6:36 AM
* Update MongoDBWrapper: safely use! Jihee Ryu 10/6/23, 3:20 PM
* Fix InputOption.select_inputs(), LineFileWrapper.open(), LineFileWrapper.usable() Jihee Ryu 10/6/23, 5:33 AM
* Add Batches Jihee Ryu 10/6/23, 2:36 AM
* Update LineFileWrapper, InputOption, Add InputSource, OutputSource, OutputOption Jihee Ryu 10/6/23, 2:24 AM
* Update MongoDBWrapper Jihee Ryu 10/6/23, 12:17 AM
* Update IndexOption, LineFileWrapper, MongoDBWrapper, DataOption Jihee Ryu 10/5/23, 11:05 PM
* Update FileOption, TableOption, IndexOption, DataOption
* Update LineFileWrapper, MongoDBWrapper, ElasticSearchWrapper Jihee Ryu 10/5/23, 9:54 PM
* Update minor Jihee Ryu 10/5/23, 7:15 PM
* Update minor Jihee Ryu 10/5/23, 7:04 PM
* Add more_itertools to install_requires Jihee Ryu 10/5/23, 7:03 PM
* Remove iter_compressed(), Update open_compressed() -> open_file()
* Update FileOption, TableOption, DataOption
* Add LineFileWrapper
* Update MongoDBTable -> MongoDBWrapper
* Rename ElasticSearchClient -> ElasticSearchWrapper Jihee Ryu 10/5/23, 6:56 PM
* Add FileOption, DataOption
* Update TableOption, IndexOption
* Update MongoDBTable, ElasticSearchClient Jihee Ryu 10/5/23, 4:36 PM
* Update TableOption: add tab_reset
* Update IndexOption: add reset Jihee Ryu 10/4/23, 12:11 AM
* Update IndexOption: add create_opt Jihee Ryu 10/3/23, 4:03 PM
* Update IndexOption: remove cert, use direct pswd
* Update ElasticSearchClient: do not use https Jihee Ryu 10/3/23, 2:54 PM
* Add IndexOption, ElasticSearchClient Jihee Ryu 9/27/23, 6:57 PM
* Add open_compressed(), iter_compressed(): read compressed file (gzip, bzip2) Jihee Ryu 9/27/23, 1:45 AM
* Add terminate_processes() Jihee Ryu 9/19/23, 12:48 PM
* Update TableOption and Add MongoDBTable Jihee Ryu 9/16/23, 11:10 PM
* Update TableOption: no default db_host Jihee Ryu 9/16/23, 10:54 PM
* Rename MongoDBOption -> TableOption Jihee Ryu 9/16/23, 10:49 PM
* Update MongoDBOption: remove clear_table() Jihee Ryu 9/16/23, 10:44 PM
* Default max_workers=1 Jihee Ryu 9/16/23, 10:42 PM
* Add MongoDBOption Jihee Ryu 9/16/23, 4:43 AM
* Update wait_future_jobs(): No return failed_jobs, accept debugging option Jihee Ryu 9/14/23, 10:13 PM
* Update wait_future_jobs(): catch broad Exception
* Update MongoDB.export_table(): print progress bar Jihee Ryu 9/14/23, 7:12 PM
* Update CommonArguments: time is not field
* Update mute_tqdm_cls: not accept prefix
* Update wait_future_jobs(): log progress bar! Jihee Ryu 9/14/23, 5:35 PM
* Update CommonArguments:
   - Update __post_init__():
   - Update argument/logging filename Jihee Ryu 9/14/23, 3:06 PM
* Update ProjectEnv:
   - Add member: time_stamp
* Update CommonArguments:
   - Update __post_init__():
   - Update argument/logging filename
   - Call configure_dual_logger() Jihee Ryu 9/14/23, 2:56 PM
* Update ProjectEnv:
- call configure_dual_logger()
* Rename mute_tqdm_cls -> empty_tqdm_cls
* Add mute_tqdm_cls newly! Jihee Ryu 9/13/23, 7:00 PM
* Update info_args(): print table border Jihee Ryu 9/8/23, 5:26 PM
* Add dependency: ipynbname Jihee Ryu 9/8/23, 3:48 PM

0.4.6

* Do NOT call configure_dual_logger()!
* Update ProjectEnv:
  - Add info_args()

0.4.5

* Remove merge_attrs(), load_attrs(), load_attrs_with_base()

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.