Recent Releases of tuv-x
tuv-x - v0.12.0
What's Changed
- Update references to NCAR to NSF NCAR by @montythind in https://github.com/NCAR/tuv-x/pull/128
- Fix units for dose rates by @mattldawson in https://github.com/NCAR/tuv-x/pull/132
- 0.12.0 Release by @aidan-winney in https://github.com/NCAR/tuv-x/pull/134
- Merge Main into Release for 0.12.0 by @aidan-winney in https://github.com/NCAR/tuv-x/pull/135
New Contributors
- @aidan-winney made their first contribution in https://github.com/NCAR/tuv-x/pull/134
Full Changelog: https://github.com/NCAR/tuv-x/compare/v0.11.0...v0.12.0
- Fortran
Published by aidan-winney 8 months ago
tuv-x - v0.11.0
What's Changed
- Remove code of conduct by @mattldawson in https://github.com/NCAR/tuv-x/pull/118
- Move Python driver code on modeling2 from subversion into github repo TUV-x. by @carl-drews in https://github.com/NCAR/tuv-x/pull/122
- gcc13 by @K20shores in https://github.com/NCAR/tuv-x/pull/123
- [ci] Create workflow for closing stale issues #124 by @Sozhan308 in https://github.com/NCAR/tuv-x/pull/125
- Update the version by @boulderdaze in https://github.com/NCAR/tuv-x/pull/126
New Contributors
- @carl-drews made their first contribution in https://github.com/NCAR/tuv-x/pull/122
- @Sozhan308 made their first contribution in https://github.com/NCAR/tuv-x/pull/125
Full Changelog: https://github.com/NCAR/tuv-x/compare/v0.10.1...v0.11.0
- Fortran
Published by boulderdaze 11 months ago
tuv-x - v0.10.1
What's Changed
- Added GH actions for windows and Mac by @montythind in https://github.com/NCAR/tuv-x/pull/112
- Wrap diagnostic output with if block by @mattldawson in https://github.com/NCAR/tuv-x/pull/114
- release tuvx by @montythind in https://github.com/NCAR/tuv-x/pull/116
- Merge to Release by @montythind in https://github.com/NCAR/tuv-x/pull/117
New Contributors
- @montythind made their first contribution in https://github.com/NCAR/tuv-x/pull/112
Full Changelog: https://github.com/NCAR/tuv-x/compare/v0.10.0...v0.10.1
- Fortran
Published by montythind about 1 year ago
tuv-x - v0.10.0
What's Changed
- Add profile warehouse getter by @mattldawson in https://github.com/NCAR/tuv-x/pull/99
- Make updater pointers public by @mattldawson in https://github.com/NCAR/tuv-x/pull/100
- Compare TUV-X Tridiagonal Solver Code with LAPACKE's implementation by @AdityaDendukuri in https://github.com/NCAR/tuv-x/pull/97
- Allow TUV-x radiator data to be updated through the API by @boulderdaze in https://github.com/NCAR/tuv-x/pull/108
- remove overloaded copy assign for strings by @mattldawson in https://github.com/NCAR/tuv-x/pull/109
- Update version for release by @boulderdaze in https://github.com/NCAR/tuv-x/pull/110
Full Changelog: https://github.com/NCAR/tuv-x/compare/v0.9.0...v0.10.0
- Fortran
Published by boulderdaze over 1 year ago
tuv-x - v0.9.0
What's Changed
- fix bug with O2 heating rates by @mattldawson in https://github.com/NCAR/tuv-x/pull/60
- Address Intel ICE by @mattldawson in https://github.com/NCAR/tuv-x/pull/61
- Address Intel compiler issues by @mattldawson in https://github.com/NCAR/tuv-x/pull/62
- copying test data only when building tests by @K20shores in https://github.com/NCAR/tuv-x/pull/63
- Set defaults path by @K20shores in https://github.com/NCAR/tuv-x/pull/70
- Catch a link error on Ubuntu 23.04 by @WardF in https://github.com/NCAR/tuv-x/pull/71
- Allow specified install include paths by @mattldawson in https://github.com/NCAR/tuv-x/pull/72
- Add verbose fetchcontent output when FETCHCONTENT_QUIET is set to false by @WardF in https://github.com/NCAR/tuv-x/pull/73
- Fix Ubuntu action by @mattldawson in https://github.com/NCAR/tuv-x/pull/74
- Link netCDF-C via pkgconfig by @WardF in https://github.com/NCAR/tuv-x/pull/78
- Stub for Delta Eddington solver by @mattldawson in https://github.com/NCAR/tuv-x/pull/75
- updated example file names in README by @AdityaDendukuri in https://github.com/NCAR/tuv-x/pull/80
- added BLAS library specification in build script by @AdityaDendukuri in https://github.com/NCAR/tuv-x/pull/83
- Add regression test for C++ Delta Eddington solver by @mattldawson in https://github.com/NCAR/tuv-x/pull/85
- Add new CMake option to bypass the regression test by @sjsprecious in https://github.com/NCAR/tuv-x/pull/86
- adding a getter to the core to return the grid warehouse by @K20shores in https://github.com/NCAR/tuv-x/pull/90
- Add clang-format by @boulderdaze in https://github.com/NCAR/tuv-x/pull/92
- Implementation of Naive Tridiagonal Linear Solver (Thomas' Algorithm) in C++ by @AdityaDendukuri in https://github.com/NCAR/tuv-x/pull/89
- Auto-format code changes by @github-actions in https://github.com/NCAR/tuv-x/pull/93
- Pic by @K20shores in https://github.com/NCAR/tuv-x/pull/96
- Use single line comment style for copyright by @boulderdaze in https://github.com/NCAR/tuv-x/pull/94
- Add clang-tidy by @boulderdaze in https://github.com/NCAR/tuv-x/pull/95
New Contributors
- @WardF made their first contribution in https://github.com/NCAR/tuv-x/pull/71
- @AdityaDendukuri made their first contribution in https://github.com/NCAR/tuv-x/pull/80
- @github-actions made their first contribution in https://github.com/NCAR/tuv-x/pull/93
Full Changelog: https://github.com/NCAR/tuv-x/compare/v0.8.0...v0.9.0
- Fortran
Published by mattldawson over 1 year ago
tuv-x - Version 0.8.0
What's Changed
- add TS1 and TSMLT configuration to examples by @mattldawson in https://github.com/NCAR/tuv-x/pull/27
- add new data sets for WACCM by @mattldawson in https://github.com/NCAR/tuv-x/pull/28
- add updated CFC cross section datasets by @mattldawson in https://github.com/NCAR/tuv-x/pull/29
- Address failure running tests on threads by @mattldawson in https://github.com/NCAR/tuv-x/pull/30
- Add XNO2 photolysis configurations for TS mechanisms by @mattldawson in https://github.com/NCAR/tuv-x/pull/31
- fix example configurations by @mattldawson in https://github.com/NCAR/tuv-x/pull/32
- Add TS1/TSMLT datasets, tests, and example configurations by @mattldawson in https://github.com/NCAR/tuv-x/pull/37
- Updates and tests for O2 photolysis by @mattldawson in https://github.com/NCAR/tuv-x/pull/38
- Add H2SO4 and NO datasets, configurations, and algorithms for WACCM by @mattldawson in https://github.com/NCAR/tuv-x/pull/41
- Add N2O5 algorithms and data sets for WACCM/TSMLT by @mattldawson in https://github.com/NCAR/tuv-x/pull/43
- add acetone calcs for WACCM by @mattldawson in https://github.com/NCAR/tuv-x/pull/45
- Add YAML option for configuration files by @mattldawson in https://github.com/NCAR/tuv-x/pull/48
- Add ability to calculate heating rates for photolysis reactions by @mattldawson in https://github.com/NCAR/tuv-x/pull/50
- Remove musica-core dependency by @mattldawson in https://github.com/NCAR/tuv-x/pull/51
- compile for gcc-13 by @K20shores in https://github.com/NCAR/tuv-x/pull/53
- separating build into docker and gcc by @K20shores in https://github.com/NCAR/tuv-x/pull/54
- adding ctiation file by @K20shores in https://github.com/NCAR/tuv-x/pull/55
- Fix bug in map test with OpenMP by @mattldawson in https://github.com/NCAR/tuv-x/pull/56
- prepare version 0.8.0 by @mattldawson in https://github.com/NCAR/tuv-x/pull/57
- update publish action by @mattldawson in https://github.com/NCAR/tuv-x/pull/58
- prepare v0.8.0 release by @mattldawson in https://github.com/NCAR/tuv-x/pull/59
New Contributors
- @K20shores made their first contribution in https://github.com/NCAR/tuv-x/pull/53
Full Changelog: https://github.com/NCAR/tuv-x/compare/v0.7.0...v0.8.0
- Fortran
Published by mattldawson almost 2 years ago
tuv-x - Version 0.7.0
New functionality - Read radiator optical properties from a NetCDF file - Output the version of TUV-x
Minor changes and bug-fixes - Updated build scripts for Derecho - Fixed interpolation error handling - Fixed error in equal-interval grid spacing
- Fortran
Published by mattldawson about 2 years ago
tuv-x - Version 0.6.0
Includes a bug fix and updates to linear algebra functions.
- Fortran
Published by K20shores over 2 years ago