跳到主要内容

2024

2024-12-29

  • Fixed
    • The Project can be edited as expected.
    • The BioModel/DataSet/Project can be renamed as excpected, the unique_judger will all be rename too.

2024-12-28

  • Added
    • Export BioModel input file will contain Composition sheet.

2024-12-26

  • Fixed

    • Personal Project/DataSet list filter will work.

2024-12-19

  • Fixed

    • Clone Public Project will be displayed correctly.

2024-12-17

  • Added

    • Add Composition support.

2024-10-26

  • Fixed

    • Unconfirmed user can't login.

2024-09-28

2024-10-04

  • Improved

    • All the "True"/"False" in DataSet.Tank and Solution.Variable/Activator will be changed to boolean.
    • After the 2nd tank's data will be get by streaming.
    • Remove table join query in BioModel list read.

2024-09-28

  • Improved

    • Save detial to list to database (not to json str anymore).

2024-09-26

  • Changed
    • Move task to the top folder.

2024-09-22

  • Changed
    • Remove token_valid_key, so the auth token won't query db every time. If token_valid_key would be used in the future, it should be stored in redis.

2024-09-01

  • Improved

    • Change a lot of module to async.
  • Fixed

    • Fixed some known bugs.