Releases: pyiron/pysqa
Releases · pyiron/pysqa
pysqa 0.1.4
What's Changed
- Migration to Python 3.12 by @jan-janssen in #230
- Use Coveralls Github action by @jan-janssen in #231
- Bump cloudpickle from 2.2.1 to 3.0.0 by @dependabot in #232
- Bump pandas from 2.1.1 to 2.1.2 by @dependabot in #233
- Bump pympipool from 0.7.1 to 0.7.2 by @dependabot in #234
- Bump pandas from 2.1.2 to 2.1.3 by @dependabot in #236
- Bump pympipool from 0.7.2 to 0.7.3 by @dependabot in #235
- Update pympipool to 0.7.5 by @jan-janssen in #238
- Use trusted publisher action by @jan-janssen in #237
Full Changelog: pysqa-0.1.3...pysqa-0.1.4
pysqa 0.1.3
What's Changed
- Bump pandas from 2.1.0 to 2.1.1 by @dependabot in #225
- Update pympipool by @liamhuber in #227
- update versioneer to 0.29 by @jan-janssen in #226
- Fix command line utility by @jan-janssen in #229
- Move executor import to separate module by @jan-janssen in #228
New Contributors
- @liamhuber made their first contribution in #227
Full Changelog: pysqa-0.1.2...pysqa-0.1.3
pysqa 0.1.2
What's Changed
- Bump pandas from 2.0.3 to 2.1.0 by @dependabot in #223
- Use latest up-coming version of pympipool by @jan-janssen in #218
Full Changelog: pysqa-0.1.1...pysqa-0.1.2
pysqa 0.1.1
What's Changed
- Use RaisingThread from pympipool by @jan-janssen in #209
- Bump pympipool from 0.5.5 to 0.5.6 by @dependabot in #211
- Bump paramiko from 3.2.0 to 3.3.1 by @dependabot in #216
- Bump pympipool from 0.5.6 to 0.6.1 by @dependabot in #215
- Bump pympipool from 0.6.1 to 0.6.2 by @dependabot in #217
- Bump tqdm from 4.65.0 to 4.66.1 by @dependabot in #221
- fixes for LSF by @jan-janssen in #222
- Bump pyyaml from 6.0 to 6.0.1 by @dependabot in #210
Full Changelog: pysqa-0.1.0...pysqa-0.1.1
pysqa 0.1.0
What's Changed
- Bump pandas from 2.0.2 to 2.0.3 by @dependabot in #199
- Provide Feedback which file failed to parse by @jan-janssen in #200
- Flux enforce integer job IDs by @jan-janssen in #204
- Add more tests for remote by @jan-janssen in #207
- Implement an concurrent.futures.Executor for pysqa by @jan-janssen in #206
Full Changelog: pysqa-0.0.25...pysqa-0.1.0
pysqa 0.0.25
What's Changed
- Use isort with black to restructure imports by @jan-janssen in #191
- Bump pandas from 2.0.1 to 2.0.2 by @dependabot in #192
- Bump paramiko from 3.1.0 to 3.2.0 by @dependabot in #193
- Use intermediate PR_TITLE variable to secure workflow by @niklassiemer in #194
- Flux: Set status to finished by @jan-janssen in #195
Full Changelog: pysqa-0.0.24...pysqa-0.0.25
pysqa 0.0.24
What's Changed
- update flux tests by @jan-janssen in #186
- Update README file by @jan-janssen in #187
- Add more debugging documentation by @jan-janssen in #188
- Add more verbose error messages by @jan-janssen in #189
- Fix for flux by @jan-janssen in #190
Full Changelog: pysqa-0.0.23...pysqa-0.0.24
pysqa 0.0.23
What's Changed
- Move command line interface from python -m pysqa.cmd to python -m pysqa by @jan-janssen in #178
- Documentation by @jan-janssen in #182
- Introduce extra requirements by @jan-janssen in #181
- Add first draft for flux by @jan-janssen in #179
- Fix bug with continuous SSH connections by @jan-janssen in #183
- Removed args by @Leimeroth in #184
- Test minimalistic environment by @jan-janssen in #185
New Contributors
- @Leimeroth made their first contribution in #184
Full Changelog: pysqa-0.0.22...pysqa-0.0.23
pysqa 0.0.22
What's Changed
- Refactor tests by @jan-janssen in #172
- Move execute_command to separate class by @jan-janssen in #170
- Propagate kwargs all the way by @jan-janssen in #171
- Rename tests by @jan-janssen in #173
- Add command line test by @jan-janssen in #174
- defusedxml: import ElementTree rather than cElementTree by @jan-janssen in #175
- add more command line tests by @jan-janssen in #176
- Add test for squeue command by @jan-janssen in #177
Full Changelog: pysqa-0.0.21...pysqa-0.0.22
pysqa 0.0.21
What's Changed
- Bump pandas from 2.0.0 to 2.0.1 by @dependabot in #162
- Update slurm.sh by @jan-janssen in #163
- Extend tests by @pyiron-runner in #164
- Refactor codebase by @jan-janssen in #166
- Fix dependency_list not being transferred by @jan-janssen in #167
- Add write test by @jan-janssen in #168
- Add extra keyword arguments by @jan-janssen in #169
- Pysqa use settings by @jan-janssen in #165
New Contributors
- @pyiron-runner made their first contribution in #164
Full Changelog: pysqa-0.0.20...pysqa-0.0.21