Recent Releases of mole
mole - MOLE v1.1.0
Release Notes for v1.1.0
Initial Release
This is the first tagged release of MOLE.
What's Changed
- Octave compatibility update by @jbrzensk in https://github.com/csrc-sdsu/mole/pull/9
- Folder reformatting by @jbrzensk in https://github.com/csrc-sdsu/mole/pull/10
- Added Doxygen structure for C++ files by @jbrzensk in https://github.com/csrc-sdsu/mole/pull/11
- File tree restructure by @pritkc in https://github.com/csrc-sdsu/mole/pull/17
- Isolated Doxy and Sphinx output dirs + .gitignore by @pritkc in https://github.com/csrc-sdsu/mole/pull/29
- Adding convection diffusion example in C++ by @SavannaSpayd in https://github.com/csrc-sdsu/mole/pull/36
- PR For issue 22 - writing RK2 in cpp by @Amey-kulkarni19 in https://github.com/csrc-sdsu/mole/pull/27
- merged parabolic1d.cpp, parabolic1d.m, and makefile to reflect the new directory structure that is in the master branch. by @aneeshs1729 in https://github.com/csrc-sdsu/mole/pull/37
- PR for Issue 13 (adding licensing file information) by @aneeshs1729 in https://github.com/csrc-sdsu/mole/pull/33
- Have the handling of the ARMA variable consistent by @joehellmers in https://github.com/csrc-sdsu/mole/pull/39
- Fix 'deprecated: use braced initialiser list instead' warning message by @joehellmers in https://github.com/csrc-sdsu/mole/pull/40
- Cmakefiles V2.0 by @JananiPSrinivasan in https://github.com/csrc-sdsu/mole/pull/42
- Revert "Cmakefiles V2.0" by @JananiPSrinivasan in https://github.com/csrc-sdsu/mole/pull/43
- Add executables build to .gitignore by @joehellmers in https://github.com/csrc-sdsu/mole/pull/41
- Sphinx setup initialization by @pritkc in https://github.com/csrc-sdsu/mole/pull/38
- Cmakefiles V2.0 by @JananiPSrinivasan in https://github.com/csrc-sdsu/mole/pull/46
- Fix parabolic1D for Octave compatability by @jbrzensk in https://github.com/csrc-sdsu/mole/pull/45
- Readme changes by @pritkc in https://github.com/csrc-sdsu/mole/pull/51
- Fixing error in RK2.cpp with data.txt not being created by @edfink234 in https://github.com/csrc-sdsu/mole/pull/47
- ADDExampleSchrodinger2D.cpp by @arrowguy234 in https://github.com/csrc-sdsu/mole/pull/55
- Fixed missing #include, and added doxygen content by @jbrzensk in https://github.com/csrc-sdsu/mole/pull/65
- Latex pdf addition by @pritkc in https://github.com/csrc-sdsu/mole/pull/58
- Google tests and Updated Github Actions by @JananiPSrinivasan in https://github.com/csrc-sdsu/mole/pull/71
- Makefile deletion by @JananiPSrinivasan in https://github.com/csrc-sdsu/mole/pull/79
- updates boundary info into discrete analog system by @mdumett in https://github.com/csrc-sdsu/mole/pull/66
- License info modifications. by @pritkc in https://github.com/csrc-sdsu/mole/pull/86
- convection_diffusion3D | Name fix by @pritkc in https://github.com/csrc-sdsu/mole/pull/87
- Update readme.md by @JananiPSrinivasan in https://github.com/csrc-sdsu/mole/pull/91
- Fixed openBlas issue in CmakeLists by @JananiPSrinivasan in https://github.com/csrc-sdsu/mole/pull/90
- MacOS + SuperLU build fix by @pritkc in https://github.com/csrc-sdsu/mole/pull/92
- .gitignore changes corresponding to new cMake system by @pritkc in https://github.com/csrc-sdsu/mole/pull/82
- Doc builder make instructions. by @pritkc in https://github.com/csrc-sdsu/mole/pull/93
- removed finite by @pritkc in https://github.com/csrc-sdsu/mole/pull/95
- Unit_tests for MATLAB by @JananiPSrinivasan in https://github.com/csrc-sdsu/mole/pull/96
- Update CONTRIBUTING.md by @jbrzensk in https://github.com/csrc-sdsu/mole/pull/102
- [Doc] Improved landing page by @pritkc in https://github.com/csrc-sdsu/mole/pull/97
- Minor content fix by @pritkc in https://github.com/csrc-sdsu/mole/pull/106
- Patch-Fix by @JananiPSrinivasan in https://github.com/csrc-sdsu/mole/pull/109
- Add elliptic3D.cpp by @katayoonk in https://github.com/csrc-sdsu/mole/pull/61
- adding hyperbolic1D_upwind.cpp by @edfink234 in https://github.com/csrc-sdsu/mole/pull/63
- Lock exchange cpp implementation by @katayoonk in https://github.com/csrc-sdsu/mole/pull/100
- Create PULLREQUESTTEMPLATE.md by @jbrzensk in https://github.com/csrc-sdsu/mole/pull/101
- MD Example files + SVG Parser by @pritkc in https://github.com/csrc-sdsu/mole/pull/107
- PR for Poisson2D.cpp by @arrowguy234 in https://github.com/csrc-sdsu/mole/pull/113
- MATLAB/Octave documentation by @pritkc in https://github.com/csrc-sdsu/mole/pull/110
- Add Periodic Boundary Conditions, operators, and examples ( Add BCs3 fixed ) by @jbrzensk in https://github.com/csrc-sdsu/mole/pull/117
- Adding pure periodic boundary conditions and also a generic boundary condition by @mdumett in https://github.com/csrc-sdsu/mole/pull/99
- Burgers1D example in C++ by @arrowguy234 in https://github.com/csrc-sdsu/mole/pull/73
- added .nojekyll by @pritkc in https://github.com/csrc-sdsu/mole/pull/118
- Update README.me docs badge URL by @valeriabarra in https://github.com/csrc-sdsu/mole/pull/120
- README: Update docs badge to point to latest version by @valeriabarra in https://github.com/csrc-sdsu/mole/pull/123
- Add 1D and 2D Wave Equation Examples using Mimetic Methods by @ArshiaIlaty in https://github.com/csrc-sdsu/mole/pull/57
- badge-fix by @JananiPSrinivasan in https://github.com/csrc-sdsu/mole/pull/131
- IntelLLVM support extended by @JananiPSrinivasan in https://github.com/csrc-sdsu/mole/pull/133
- Combined builds and edited README for macOS and Windows gnuplots by @jbrzensk in https://github.com/csrc-sdsu/mole/pull/127
- 2D Parabolic by @onzerem in https://github.com/csrc-sdsu/mole/pull/124
- Readme links fix by @pritkc in https://github.com/csrc-sdsu/mole/pull/136
- Check for Fortran compiler added by @JananiPSrinivasan in https://github.com/csrc-sdsu/mole/pull/138
- Updated theme changes for the documentation by @pritkc in https://github.com/csrc-sdsu/mole/pull/134
- Example new structure by @pritkc in https://github.com/csrc-sdsu/mole/pull/121
- force link of installed gfortran by @jbrzensk in https://github.com/csrc-sdsu/mole/pull/145
- Terzaghi-1D by @JananiPSrinivasan in https://github.com/csrc-sdsu/mole/pull/146
- Doc/elliptic1 d by @jbrzensk in https://github.com/csrc-sdsu/mole/pull/142
- Renamed examples/matlab/minimal_poisson2D.m by @valeriabarra in https://github.com/csrc-sdsu/mole/pull/144
- Updated doc GHAs by @pritkc in https://github.com/csrc-sdsu/mole/pull/147
- Badge fix by @JananiPSrinivasan in https://github.com/csrc-sdsu/mole/pull/152
- Sphinx Document created for terzaghi1D by @JananiPSrinivasan in https://github.com/csrc-sdsu/mole/pull/153
- Readme.md updated for issue #156 by @JananiPSrinivasan in https://github.com/csrc-sdsu/mole/pull/160
- Updated the contributing guide by @pritkc in https://github.com/csrc-sdsu/mole/pull/151
- Add AUTHORS file by @valeriabarra in https://github.com/csrc-sdsu/mole/pull/165
- Bump pillow from 11.2.1 to 11.3.0 in /doc/sphinx by @dependabot[bot] in https://github.com/csrc-sdsu/mole/pull/164
- Revert PR #165 to allow more time to Review by @valeriabarra in https://github.com/csrc-sdsu/mole/pull/168
- rename: matlab -> matlab/octave + src changes by @pritkc in https://github.com/csrc-sdsu/mole/pull/155
- Fix security vulnerability by upgrading requests to >=2.32.4 by @JananiPSrinivasan in https://github.com/csrc-sdsu/mole/pull/169
- Prepare for master → main branch rename by @pritkc in https://github.com/csrc-sdsu/mole/pull/171
- Merge pull request #171 from csrc-sdsu/main by @jbrzensk in https://github.com/csrc-sdsu/mole/pull/173
New Contributors
- @pritkc made their first contribution in https://github.com/csrc-sdsu/mole/pull/17
- @SavannaSpayd made their first contribution in https://github.com/csrc-sdsu/mole/pull/36
- @Amey-kulkarni19 made their first contribution in https://github.com/csrc-sdsu/mole/pull/27
- @aneeshs1729 made their first contribution in https://github.com/csrc-sdsu/mole/pull/37
- @joehellmers made their first contribution in https://github.com/csrc-sdsu/mole/pull/39
- @JananiPSrinivasan made their first contribution in https://github.com/csrc-sdsu/mole/pull/42
- @edfink234 made their first contribution in https://github.com/csrc-sdsu/mole/pull/47
- @arrowguy234 made their first contribution in https://github.com/csrc-sdsu/mole/pull/55
- @mdumett made their first contribution in https://github.com/csrc-sdsu/mole/pull/66
- @katayoonk made their first contribution in https://github.com/csrc-sdsu/mole/pull/61
- @ArshiaIlaty made their first contribution in https://github.com/csrc-sdsu/mole/pull/57
- @onzerem made their first contribution in https://github.com/csrc-sdsu/mole/pull/124
- @dependabot[bot] made their first contribution in https://github.com/csrc-sdsu/mole/pull/164
Full Changelog: https://github.com/csrc-sdsu/mole/compare/v1.0...v1.1.0
- MATLAB
Published by github-actions[bot] 7 months ago
mole -
- Added more testing
- Option to build the library as a shared library
- Added set of interpolators so we can eventually remove all calls to
interp2andinterp3in the MATLAB/Octave version
- MATLAB
Published by jcorbino over 2 years ago