Skip to content

Latest commit

 

History

History
102 lines (94 loc) · 10.8 KB

RELEASE_NOTES.md

File metadata and controls

102 lines (94 loc) · 10.8 KB

0.5.0+d9e7b85 (Released 2024-6-6)

  • Additions:
    • [#4258b67] Update document header tag parsing (WIP)
    • [#b4c655a] Code generation (#32)
    • [#acc8dd6] Play around in playground
    • [#c51cf40] Update type and functions
    • [#ebc77aa] Play around in playground
    • [#d83d8f2] Update functionality
    • [#7fa7799] Replace string matching with Regex
    • [#5c03ec7] Finish fromLines parsing function
    • [#e56a985] Add new fromLines functionality to library
    • [#6d0a16b] Update OboEntries functions for document header tags
    • [#4295eb3] Add unit tests for new fromLines function
    • [#7244745] Merge branch 'main' into feature-DocumentHeaderTags-#33
    • [#f19426f] Add ControlledVocabulary dependency
    • [#2e583a5] Add toCvTerm functionality to DBXref
    • [#fdac911] Merge pull request #35 from CSBiology/feature-DocumentHeaderTags-#33
    • [#50645d7] Add DBXref functionality and expand type
    • [#477e1e3] Add function to return OboTerm as CvTerm
    • [#e3fc9d7] Add functions to check for and return equivalence among terms
    • [#6c89bdf] Merge branch 'main' into feature-resolveXrefsEquivalent-#34
    • [#7c5f1e9] Create manage-issues.yml (#37)
    • [#724ec35] Do requested changes
    • [#d9e7b85] Merge pull request #36 from CSBiology/feature-resolveXrefsEquivalent-#34
  • Bugfixes:
    • [#9c50770] Fix bug (incorrect order and missing List.revs)

0.4.2+eaa553e (Released 2023-11-22)

  • Additions:
    • [#d85e88b] replace isadotnet by arctrl.isa dependency

0.4.1+dfa6547 (Released 2023-10-27)

  • Additions:
    • [#d4b6434] Update Readme according to new name
  • Bugfixes:
    • [#73aa990] Fix synonym obo writing #27 Add tests ✅

0.4.0+d2b66f4 (Released 2023-10-19)

  • Additions:
    • [#226c3eb] Investigate current synonym functionalities
    • [#5c666c3] Pinpoint current dependencies for safety reasons
    • [#d1db10e] Add F#Aux dependency
    • [#3aec348] Add functions to get synonyms (WIP)
    • [#812320a] Add synonym unit tests
    • [#b7e80c1] Add unit tests for try synonyms
    • [#d02c71e] Pimp README docu
    • [#ba1ebc0] Change output type of synonym function
    • [#04ad89c] Rename into OBO.NET
    • [#6748ae0] Rename projects in build project info
    • [#b93d13f] Rename folder
    • [#a1a02da] Change folder name
    • [#2506508] Change folder dir in sln file
    • [#fc65bc7] Change folder dir in tests project file

0.3.0+da71d21 (Released 2023-8-21)

  • Additions:
    • [#3a8ac9a] Add unit tests for getting is_as & TermRelations
    • [#a870ef3] Add functions to get TermRelations and is_as
    • [#45fb8b5] Add TermRelation type
    • [#b8acba0] Revert "Update Fake.Extensions dependency @ build proj"
    • [#161a053] Update Fake.Extensions dependency @ build proj

0.2.0+afd7c0a (Released 2023-8-19)

  • Additions:
    • [#dc6fd13] various repo structure improvements
    • [#244881c] add source link and symbols package
    • [#2c5aaae] Update Readme's minidocs
    • [#a97d033] Give alternative result into Readme's minidocs
    • [#184c20a] Add OboEntry type
    • [#16a9a6e] Add OboEntry functionality into OboOntology
    • [#eb6dca1] Move OboEntries into own module for clarity reasons
    • [#28b8da1] Add fromOboEntries function to OboOntology type
    • [#e9c6c34] ReAdd original fromFile method of OboOntology due to performance reasons
    • [#63512c8] Merge pull request #9 from CSBiology/feature-minimalParser-#5
    • [#cf856a4] Add OBO interface (WIP)
    • [#418452e] Add some functions to get relationships (WIP)
    • [#acec96f] Revert "Add OBO interface (WIP)"
    • [#60a185e] Finish term relation functions

0.1.0+2b6617b (Released 2023-7-25)

  • Additions:
  • Deletions:
  • Bugfixes:
    • [#e52af5d] Fix OBO term creation function
    • [#cb179a7] Update Readme, fix some typos, test functions
    • [#76bbfe8] Fix some typos, clarify ///-comments
    • [#79e5a43] Fix critical module bug

0.0.0 (Released 2023-7-25)

  • Additions:
    • Initial set up for RELEASE_Notes.md