Skip to content

Releases: sys-bio/libOmexMeta

v1.2.1

04 Jan 18:42
6f471bb
Compare
Choose a tag to compare

Bugfix release

v1.2.0

18 Dec 12:07
0923c26
Compare
Choose a tag to compare
  • Some bug fixes regarding properly formatted composite annotations when user does not provide call to hasProperty.
  • myOMEX prefix removed

v1.1.22

30 Nov 15:07
Compare
Choose a tag to compare

Very similar to v1.1.20 but with fixed pip requirements for windows

v1.1.20

30 Nov 11:12
Compare
Choose a tag to compare

In this update we have made libOmexMeta complient with OmexMeta spec 1.1 for both SBML and CellML

gcc-10.2-centos

25 Nov 15:27
Compare
Choose a tag to compare

This is an abuse of how github releases should be used. However, in order to release libOmexMeta on pip I need to create a manylinux build. To do this we need to build on centos. We also need a more recent version of gcc to compile libomexmeta, but prebuilt binaries are not a thing so they need to be built ourselves. Gcc is big and takes a long time to build. To save time in doing this again, I'm uploading gcc 10.2 here so that it can be downloaded with easy in CI

v1.1.17

22 Oct 13:46
6d52a4f
Compare
Choose a tag to compare

This release features some additions to the API, including the hasPart and hasPropertiy method for physical entity. Many things that were once required are now optional, such as the property. Also included are alternative method calls for things like setAbout() or setPredicate() which are now just about() or predicate(). Users are encouraged to use the method version that does not have the set* in the name.

v1.1.16

02 Oct 13:15
Compare
Choose a tag to compare

Implements some changes to the api. The actual functionality is the same as the previous version but "isVersionOf" has been renamed to hasProperty and physical process has an additional "isVersionOf" method.

v1.1.14

18 Sep 14:03
Compare
Choose a tag to compare
  • bug fix where PersonalInformation was not imported in pyomexmeta init.py
  • Bug fix where some methods were not included in the pyomexmeta.Editor API (but were only in C++, C and pyomexmeta.PyOmexMetaAPI).
  • end to end testing where pyomexmeta was tested with libcombine-python to create one of each time of annotation. This will also become a part of the doc

v1.1.13

17 Sep 12:34
Compare
Choose a tag to compare

Found bug in pyomexmeta when running on windows python 3.8. The issue is with pywintypes and discribed here: mhammond/pywin32#1327

The workaround is to import pywintypes before win32api. This is the only change since v.1.1.12

v1.1.12

16 Sep 20:48
Compare
Choose a tag to compare

Added some method calls to creation of composite annotations including "isVersionOf" and "isPartOf". These are not instead of what was there before, but as well as. The docs have been improved significantly. Lots of general "cleaning up" since the last release.