Skip to content

Commit

Permalink
Updates changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Jan 3, 2024
1 parent 79e0523 commit ccf2493
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 270 deletions.
87 changes: 0 additions & 87 deletions _posts/2019-02-13-introducing-reverie-jekyll-theme.md

This file was deleted.

6 changes: 0 additions & 6 deletions _posts/2019-08-08-no-title-posts.md

This file was deleted.

11 changes: 0 additions & 11 deletions _posts/2019-7-27-super-long-article.md

This file was deleted.

95 changes: 0 additions & 95 deletions _posts/2019-7-27-this-post-demonstrates-post-content-styles.md

This file was deleted.

7 changes: 0 additions & 7 deletions _posts/2019-7-28-super-short-article.md

This file was deleted.

42 changes: 0 additions & 42 deletions _posts/2019-8-12-code-snippets.md

This file was deleted.

12 changes: 12 additions & 0 deletions _posts/2023-10-27-V8_0_5_b2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout: post
title: V8.0.5-beta.2
categories: [versions]
excerpt: Introduces Joule heating bugfix, adds continuation solver
---

Updates UEDGE to v8.0.5-beta.2
Changes implemented include:
- Removes obsolete pyscripts
- Implements Joule heating bugfix and warnings to use new model
- Implements the newest version of the continuation solver and rundt
22 changes: 22 additions & 0 deletions _posts/2023-10-28-V8_0_5_0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: post
title: V8.0.5-patch.0
categories: [versions]
excerpt: Introduces variable tags and continuation solver
---

Includes revisions from develop.

## What's Changed
* Variable tags by @holm10 in https://github.com/LLNL/UEDGE/pull/46
* Removing duplicate variable definitions in several packages by @holm10 in https://github.com/LLNL/UEDGE/pull/24
* Jouleheating bugfix by @holm10 in https://github.com/LLNL/UEDGE/pull/52
* Initial implementation of continuation solve by @holm10 in https://github.com/LLNL/UEDGE/pull/50
* Update UEDGE to v8.0.5-patch.0 by @holm10 in https://github.com/LLNL/UEDGE/pull/54

## Notes on Joule heating bug
[uedge_elec_eqn_2.pdf](https://github.com/LLNL/UEDGE/files/13290320/uedge_elec_eqn_2.pdf)

## Full changelog
https://github.com/LLNL/UEDGE/compare/8.0.4-patch.1...8.0.5-patch.0

14 changes: 0 additions & 14 deletions _posts/2023-12-11-pullquotes.md

This file was deleted.

10 changes: 2 additions & 8 deletions _posts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,11 @@
{% for post in paginator.posts %}
<article class="post">
<a href="{{ site.baseurl }}{{ post.url }}">
<h1>{{ post.title }}</h1>

<div>
<p class="post_date">{{ post.date | date: "%B %e, %Y" }}</p>
</div>
<h1>{{ post.title }}</h1><p class="post_date">{{ post.date | date: "%B %e, %Y" }}</p>
</a>
<div class="entry">
{{ post.excerpt }}
{{ post.excerpt }} - <a href="{{ site.baseurl }}{{ post.url }}">Read More</a>
</div>

<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
</article>
{% endfor %}

Expand Down

0 comments on commit ccf2493

Please sign in to comment.