Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-12-23 | 852 Bytes | |
v3.0.0 source code.tar.gz | 2021-12-23 | 28.9 kB | |
v3.0.0 source code.zip | 2021-12-23 | 39.7 kB | |
Totals: 3 Items | 69.5 kB | 0 |
ScientificTypes v3.0.0
From the PR, [#174] (@OkonSamuel):
- (breaking) Remove the
nrows
field from objects returned byschema
, and modify how these are displayed - Update
Schema
constructor to reflect updates toTables.Schema
- (enhancement) Implement the Tables.jl interface for objects returned by
schema
- (enhancement) improve performance of schema and scitype methods for small to medium size tables
- Avoid schema errors for extremely wide tables.
Closed issues:
- coerce
doc-string only mentions tables, and not arrays and other objects (#160)
- Improve organization of test code (#163)
Merged pull requests: - major updates (#174) (@OkonSamuel) - For a 3.0.0 release (#177) (@ablaom) - bump 3.0.0 (#178) (@ablaom)