Musica

Latest version: v0.8.1

Safety actively analyzes 681775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.8.1

What's Changed
* Tutorial updates by mattldawson in https://github.com/NCAR/musica/pull/222
* Add TUV-x run function by mattldawson in https://github.com/NCAR/musica/pull/223
* Auto-format code changes by github-actions in https://github.com/NCAR/musica/pull/228
* Store a state alongside the solver by K20shores in https://github.com/NCAR/musica/pull/225
* v0.8.1 by K20shores in https://github.com/NCAR/musica/pull/232


**Full Changelog**: https://github.com/NCAR/musica/compare/v0.8.0...v0.8.1

0.8.0

What's Changed
* Add multi-grid cell solving to MUSICA API for MICM by mattldawson in https://github.com/NCAR/musica/pull/192
* Auto-format code by autopep8 by github-actions in https://github.com/NCAR/musica/pull/198
* Auto-format code changes by github-actions in https://github.com/NCAR/musica/pull/199
* Auto-format code changes by github-actions in https://github.com/NCAR/musica/pull/200
* Auto-format code by autopep8 by github-actions in https://github.com/NCAR/musica/pull/202
* 162 euler option redo by dwfncar in https://github.com/NCAR/musica/pull/204
* Auto-format code changes by github-actions in https://github.com/NCAR/musica/pull/208
* removing gcc 11 by K20shores in https://github.com/NCAR/musica/pull/209
* Add index-index mapping for arrays by mattldawson in https://github.com/NCAR/musica/pull/207
* Auto-format code changes by github-actions in https://github.com/NCAR/musica/pull/212
* Allow querying of grid size by mattldawson in https://github.com/NCAR/musica/pull/214
* Update TUVX constructor by boulderdaze in https://github.com/NCAR/musica/pull/213
* setting rpath on apple by K20shores in https://github.com/NCAR/musica/pull/216
* Remove gitmodule by boulderdaze in https://github.com/NCAR/musica/pull/219
* 196 backward euler fortran by dwfncar in https://github.com/NCAR/musica/pull/210
* Add test to disable MICM and/or TUVX by boulderdaze in https://github.com/NCAR/musica/pull/220
* Update version for release by boulderdaze in https://github.com/NCAR/musica/pull/221


**Full Changelog**: https://github.com/NCAR/musica/compare/v0.7.3...v0.8.0

0.7.3

What's Changed
* MUSICA Tutorial Chapter 2 by dwfncar in https://github.com/NCAR/musica/pull/141
* Auto-format code changes by github-actions in https://github.com/NCAR/musica/pull/170
* Add profiles for TUV-x by mattldawson in https://github.com/NCAR/musica/pull/171
* Auto-format code changes by github-actions in https://github.com/NCAR/musica/pull/176
* Vector-ordered Rosenbrock Solver by boulderdaze in https://github.com/NCAR/musica/pull/172
* Auto-format code by autopep8 by github-actions in https://github.com/NCAR/musica/pull/180
* Uniformize the indentation for Fortran code base by boulderdaze in https://github.com/NCAR/musica/pull/177
* MUSICA Tutorial Chapter 0 by dwfncar in https://github.com/NCAR/musica/pull/173
* 159 create an action to publish to pypi when we make a release by K20shores in https://github.com/NCAR/musica/pull/184
* Allow TUV-x radiator data to be updated through the API by boulderdaze in https://github.com/NCAR/musica/pull/182
* Python error checking by K20shores in https://github.com/NCAR/musica/pull/189
* v0.7.3 by K20shores in https://github.com/NCAR/musica/pull/191


**Full Changelog**: https://github.com/NCAR/musica/compare/v0.7.1...v0.7.3

0.7.0

