Skip to content

Releases: TacHawkes/HITRAN.jl

v0.2.15

03 Jan 13:48
Compare
Choose a tag to compare

HITRAN v0.2.15

Diff since v0.2.14

-Changes to adapt to internal changes in SQLite.jl

v0.2.14

04 Jun 21:49
Compare
Choose a tag to compare

HITRAN v0.2.14

Diff since v0.2.13

-Custom Downloader/CURL opts to handle slow response and erroneous headers from the HITRAN server

Closed issues:

  • No data fetched for CH4? (#17)

v0.2.13

24 May 19:08
Compare
Choose a tag to compare

HITRAN v0.2.13

Diff since v0.2.12

-Fixed fetching new HITRAN data

v0.2.12

20 May 15:54
Compare
Choose a tag to compare

HITRAN v0.2.12

Diff since v0.2.11

-Fixed a bug in database handling due to an API change in SQLite.jl

Closed issues:

  • Possible bug on Linux? (#10)
  • fetch! kills Julia (#14)
  • open_database fails (#15)

Merged pull requests:

  • CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat) (#11) (@github-actions[bot])
  • CompatHelper: bump compat for Polyester to 0.6, (keep existing compat) (#12) (@github-actions[bot])
  • CompatHelper: bump compat for CSV to 0.10, (keep existing compat) (#13) (@github-actions[bot])

v0.2.11

24 Sep 17:56
Compare
Choose a tag to compare

HITRAN v0.2.11

Diff since v0.2.10

-Fixed a critical bug with molar mass sorting which could lead to a flawd calculation of the Doppler broadening coefficient

Merged pull requests:

  • CompatHelper: bump compat for Polyester to 0.4, (keep existing compat) (#6) (@github-actions[bot])
  • CompatHelper: bump compat for CSV to 0.9, (keep existing compat) (#7) (@github-actions[bot])
  • CompatHelper: bump compat for Polyester to 0.5, (keep existing compat) (#8) (@github-actions[bot])

v0.2.10

26 Aug 19:54
Compare
Choose a tag to compare

HITRAN v0.2.10

Diff since v0.2.9

-Added nitrogen trifluoride (NF3)
-Switched to Polyester.jl for faster multi-threading when calculating the Hartman-Tran profile (~2.5-3x speed-up on my machine)

v0.2.9

25 Aug 19:35
Compare
Choose a tag to compare

HITRAN v0.2.9

Diff since v0.2.8

-Lineshapes no longer allocate, slight performance increase
-Added precomipilation function to reduce latency

v0.2.8

26 Jun 10:51
Compare
Choose a tag to compare

HITRAN v0.2.8

Diff since v0.2.7

-Performance increased (removed unnecessary internal copying operations)
-DSP compat increased to 0.7

Merged pull requests:

  • CompatHelper: bump compat for "DSP" to "0.7" (#5) (@github-actions[bot])

v0.2.7

22 Apr 05:36
Compare
Choose a tag to compare

HITRAN v0.2.7

Diff since v0.2.6

-DataFrames 1.0 compatibility
-Minor improvements (internal)

Merged pull requests:

  • CompatHelper: bump compat for "DataFrames" to "1.0" (#4) (@github-actions[bot])

v0.2.6

17 Apr 20:16
Compare
Choose a tag to compare

HITRAN v0.2.6

Diff since v0.2.5

-Hotfix for undefined vector memory in 0.2.5