Skip to content

Releases: dgehringer/sqsgenerator

v0.5.6

22 Apr 12:50

Choose a tag to compare

✨ add seed parameter for single thread usage

v0.5.5

28 Mar 08:44
57b34df

Choose a tag to compare

🐚 ignore empty coordination shells automatically
🔊 improve logging

v0.5.4

16 Dec 12:26
909bef9

Choose a tag to compare

🐛 bug fixes in parsing

v0.5.3

13 Sep 05:25

Choose a tag to compare

  • Allow "0" as special atomic species for vacancies
  • Vacancies will be filtered when exported to converted

v0.5.2

07 Sep 18:26

Choose a tag to compare

🚀 Major speed ups (3x - 10x)
🔀 multiple independent sublattices (introduced sublattice modes)
♾️ no limit on number of results
➖ removed dependencies
💥 move from YAML input format to JSON
🐍 Python wheel available (macOS universal2, Windows AMD64, Linux amd64,aarch64)
💬 better error messages, callbacks and further improvements
⬇️ support Python 3.9
➖ removed analysing single structures
🌐 add web app

0.4.9

24 Jul 21:40

Choose a tag to compare

0.4.9 Pre-release
Pre-release

What's Changed

🚀 Major speed ups (3x - 10x)
🔀 multiple independent sublattices (introduced sublattice modes)
♾️ no limit on number of results
➖ removed dependencies
💥 move from YAML input format to JSON
🐍 Python wheel available (macOS universal2, Windows AMD64, Linux amd64,aarch64)
💬 better error messages, callbacks and further improvements
⬇️ support Python 3.9

🏗️ 0.4.8 release candidate

24 Jul 16:59

Choose a tag to compare

Pre-release

What's Changed

🚀 Major speed ups (3x - 10x)
🔀 multiple independent sublattices (introduced sublattice modes)
♾️ no limit on number of results
➖ removed dependencies
💥 move from YAML input format to JSON
🐍 Python wheel available (macOS universal2, Windows AMD64, Linux amd64,aarch64)
💬 better error messages, callbacks and further improvements

♻️ major refcatorings

28 Jun 15:55

Choose a tag to compare

Pre-release

This is a test release for beta testing purposes and PyPI

:sparkles: feedback during the optimization loop

14 Sep 20:55

Choose a tag to compare

sqsgenerator gets callbacks

We have implemented callbacks that are triggered if a configuration with a lower or equal objective function is found. Functions can be passed, sqsgenerator will then pass the current status of the optimization.

✨ the main optimization loop supports Python callbacks
🐛 various bug fixes
🔥 remove unused feature for plotting the shell_distances parameters

v0.2

02 May 05:54

Choose a tag to compare

🪟 sqsgen goes Windows

  • implement SIGABRT handler on Windows
  • OpenMP2.0 compat for MSVC
  • various compatbility fixes for Windows

⬆️ improve sqs analyse command
⬆️ improved Python API
📝 improved documentation (typos, examples, formalisms)