This repository has been archived by the owner on Apr 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCHANGES.txt
187 lines (155 loc) · 7.34 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
SimPhoNy CHANGELOG
======================
Release 0.8.0.dev0
------------------
* Outdated and transported simphony-metadata content in this repository,
readapted build process, removed generated classes from repository.
* Introduced EDM infrastructure to build edm egg. (#425)
Release 0.7.0
-------------
* Generator command now requires only one invocation. (#382)
* Ontology Changes (in legacy simphony-metadata):
* Added cohesive group (#139)
* Add CFD needed data (#137)
* Adds variable VELOCITY to FREE_SLIP_VELOCITY (#136)
* Inlet outlet BC fixing issue #133 (#134)
* Free slip condition is not constant velocity (#132)
* Adding a multiphase material metadata (#130)
* Added variables to allow more semantic query to conditions (#129)
* Fix EMPTY_CONDITION error (#128)
* Perform build of meta-classes to "lint" the contents. (#124)
* Add entries for PDE conditions (#121)
* added cfd metadata and keys (#120)
* Fixed yaml file. Stricter linting (#119)
Release 0.6.0
-------------
* 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)
* Ontology Changes (in legacy simphony-metadata):
* Added CUDS class (#111, #114)
* Format specs:
* Clarified the meaning of CUBA.SYSTEM (#112)
* Clarified format of fixed property entries (#112)
* Changed format of header (#113)
* Changed acceptance of default values when CUBA.SYSTEM is specified (#113)
* Specified lack of entry is None, not empty string (#115)
* Clarified lack of ordering in keys (#116)
* Specified dependency over CUBA hierarchy when a variable
property refers to a CUBA object (#117)
Release 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)
* Upgraded required numpy to 1.11.1 (#355)
* Fix: Fixed incorrect call in _add_mesh giving incorrect behavior for H5CUDS (#318)
* Fix: Ensure strings are properly initialized (#343)
Release 0.4.0
-------------
* 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)
Release 0.3.0
-------------
* 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 to propose new CUBA (#209)
Release 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
Release 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)
Release 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)
Release 0.1.5
-------------
* Added hexagonal lattice type to lattice template tests (#160)
* Fixed 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)
Release 0.1.4
-------------
* Added docstrings for ABCParticles (#153)
* Fixed misspelled strings in ABCModelEngine diagrams (#152)
* Fixed lattice documentation to show that lattice attributes are always 3D (#150)
* Updated Lattice 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)
Release 0.1.3
-------------
* Added missing reference to the SimPhoNy framework in the documentation (#131)
* Added pseudo UML with HDF5 serialization layout (#124)
* Added missing reference to numpy in the requirements (#118)
* Added UML diagrams for the current CUDS api (#95)
* Added ABCMeshContainer testing template (#77)
* Updated docstring of CUDS items iterators to reflect the expected order of the returned items (#127)
* Updated wrong class names in the documentation (#119)
* Fixed warning while compiling the documentation (#103)
Release 0.1.2
-------------
* Added data attribute to H5Lattice class (#85,#15)
* Added data attribute to H5Mesh class (#122,#15)
* Fixed inconsistent values of uid in H5Mesh (#98)
* Updated documentation with a table of the current CUDS Keywords (#96)
Release 0.1.1
-------------
* Added testing template for ABCLattice (#76)
* Added missing import in bench module (#81)
* Added SimPhoNy logo in the documentation (#82)
* Updated project name and url (#73)
* Updated module names for FileMesh and FileLattice (#88)
* Corrected ABCLattice tests not setting the size attribute correctly(#79)
* Corrected various documentation mistakes in Mesh and H5_mesh (#86)
* ABCCheckParticles no longer requires pytables (#101)
Release 0.1.0
-------------
* Implemented Lattice and FileLattice (#22,#23)
* Fixed mesh iterator bug (#92)
* Fixed inconsistent behaviour while adding low-level objects (#28)
* Added Data attribute to Particle, Mesh and Lattice (#83,#84,#85)
* Added 'name' attribute to high-level cuds objects (#38)
* Added support for uuid in all the adapters (#19)
* Fixed element point storage in FILE/IO (#35)
* Added support for uuid in Particle and Boinds (#26)
* Added documentation for adding visualization plugins (#65)
* Added documentation for adding engine plugins (#64)
* New documentation has been automatically build using readthedoc.org (#41)
* Renamed ABCParticleContainer to ABCParticles (#63)
* Integrated DataContainer into FileParticleContainer (#13)
* Moved CUBA info from the wiki to cuba.yml (#8)
* Achieved consistent identification for parameters and attributes in all the entities (#20)