Added
- Support for zoautil_py 1.4.x
- Get info about a dump without the need for dump initialization
DumpHeaderobject- Also included in
Dumpobject attributeheader
- Also included in
- Improved allocation configuration/customization
IpcsAllocationsobjectIpcsSession.alocattribute
- Improved DDIR configuration/customization
DumpDirectoryobjectIpcsSession.ddirattribute- More parameters for SETDEF defaults
DumpDirectory.defaultsmethod
- List dataset names of the sources described in the current dump directory
DumpDirectory.sourcesmethod
- Add
IpcsSessionattributesuid,hlq_full, anddirectory_full- For greater control over pyIPCS temporary datasets and files
- Add pyIPCS examples in
/examples
Changed
- In
Dumpobject, data from dump header moved fromDump.datato nowDump.header/DumpHeader IpcsSession.ddirnow returnsDumpDirectoryobject rather than string- Move to NumPy Style Docstrings
- Refactored testing framework to reduce number of tests and reduce time needed to run tests
Removed
- Within
IpcsSessionobject- Functionality now moved to
IpcsAllocations/IpcsSession.aloc- Removed
IpcsSession.get_allocations - Removed
IpcsSession.set_allocations - Removed
IpcsSession.updated_allocations
- Removed
- Functionality now moved to
DumpDirectory/IpcsSession.ddir- Removed
IpcsSession.create_ddir - Removed
IpcsSession.create_session_ddir - Removed
IpcsSession.set_ddir - Removed
IpcsSession.get_defaults - Removed
IpcsSession.set_defaults - Removed
IpcsSession.dsname_in_ddir(Now can useIpcsSession.ddir.sources)
- Removed
- Remove
util.dump_header_dataand move functionality toDumpHeaderobject - Remove
IpcsLogger/IpcsSession.logger - Remove User Guide
- Functionality now moved to
Full Changelog: v1.1.0...v1.2.0