Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [7.7.8]

### Added
* `HyP3.find_jobs` now allows passing partial datetime strings to the `start` and `end` paramters matching the behavior when passing datetime objects.
* `HyP3.find_jobs` now allows passing partial datetime strings to the `start` and `end` parameters, matching the behavior when passing datetime objects.

### Fixed
* `job.bucket_prefix`'s that originally included an expansion (`{name}` and/or `{job_id}`) will be un-expanded when calling `job.to_dict(for_resubmit=True)`, and an expansion warning is no longer emitted.
* * Any `job.bucket_prefix` that originally included an expansion (`{name}` and/or `{job_id}`) will be un-expanded when calling `job.to_dict(for_resubmit=True)`, and an expansion warning is no longer emitted.
* Deprecated `match_querystring` usage in `test/test_hyp3.py` in favor of `matchers.query_param_matcher()`.

## [7.7.7]
Expand All @@ -23,7 +23,7 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Changed
* `Job` class instances now have `job.bucket` and `job.bucket_prefix` parameters, and they are preserved in the job dictionary returned with the `job.to_dict()` method.
* `job.bucket` and `job.bucket_prefix` can be either a `str` or `None` for backwards compatibility.
* `job.to_dict(for_resubmit=True)` will emit a user warning about bucket prefixes that have likely been expanded and my need to be reset for resubmission.
* `job.to_dict(for_resubmit=True)` will emit a user warning about bucket prefixes that have likely been expanded and may need to be reset for resubmission.
* `Job.from_dict()` class methods now sets the `job.bucket` and `job.bucket_prefix` parameters.

## [7.7.6]
Expand Down