Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Releases: simphony/simphony-common

Simphony common 0.6.1

10 Mar 16:22
Compare
Choose a tag to compare

Release 0.6.1

  • Revert relocation of validation support code to the module itself (#397)

Simphony common 0.6.0

30 Jan 13:29
Compare
Choose a tag to compare
  • Renamed model module to cuds (#376)
  • Regenerated meta classes from metafile version 0.6.0 (#377)
  • Added uids to datasets (#378)
  • Updated API for CUDS (#379)
  • Added setter/getter for name property (#380)

Simphony common 0.5.0

16 Jan 18:05
Compare
Choose a tag to compare
  • 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

07 Dec 14:56
Compare
Choose a tag to compare

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

13 Jan 13:38
Compare
Choose a tag to compare
  • Fixed ABCModelingEngine documentation (#241)
  • Added lattice_tools module for checking lattice type (#240)
  • Added Materials (#227)
  • Added MaterialRelations (#226, #236)
  • Added CUBA keys to add_dataset method (#229)
  • Added documentation on how yo propose new CUBA (#209)

Simphony version 0.2.2

25 Nov 16:22
Compare
Choose a tag to compare
  • 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

13 Oct 10:43
Compare
Choose a tag to compare
  • 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

27 Jul 09:46
Compare
Choose a tag to compare
  • 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

25 Jun 12:50
Compare
Choose a tag to compare
  • 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

17 Jun 10:12
Compare
Choose a tag to compare
  • 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)