Bam-masterdata

Latest version: v0.3.1

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.3.1

What's Changed

Major
*

Minor
*

Patches
* 118 fix BAM namespace by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/119
* 120 hotfix set in checker by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/121
* Fix conditions in checker CLI for individual datamodel repos by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/123


**Full Changelog**: https://github.com/BAMresearch/bam-masterdata/compare/v0.3.0...v0.3.1

0.3.0

What's Changed
* Add excel checker files by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/88
* Fix export to excel by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/90
* Add row cell information to fill-masterdata from excel by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/92
* Export datamodel to a global json by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/94
* 82 convert current data model to json format by carlosmada22 in https://github.com/BAMresearch/bam-masterdata/pull/86
* Deleted datamodel loader for redundancy with entities_dict.py. by carlosmada22 in https://github.com/BAMresearch/bam-masterdata/pull/96
* 97 in fill masterdata using cli from excel files generate only the files that are present in the excel file not generate empty files by carlosmada22 in https://github.com/BAMresearch/bam-masterdata/pull/101
* Added new headers to excel_to_entities by carlosmada22 in https://github.com/BAMresearch/bam-masterdata/pull/102
* Added row number for every property, term, and entity by carlosmada22 in https://github.com/BAMresearch/bam-masterdata/pull/103
* 83 convert incoming masterdata to be checked to json format by carlosmada22 in https://github.com/BAMresearch/bam-masterdata/pull/100
* 84 generate validation rules in json format by carlosmada22 in https://github.com/BAMresearch/bam-masterdata/pull/105
* Add iri to field of EntityDef by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/111
* Fix find_datamodel_dir by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/114
* 85 perform the checks by carlosmada22 in https://github.com/BAMresearch/bam-masterdata/pull/107
* 112 get rid off property typespy by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/115
* Modified validator to work without property_types.py and modified validation rules by carlosmada22 in https://github.com/BAMresearch/bam-masterdata/pull/117


**Full Changelog**: https://github.com/BAMresearch/bam-masterdata/compare/v0.2.0...v0.3.0

0.2.0

What's Changed

Major

Minor
* Export to rdf/xml by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/53

Patches
* Clean up paths by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/78
* Test excel to entities by carlosmada22 in https://github.com/BAMresearch/bam-masterdata/pull/81
* Fix property assignment setattr by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/80


**Full Changelog**: https://github.com/BAMresearch/bam-masterdata/compare/v0.1.1...v0.2.0

0.1.1

What's Changed
Major

Minor

Patches
* 63 clean code and refactor into class excel to entities by carlosmada22 in https://github.com/BAMresearch/bam-masterdata/pull/70
* Validation mappings moved to excel and logic for reading it in Extractor implemented by carlosmada22 in https://github.com/BAMresearch/bam-masterdata/pull/72
* Fixing release by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/73


**Full Changelog**: https://github.com/BAMresearch/bam-masterdata/compare/v0.1.0...v0.1.1

0.1.0

What's Changed
Major (not considered until a proper 1.0.0 is released!)
* Refactor methods of BaseEntity by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/69

Minor
* Excel to entities by carlosmada22 in https://github.com/BAMresearch/bam-masterdata/pull/56
* Add new logo to repo by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/67

Patches
* Delete gitmodules by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/65


**Full Changelog**: https://github.com/BAMresearch/bam-masterdata/compare/v0.0.0...v0.1.0

0.0.0

What's Changed
* 8 add pipeline by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/9
* Create process for masterdata by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/15
* Create datamodel base classes based on openbisschema by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/10
* Add coveralls to testing by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/20
* Hotfix on coveralls by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/21
* Add logger for structuring messages by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/23
* Change name of the repo and the package by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/24
* Delete version from definitions by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/32
* Define DatasetType in entities by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/33
* Feature/fill masterdata by carlosmada22 in https://github.com/BAMresearch/bam-masterdata/pull/31
* Hotfix fill_masterdata by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/37
* fill masterdata missing CollectionType and DatasetType properties by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/41
* Move fill masterdata to CLI by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/42
* Extract datamodel to json and excel by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/18
* Fixed permId getter by carlosmada22 in https://github.com/BAMresearch/bam-masterdata/pull/44
* Extend export_to CLI to accept directory paths by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/48
* Missing information in PropertyTypeDef when datatype is object by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/51
* DATASET_TYPE not present in excel header when generated in entities_to_excel by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/55
* Use PyBIS patch by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/57
* Use code for property type definitions by JosePizarro3 in https://github.com/BAMresearch/bam-masterdata/pull/60

New Contributors
* carlosmada22 made their first contribution in https://github.com/BAMresearch/bam-masterdata/pull/31

**Full Changelog**: https://github.com/BAMresearch/bam-masterdata/commits/v0.0.0

Links

Releases

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.