Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kervias committed Dec 26, 2024
1 parent 90f6e41 commit d00ba95
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'EduStudio'
copyright = '2023, HFUT-LEC'
author = 'HFUT-LEC'
release = 'v1.1.3'
release = 'v1.1.4'

import sphinx_rtd_theme
import os
Expand Down
2 changes: 1 addition & 1 deletion docs/source/features/dataset_folder_protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ run_edustudio(
},
datatpl_cfg_dict={
'cls': 'CDInterExtendsQDataTPL',
'load_data_from": "rawdata", # specify the loading stage of the dataset
'load_data_from': "rawdata", # specify the loading stage of the dataset
'raw2mid_op': 'R2M_FrcSub',
# the 'mid2cache_op_seq' option specify the atomic operation sequence
'mid2cache_op_seq': ['M2C_Label2Int', 'M2C_FilterRecords4CD', 'M2C_ReMapId', 'M2C_RandomDataSplit4CD', 'M2C_GenQMat'],
Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.. EduStudio documentation master file.
.. title:: EduStudio v1.1.3
.. title:: EduStudio v1.1.4
.. image:: assets/logo.png

=========================================================

`HomePage <https://edustudio.ai/>`_ | `Docs <https://edustudio.ai/docs/>`_ | `GitHub <https://github.com/HFUT-LEC/EduStudio>`_
`HomePage <https://edustudio.ai/>`_ | `Docs <https://edustudio.ai/docs/>`_ | `GitHub <https://github.com/HFUT-LEC/EduStudio>`_ | `Paper <https://journal.hep.com.cn/fcs/EN/10.1007/s11704-024-40372-3>`_

Introduction
-------------------------
Expand Down
2 changes: 1 addition & 1 deletion edustudio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from __future__ import print_function
from __future__ import division

__version__ = 'v1.1.3'
__version__ = 'v1.1.4'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

setup(
name="edustudio",
version="v1.1.3",
version="v1.1.4",
description="a Unified and Templatized Framework for Student Assessment Models",
long_description=long_description,
python_requires='>=3.8',
Expand Down

0 comments on commit d00ba95

Please sign in to comment.