Skip to content

Release 1.4#385

Merged
davidbowler merged 301 commits intomasterfrom
release-1.4
Dec 18, 2024
Merged

Release 1.4#385
davidbowler merged 301 commits intomasterfrom
release-1.4

Conversation

@davidbowler
Copy link
Contributor

This will be the formal release of version 1.4

davidbowler and others added 7 commits December 5, 2024 14:48
The atomic spin was being read without testing for an overall
spin polarised calculation, leading to the initial atomic spin
flag being set and a crash.  Now fixed.
Initial atomic spin only set for spin polarised calculations
Warn user if optimising cell and ions with cell constraints
@davidbowler davidbowler added area: main-source Relating to the src/ directory (main Conquest source code) improves: functionality Adding functionality to code priority: critical time: days type: release Relating to release of new version labels Dec 13, 2024
@davidbowler davidbowler self-assigned this Dec 13, 2024
@tsuyoshi38
Copy link
Contributor

Now, I have a problem of compiling manual (make html) related to sphinx on my mac.. (sonoma 14.6.1)
Sorry, I don't understand what is happening, but please let me know whether you have any problem in doing "make html".

(I am now upgrading anaconda, but it takes time. I will check it again tomorrow.)

@AugustinLu
Copy link
Contributor

AugustinLu commented Dec 16, 2024

Now, I have a problem of compiling manual (make html) related to sphinx on my mac.. (sonoma 14.6.1) Sorry, I don't understand what is happening, but please let me know whether you have any problem in doing "make html".

(I am now upgrading anaconda, but it takes time. I will check it again tomorrow.)

If you are using the default (base) environment of conda, some required packages to compile the manual are missing.
I had to install these:

pip install sphinx_rtd_theme
pip install sphinxcontrib-bibtex

then make html worked without problem.

@tsuyoshi38
Copy link
Contributor

Now, I have a problem of compiling manual (make html) related to sphinx on my mac.. (sonoma 14.6.1) Sorry, I don't understand what is happening, but please let me know whether you have any problem in doing "make html".
(I am now upgrading anaconda, but it takes time. I will check it again tomorrow.)

If you are using the default (base) environment of conda, some required packages to compile the manual are missing. I had to install these:

pip install sphinx_rtd_theme
pip install sphinxcontrib-bibtex

then make html worked without problem.

Thank you very much for this comment. Now, I have succeeded to compile.

@tsuyoshi38
Copy link
Contributor

tsuyoshi38 commented Dec 17, 2024

I have changed the default setting of Diag.BlockSizeR (and Diag.BlockSizeC) from this version.
Should I issue a pull request to this branch (release-1.4) or to the develop first ?
The changed part in 'input_tags.rst' is the following. (I tried to attach the file here, but I can't.)

--
Diag.BlockSizeR (integer)
Block size for rows (See next).
From v1.4, the default value is 30 when Diag.PaddingHmatrix is true.
It is recommended to check the efficiency (CPU time) on your platform by changing this value.
Usually 20-30 is appropriate.

*default*: 30 or Determined automatically (if Diag.PaddingHmatrix= true)

--

tsuyoshi38 and others added 4 commits December 17, 2024 18:29
changed the part "Diag.BlockSizeR" in manual
changed the part "Diag.BlockSizeR" in manual
changed the default value of BlockSizeR from 30 to 32
changed the default value of BlockSizeR from 30 to 32
@davidbowler davidbowler merged commit 484ff6e into master Dec 18, 2024
@davidbowler davidbowler deleted the release-1.4 branch December 18, 2024 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: main-source Relating to the src/ directory (main Conquest source code) improves: functionality Adding functionality to code priority: critical time: days type: release Relating to release of new version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants