diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-07-16 23:25:01 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-07-16 23:25:01 -0300 |
commit | d219bf257bbb6739c677882cd7c92c4feff17fba (patch) | |
tree | 758e3ad72711940b1306c01af5b23bcd20ca7ff2 /docusaurus/blog | |
parent | 0df6c68c4318c7d1b1a75ec82d96f03ccda8301b (diff) | |
download | PSP.git-d219bf257bbb6739c677882cd7c92c4feff17fba.tar.gz PSP.git-d219bf257bbb6739c677882cd7c92c4feff17fba.tar.xz PSP.git-d219bf257bbb6739c677882cd7c92c4feff17fba.zip |
PSP-UFu website update
Diffstat (limited to 'docusaurus/blog')
-rw-r--r-- | docusaurus/blog/2019-10-13-2019w42a-beta.md | 14 | ||||
-rw-r--r-- | docusaurus/blog/2019-11-01-2019w44a-beta.md | 12 | ||||
-rw-r--r-- | docusaurus/blog/2020-06-13-2020w24a-beta.md | 13 | ||||
-rw-r--r-- | docusaurus/blog/2020-07-09-2020w28a-beta.md | 12 |
4 files changed, 51 insertions, 0 deletions
diff --git a/docusaurus/blog/2019-10-13-2019w42a-beta.md b/docusaurus/blog/2019-10-13-2019w42a-beta.md new file mode 100644 index 0000000..201d25e --- /dev/null +++ b/docusaurus/blog/2019-10-13-2019w42a-beta.md @@ -0,0 +1,14 @@ +--- +id: 2019w42a-beta +title: 2019w42a-beta +author: Thales +author_title: PhD +author_url: https://github.com/thales1330 +author_image_url: https://avatars0.githubusercontent.com/u/16141330?s=460&v=4 +tags: [psp-ufu] +--- + +- Harmonic study implemented; +- Autolayout from importation implemented; +- Importation of Matpower files; +- Several minor bugfixes.
\ No newline at end of file diff --git a/docusaurus/blog/2019-11-01-2019w44a-beta.md b/docusaurus/blog/2019-11-01-2019w44a-beta.md new file mode 100644 index 0000000..3e0b3a9 --- /dev/null +++ b/docusaurus/blog/2019-11-01-2019w44a-beta.md @@ -0,0 +1,12 @@ +--- +id: 2019w44a-beta +title: 22019w44a-beta +author: Thales +author_title: PhD +author_url: https://github.com/thales1330 +author_image_url: https://avatars0.githubusercontent.com/u/16141330?s=460&v=4 +tags: [psp-ufu] +--- + +- Minor changes to 32bit MSW version for compatibility; +- Travis CI (Continuous Integration) implemented (Linux).
\ No newline at end of file diff --git a/docusaurus/blog/2020-06-13-2020w24a-beta.md b/docusaurus/blog/2020-06-13-2020w24a-beta.md new file mode 100644 index 0000000..e06e0bf --- /dev/null +++ b/docusaurus/blog/2020-06-13-2020w24a-beta.md @@ -0,0 +1,13 @@ +--- +id: 2020w24a-beta +title: 2020w24a-beta +author: Thales +author_title: PhD +author_url: https://github.com/thales1330 +author_image_url: https://avatars0.githubusercontent.com/u/16141330?s=460&v=4 +tags: [psp-ufu] +--- + +- Device context render implemented (to avoid use OpenGL - some machines can't use it properly); +- Added Visual Studio solution to the GitHub project; +- Several major and minor bugfixes.
\ No newline at end of file diff --git a/docusaurus/blog/2020-07-09-2020w28a-beta.md b/docusaurus/blog/2020-07-09-2020w28a-beta.md new file mode 100644 index 0000000..b74d4c6 --- /dev/null +++ b/docusaurus/blog/2020-07-09-2020w28a-beta.md @@ -0,0 +1,12 @@ +--- +id: 2020w28a-beta +title: 2020w28a-beta +author: Thales +author_title: PhD +author_url: https://github.com/thales1330 +author_image_url: https://avatars0.githubusercontent.com/u/16141330?s=460&v=4 +tags: [psp-ufu] +--- + +- Voltage heatmap implemented (OpenGL enabled); +- Several major and minor bugfixes.
\ No newline at end of file |