Skip to content

Releases: cdisc-org/cdisc-rules-engine

v0.7.1

22 Apr 18:47
b900bb2
Compare
Choose a tag to compare

Dataset json requires the schema resource in the release build.

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

19 Apr 15:13
Compare
Choose a tag to compare

What's Changed

  • USDM support
  • Schema updates
  • Dataset-JSON support
  • Additional rule support and bugfixes
  • Updated rules and library cache

Details

New Contributors

Full Changelog: v0.6.3...v0.7.0

Ubuntu 20.04 Release

22 Feb 20:44
Compare
Choose a tag to compare
Ubuntu 20.04 Release Pre-release
Pre-release

Release that splits linux into ubuntu-latest and ubuntu 20.04

What's Changed

New Contributors

Full Changelog: v0.6.3...v0.6.4

v0.6.3

12 Oct 14:06
3ed356a
Compare
Choose a tag to compare

What's Changed

  • ISS-271: Compare variable value length with vlm metadata by @nhaydel in #451
  • breakout metavars and sensitivity for author docs by @gerrycampion in #456
  • ISS-427: Engine detect include special purpose by @nhaydel in #458
  • ISS-418: use define namespace to determine define version by @nhaydel in #462
  • ISS-463: Allow dummy data service to get standard and standard_version by @nhaydel in #464
  • ISS-459: Fix issues reading define 2.0 domain metadata by @nhaydel in #470
  • Iss 329 rule blocked corerules 286 by @htu in #437
  • Fixed schema branch merge by @gerrycampion in #472
  • Add extra check for all keyword when determining rule applies to class by @nhaydel in #477
  • Iss 252 as validator i want to cross check my study data against the study definexml for missing datasets so that i can stay compliant with sd1063 by @htu in #449
  • ISS-320: Handle missing variable metadata in test endpoint. by @nhaydel in #474
  • Iss 256 as validator i want to cross check my study data against the study definexml for null values in variables that are mandatory so that i can stay compliant with sd1229 by @htu in #465
  • ISS-479: get dataset class handle dotted version by @nhaydel in #480
  • Update business rules, fix standard bug for DataServiceFactory by @nhaydel in #482
  • 382 add define-xml-path by @mdeforestbrown in #441
  • Fix small issues with define.xml flag by @nhaydel in #494
  • ISS-448: Add new rule type to support CG0014 by @nhaydel in #500
  • ISS-261: Add valid_external_dictionary_value operation by @nhaydel in #508
  • ISS-257: Add define_variable_has_comment attribute to support comment existence check by @nhaydel in #519
  • ISS-511: Update in memory cache to use LRU cache by @nhaydel in #525
  • Make python 3.9 min required by @gerrycampion in #534
  • Add and update regression tests by @RamilCDISC in #496
  • Relrec merging by @gerrycampion in #543
  • Iss 295 validator crash when def structure not present by @RamilCDISC in #544
  • Fixes Windows Folder issue by @dostiep in #562

New Contributors

Full Changelog: v0.6.2...v0.6.3

v0.6.2

30 Jun 17:24
2755f2f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

03 May 19:39
3da9f26
Compare
Choose a tag to compare

What's Changed

  • Add Define Item Group Metadata Check rule type and test by @nhaydel in #386
  • ISS 304: added variable_is_null and define_variable_is_collected by @gerrycampion in #391
  • Import models that are imported inline by odmlib to support compiled … by @nhaydel in #394
  • Add "PyPI Quickstart" section to README.md by @Akollek in #395
  • Update README.md by @nhaydel in #396
  • Deploy tester on push to main by @gerrycampion in #398
  • Convert remaining file name manipulation to os file path manipulation by @nhaydel in #400

Hotfix: Fix an issue where the -dp flag was not properly parsed on windows.

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

19 Apr 15:19
37fc7c7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.6.1...v0.6.0

v0.5.6

14 Feb 17:10
de14c5a
Compare
Choose a tag to compare

Update business-rules-enhanced dependency

v0.5.5

06 Feb 15:02
194aa48
Compare
Choose a tag to compare
  • Updates to the rule schema described here: #224
  • Add command to get current version of core core version
  • Updates to LibraryColumnOrder operator
  • Bug fixes and enhancements

v0.5.4

11 Jan 17:30
55cdc6f
Compare
Choose a tag to compare
  • adds list dataset metadata command
  • Updates progress parameter to be either [verbose_output|disabled|percents|bar]
  • Updates cache update to create multiple files for CT for faster startup times
  • Adds functionality to test rules via command line
  • Updates DY calculation logic
  • Various bug fixes and improvement