{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":628056620,"defaultBranch":"main","name":"hercules","ownerLogin":"Clifford-Yen","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-04-14T20:08:44.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6063670?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1681502925.0","currentOid":""},"activityList":{"items":[{"before":"53028bd4a063c1dc3f2b81f33a32cc156d3e7395","after":"721be11e0dd4d389bcda87d5d9432baab9d5fe57","ref":"refs/heads/main","pushedAt":"2024-09-13T22:00:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"fix: Change the way to handle the edge cases\n\n- Change the way to handle the edge cases when the inquiry points are on the boundary in `getMaterialFrom3DVelocityModel` function in `drm_planewaves.c`.","shortMessageHtmlLink":"fix: Change the way to handle the edge cases"}},{"before":"7aa94670926aeba208dc6610023761e6c4d5a190","after":"53028bd4a063c1dc3f2b81f33a32cc156d3e7395","ref":"refs/heads/main","pushedAt":"2024-09-13T00:20:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"fix: Grid points on the boundary may break the execution on some machines\n\n- Due to floating point precision, some machines couldn't catch the case when `y_input` is practically the same as `ymax` in `getMaterialFrom3DVelocityModel` function in `drm_planewaves.c`. This has been fixed by checking the integer `y_grid_ID` as a backup.\n- Added two configurations for Intel Macs and Arm Macs to `systemdef.mk`\n- Default `SYSTEM` and `ARCH` variables would be determined automatically by shell commands. But the only systems they will match correctly are Intel Macs and Arm Macs. Users should still assign the value for `SYSTEM` variable in `user.mk`.","shortMessageHtmlLink":"fix: Grid points on the boundary may break the execution on some mach…"}},{"before":"bfd23d6497ce7c191c3a5180cf767afb27ba0441","after":"7aa94670926aeba208dc6610023761e6c4d5a190","ref":"refs/heads/main","pushedAt":"2024-09-12T01:10:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"feat: Add configuration for Hoffman2 in `systemdef.mk`\n\n- A new system configuration for Hoffman2 Cluster at UCLA in `systemdef.mk`\n- The default `CFLAGS` is changed back to `-O3`. `-Ofast` is not recommended.\n- Changed all indentations in the `systemdef.mk` to tabs to make it consistent\n- Hercules will now indicate whether the PROJ library is being used in stdout.\n- Use `PRIu64`, `PRId64`, etc. to solve the discrepancy that different OS may treat the variable type like `int64_t` differently (some may define it as `long int` while some define it as `long long int`).","shortMessageHtmlLink":"feat: Add configuration for Hoffman2 in systemdef.mk"}},{"before":"6f3a93a43c00eae4d840d682580a4f8039326916","after":"bfd23d6497ce7c191c3a5180cf767afb27ba0441","ref":"refs/heads/main","pushedAt":"2024-08-17T01:24:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"refactor: Refactor `plotmesh.m` to reduce warnings showing in MATLAB editor","shortMessageHtmlLink":"refactor: Refactor plotmesh.m to reduce warnings showing in MATLAB …"}},{"before":"6eb8df5dea195891e6a5e03dc3610471d9f222ed","after":"6f3a93a43c00eae4d840d682580a4f8039326916","ref":"refs/heads/main","pushedAt":"2024-08-17T00:57:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"fix: The `plotmesh.m` MATLAB script works again\n\nDue to the previous changes to the mesh output binary files, the old `plotmesh.m` did not work.\nNow it works again, and the input it needs is also simplified. Domain dimensions are not needed anymore.\nThe example input `plotmeshinput.in` for using `plotmesh.m` has also been updated accordingly.","shortMessageHtmlLink":"fix: The plotmesh.m MATLAB script works again"}},{"before":"979ff5c3a01a58b0490b31bbe07252c7882ba845","after":"6eb8df5dea195891e6a5e03dc3610471d9f222ed","ref":"refs/heads/main","pushedAt":"2024-08-16T01:36:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"feat: PROJ library implemented\n\nHercules now supports PROJ library.\nThis implementation should solve the problem of some points being outside of the domain.\nIt also makes the locations of stations more accurate. Plane outputs would also benefit from it.\n\nTo use PROJ in Hercules, users must include the following lines in your `user.mk`\n\nCPPFLAGS += -DPROJ # Define the PROJ macro\nCFLAGS += -I/opt/homebrew/Cellar/proj/9.4.1/include\nLDFLAGS += -L/opt/homebrew/Cellar/proj/9.4.1/lib -lproj\n\nThe path to PROJ library should be changed accordingly.","shortMessageHtmlLink":"feat: PROJ library implemented"}},{"before":"3b7754c9007230451eb26ed7b142b72c5076bdad","after":"979ff5c3a01a58b0490b31bbe07252c7882ba845","ref":"refs/heads/main","pushedAt":"2024-08-03T20:11:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"zwyll","name":null,"path":"/zwyll","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59329870?s=80&v=4"},"commit":{"message":"Updated system.mk file for Stampede3","shortMessageHtmlLink":"Updated system.mk file for Stampede3"}},{"before":"e3976b0b508797471d283dbca8192e0acfe6459a","after":"3b7754c9007230451eb26ed7b142b72c5076bdad","ref":"refs/heads/main","pushedAt":"2024-06-05T02:07:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"fix: Invalid memory address was accessed in ``topography.c`` and 3D Velocity Model\n\n- In the ``getMaterialFrom3DVelocityModel()`` function in ``drm_planewaves.c``, the ``Layer_start_ID`` array may be accessed with an index larger than the total number of data in ``index.in``. This should only happen at the far top-right corner, and it did not create obvious trouble before. Nevertheless, this is fixed now.\n- In the ``point_elevation()`` and ``point_PlaneDist()`` functions in ``topography.c``, the ``theTopoInfo`` array may be accessed with negative indices or indices larger than ``ntp-1``. This would happen when the input variables ``xo`` and ``yo`` (or ``xp`` and ``yp``) are outside of the simulation domain (negative or larger than ``region_length_north_m`` or ``region_length_east_m``). This bug made results that considered topography inconsistent and may be different every time users submit their jobs.\n- To avoid unexpected numerical errors, the default optimization level when building this project is changed from ``-Ofast`` to ``-O3``.","shortMessageHtmlLink":"fix: Invalid memory address was accessed in topography.c and 3D V…"}},{"before":"ab6d296f39e296c6092745e6b6cf7a3f3bedab8b","after":"e3976b0b508797471d283dbca8192e0acfe6459a","ref":"refs/heads/main","pushedAt":"2024-05-24T06:35:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"fix: No warning will be raised when compiling now\n\nThere were many warnings when building Hercules in the past. Now all the issues have been fixed (either removed or commented out).","shortMessageHtmlLink":"fix: No warning will be raised when compiling now"}},{"before":"a5bd2384449c500ec6e653a7d944b513ace248c6","after":"ab6d296f39e296c6092745e6b6cf7a3f3bedab8b","ref":"refs/heads/main","pushedAt":"2024-05-21T01:36:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"fix: Results would be different if the outputs generated by the previous analysis were not removed\n\nFor some reason, the outputs in the source output folder (default: ``outputfiles/srctmp``) would affect the results for the following analysis. Although the root cause is still being investigated, removing all files generated by Hercules for the source output before creating any source-related files should be enough to solve this problem entirely.","shortMessageHtmlLink":"fix: Results would be different if the outputs generated by the previ…"}},{"before":"8a4b9956ab228a24190c5753888028a8f07c41f6","after":"a5bd2384449c500ec6e653a7d944b513ace248c6","ref":"refs/heads/main","pushedAt":"2024-05-16T22:40:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"feat: The ``topography_directory`` is now an optional parameter\n\nThe ``topography_directory`` is now an optional parameter.\nImprove a bit the error messages raised in ``drm_planewaves.c``.","shortMessageHtmlLink":"feat: The topography_directory is now an optional parameter"}},{"before":"3fcbab802ed6912f81cfd9e6d741488a41b2f203","after":"8a4b9956ab228a24190c5753888028a8f07c41f6","ref":"refs/heads/main","pushedAt":"2024-05-16T08:04:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"feat: ``stat-topo.txt`` is now configurable\n\n``stat-topo.txt`` is now configurable by setting ``stat_topo_filename`` in ``parameter.in``","shortMessageHtmlLink":"feat: stat-topo.txt is now configurable"}},{"before":"6cea072561e18d4f14f1ce1c84d554698e91d3bb","after":"3fcbab802ed6912f81cfd9e6d741488a41b2f203","ref":"refs/heads/main","pushedAt":"2024-05-16T01:35:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"feat: The path to the 3D Velocity Model is now configurable\n\nThe path to the 3D Velocity Model is now configurable.\nProperly broadcast path strings.\nThe default value is set for the checkpoint path.\nThe plane input file is now an optional parameter, and the default value is the same as the parameter input file (read it directly from the command line).\nFix the issue that the ``source_directory_output`` is not correctly read (move the section above fclose(fp);)","shortMessageHtmlLink":"feat: The path to the 3D Velocity Model is now configurable"}},{"before":"854c8aaee732480271d1344e8fe28439d55861af","after":"6cea072561e18d4f14f1ce1c84d554698e91d3bb","ref":"refs/heads/main","pushedAt":"2024-05-15T03:08:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"feat: The output folders will be created if they do not exist\n\nThe output folders will be created if they do not exist.\nIf the folders exist, the folders and all the contents inside will NOT be removed before running the job.\nUsers are suggested to remove the output folders before running Hercules.","shortMessageHtmlLink":"feat: The output folders will be created if they do not exist"}},{"before":"b5e4121fb7df2899ff8cf1488ef06ab69ef69089","after":"854c8aaee732480271d1344e8fe28439d55861af","ref":"refs/heads/main","pushedAt":"2024-05-14T01:17:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"feat: ``domain_surface_corners`` is no longer a necessary parameter in ``source.in``\n\n[quakesource.c] ``domain_surface_corners`` was a necessary parameter in ``source.in``, and users had to make sure it was the same as the one used in ``parameters.in``. It's no longer the case. ``quakesource.c`` now gets ``domain_surface_corners`` from ``parameters.in`` directly.\n[psolve.c] removed duplicate lines and modified the zeta calculation in ``damping_statistics()`` to match the zeta used elsewhere.\n[drm_planewaves.c] tweaked ``z_elevation`` to make it more physically reasonable.","shortMessageHtmlLink":"feat: domain_surface_corners is no longer a necessary parameter i…"}},{"before":"16b6f85c1e49b72d589b59e9da71f165f99ccbde","after":"b5e4121fb7df2899ff8cf1488ef06ab69ef69089","ref":"refs/heads/main","pushedAt":"2024-04-23T01:22:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"feat: Density would be corrected if Vs < Vs_min\n\nIn the previous versions, the density wouldn't be corrected if Vs < Vs_min (only Vp would be corrected).","shortMessageHtmlLink":"feat: Density would be corrected if Vs < Vs_min"}},{"before":"324ec048e07983c7d3ef35c56cc6f5b003eef11a","after":"16b6f85c1e49b72d589b59e9da71f165f99ccbde","ref":"refs/heads/main","pushedAt":"2024-03-26T23:23:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"fix: Three small errors have been fixed\n\nThe `minPointZ` value in `drm_planewaves.c` should be a double-precision floating number instead of an integer.\nCorrect the edge cases when determining whether the mesh point is within the 3D velocity model.\nQs and Qp won't be recalculated anymore if the mesh point is not within the 3D velocity model (and thus uses 1D layer profile).","shortMessageHtmlLink":"fix: Three small errors have been fixed"}},{"before":"f12ca70fc16be9340f77c3610ee246a4b230b7d8","after":"324ec048e07983c7d3ef35c56cc6f5b003eef11a","ref":"refs/heads/main","pushedAt":"2024-03-08T07:37:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"feat: The global element ID would be included when exporting mesh data\n\nThe global element ID (geid) would be included when exporting mesh data for easier identification.\nplanecoords files would no longer be generated when exporting plane data since this feature has not been implemented.","shortMessageHtmlLink":"feat: The global element ID would be included when exporting mesh data"}},{"before":"7dbacceab322aa655a47a788c43982d6dd94b8b1","after":"f12ca70fc16be9340f77c3610ee246a4b230b7d8","ref":"refs/heads/main","pushedAt":"2024-02-08T01:21:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"fix: Elevation calculation in 3D velocity model\n\nThe elevation calculation has been corrected in getMaterialFrom3DVelocityModel() function.\n(The previously commit for fixing this issue is not totally correct.)","shortMessageHtmlLink":"fix: Elevation calculation in 3D velocity model"}},{"before":"42e09db800893360d04642c320115dd3ba8657a7","after":"7dbacceab322aa655a47a788c43982d6dd94b8b1","ref":"refs/heads/main","pushedAt":"2024-02-06T20:45:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"feat: Mesh output for MATLAB now outputs meters instead of ticks\n\n1. \tThe original code outputs numbers of ticks as coordinates when users ask for mesh output for MATLAB.\n\tNow, it would output coordinates in meters for more intuitive results.\n2.\tThree parameters used in topography.c are changed to optional.\n3.\tMeshOrigin variables in all three directions are properly initialized now.\n\t(It seems not to have caused any issues before, but just to be on the safe side.)","shortMessageHtmlLink":"feat: Mesh output for MATLAB now outputs meters instead of ticks"}},{"before":"ce0d69e42435bf48b9308f9f6297f1356c331284","after":"42e09db800893360d04642c320115dd3ba8657a7","ref":"refs/heads/main","pushedAt":"2024-01-30T01:52:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"perf: Simplify the 1D layer profile assignment\n\nThe material properties are assigned directly without calling interpolate_profile_property() (since we are not interpolating now)\nwhen using 1D layer profile to improve the performance a bit.","shortMessageHtmlLink":"perf: Simplify the 1D layer profile assignment"}},{"before":"a47ae2ffe52993d42aa10df78b2d6186b9afaac8","after":"ce0d69e42435bf48b9308f9f6297f1356c331284","ref":"refs/heads/main","pushedAt":"2024-01-20T05:44:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"fix: Elevation calculation in 3D velocity model\n\nThe elevation calculation has been corrected in getMaterialFrom3DVelocityModel() function.","shortMessageHtmlLink":"fix: Elevation calculation in 3D velocity model"}},{"before":"d182a4e6c7ebbeb029d29689437451583872b92f","after":"a47ae2ffe52993d42aa10df78b2d6186b9afaac8","ref":"refs/heads/main","pushedAt":"2024-01-19T22:33:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"Fix: Some mesh points would be outside of the velocity model\n\nSome mesh points are not just slightly outside of the velocity model, but have a significant distance from the boundary of the\nregion. To have a more consistent solution, all the mesh points outside the velocity model will fall back to using CVM or 1D layer\nprofile.\nThis is especially important for higher frequency simulations since the element size will be very small and the whole element might\nbe outside of the region and cause troubles and errors.","shortMessageHtmlLink":"Fix: Some mesh points would be outside of the velocity model"}},{"before":"aaf5b905458068865def8c6387902ea50179aa4a","after":"d182a4e6c7ebbeb029d29689437451583872b92f","ref":"refs/heads/main","pushedAt":"2024-01-18T23:52:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"Fix: Some mesh points would be slightly outside of the velocity model\n\n1. Due to some inevitable calculation errors and conversion between UTM and lat/lon,\nsome mesh points would be slightly outside of the velocity model and potentially\nraise errors. This has been fixed.\n2. Replaced some fprintf() function with monitor_print() to include more information in monitor.txt\n3. Fixed some unicode letter issues.","shortMessageHtmlLink":"Fix: Some mesh points would be slightly outside of the velocity model"}},{"before":"5ee5490f7b88ed2688f2e83fcef46c993e398be4","after":"aaf5b905458068865def8c6387902ea50179aa4a","ref":"refs/heads/main","pushedAt":"2024-01-15T22:04:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"feat: General 3D Velocity Model implemented\n\nThe capability of taking general 3D Velocity Model as the input has been implemented.\nSome refactoring (especially turning tabs into spaces).\nNOTE: the elevation calculation in the new function `getMaterialFrom3DVelocityModel` hasn't been verified.","shortMessageHtmlLink":"feat: General 3D Velocity Model implemented"}},{"before":"a04bb3d8d7b3b53a7a8d0e87c730f220e13da7f9","after":"5ee5490f7b88ed2688f2e83fcef46c993e398be4","ref":"refs/heads/main","pushedAt":"2023-11-29T07:33:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"feat: Turn more parameters into optional parameters\n\n- Most variables have been reviewed and some more parameters are now optional input parameters\n- A spelling issue has been corrected (independent was misspelled as independant before)","shortMessageHtmlLink":"feat: Turn more parameters into optional parameters"}},{"before":"b8a24fdb0d0893f010e1a61f2778af5c34aafcc8","after":"a04bb3d8d7b3b53a7a8d0e87c730f220e13da7f9","ref":"refs/heads/main","pushedAt":"2023-11-25T01:34:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"feat: Turn two more parameters into optional parameters\n\n- `include_topography` and `simulation_start_time_sec` are now optional input parameters","shortMessageHtmlLink":"feat: Turn two more parameters into optional parameters"}},{"before":"cd056b7b73601354ca6c1bec4e796a1a4f6eacca","after":"b8a24fdb0d0893f010e1a61f2778af5c34aafcc8","ref":"refs/heads/main","pushedAt":"2023-11-18T00:11:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"refactor: Changing variable names to avoid confusion\n\nIstanbul material model is corrected as Istanbul velocity model.\nLikewise, basin material model is not basin velocity model.","shortMessageHtmlLink":"refactor: Changing variable names to avoid confusion"}},{"before":"d5be5702396305972268b35ca7ace4879132331e","after":"cd056b7b73601354ca6c1bec4e796a1a4f6eacca","ref":"refs/heads/main","pushedAt":"2023-11-15T23:50:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"fix: An undeclared variable makes building process fail\nAn undeclared and unused variable `theDBSize` makes building process fail (at least on Frontera).\nThis update also include a flag for an even more optimized executable (`-Ofast`).\nAnd the link to the current documentation is included in README now.","shortMessageHtmlLink":"fix: An undeclared variable makes building process fail"}},{"before":"67623df7ae5aba40074f7ecb9a1fe53e2305cf41","after":"d5be5702396305972268b35ca7ace4879132331e","ref":"refs/heads/main","pushedAt":"2023-10-26T21:51:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Clifford-Yen","name":"Clifford","path":"/Clifford-Yen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6063670?s=80&v=4"},"commit":{"message":"feat: Turn one more parameter into optional parameter\n\n- `include_buildings` is now optional input parameter","shortMessageHtmlLink":"feat: Turn one more parameter into optional parameter"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xM1QyMjowMDoyMy4wMDAwMDBazwAAAAS16pdl","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xM1QyMjowMDoyMy4wMDAwMDBazwAAAAS16pdl","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMC0yNlQyMTo1MToxNy4wMDAwMDBazwAAAAOg2seH"}},"title":"Activity · Clifford-Yen/hercules"}