Skip to content

Commit 7bf639b

Browse files
committed
Release v1.0.0
1 parent 87b533b commit 7bf639b

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,66 @@
11
# Changelog
22

3+
## [v1.0.0](https://github.com/Matgenix/jobflow-remote/tree/v1.0.0) (2026-01-14)
4+
5+
[Full Changelog](https://github.com/Matgenix/jobflow-remote/compare/v0.1.8...v1.0.0)
6+
7+
**Closed issues:**
8+
9+
- Feature Request: Running Flows on Heterogeneous Resources [\#419](https://github.com/Matgenix/jobflow-remote/issues/419)
10+
- How to run specific slurm script on server? [\#417](https://github.com/Matgenix/jobflow-remote/issues/417)
11+
- Mixmatch between Runner log and submission file leading to error [\#397](https://github.com/Matgenix/jobflow-remote/issues/397)
12+
- More than the `max_jobs` number of parallel batch jobs are submitted, after some time [\#391](https://github.com/Matgenix/jobflow-remote/issues/391)
13+
- Runs fail the first time [\#379](https://github.com/Matgenix/jobflow-remote/issues/379)
14+
- setting number of nodes and process in PBS jobs [\#378](https://github.com/Matgenix/jobflow-remote/issues/378)
15+
- `jf runner stop` does not kill all `jf` processes when starting a new SSH session in a very specific way [\#373](https://github.com/Matgenix/jobflow-remote/issues/373)
16+
- `jf project check --errors` does not check if the Slurm `resources` keys are valid but perhaps should [\#371](https://github.com/Matgenix/jobflow-remote/issues/371)
17+
- Incorrect Environment Variable Name in Documentation \(JFREMOTE\_PROJECT\_FOLDER vs JFREMOTE\_PROJECTS\_FOLDER\) [\#362](https://github.com/Matgenix/jobflow-remote/issues/362)
18+
- jobflow\_remote.config.base.ConfigError: ExecutionConfig with id example\_config is not defined [\#358](https://github.com/Matgenix/jobflow-remote/issues/358)
19+
- Don't rely on there being an `additional_stores` field \(e.g. with Atomate2\) [\#331](https://github.com/Matgenix/jobflow-remote/issues/331)
20+
- Unifying `jobstore` in Jobflow-Remote and `JOB_STORE` in Jobflow [\#328](https://github.com/Matgenix/jobflow-remote/issues/328)
21+
- Python package checks during `jf project check --errors` are being done in the base environment [\#318](https://github.com/Matgenix/jobflow-remote/issues/318)
22+
- Feature request: Pause flow to wait for user interaction [\#289](https://github.com/Matgenix/jobflow-remote/issues/289)
23+
- Better error handling for incorrectly formatted project YAML [\#286](https://github.com/Matgenix/jobflow-remote/issues/286)
24+
- name of "TERMINATED" state [\#101](https://github.com/Matgenix/jobflow-remote/issues/101)
25+
- Suggestion: PSI/J for Interfacing with the Job Scheduler [\#10](https://github.com/Matgenix/jobflow-remote/issues/10)
26+
27+
**Merged pull requests:**
28+
29+
- remove contributing.rst [\#441](https://github.com/Matgenix/jobflow-remote/pull/441) ([gpetretto](https://github.com/gpetretto))
30+
- Update release action [\#440](https://github.com/Matgenix/jobflow-remote/pull/440) ([gpetretto](https://github.com/gpetretto))
31+
- qtoolkit 0.1.7 [\#437](https://github.com/Matgenix/jobflow-remote/pull/437) ([gpetretto](https://github.com/gpetretto))
32+
- fix test and timezones [\#434](https://github.com/Matgenix/jobflow-remote/pull/434) ([gpetretto](https://github.com/gpetretto))
33+
- Bump actions/download-artifact from 6 to 7 [\#428](https://github.com/Matgenix/jobflow-remote/pull/428) ([dependabot[bot]](https://github.com/apps/dependabot))
34+
- Bump actions/upload-artifact from 5 to 6 [\#427](https://github.com/Matgenix/jobflow-remote/pull/427) ([dependabot[bot]](https://github.com/apps/dependabot))
35+
- Updates for batch jobs management [\#425](https://github.com/Matgenix/jobflow-remote/pull/425) ([gpetretto](https://github.com/gpetretto))
36+
- Do not support python 3.14.1, as it breaks networkx [\#424](https://github.com/Matgenix/jobflow-remote/pull/424) ([gpetretto](https://github.com/gpetretto))
37+
- Fix dev docs [\#422](https://github.com/Matgenix/jobflow-remote/pull/422) ([gpetretto](https://github.com/gpetretto))
38+
- Runner updates [\#416](https://github.com/Matgenix/jobflow-remote/pull/416) ([gpetretto](https://github.com/gpetretto))
39+
- Allow jf job set-state for many Jobs at once [\#413](https://github.com/Matgenix/jobflow-remote/pull/413) ([gpetretto](https://github.com/gpetretto))
40+
- Fix job names in tests to prevent some random test failures [\#412](https://github.com/Matgenix/jobflow-remote/pull/412) ([davidwaroquiers](https://github.com/davidwaroquiers))
41+
- Bump actions/checkout from 5 to 6 [\#410](https://github.com/Matgenix/jobflow-remote/pull/410) ([dependabot[bot]](https://github.com/apps/dependabot))
42+
- Add warn option [\#407](https://github.com/Matgenix/jobflow-remote/pull/407) ([FabiPi3](https://github.com/FabiPi3))
43+
- Remove support for python 3.9 [\#406](https://github.com/Matgenix/jobflow-remote/pull/406) ([gpetretto](https://github.com/gpetretto))
44+
- fix upgrade to 1.0 [\#404](https://github.com/Matgenix/jobflow-remote/pull/404) ([gpetretto](https://github.com/gpetretto))
45+
- Setting up uv to do lowest-direct and highest deps resolutions tests. [\#402](https://github.com/Matgenix/jobflow-remote/pull/402) ([davidwaroquiers](https://github.com/davidwaroquiers))
46+
- Replace --force with --yes [\#400](https://github.com/Matgenix/jobflow-remote/pull/400) ([gpetretto](https://github.com/gpetretto))
47+
- Report option for jf flow info [\#399](https://github.com/Matgenix/jobflow-remote/pull/399) ([gpetretto](https://github.com/gpetretto))
48+
- Update `set_run_config` to allow multiple changes [\#396](https://github.com/Matgenix/jobflow-remote/pull/396) ([gpetretto](https://github.com/gpetretto))
49+
- Fix for batch submission [\#392](https://github.com/Matgenix/jobflow-remote/pull/392) ([davidwaroquiers](https://github.com/davidwaroquiers))
50+
- Add CLI option to edit project files [\#390](https://github.com/Matgenix/jobflow-remote/pull/390) ([gpetretto](https://github.com/gpetretto))
51+
- CLI commands to remove job folders [\#388](https://github.com/Matgenix/jobflow-remote/pull/388) ([gpetretto](https://github.com/gpetretto))
52+
- Bump actions/download-artifact from 5 to 6 [\#387](https://github.com/Matgenix/jobflow-remote/pull/387) ([dependabot[bot]](https://github.com/apps/dependabot))
53+
- Bump actions/upload-artifact from 4 to 5 [\#386](https://github.com/Matgenix/jobflow-remote/pull/386) ([dependabot[bot]](https://github.com/apps/dependabot))
54+
- Changed TERMINATED state to RUN\_FINISHED. [\#384](https://github.com/Matgenix/jobflow-remote/pull/384) ([davidwaroquiers](https://github.com/davidwaroquiers))
55+
- Added the possibility to have a custom scheduler io [\#383](https://github.com/Matgenix/jobflow-remote/pull/383) ([davidwaroquiers](https://github.com/davidwaroquiers))
56+
- Bugfix and small updates [\#376](https://github.com/Matgenix/jobflow-remote/pull/376) ([gpetretto](https://github.com/gpetretto))
57+
- Clearer error message for undefined active project [\#374](https://github.com/Matgenix/jobflow-remote/pull/374) ([Andrew-S-Rosen](https://github.com/Andrew-S-Rosen))
58+
- Improve warning message for flow reset validation [\#372](https://github.com/Matgenix/jobflow-remote/pull/372) ([Andrew-S-Rosen](https://github.com/Andrew-S-Rosen))
59+
- Initial implementation of metadata in flow info. [\#366](https://github.com/Matgenix/jobflow-remote/pull/366) ([davidwaroquiers](https://github.com/davidwaroquiers))
60+
- Added check of environment variables in jf project check. [\#364](https://github.com/Matgenix/jobflow-remote/pull/364) ([davidwaroquiers](https://github.com/davidwaroquiers))
61+
- Removed auxiliary based management of batch jobs [\#363](https://github.com/Matgenix/jobflow-remote/pull/363) ([davidwaroquiers](https://github.com/davidwaroquiers))
62+
- Updates to batch process [\#354](https://github.com/Matgenix/jobflow-remote/pull/354) ([davidwaroquiers](https://github.com/davidwaroquiers))
63+
364
## [v0.1.8](https://github.com/Matgenix/jobflow-remote/tree/v0.1.8) (2025-09-23)
465

566
[Full Changelog](https://github.com/Matgenix/jobflow-remote/compare/v0.1.7...v0.1.8)

0 commit comments

Comments
 (0)