<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sunfish.git/gradle.properties, branch master</title>
<subtitle>The OpenDC BSc thesis repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/'/>
<entry>
<title>Updated all floats to Doubles (#257)</title>
<updated>2024-10-29T09:52:38+00:00</updated>
<author>
<name>Dante Niewenhuis</name>
<email>d.niewenhuis@hotmail.com</email>
</author>
<published>2024-10-29T09:52:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=2325c62377e7c94e768a22807e107a9714626bfc'/>
<id>2325c62377e7c94e768a22807e107a9714626bfc</id>
<content type='text'>
* Updated tests

Changed all floats into doubles to have consistency over the whole framework

Made a small update to the multiplexer to better push through supply and demand

Fixed small typo

Updated M3SA paths.

fixed merge conflicts

Removed unused components. Updated tests.

Improved checkpointing model

Improved model, started with SimPowerSource

implemented FailureModels and Checkpointing

First working version

midway commit

first update

All simulation are now run with a single CPU and single MemoryUnit. multi CPUs are combined into one. This is for performance and explainability.

* Updated test memory</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Updated tests

Changed all floats into doubles to have consistency over the whole framework

Made a small update to the multiplexer to better push through supply and demand

Fixed small typo

Updated M3SA paths.

fixed merge conflicts

Removed unused components. Updated tests.

Improved checkpointing model

Improved model, started with SimPowerSource

implemented FailureModels and Checkpointing

First working version

midway commit

first update

All simulation are now run with a single CPU and single MemoryUnit. multi CPUs are combined into one. This is for performance and explainability.

* Updated test memory</pre>
</div>
</content>
</entry>
<entry>
<title>build: Allow version to be overridable</title>
<updated>2023-01-27T21:33:17+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2023-01-27T21:22:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=8a9c9638c51d6b2834ac5d57585b7814f5a9d698'/>
<id>8a9c9638c51d6b2834ac5d57585b7814f5a9d698</id>
<content type='text'>
This change updates the Gradle configuration to allow the user to
overide the version number OpenDC will use when producing the build
artifacts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change updates the Gradle configuration to allow the user to
overide the version number OpenDC will use when producing the build
artifacts.
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: Publish to Maven Central in publish workflow</title>
<updated>2023-01-07T21:55:56+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>fmastenbroek@meta.com</email>
</author>
<published>2023-01-06T14:05:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=7e97b34f96cbaab14466d73a8179a5e6d98449d5'/>
<id>7e97b34f96cbaab14466d73a8179a5e6d98449d5</id>
<content type='text'>
This change updates the release and publish workflows in GitHub Actions
to ensure that we only publish the artifacts to Maven Central once the
release on GitHub is published.

When a version tag is pushed to GitHub, only a draft release will be
created containing the right artifacts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change updates the release and publish workflows in GitHub Actions
to ensure that we only publish the artifacts to Maven Central once the
release on GitHub is published.

When a version tag is pushed to GitHub, only a draft release will be
created containing the right artifacts.
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: Optimize Gradle build performance in Github Actions</title>
<updated>2021-06-22T12:29:57+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-06-22T12:13:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=147951f39de8f93eba6c7b0b7e6e5c9d2bce32e7'/>
<id>147951f39de8f93eba6c7b0b7e6e5c9d2bce32e7</id>
<content type='text'>
This change updates the Github Actions Gradle workflows in order to
improve the runtime performance of these workflows. We have now enabled
build caching as well as parallel builds to speed up the build process.
Moreover, we now cache the Gradle wrapper.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change updates the Github Actions Gradle workflows in order to
improve the runtime performance of these workflows. We have now enabled
build caching as well as parallel builds to speed up the build process.
Moreover, we now cache the Gradle wrapper.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Access version catalog from buildSrc</title>
<updated>2021-05-07T11:34:51+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-05-07T11:34:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=efea162372be99beb4de90929629c7ebccdb8d84'/>
<id>efea162372be99beb4de90929629c7ebccdb8d84</id>
<content type='text'>
This change adds a workaround to the build configuration so that we can
access the version catalog from pre-compiled scripts in buildSrc. In
this way, we can use the version catalog everywhere.

This workaround is necessary until
https://github.com/gradle/gradle/issues/15383 is fixed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds a workaround to the build configuration so that we can
access the version catalog from pre-compiled scripts in buildSrc. In
this way, we can use the version catalog everywhere.

This workaround is necessary until
https://github.com/gradle/gradle/issues/15383 is fixed.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Increase metaspace budget</title>
<updated>2021-05-06T15:21:38+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-05-06T15:21:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=4959750453d93a95151f6461cc1609ff46091c44'/>
<id>4959750453d93a95151f6461cc1609ff46091c44</id>
<content type='text'>
This change increases the max metaspace size that Gradle/Dokka is
allowed to use. We unfortunately need this workaround for Dokka to
properly build the documentation during the release workflow.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change increases the max metaspace size that Gradle/Dokka is
allowed to use. We unfortunately need this workaround for Dokka to
properly build the documentation during the release workflow.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Add support for publishing to Maven Central</title>
<updated>2021-05-06T12:04:03+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-05-05T14:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=25e2fd97409311c89030e51e1a78211d335709b9'/>
<id>25e2fd97409311c89030e51e1a78211d335709b9</id>
<content type='text'>
This change adds support for publishing OpenDC to Maven Central. This
allows other people to develop with OpenDC without needing to build the
entire project themselves.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds support for publishing OpenDC to Maven Central. This
allows other people to develop with OpenDC without needing to build the
entire project themselves.
</pre>
</div>
</content>
</entry>
<entry>
<title>exp: Add support for experiment configuration</title>
<updated>2021-05-05T10:12:30+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-05-04T19:43:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=ad65a05e3f41850807f95f7d643496a4d39a6197'/>
<id>ad65a05e3f41850807f95f7d643496a4d39a6197</id>
<content type='text'>
This change adds support for configuring the experiments via
configuration files using the TypeSafe config library. In the future, we
will also integrate support for configuration into the harness.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds support for configuring the experiments via
configuration files using the TypeSafe config library. In the future, we
will also integrate support for configuration into the harness.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Migrate to flat project structure</title>
<updated>2021-04-25T14:01:14+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-04-25T14:01:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=cd0b45627f0d8da8c8dc4edde223f3c36e9bcfbf'/>
<id>cd0b45627f0d8da8c8dc4edde223f3c36e9bcfbf</id>
<content type='text'>
This change updates the project structure to become flattened.
Previously, the simulator, frontend and API each lived into their own
directory.

With this change, all modules of the project live in the top-level
directory of the repository. This should improve discoverability of
modules of the project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change updates the project structure to become flattened.
Previously, the simulator, frontend and API each lived into their own
directory.

With this change, all modules of the project live in the top-level
directory of the repository. This should improve discoverability of
modules of the project.
</pre>
</div>
</content>
</entry>
</feed>
