Commit 01e3038
authored
feat!: update models to vrs 2.0.0 community review ballot (#471)
close #469
* Update modules to vrs
[2.0.0-ballot.2024-11.3](https://github.com/ga4gh/vrs/tree/2.0.0-ballot.2024-11.3)
tag
* Rename class `_Ga4ghIdentifiableObject` to `Ga4ghIdentifiableObject`
* Removes `entity_models` and `domain_models` from `ga4gh.core`. Now,
all gks-core models are in `ga4gh.core.models`.
* gks-core includes `date` and `datetime` as primitives, however the
builtin `datetime` module already provides these. Initially, I kept them
as Pydantic Root Models but I think we should just leverage the
`datetime` module instead.1 parent 11c4f97 commit 01e3038
15 files changed
Lines changed: 409 additions & 646 deletions
File tree
- src/ga4gh
- core
- vrs
- extras
- submodules
- tests
- extras
- validation
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
40 | | - | |
41 | | - | |
42 | | - | |
| 39 | + | |
43 | 40 | | |
44 | 41 | | |
45 | 42 | | |
| |||
This file was deleted.
0 commit comments