Releases: pyiron/pysqa
Releases · pyiron/pysqa
pysqa-0.2.2
What's Changed
- Enforce Python 3.12 for building documentation by @jan-janssen in #358
- Update remaining tests to python 3.13 by @jan-janssen in #357
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #359
- Bump tqdm from 4.66.6 to 4.67.0 by @dependabot in #360
- Fix executable command for selected queue type by @jan-janssen in #361
Full Changelog: pysqa-0.2.1...pysqa-0.2.2
pysqa 0.2.1
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #349
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #351
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #352
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #354
- Bump tqdm from 4.66.5 to 4.66.6 by @dependabot in #353
- Test with python 3.13 by @jan-janssen in #356
Full Changelog: pysqa-0.2.0...pysqa-0.2.1
pysqa-0.2.0
What's Changed
- Bump paramiko from 3.4.1 to 3.5.0 by @dependabot in #329
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #333
- Move validation routines to separate submodule by @jan-janssen in #336
- Move selection of queue type to a dictionary by @jan-janssen in #335
- Reformat docs by @jan-janssen in #337
- Clean up copyright by @jan-janssen in #339
- Implement default submission template by @jan-janssen in #338
- Remove Executor Interface by @jan-janssen in #334
- Fix type hints by @jan-janssen in #340
- Rename classes to QueueAdapterCore and QueueAdapterWithConfig by @jan-janssen in #341
- Refactor interface by @jan-janssen in #342
- Split into base and wrapper by @jan-janssen in #344
- Define interface in QueueAdapterAbstractClass by @jan-janssen in #343
- Remove copyright notice from tests by @jan-janssen in #346
- Extend QueueAdapter to support dynamic configuration by @jan-janssen in #345
- Update Readme by @jan-janssen in #347
- Update examples by @jan-janssen in #348
Full Changelog: pysqa-0.1.22...pysqa-0.2.0
pysqa-0.1.22
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #309
- Add import sorting to ruff by @jan-janssen in #310
- Update conda-incubator/setup-miniconda from v2 to v3 by @jan-janssen in #311
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #312
- Bump pympipool from 0.8.5 to 0.9.1 by @dependabot in #313
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #314
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #315
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #316
- Add docstrings and typehints with github co-pilot by @jan-janssen in #317
- Bump tqdm from 4.66.4 to 4.66.5 by @dependabot in #318
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #319
- Bump pyyaml from 6.0.1 to 6.0.2 by @dependabot in #320
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #322
- Bump paramiko from 3.4.0 to 3.4.1 by @dependabot in #321
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #323
- Bump executorlib from 0.0.1 to 0.0.2 by @dependabot in #324
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #325
- Remove conda default channel by @jan-janssen in #326
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #327
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #328
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #330
- Bump pandas from 2.2.2 to 2.2.3 by @dependabot in #332
Full Changelog: pysqa-0.1.21...pysqa-0.1.22
pysqa 0.1.21
What's Changed
- add ruff formatter by @jan-janssen in #297
- Bump pympipool from 0.8.2 to 0.8.3 by @dependabot in #298
- Define dependencies in submission script by @jan-janssen in #299
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #300
- Bump pympipool from 0.8.3 to 0.8.4 by @dependabot in #301
- Fix CI for stacked pull requests by @jan-janssen in #302
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #303
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #304
- Fix documentation by @jan-janssen in #305
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #306
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #307
- Bump pympipool from 0.8.4 to 0.8.5 by @dependabot in #308
New Contributors
- @pre-commit-ci made their first contribution in #300
Full Changelog: pysqa-0.1.20...pysqa-0.1.21
pysqa 0.1.20
What's Changed
- Use pympipool.Executor rather than pympipool.mpi.PyMPIExecutor by @jan-janssen in #281
- Fix coverage by @jan-janssen in #282
- Create CODEOWNERS by @jan-janssen in #283
- Bump pympipool from 0.8.0 to 0.8.1 by @dependabot in #284
- Add flux integration test by @jan-janssen in #285
- Add binder environment by @jan-janssen in #287
- Fix bug when working directory is None by @jan-janssen in #288
- Use jupyter book for documentation by @jan-janssen in #289
- Add notebook test by @jan-janssen in #291
- Add autodoc by @jan-janssen in #292
- Clean up read the docs config by @jan-janssen in #293
- Add use repository button to readthedocs by @jan-janssen in #294
- Bump pympipool from 0.8.1 to 0.8.2 by @dependabot in #296
- Bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in #295
- Bump tqdm from 4.66.2 to 4.66.4 by @dependabot in #290
Full Changelog: pysqa-0.1.19...pysqa-0.1.20
pysqa 0.1.19
What's Changed
- Use Python 3.12 as default for continuous integration by @jan-janssen in #277
- Set upper limit for Python version by @jan-janssen in #278
- Bump pympipool from 0.7.17 to 0.7.18 by @dependabot in #279
- Update pympipool to 0.8.0 by @jan-janssen in #280
Full Changelog: pysqa-0.1.18...pysqa-0.1.19
pysqa 0.1.18
What's Changed
- Add type hints by @jan-janssen in #275
- Bump pandas from 2.2.1 to 2.2.2 by @dependabot in #276
Full Changelog: pysqa-0.1.17...pysqa-0.1.18
pysqa 0.1.17
What's Changed
- Bump pandas from 2.2.0 to 2.2.1 by @dependabot in #273
- Update pympipool to 0.7.17 by @jan-janssen in #274
Full Changelog: pysqa-0.1.16...pysqa-0.1.17
pysqa 0.1.16
What's Changed
- fix coverage by @jan-janssen in #270
- Bump pympipool from 0.7.13 to 0.7.14 by @dependabot in #271
- Bump pympipool from 0.7.14 to 0.7.15 by @dependabot in #272
Full Changelog: pysqa-0.1.15...pysqa-0.1.16