Skip to content

Tags: elonzh/hfut

Tags

v1.4.0

Toggle v1.4.0's commit message
1.4.0 (20160812)

++++++++++++++++
**行为改变**

- 删除了 ``APIResult`` , 使用 ``model.BaseSession.histories`` (默认最大长度为10的双端队列)储存历史响应

**问题修复**

- ``list`` 本身是线程安全的, 去除了不必要的锁

v1.3.3

Toggle v1.3.3's commit message
1.3.3 (20160730)

++++++++++++++++

**问题修复**

- 修复 Python2 下 ``urllib.unquote`` 不接受编码参数的错误( ``hfut_stu_lib.model.StudentSession#login`` )
- 修复 Python2 下 ``list`` 对象缺少 ``copy()`` 方法的错误( ``hfut_stu_lib.util.filter_curriculum``)
- 修复时多线程时释放锁的方法名拼写错误
- 修复 :meth:`model.StudentSession#get_selectable_courses` 文件名重复地添加'.json'后缀

**其他杂项**

- 重新配置了线上持续集成环境