Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Adrian-B-Moreira pushed 1 commit to find-exe-with-winreg ansys/pyrocky
- Fix python docstrings 8262974
Adrian-B-Moreira created a comment on a pull request on ansys/pyrocky
@igortg At first I thought about embedding the winreg code inside the find_executable, but the code would be very polluted, difficult to understand and would have many layers of indentation. So I ...
Adrian-B-Moreira opened a pull request on ansys/pyrocky
Create a function to find executable using winreg
* Creates a function to find executable using winreg * Updates the code to get the exe from winreg if Windows or ansys-tools-path if Linux (in order to keep Rocky standalone compatibility) * Add ...Adrian-B-Moreira created a branch on ansys/pyrocky
find-exe-with-winreg - A Python API for Ansys Rocky
Adrian-B-Moreira closed 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 pushed 1 commit to add-launch-freeflow ansys/pyrocky
- Add pragma no cover for launch freeflow d6de632
Adrian-B-Moreira pushed 1 commit to add-launch-freeflow ansys/pyrocky
- Remove 242 version from unit test a2b6766
Adrian-B-Moreira pushed 1 commit to add-launch-freeflow ansys/pyrocky
- Add code change suggestions 3b6f5ad
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
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
Adrian-B-Moreira pushed 1 commit to use-ansys-tools-path ansys/pyrocky
- Add code change suggestions a7e57bf
Adrian-B-Moreira pushed 2 commits to use-ansys-tools-path ansys/pyrocky
Adrian-B-Moreira pushed 1 commit to use-ansys-tools-path ansys/pyrocky
- Add requests tests dep 6ed0b67
Adrian-B-Moreira pushed 1 commit to use-ansys-tools-path ansys/pyrocky
- Fix install packages for tests c5ee48e
Adrian-B-Moreira pushed 1 commit to use-ansys-tools-path ansys/pyrocky
- Fix missing file check a69912d
Adrian-B-Moreira created a review comment on a pull request on ansys/pyrocky
Done, please let me know if this is good enough.
Adrian-B-Moreira pushed 1 commit to use-ansys-tools-path ansys/pyrocky
- Put back the option to pass the Rocky exe directly d9b7864
Adrian-B-Moreira opened 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 created a branch on ansys/pyrocky
use-ansys-tools-path - A Python API for Ansys Rocky
Adrian-B-Moreira pushed 14 commits to patch-1 florianreinle/pyrocky
- [pre-commit.ci] pre-commit autoupdate (#115) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.n... a63b2b7
- Bump the doc-dependencies group across 1 directory with 3 updates (#117) Signed-off-by: dependabot[bot] <support@git... fcbb5c1
- Return rocky version through a function (#124) 0e22fa1
- Add requests library requirement to examples doc (#125) 9a45151
- Migrate github actions to v8 (#127) d0eb8b5
- Update contributors md file (#130) 1eb3190
- Update pyrocky project with the latest stubs (#129) a058a72
- Bump the doc-dependencies group across 1 directory with 2 updates (#132) cb96047
- [pre-commit.ci] pre-commit autoupdate (#126) dfad49a
- Bump pytest-cov from 5.0.0 to 6.0.0 in the test-dependencies group (#122) 07d3d7a
- Add the conda option to pyrocky installation guide (#135) d2fd38c
- Make instructions to install "requests" more visible in the docs (#136) 22283a9
- fix: AUTHORS file format (#137) 13a3839
- Merge branch 'main' into patch-1 215be22