Skip to content

Latest commit

 

History

History
80 lines (63 loc) · 5.93 KB

changelog_0.1.0.rst

File metadata and controls

80 lines (63 loc) · 5.93 KB

0.1.0

Analyzers

  • #0060 - Analyzer base class

Bugs

  • #0095 - idmtools is not working for python 3.6
  • #0096 - pytest (and pytest-runner) should be installed by setup
  • #0105 - UnicodeDecodeError when run python example in LocalPlatform mode
  • #0114 - It should be possible to set base_simulation in the PythonExperiment constructor
  • #0115 - PythonSimulation constructor should abstract the parameters dict
  • #0124 - Can not run teststest_python_simulation.py from console
  • #0125 - relative_path for AssetCollection does not work
  • #0126 - Same test in issue #125 does not working for localPlatform
  • #0129 - new python model root node changed from "config" to "parameters"
  • #0137 - PythonExperiment fails if pass assets
  • #0138 - test_sir.py does not set parameter
  • #0142 - experiment.batch_simulations seems not to be batching
  • #0143 - COMPSPlatform's refresh_experiment_status() get called too much from ExperimentManager's wait_till_done() mathod
  • #0150 - missing pandas package
  • #0151 - log throw error from IPersistanceService.py's save method
  • #0161 - tests/test_python_simulation.py's test_add_dirs_to_assets_comps() return different asset files for windows and linux
  • #0171 - Workflow: fix loop detection
  • #0203 - Running new builds on Linux fails in Bamboo due to datapostgres-data file folder permissions
  • #0206 - test_python_simulation.py failed for all local test in windows

CLI

  • #0007 - Command line functions definition
  • #0118 - Add the printing of children in the EntityContainer

Configuration

  • #0047 - Configuration file read on a per-folder basis
  • #0048 - Validation for the configuration file
  • #0049 - Configuration file is setting correct parameters in platform

Core

  • #0006 - Service catalog
  • #0014 - Package organization and pre-requisites
  • #0081 - Allows the sweeps to be created in arms
  • #0087 - Raise an exception if we have 2 files with the same relative path in the asset collection
  • #0091 - Refactor the Experiment/Simulation objects to not persist the simulations
  • #0092 - Generalize the simulations/experiments for Experiment/Suite
  • #0102 - [Local Runner] Retrieve simulations for experiment
  • #0107 - LocalPlatform does not detect duplicate files in AssetCollectionFile for pythonExperiment
  • #0140 - Fetch simulations at runtime
  • #0148 - Add python tasks
  • #0180 - switch prettytable for tabulate

Documentation

  • #0004 - Notebooks exploration for examples
  • #0085 - Setup Sphinx and GitHub pages for the docs
  • #0090 - "Development installation steps" missing some steps

Models

  • #0008 - Which models support out of the box?
  • #0136 - Create an envelope argument for the PythonSimulation

Platforms

  • #0068 - [Local Runner] Simulation status monitoring
  • #0069 - [Local Runner] Database
  • #0094 - Batch and parallelize simulation creation in the COMPSPlatform