Skip to content

Releases: KmolYuan/Pyslvs-UI

Pyslvs v21.09.0

03 Oct 02:03
Compare
Choose a tag to compare

Features:

  • Bug fixed at the import function of the dimensional synthesis.

Development:

  • Support MSVC 1929.

Pyslvs v21.08.0

25 Aug 11:27
Compare
Choose a tag to compare
  • Periodic update.

Pyslvs v21.07.0

31 Jul 12:22
Compare
Choose a tag to compare
  • Periodic update.

Pyslvs v21.06.0

30 Jun 08:36
Compare
Choose a tag to compare

Features:

  • Add four-bar linkage generating function.

Development:

Pyslvs v21.05.0

02 Jun 03:05
Compare
Choose a tag to compare
  • Periodic update.

Pyslvs v21.04.0

01 May 07:13
Compare
Choose a tag to compare

Features:

  • Add PSO method for optimization.

Development:

  • None.

PyInstaller missing bootloader for some platforms, please use pip to install Pyslvs.

Pyslvs v21.03.0

31 Mar 03:37
Compare
Choose a tag to compare

Features:

  • Documentation improvement.

Development:

  • None.

Pyslvs v21.02.0

02 Mar 03:20
Compare
Choose a tag to compare

Features:

  • UI improvement. (Menu and functions)
  • Display the callback time of the objective function.
  • Add a function for plotting normalized path.

Development:

  • Dropped Qt RCC support.
  • Dropped the support of Python 3.7.
    • Start using TypedDict typing.
    • Use importlib.metadata.
    • Use assignment expression.
  • Create a hook for PyInstaller.
  • Rename scripts.

Pyslvs v21.01.0

28 Jan 08:27
Compare
Choose a tag to compare

Features:

  • Remove HDF5 format support.

Development:

  • Remove H5Py requirement.
  • Support PEP 517. (#42)
  • Remove entry point.
  • Remove submodule.
  • Remove Makefile.

Pyslvs v20.12.0

28 Dec 02:51
Compare
Choose a tag to compare

Features:

  • Fix joint merging function. (#43)
  • Fix infinity loop of solver. (#44)
  • Add pickle format. (#45)
  • Enhance "Remove empty links" function. ("Remove redundant links")

Development:

  • None.