Releases: Jasonsey/Fern
Releases · Jasonsey/Fern
Release list
1.1.1.dev4(2021-07-20)
- Fix Bugs:
- 默认logging的名字改为Fern
1.1.1.dev3(2021-07-20)
- Fix Bugs:
- 修复数据集分割时,大于1浮点数问题
1.1.1.dev2(2021-07-19)
- Fix Bugs:
- 修复logger继承 root logger带来的负面影响
1.1.1.dev1
- Fix Bug:
- 修复Optional的错误
1.1.0 (2021-07-14)
1.0.0 (2021-04-27)
- New Feature:
- 按照模块功能, 重新调整模型的结构, 调整后的模块为:
- data: 数据预处理的各种功能函数
- models: 自定义层, 常用模型
- utils: 全局通用函数
- metrics: 自定义衡量函数
- pipeline: 流程控制函数
- train: 自定义训练函数
0.9.0 (2020-12-13)
- New Feature:
- Add setting GPU function
- Add FernSimpleTrainer
- Style:
- Update trainer's annotation
0.8.1 (2020-11-16)
- Fix Bug:
- Map function error without send a function
- New Feature:
- Support
parallel_applyfor FernDataFrame - Update FernCleaner to process data with parallel process
- Support
- Test:
- Add
test_parallel_applymethod to testparallel_apply
- Add
0.8.0 (2020-11-16)
- New Feature:
- Support
parallel_mapfor FernSeries
- Support
- Style:
- Use Google annotation style in
data.py
- Use Google annotation style in
0.7.0 (2020-11-11)
- New Feature:
- Support multi inputs and outputs with dictionary format data
- Label weight is no longer recommended, but dataset balancing is
- Style:
- Use a stub file to annotate the parameter types of the file
train.py
- Use a stub file to annotate the parameter types of the file