Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
pre-commit-ci[bot] pushed 1 commit to add-launch-freeflow ansys/pyrocky
- [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci 222cec6
Adrian-B-Moreira opened a pull request on ansys/pyrocky
Add launch freeflow function
* Add `launch_freeflow` function * Rename `connect_to_rocky` to `connect` in order to use it for both Rocky and Freeflow products * Add unit tests to check if `launch_freeflow` is working as expe...Adrian-B-Moreira created a branch on ansys/pyrocky
add-launch-freeflow - A Python API for Ansys Rocky
dependabot[bot] closed a pull request on ansys/pyrocky
Bump matplotlib from 3.9.2 to 3.9.3 in the general-dependencies group
Bumps the general-dependencies group with 1 update: [matplotlib](https://github.com/matplotlib/matplotlib). Updates `matplotlib` from 3.9.2 to 3.9.3 <details> <summary>Release notes</summary> <p><...dependabot[bot] created a comment on a pull request on ansys/pyrocky
Superseded by #145.
dependabot[bot] created a comment on a pull request on ansys/pyrocky
The following labels could not be found: `maintenance`.
dependabot[bot] opened a pull request on ansys/pyrocky
Bump matplotlib from 3.9.2 to 3.10.0 in the general-dependencies group across 1 directory
Bumps the general-dependencies group with 1 update in the / directory: [matplotlib](https://github.com/matplotlib/matplotlib). Updates `matplotlib` from 3.9.2 to 3.10.0 <details> <summary>Release ...dependabot[bot] created a branch on ansys/pyrocky
dependabot/pip/general-dependencies-c34e7f67a9 - A Python API for Ansys Rocky
codecov[bot] created a comment on a pull request on ansys/pyrocky
## [Codecov](https://app.codecov.io/gh/ansys/pyrocky/pull/144?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ansys) Repor...
dependabot[bot] created a comment on a pull request on ansys/pyrocky
Superseded by #144.
dependabot[bot] closed a pull request on ansys/pyrocky
Bump the doc-dependencies group across 1 directory with 2 updates
Bumps the doc-dependencies group with 2 updates in the / directory: [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) and [sphinx-autoapi](https://github.com/readthedocs/sphinx-auto...dependabot[bot] created a comment on a pull request on ansys/pyrocky
The following labels could not be found: `maintenance`.
dependabot[bot] opened a pull request on ansys/pyrocky
Bump the doc-dependencies group across 1 directory with 2 updates
Bumps the doc-dependencies group with 2 updates in the / directory: [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) and [sphinx-autoapi](https://github.com/readthedocs/sphinx-auto...dependabot[bot] pushed 4 commits to dependabot/pip/test-dependencies-e05860fc06 ansys/pyrocky
- fix: AUTHORS file format (#137) 13a3839
- [pre-commit.ci] pre-commit autoupdate (#140) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.n... 463682a
- Use ansys-tools-path to find Rocky exe path (#143) d2c5301
- Bump pytest from 8.3.3 to 8.3.4 in the test-dependencies group Bumps the test-dependencies group with 1 update: [pyt... 95c3b74
Adrian-B-Moreira pushed 1 commit to main ansys/pyrocky
- Use ansys-tools-path to find Rocky exe path (#143) d2c5301
Adrian-B-Moreira closed a pull request on ansys/pyrocky
Use ansys-tools-path to find Rocky exe path
* Add `ansys-tools-path` to our dependencies and use it to find Rocky exe path * Define a minimum Ansys supported version and add some checks * Bump version to `0.3.dev0` in .toml fileAdrian-B-Moreira pushed 1 commit to use-ansys-tools-path ansys/pyrocky
- Add some unit tests to increase coverage 71fee15
pre-commit-ci[bot] pushed 1 commit to use-ansys-tools-path ansys/pyrocky
- [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci 53cc0b1
Adrian-B-Moreira pushed 1 commit to use-ansys-tools-path ansys/pyrocky
- Add code change suggestions a7e57bf
igortg created a review comment on a pull request on ansys/pyrocky
Make this: ```python else: # pragma: no cover raise FileNotFoundError("Rocky executable is not found.")
igortg created a review comment on a pull request on ansys/pyrocky
Why do you want to support `str`? This can lead the user to think it's possible to use `rocky_version=24.1`, which would be incorrect. Make it `int | None` only.
igortg created a review comment on a pull request on ansys/pyrocky
Make this: ```python else: # pragma: no cover raise FileNotFoundError("Rocky executable is not found.") ```
igortg created a review comment on a pull request on ansys/pyrocky
I guess the `|` does not work under Python 3.10. If it does, you need to specify the `None` type: `rocky_exe: Path | str | None = None`
Adrian-B-Moreira pushed 2 commits to use-ansys-tools-path ansys/pyrocky
pre-commit-ci[bot] pushed 1 commit to use-ansys-tools-path ansys/pyrocky
- [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci 5147442