HajimeKawahara / exojax

🐈 Automatic differentiable spectrum modeling of exoplanets/brown dwarfs using JAX, compatible with NumPyro and JAXopt
http://secondearths.sakura.ne.jp/exojax/
MIT License
45 stars 14 forks source link

Release v1.5 #481

Closed HajimeKawahara closed 4 months ago

HajimeKawahara commented 5 months ago

release process v1.5

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

Any comments welcome!

github-actions[bot] commented 5 months ago

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.

astrostevanus commented 4 months ago

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
HajimeKawahara commented 4 months ago

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 commented 4 months ago

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

HajimeKawahara commented 4 months ago

Thank all of the reviewers so much!