Skip to content

0.12.0

Compare
Choose a tag to compare
@erwanp erwanp released this 22 Jan 14:23
· 365 commits to master since this release
b77cd75

0.12.0

Christmas release 🎅 , adding GPU support as well as many new small features and improvements, and an important bug fix for HITRAN users.

See PR #415


Changes since 0.11.1 (November 2021) :

🔬 (Physics) Features

nothing new

⚙️User-interface

  • #380 GPU widgets are released ! 🎉
gpu-sliders-CO2.mp4
  • #414 : support for cross-sections
>>> s = radis.test_spectrum()
>>> s.plot("xsection")

COspectrum2502421670720 new quantities added: ['xsection']

image

  • #413 automatically compute spectral array if possible ; no need to "update".
# will always work if possible :
s.take("abscoeff"/"emisscoeff"/"xsection"/"transmittance_noslit"/ etc.)
s.plot("abscoeff"/"emisscoeff"/"xsection"/"transmittance_noslit"/ etc.)
s.get("abscoeff"/"emisscoeff"/"xsection"/"transmittance_noslit"/ etc.)

🏃 Performance improvement

  • #380 unleashes the power of the GPU !

🐛 Bug fixes

  • #416 important : all large-range HITRAN calculations of 0.11 may have had missing lines
  • #408
  • #410

📝 Documentation

🏁 CI / Dev / Tests

nothing new

🏗️ Refactor / change in architecture

nothing new

Full Changelog: 0.11.1...0.12.0