exojax icon indicating copy to clipboard operation
exojax copied to clipboard

Release v1.5

Open HajimeKawahara opened this issue 10 months ago β€’ 1 comments

release process v1.5

  • The document is here.
  • See here for the new capabilities and changes of v1.5.

We plan to release v1.5 by the end of April 2024.

Any comments welcome!

HajimeKawahara avatar Mar 30 '24 07:03 HajimeKawahara

Unit Test Results

157 tests   157 :heavy_check_mark:  33s :stopwatch: βŸβ€„βŸβ€„1 suitesβ€ƒβ€ƒβŸβ€„βŸβ€„0 :zzz: βŸβ€„βŸβ€„1 filesβ€„β€‚β€ƒβ€ƒβŸβ€„βŸβ€„0 :x:

Results for commit c2910c52.

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar Mar 30 '24 08:03 github-actions[bot]

Thank you for the pull request. I can confirm that most of the scrips in the manual_check work well. I found that these scripts in the manual_check folder are also outdated. They still refer to AutoXS and AutoRT:

  1. readme_sample.py
  2. comparison/modit_comparison.py

astrostevanus avatar Apr 23 '24 08:04 astrostevanus

Install problem about radis Looks python 3.9 issue? https://github.com/radis/radis/pull/647

ERROR: Package 'radis' requires a different Python: 3.10.14 not in '<3.9'
Traceback (most recent call last):
  File "/home/runner/work/exojax/exojax/setup.py", line 89, in <module>
    install_radis_develop()
  File "/home/runner/work/exojax/exojax/setup.py", line 79, in install_radis_develop
    subprocess.check_call([sys.executable, "-m", "pip", "install", "-e", 'git+https://github.com/radis/radis@develop#egg=radis'])
  File "/opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/subprocess.py", line 369, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/opt/hostedtoolcache/Python/3.10.14/x64/bin/python', '-m', 'pip', 'install', '-e', 'git+https://github.com/radis/radis@develop#egg=radis']' returned non-zero exit status 1.
Error: Process completed with exit code 1.

HajimeKawahara avatar Apr 23 '24 13:04 HajimeKawahara

It will be solved after the merge of https://github.com/radis/radis/pull/651 into radis/develop.

HajimeKawahara avatar Apr 24 '24 04:04 HajimeKawahara

Thank all of the reviewers so much!

HajimeKawahara avatar Apr 26 '24 09:04 HajimeKawahara