Skip to content

Latest commit

 

History

History
83 lines (79 loc) · 10.3 KB

RELEASE_NOTES.md

File metadata and controls

83 lines (79 loc) · 10.3 KB

1.0.0+e7faa34 (Released 2023-8-17)

  • Additions:
    • [#e7faa34] Add ConvertTokens tests
    • [#1254645] Add tests for parseKeyWithTerms
    • [#ccb95fd] Add conversion convenience functions for CvParam and UserParam
    • [#8ecd66b] #29 add orcid terms, add a list of obsolete terms as convenience functions, add and adapt tests
    • [#04f5158] Merge pull request #28 from nfdi4plants/rework-cv
    • [#16926d5] Add more static member tests for CvParam
    • [#9f393ea] Add some tests for CvParam
    • [#b2aac3b] implement Param convenience type static members on CvParam and UserParam
    • [#d2ae48c] implement all static members from ParamBase and CvBase convenience types on Param convenience type
    • [#f4bfe52] Add explicit interface implementations for CvParam and UserParam
    • [#ec8e312] move some convenience functions into type extensions to better reflect naming based on input type
    • [#b3ddf3c] rename CvTern Value field -> Name
    • [#2293e3f] Rework CvTerm and CvUnit as record, use unified naming for their fields (Accession, Value, RefUri)
  • Deletions:
  • Bugfixes:
    • [#3decc9c] fix some occurences of Param.tryParam
    • [#c6e2072] Update to FsSpreadsheet 3.4 (soon 4.0), fix nbackwards incompatible stuff, use dense rows
    • [#eebb4f4] update ontologies with structural follows relationships, fix some numbering errors

0.2.0+c841135 (Released 2023-8-4)

  • Additions:
    • [#196b63e] release 0.1.0-preview.2
    • [#417129d] target netstandard2.0, use nuget lockfiles
    • [#b081d48] Merge pull request #12 from nfdi4plants/patch-1
    • [#74c57e6] Merge pull request #13 from nfdi4plants/isaDataModel
    • [#9c3fe89] Update worksheet tokenization functions
    • [#6ccf979] Merge pull request #17 from nfdi4plants/feature-newIOParser-#16
    • [#2a49bfd] Update NuGet versions of external libraries
    • [#4623a46] Update key parser and worksheet parsers
    • [#96e9fa5] update ci
    • [#89a58cb] re-add TableTransform xd
    • [#570a7d2] Finalize parsing of FsWorkbook into CvParams
    • [#09f8887] Add wip obo structure for arc metadata sections
    • [#1319a6a] Rename libraries
    • [#69e53ec] Add some test helpers
    • [#5cd5589] Add top level parsing function
    • [#e9e8bc2] Add first simple integration test for annotation table parsing
    • [#c6192db] Add characteristics integration test
    • [#e79cbd1] update investigation structural ontology
    • [#ba26b43] add study structural ontology
    • [#3a0f1a7] Merge pull request #24 from nfdi4plants/feature-updateTokenization-#20
    • [#ebe468d] add assay metadata structural ontology
    • [#bd06096] Add structural ontology parsing logic
    • [#f062e66] wip structural tests
    • [#59f52e4] working empty investigation metadata test
    • [#cd4f08b] wip more restructuring
    • [#ae6c20a] Add location attributes to all metadata section cv params, annotate keys with special term
    • [#9a2c5d8] finish simple investigation metadata test
    • [#fc515d1] pin obo parser dependency
    • [#78973ee] rename library to ARCTokenization, update package metadata
    • [#c621cdc] add requested changes from review
    • [#c841135] Merge pull request #27 from nfdi4plants/structural-ontology
  • Deletions:
    • [#69a1f28] Delete some unit tests and add some integration tests
    • [#3f35750] Cleanup: - remove js stuff - use Xunit for tests - various dependency adjustments
    • [#76fc7b4] remove old term parser match cases
  • Bugfixes:
    • [#e8cde7b] Fix interchanged names
    • [#32ecc07] Delete print-debugging
    • [#14e049f] Merge pull request #15 from nfdi4plants/bug-namesInterchanged-#14
    • [#9c450d9] Fix display bug when printing
    • [#3ba183b] Play around in playground, update fixture Investigation file
    • [#d2a28b7] Fix bug resulting from dependency upgrade
    • [#8006f21] fix test paths

0.1.0+b3b6f0a (Released 2023-4-27)

  • Additions:
    • [#ac5ab8c] add attributes to tokenized containers
    • [#bb20906] add helper functions to CvAttribute Collection
    • [#b3b6f0a] add some IO tests
    • [#3dc5d11] update test script
  • Bugfixes:

0.0.0 (Released 2023-3-15)

  • Additions:
    • Initial set up for RELEASE_Notes.md