Skip to content

Releases: chinapnr/fishbase

v1.1.10

29 May 13:08
7b57775
Compare
Choose a tag to compare

#226, file, add function fish_file.get_file_encoding(), doc and unittest;

v1.1.9

29 May 13:08
23c5147
Compare
Choose a tag to compare

#222, common, edit function fish_logger.conf_as_dict(), optimize
#221, logger, edit function fish_logger.set_log_file(), optimize

v1.1.8

03 Apr 14:08
480468b
Compare
Choose a tag to compare

#218, file, edit function fish_file.get_abs_filename_with_sub_path(), fish_file.check_sub_path_create(), optimize
#215, common, add function :meth:`fish_common.DeserializeInstance, doc and unittest;

v1.1.7

03 Apr 14:02
176bb38
Compare
Choose a tag to compare

#212, common, edit function fish_common.conf_as_dict(), fish_common.find_files(), fish_common.yaml_conf_as_dict(), optimize
#215, common, edit function fish_common.serialize_instance(), optimize doc and add unittest

v1.1.6

29 Jan 13:35
b2f3563
Compare
Choose a tag to compare
  • #192, data, add function fish_data.IdCard.get_cn_idcard(), fish_data.IdCard.get_note_by_province(), doc and unittest;
  • #190, random, edit function fish_random.gen_float_by_range(), optimize;
  • #152, random, edit function fish_common.GetMD5() fish_common.GetSha256() fish_common.splice_url_params() fish_common.sorted_list_from_dict() fish_common.is_contain_special_char() fish_common.if_any_elements_is_space() fish_common.remove_duplicate_elements() fish_common.sorted_objs_by_attr() fish_common.get_group_list_data() fish_common.if_any_elements_is_letter() fish_common.transform_hump_to_underline(), optimize;
  • #204, random, edit function fish_random.gen_random_id_card(), fish_random.gen_random_address(), fish_random.gen_random_bank_card(), fish_random.gen_random_company_name(), fish_random.gen_random_float(), fish_random.gen_random_mobile(), fish_random.gen_random_name(),optimize;
  • #200, random, edit function fish_random.gen_random_str(), optimize;
  • #200, crypt, move fish_common.FishMD5 to fish_crypt.FishMD5(), move fish_common.Base64 to fish_crypt.Base64(), move fish_common.FishSha256 to fish_crypt.FishSha256()

v1.1.5

02 Jan 12:21
bc5253c
Compare
Choose a tag to compare
  • #171, random, add function fish_random.gen_company_name(), doc and unittest;
  • #165, random, add function fish_random.gen_id(), doc and unittest;
  • #172, random, add function fish_random.gen_bank_card(), doc and unittest;
  • #170, random, add function fish_random.gen_address(), doc and unittest;
  • #173, random, add function fish_random.get_random_zone_name(), doc and unittest;
  • #162, random, add function fish_random.gen_float_by_range(), doc and unittest;
  • #166, random, add function fish_random.gen_mobile(), doc and unittest;
  • #171, random, add function fish_random.gen_name(), doc and unittest;
  • #163, random, add function fish_random.gen_string_by_range(), doc and unittest;
  • #164, common, add function fish_date.GetRandomTime.gen_date_by_range(), doc and unittest;
  • #142, common, edit function fish_date.GetRandomTime.gen_date_by_year(), doc and unittest;

v1.1.4

25 Dec 01:52
a0afbbe
Compare
Choose a tag to compare
  • #142, common, add function fish_date.GetRandomTime.random_date_str(), doc and unittest;
  • #126, csv, add function fish_csv.dict2csv(), fish_csv.csv2dict(), fish_csv.list2csv(), doc and unittest;

v1.1.3

25 Dec 01:51
bd11add
Compare
Choose a tag to compare
  • #137, data, add function fish_data.is_valid_id_number(), doc and unittest;
  • #98, common, add function fish_common.yaml_conf_as_dict(), doc and unittest;
  • #100, common, add class fish_common.GetSha256(), doc and unittest;
  • #116, date, add class fish_date.FishDateTimeFormat(), doc and unittest;
  • #80, common, add function fish_common.find_same_between_dicts(), doc and unittest;

v1.1.2

27 Nov 00:05
52d13a5
Compare
Choose a tag to compare

#80, common, add function fish_common.find_common_between_dicts() , doc and unittest;
#99, common, add function fish_common.GetMD5.hmac_md5(), doc and unittest;

v1.1.1

12 Oct 00:25
cd50435
Compare
Choose a tag to compare
  • #115, common, :meth:fish_common.get_random_str, optimize;
  • #114, common, add function :meth:fish_common.transform_hump_to_underline, doc and unittest;
  • #101, date, add function :meth:fish_date.transform_datetime_to_unix, doc and unittest;