Skip to content

0.2.0

Compare
Choose a tag to compare
@VisLab VisLab released this 19 Jun 14:37
· 960 commits to master since this release
6af6b24

DOI

Overview of changes for tagged release 0.2.0

Actual release of 0.2.0 on PyPi February 14, 2023

  • First release of the HED remodeling tools.
  • Reorganization of branches to reflect stages of development.
  • Updated schema cache with local copies.
  • Improved schema validation and error messages.
  • First pass at search and summarization.

What's changed (details)

  • Add accessors for definitions by @IanCa in #507
  • Develop added definitions to assemble return by @VisLab in #509
  • Handle new schema versioning([prefix:][name_]version) by @IanCa in #510
  • Updated the BIDS dataset to read in new schema format by @VisLab in #511
  • Make load_schema_version take a list optionally by @IanCa in #512
  • Refactor column mapper function. by @IanCa in #513
  • Minor updates to documentation by @VisLab in #514
  • Make it a fatal error for columns to be blank. Further cleanups by @IanCa in #515
  • Fixed tests after environment problem. by @VisLab in #516
  • Update default hed_cache location/tweak readme by @IanCa in #520
  • Only return default behavior on column mapper if nothing was requeste… by @IanCa in #521
  • Updated the variable summary mechanism to get condition variables by @VisLab in #523
  • Update Input/Sidecar classes to take schema by @IanCa in #522
  • Updates to documentation and requirements by @VisLab in #524
  • Working on filters by @VisLab in #526
  • Experimental changes to variable management for summaries by @VisLab in #527
  • Updated file summary for non-entity file naming by @VisLab in #529
  • Moved the util under tools by @VisLab in #530
  • Develop moved the util directory under tools by @VisLab in #531
  • Reorganized the directory structure of tools by @VisLab in #532
  • Moved utils into tools by @VisLab in #533
  • Merging the remodeling tools by @VisLab in #534
  • Merged the remodeling into hedtools by @VisLab in #535
  • Merging preliminary version of remodeling tools by @VisLab in #536
  • Minor correction to tests by @VisLab in #537
  • Added date to generate filename by @VisLab in #538
  • Developed unit tests for cli for remodeling by @VisLab in #539
  • CLI branch testing by @VisLab in #540
  • Develop fixed the merge errors by @VisLab in #541
  • Develop updated model by @VisLab in #542
  • Develop updated the archiving in dispatcher by @VisLab in #543
  • Develop updating gitignore by @VisLab in #544
  • Updated remodeling terminology to use operation instead of command by @VisLab in #545
  • Develop added get_formatted_versions by @VisLab in #548
  • Updated tests for remodel summaries by @VisLab in #549
  • Develop updated the tests-- added get_schema_versions by @VisLab in #550
  • Corrected init file in hed/schema for get_schema_versions by @VisLab in #551
  • Updated httpd.conf to fix numpy deployment warning by @VisLab in #552
  • Incorporated rotating logs by @VisLab in #553
  • Updated the remodeling unit tests. Moved PARAMS inside ops classes by @VisLab in #555
  • Improved error messages on remodeling ops.. started work on summaries by @VisLab in #556
  • Reworked remodeling summary tools to keep individual file statistics by @VisLab in #561
  • Moved validation of parameters to BaseOp by @VisLab in #562
  • Develop by @VisLab in #565
  • Corrected some of the remodeling test datasets by @VisLab in #566
  • Implemented the factor hed tags ops by @VisLab in #568
  • Add line numbers to fatal wiki errors by @IanCa in #569
  • Allow searching by either terms or tags by @IanCa in #570
  • Added task argument to restore to address issue #567 by @VisLab in #571
  • Add Wildcards to searching by @IanCa in #572
  • First Pass Recursive docs by @IanCa in #573
  • Remove hed group frozen by @IanCa in #574
  • Develop updating python version for readthedocs to 3.8 by @VisLab in #575
  • Fix sort function. Might need tweaking later. Minor test fixes. by @IanCa in #576
  • Updated the summaries to dump individual files by @VisLab in #577
  • Update requirements/docs requirements by @IanCa in #578
  • Corrected doc ref error and added subfolders to summary saving by @VisLab in #579
  • Added option for individual file saving in remodeling summaries by @VisLab in #580
  • Add access token for github auth. Update urls for schemas by @IanCa in #581
  • Corrected the summary generation for single files by @VisLab in #582
  • Pass down token to coverage by @IanCa in #583
  • Corrected the remap function by @VisLab in #584
  • Updated the tests for remap by @VisLab in #585
  • Split code coverage upload out of main build job. by @IanCa in #586
  • Add a 'not in line' symbol to search by @IanCa in #587
  • Fixed bug in run_direct and shortened summary file names by @VisLab in #590
  • Add dependabot file by @IanCa in #588
  • Add better load_schema_version error by @IanCa in #591
  • Finished renaming the split_events op by @VisLab in #592
  • Worked on remodeling api docs by @VisLab in #593
  • Experimented with different format for class documentation by @VisLab in #594
  • Experimenting with documentation formats by @VisLab in #595
  • Updated docs and modified name of TagExpressionParser by @VisLab in #596
  • Updated some of the remodeling docs by @VisLab in #597
  • Updated the documentation format for remodeling again by @VisLab in #598
  • Add some default schemas to schema folder. Cache from there first. by @IanCa in #599
  • Update workflow to check for secrets before trying to publish coverages by @IanCa in #600
  • Corrected the save_context structure for individual files by @VisLab in #601
  • Updated the name of 3645 to correct for digit reversal by @VisLab in #602
  • Corrected the counts in columns value summary by @VisLab in #603
  • Minor updates to remodeling formats by @VisLab in #604
  • Extensive revisions and updating of remodeling tools by @VisLab in #605
  • Minor changes to the README by @VisLab in #606
  • Minor update to the README by @VisLab in #607
  • Make sure we try to get from the local cache before we hit the internet by @IanCa in #608
  • Minor updates to README by @VisLab in #609
  • Updated the changelog for the release by @VisLab in #611
  • Minor updates to README and change log by @VisLab in #610
  • Synchronize develop and master by @VisLab in #612
  • Merge pull request #612 from hed-standard/master by @VisLab in #613

Full Changelog: 0.1.0...0.2.0