Skip to content

Commit bfcd7f9

Browse files
committed
Merge branch 'master' into develop
# Conflicts: # README.md
2 parents 98d72a9 + 1299971 commit bfcd7f9

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

.github/workflows/run-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
python-version: [ '3.8' , '3.11' , '3.12' ]
20+
python-version: [ '3.9' , '3.11' , '3.12' ]
2121

2222
steps:
2323
- uses: actions/checkout@v4

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -268,27 +268,29 @@ For more details, see the [changelog](./CHANGELOG.md).
268268

269269
### Citation & Commercial Use
270270

271-
If you find AeroSandbox useful in a research publication, please cite the following publications:
271+
If you find AeroSandbox useful in your research, please cite the following publications:
272272

273273
[The author's PhD thesis](./tutorial/sharpe-pds-phd-AeroAstro-2024-thesis.pdf):
274274

275275
```bibtex
276276
@phdthesis{aerosandbox_phd_thesis,
277-
title = {Accelerating Practical Engineering Design Optimization with Computational Graph Transformations},
278-
author = {Sharpe, Peter D.},
279-
school = {Massachusetts Institute of Technology},
280-
year = {2024},
277+
title = {Accelerating Practical Engineering Design Optimization with Computational Graph Transformations},
278+
author = {Sharpe, Peter D.},
279+
school = {Massachusetts Institute of Technology},
280+
year = {2024},
281+
note = {Available at \url{https://dspace.mit.edu/handle/1721.1/157809}}
281282
}
282283
```
283284

284285
[The author's Master's thesis](./tutorial/sharpe-pds-sm-AeroAstro-2021-thesis.pdf):
285286

286287
```bibtex
287-
@mastersthesis{aerosandbox,
288+
@mastersthesis{aerosandbox_masters_thesis,
288289
title = {AeroSandbox: A Differentiable Framework for Aircraft Design Optimization},
289290
author = {Sharpe, Peter D.},
290291
school = {Massachusetts Institute of Technology},
291-
year = {2021}
292+
year = {2021},
293+
note = {Available at \url{https://dspace.mit.edu/handle/1721.1/140023}}
292294
}
293295
```
294296

@@ -298,7 +300,7 @@ Commercial users: I'm more than happy to discuss consulting work for active Aero
298300

299301
[MIT License applies, full terms here](LICENSE.txt). In short: use AeroSandbox for anything you want (commercial or non-commercial). AeroSandbox is released in hope that it will be useful but without any warranty of merchantability (either express or implied).
300302

301-
If you use AeroSandbox, attribution is appreciated.
303+
If you use AeroSandbox, public attribution is appreciated. In particular, it's especially helpful when industry users share when and how they're using AeroSandbox, since it helps the team prioritize feature development.
302304

303305
## Stargazers over time
304306

0 commit comments

Comments
 (0)