Skip to content

Commit cddaa9d

Browse files
committed
update to v1.0.0
1 parent 452467d commit cddaa9d

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
# uncomment this on demand
2222
- run: sudo chmod -R a+x octave_php_wrapper/inst
2323
- run: tar --warning=no-file-changed --exclude='octave_php_wrapper/.git' --exclude='octave_php_wrapper/.github' -czvf octave_php_wrapper.tar.gz octave_php_wrapper
24-
- run: gh release upload 0.2.0 octave_php_wrapper.tar.gz --repo $GITHUB_REPOSITORY
24+
- run: gh release upload 1.0.0 octave_php_wrapper.tar.gz --repo $GITHUB_REPOSITORY

CITATION

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,14 @@ octave_php_wrapper源码(BibTeX)
55

66
octave_php_wrapper文档(BibTeX)
77
@techreport{CNOCTAVE2025, author = {Yu Hongbo, }, title = {octave_php_wrapper Document}, institution = {BA DU XIN SHANG}, year = {2025}, number = {16}, month = {5}, url = {https://cnoctave.github.io/octave_php_wrapper/index.html}, urldate = {2025-05-16}, }
8+
9+
octave_php_wrapper: Bridge the Gap Between GNU Octave and Modern Internet Service(BibTeX)
10+
@article{https://engrxiv.org/preprint/view/4639,
11+
doi = {10.31224/4639},
12+
url = {https://engrxiv.org/preprint/view/4639},
13+
author = {Yu Hongbo, },
14+
keywords = {Octave, GNU, PHP, Wrapper, Numerical Computations, Web Applications},
15+
title = {octave_php_wrapper: Bridge the Gap Between GNU Octave and Modern Internet Service},
16+
publisher = {engrxiv},
17+
year = {2025},
18+
copyright = {Creative Commons Attribution 4.0 International}

docs/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,17 @@
489489
url = {https://cnoctave.github.io/octave_php_wrapper/index.html},
490490
urldate = {2025-05-16},
491491
}</p>
492+
<div class="text-h5 q-ma-md text-red-10">octave_php_wrapper: Bridge the Gap Between GNU Octave and Modern Internet Service(BibTeX)</div>
493+
<p class="q-ma-md" style="white-space: normal;">@article{https://engrxiv.org/preprint/view/4639,
494+
doi = {10.31224/4639},
495+
url = {https://engrxiv.org/preprint/view/4639},
496+
author = {Yu Hongbo, },
497+
keywords = {Octave, GNU, PHP, Wrapper, Numerical Computations, Web Applications},
498+
title = {octave_php_wrapper: Bridge the Gap Between GNU Octave and Modern Internet Service},
499+
publisher = {engrxiv},
500+
year = {2025},
501+
copyright = {Creative Commons Attribution 4.0 International}
502+
}</p>
492503
</div>
493504
</div>
494505
<q-toolbar class="bg-grey-8 text-white q-my-md shadow-2">

0 commit comments

Comments
 (0)