What's Changed
* 79 allow updates to custom rate constant parameters and mapping by name by K20shores in https://github.com/NCAR/musica/pull/80
* 81 supply custom rate constants to fortran by K20shores in https://github.com/NCAR/musica/pull/82
* Python packaging by K20shores in https://github.com/NCAR/musica/pull/85
* Access species properties through API by mattldawson in https://github.com/NCAR/musica/pull/86
* Fixes a bug with Fortran builds by mattldawson in https://github.com/NCAR/musica/pull/87
* 91 remove submodules by K20shores in https://github.com/NCAR/musica/pull/92
* Add custom error handling option by mattldawson in https://github.com/NCAR/musica/pull/88
* 90 allow api users to create and destroy instances of tuvx by K20shores in https://github.com/NCAR/musica/pull/96
* Update error and mapping types to use String struct by mattldawson in https://github.com/NCAR/musica/pull/99
* Fix packaging script by mattldawson in https://github.com/NCAR/musica/pull/100
* Update path to musicaConfig.in in CMake scripts by mattldawson in https://github.com/NCAR/musica/pull/101
* Develop fix build by K20shores in https://github.com/NCAR/musica/pull/102
* Develop docs by dwfncar in https://github.com/NCAR/musica/pull/95
* Update build scripts by mattldawson in https://github.com/NCAR/musica/pull/106
* Shift fortran indices to be 1-based by mattldawson in https://github.com/NCAR/musica/pull/114
* Develop fix ubuntu action by K20shores in https://github.com/NCAR/musica/pull/116
* Update MICM API to reflect the changes in MICM by boulderdaze in https://github.com/NCAR/musica/pull/110
* Parameterize dependencies to allow for easier testing against PRs, branches. by WardF in https://github.com/NCAR/musica/pull/124
* Auto-format code by autopep8 by github-actions in https://github.com/NCAR/musica/pull/130
* Add clang-format to autoformate C/C++ code by boulderdaze in https://github.com/NCAR/musica/pull/125
* Auto format python code using pep8 by boulderdaze in https://github.com/NCAR/musica/pull/129
* Set musica-fortran position-independent code macro to ON when building static library by WardF in https://github.com/NCAR/musica/pull/133
* fixing intel by K20shores in https://github.com/NCAR/musica/pull/137
* Add clang-tidy to autoformat C/C++ by boulderdaze in https://github.com/NCAR/musica/pull/131
* MUSICA Tutorial Chapter 1 by dwfncar in https://github.com/NCAR/musica/pull/132
* Use single line comment style for copyright by boulderdaze in https://github.com/NCAR/musica/pull/143
* Add libnetcdf.setting-style configuration summary by WardF in https://github.com/NCAR/musica/pull/148
* Modify regex for clang format by boulderdaze in https://github.com/NCAR/musica/pull/142
* Make tuvx grids available in musica fortran and musica c++ by K20shores in https://github.com/NCAR/musica/pull/140
* Auto-format code changes by github-actions in https://github.com/NCAR/musica/pull/150
* Auto-format code by autopep8 by github-actions in https://github.com/NCAR/musica/pull/149
* Auto-format code by autopep8 by github-actions in https://github.com/NCAR/musica/pull/151
* Fixing fetch content tests by K20shores in https://github.com/NCAR/musica/pull/154
* Add air density to MICM solve function as input by mattldawson in https://github.com/NCAR/musica/pull/160
* Auto-format code changes by github-actions in https://github.com/NCAR/musica/pull/161
* Return MICM solver state details from MicmSolve() by boulderdaze in https://github.com/NCAR/musica/pull/145
* Add GH action for clang-tidy by boulderdaze in https://github.com/NCAR/musica/pull/164
* 158 create an action to test the build and packaging of the python target by K20shores in https://github.com/NCAR/musica/pull/165
* Auto-format code by autopep8 by github-actions in https://github.com/NCAR/musica/pull/167
* try to fix clang test by mattldawson in https://github.com/NCAR/musica/pull/169
* Update the version to v0.7.0 by boulderdaze in https://github.com/NCAR/musica/pull/168

New Contributors
* dwfncar made their first contribution in https://github.com/NCAR/musica/pull/95
* WardF made their first contribution in https://github.com/NCAR/musica/pull/124
* github-actions made their first contribution in https://github.com/NCAR/musica/pull/130

**Full Changelog**: https://github.com/NCAR/musica/compare/v0.6.1...v0.7.0

0.6.1

What's Changed
* Python wrapping by alexjamesgarza in https://github.com/NCAR/musica/pull/76
* Interface linkage by K20shores in https://github.com/NCAR/musica/pull/77
* Fix the python build that I broke by K20shores in https://github.com/NCAR/musica/pull/78

New Contributors
* alexjamesgarza made their first contribution in https://github.com/NCAR/musica/pull/76

**Full Changelog**: https://github.com/NCAR/musica/compare/v0.6.0...v0.6.1

0.6.0

What's Changed
* Update MICM wrapper for Atmospheric Physics by boulderdaze in https://github.com/NCAR/musica/pull/50
* Reorganize by K20shores in https://github.com/NCAR/musica/pull/67
* Remove test code for debugging and formatted spacing by boulderdaze in https://github.com/NCAR/musica/pull/73
* adding citation file by K20shores in https://github.com/NCAR/musica/pull/71
* Version update by K20shores in https://github.com/NCAR/musica/pull/74
* v0.6.0 by K20shores in https://github.com/NCAR/musica/pull/75


**Full Changelog**: https://github.com/NCAR/musica/compare/v.0.5.0...v0.6.0

v.0.5.0
What's Changed
* add no-micm test and fix by mattldawson in https://github.com/NCAR/musica/pull/39
* Update README.md by K20shores in https://github.com/NCAR/musica/pull/41
* Added creating solver interface by boulderdaze in https://github.com/NCAR/musica/pull/35
* Rename micm module name by boulderdaze in https://github.com/NCAR/musica/pull/49

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.