Releases: HPC-SimTools/IPS-framework
Releases · HPC-SimTools/IPS-framework
v0.4.0-rc.1
- Add improved Dask task start/end logging
- Add ability to run Dask workers within shifter
- Add developer documentation
v0.3.0
Add support for new IPS Portal
v0.2.5
Fix missing services.get_config_param('SIMULATION_CONFIG_FILE')
. Code documentation updates.
v0.2.4
Fix issue AttributeError: module 'importlib' has no attribute 'util'
occurring in some environments. Code cleanup and import documentation.
v0.2.3
v0.2.2
Fix issue where SimulationData.conf_file_dir
was not initialized to None
v0.2.1
Fix PyPI packaging issues.
v0.2.0
See migration guide at https://ips-framework.readthedocs.io/en/latest/user_guides/migration.html
A large number of changes since the previous release.
- Code reorganized
- Removed CMake install, now uses python setuptools
- Converted into a python package
- PEP8, unit testing, code coverage, continuous integration…
- All previously deprecated api were removed
- General code cleanup, removed unused code
- Only major breaking change is when writing components you can no longer do from component import Component and must do from ipsframework import Component
- Documentation updates https://ips-framework.readthedocs.io
- Published to pypi, https://pypi.org/project/ipsframework So you can now pip install ipsframework