This repository has been archived by the owner on Apr 23, 2021. It is now read-only.
Releases: simphony/simphony-common
Releases · simphony/simphony-common
Simphony common 0.6.1
Release 0.6.1
- Revert relocation of validation support code to the module itself (#397)
Simphony common 0.6.0
Simphony common 0.5.0
- Complete refactoring of the meta class generator (#365, #366, #368)
- Removal of deprecated methods in abstract classes ABCMesh/ABCParticles/ABCLattice (#326, #327, #328, #370)
- Removed obsolete module CUDSItem (#353, #371)
- Removed MATERIAL_ID (#338)
- Changed representation of the CUBA enum to strings (#340)
- Introduced new setup.py command to rebuild the meta classes (#329)
and repository tag to checkout from simphony-metadata (#350) - Added new entry point
simphony.pre_processing
(#312) - Serialization of CUDS to Yaml scripts (#322)
- Fix: Fixed incorrect call in _add_mesh giving incorrect behavior for H5CUDS (#318)
- Fix: Ensure strings are properly initialized (#343)
Simphony common 0.4.0
Final release for end of project.
Changes:
- Not updating to latest version of pip on appveyor (#274)
- Fixed broken CUDS.iter (#294)
- Add support for restricted cuba key in DataContainer (#293)
- Cleanup of code inspection for metadata loading (#292, #291)
- Create new uuid when add component to CUDS (#288)
- Add CUDS support to SimPhoNy (#286)
- Fix: CUBA.NUMBER_OF_TIME_STEPS is currently a float (#271)
- Add DEM related material relations (#269)
Simphony version 0.3.0
Simphony version 0.2.2
- Extended test engine or single-dataset engines (#221)
- Solve problem while iterating datasets in test_delete_dataset and test_iter_dataset (#219)
- Changed get_dataset_names so it is consistent with the documentation (#218)
- Enabled HDF5 compression by default and extended API so it can be turned on/off (#215)
- Fixed Doc warnings when building docs
Simphony version 0.2.1
- Added method to engine that returns list of available dataset names (#200)
- Added use of appveyor for Windows testing (#188)
- Update travis-ci setup to use the container-based runs (#186)
- Fix test_add_multiple_particles_with_id so that it tests only supported CUBA (#202)
- Minor spelling fixes in README (#204)
- Use primitive cell in lattice definition and other lattice-related improvements (#205, #158, #157, #78)
Simphony version 0.2.0
- Simplified CUDS engine API (#159)
- Added batch operations for adding multiple elements (#11)
- Added tests for testing subpackages (#146)
- Added HDF5 File versioning (#156)
- Added methods to query number of elements in a container (#164)
- Added new tests for utils (#179)
- Improved name consistency through all test templates (#162)
Simphony version 0.1.5
- Added hexagonal lattice type to latticle template tests (#160)
- Feixed bug while getting coordinates of hexagonal lattices (#94)
- Updated benchmark files to work with the current library version (#151)
- Fixed bug with duplicated groups in CUDS containers (#148)
- Fixed bug with duplicated tables in H5Mesh (#144)
Simphony version 0.1.4
- Added docstrings for ABCParticles (#153)
- Fixed mispelled strings in ABCModelEngine diagrams (#152)
- Fixed lattice documentation to show that lattice attributes are always 3D (#150)
- Updated Latticle size, origin and base_vectors so there are always 3D (#80)
- Updated PyTables related tests to be executed only when PyTables are present (#143)
- ABCParticlesCheck now support tests using a subset of CUBA keys (#139)