[webwork-pg] annotated tag PG-2.9+ created (now 610dff4)

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Nov 24 04:42:55 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a change to annotated tag PG-2.9+
in repository webwork-pg.

        at  610dff4   (tag)
   tagging  f3ac7fb1ab9e6c44e159042f034c7c455613ffee (commit)
  replaces  PG-2.8
 tagged by  Geoff Goehle
        on  Fri Jan 2 15:12:05 2015 -0500

- Log -----------------------------------------------------------------
Final version of release 2.9

Davide P. Cervone (17):
      Fix complex output so that parentheses are used when the complex number is being subtracted.
      Use pg->debug_message for diagnostic output
      Make Formula and Compute return ImplicitPlane objects when appropriate.  This allows ImplicitPlanes to be used in lists.
      Fix problem with answer rules in answer arrays.  Fix several variable name warnings.
      Merge branch 'dpvc/patch-MathObjects' into release/2.8.1 (was merge
      Merge branch 'dpvc/patch-PGML' into release/2.8.1 (was merge #90
      Merge branch 'patch-compoundProblem' into release/2.8.1 (was merge #91
      Add wwM ad lrM to the noInherit values (these are cached MatrixReal1 instances, so should not be passed on as inherited values).
      Make sure $result always has a value (avoids problem when adaptive
      Fix problem with Context not being called as a function, and make sure MathObjects are loaded.  Fixs bugzilla 3060, and Geoff's issue from pull #101.
      Move ANS() call to correct place for MathObjects (so it doesn't get called for other types of answer checkers).  Resolves issue in pull request #101.
      Merge pull request #110 from Alex-Jordan/accessibleTables
      Merge pull request #115 from Alex-Jordan/bizarroArithmetic
      Fix problem with perl method for complex numbers of the form a-i.
      Add missing super class to ImplicitPlane::formula.  Bugzilla 3125.
      Make MultiAnswer work with weightedGrader (copy AnswerHash attributes to the internal answer checkers)
      Merge pull request #168 from goehle/encodebug2

Geoff Goehle (59):
      Merge pull request #67 from mgage/develop
      Merge branch 'master' of http://github.com/openwebwork/pg into dev
      Merge pull request #69 from jwj61/develop
      Merge pull request #74 from goehle/dev
      Merge pull request #83 from jasongrout/patch-1
      Merge pull request #82 from KellyBlack/black_dev
      Merge pull request #94 from dpvc/patch-MathObjects2
      Removed double inclusion of applet macros script files.
      Added class needed to make mathview work with essay questions
      Merge pull request #95 from KellyBlack/black_dev
      Merge pull request #100 from KellyBlack/boxplot_local_variables_fix
      changed version and copyright date
      Merge branch 'master' of https://github.com/openwebwork/pg into release/2.8.1
      Merge pull request #103 from dpvc/patch-PGML
      Merge pull request #104 from dpvc/patch-PGML2
      Merge pull request #101 from openwebwork/release/2.8.1
      I fixed the version number and conflicts
      Merge pull request #102 from openwebwork/release/2.8.1
      Changed how the reduced credit checker works.  It now has a date provided to it (rather than a reduced credit scoring period).
      Merge pull request #107 from KellyBlack/bugfix_create_temp_data_file
      Merge pull request #114 from KellyBlack/bugfix_create_temp_data_file
      Merge branch 'develop' of https://github.com/openwebwork/pg into reduced_credit_branch
      Changed the credit terminology to scoring.
      Merge pull request #112 from Alex-Jordan/continuedFraction
      Merge pull request #116 from dpvc/patch-complex
      Merge pull request #117 from Alex-Jordan/pccTables
      Update VERSION
      Added an extra check to make sure init subroutines are defined in newer versions of perl
      Merge pull request #125 from mgage/release/2.9_sketchpad_fix
      Merge pull request #124 from mgage/release/2.9_linprog_fix
      Merge pull request #127 from Alex-Jordan/revertUnionTables
      Revert "Changed the credit terminology to scoring."
      Revert "Changed how the reduced credit checker works.  It now has a date provided to it (rather than a reduced credit scoring period)."
      -  Added check for undefined variable in unionTables.pl
      Merge pull request #129 from dpvc/patch-implicit-plane
      Merge branch 'release/2.9' of https://github.com/openwebwork/pg into bugfixes
      Adding the same README.md that we use for webwork2 to the pg page.
      Merge pull request #107 from KellyBlack/bugfix_create_temp_data_file
      Added codeshard class to inputs produced by NAMED_ANS_RULE_EXTENSION for use by mathview
      Merge pull request #131 from dpvc/patch-MultiAnswer
      Merge pull request #130 from goehle/newreadme
      Final edits to readme.
      Merge pull request #132 from goehle/newreadme
      Merge pull request #121 from openwebwork/release/2.9
      Merge pull request #133 from paultpearson/patch-4
      Fixing read_whole_problem_file bug
      Fixed PGcore/not_null ref in AnswerHash
      revert unintended change
      IMplementing MIkes fixes.
      Further polish on pretty_print
      Added encode_pg_and_html subroutine that encodes all html, ev3 and pgml special characters.  I also made a bunch of changes to different files to use the new subroutine.
      Merge branch 'master' of https://github.com/openwebwork/pg into encodebug2
      Fixing somethings and reverting some unintended changes.
      Fixing my fixes.
      More polish on encoding pg and html.
      Workaround fix for encoding bug
      Reverting unneccessary changes.
      Reverting additional changes.
      Merge tag 'PG-2.8.1+' of https://github.com/openwebwork/pg

Jason Grout (1):
      Make inline matrices use the CSS style for making inline tables

John Jones (9):
      Added to documentation.
      Merge branch 'develop' of git://github.com/openwebwork/pg into develop
      Merge pull request #62 from mgage/develop
      Merge branch 'develop' of git://github.com/openwebwork/pg into develop
      If a problem value is negative, then don't display points (used in library browser).
      Merge branch 'develop' of git://github.com/openwebwork/pg into develop
      Added to documentation.
      If a problem value is negative, then don't display points (used in library browser).
      Make tables made with begintable center items in html mode to be consistent

Kelly Black (4):
      Merge pull request #5 from openwebwork/develop
      Merge pull request #8 from openwebwork/develop
      Merge pull request #10 from openwebwork/develop
      Merge pull request #11 from openwebwork/develop

KellyBlack (9):
      Changed the routine that generates a Bernoulli random variable to return optional values for success vs failure.
      Added a subroutine to generate random results from a discrete probability mass function.
      Merge branch 'develop' into black_dev
      Fixed a bug with variables in PGstatisticsGraphMacros.pl not being properly defined.
      Merge branch 'develop' into black_dev
      Fixed the definition of pi in the PGstatisticsmacros.pl file.
      Fixed the definition of pi in the PGstatisticsmacros.pl file.
      Fixed a bug with variables in PGstatisticsGraphMacros.pl not being properly defined.
      Fixed bug in how the files used to keep temporary data files are created.

Michael Gage (30):
      Merge branch 'develop' of https://github.com/openwebwork/pg into develop
      Merge pull request #88 from KellyBlack/black_dev
      Add auxiliary scripts for handling matrices and linear programming tableaus efficiently
      Add updates to compoundProblem5 behavior
      Add LinearInequality command to specify equations of the from 5x1+2x2<=4
      Add comment :
      Add default value for {implicit}
      Add hack to check ImplictPlanes and LinearInequalities in lists
      Fix unintended bug created by LinearInequality hack.
      Modifications from Davide to allow LinearInequality to be used in lists.
      Switch to using geogebra4.4 from geogebra4.2
      Add conversion from MathObjects matrix to array references for
      Fix quote marks in VERSION
      Remove some error comments
      Fix error that made solutions print badly in TeX mode
      Make displaying top labels work with MathJax
      Correct comment
      Removing eval {} commands which are caught on hosted2 (but not on my laptop) ??
      Fix typo in PG/Translator.pm replacing END_PGML_SOLUTION  with END_PGML_HINT
      Remove compoundProblem4.pl and replace with compountProblem5.pl
      Merge pull request #97 from goehle/mathviewups
      Merge pull request #96 from goehle/appletfix
      Merge pull request #99 from goehle/appletfix
      Merge pull request #119 from jwj61/develop
      Merge pull request #120 from pstaabp/feature/mathjax-loading-change
      Check to see what kind of Fraction to create in Linear Programming problem -- MathObjects or regular Fraction
      Change hardcoded path for sketchgraphhtml5.
      Merge pull request #123 from goehle/trans_fix
      Fix 'fileFromPath not defined or not exported'  error
      Merge pull request #147 from goehle/readbug

Paul Pearson (1):
      Update to _compoundProblem5_init

Peter Staab (6):
      Merge pull request #108 from goehle/reduced_credit_branch
      Change MathJax called in PG to prevent PG from being loaded more than once.
      Added comment to clarify why the change was made.
      Changed the way the MathJax dynamically loads.
      Merge pull request #128 from goehle/bugfixes
      Merge pull request #144 from mgage/master_IO_fix

wwadmin (11):
      added option to have HTML table cells use th instead of td for accessibility purposes
      changed how toFraction converts a real into a Fraction to make things like 0.333333... become 1/3 and not 333333/1000000
      fixed brace typo
      made flags for values that control continued fraction production
      recoded contFrac to check denominators and not let them get too large; machine rounding error was causing them to become inappropriately large; now contFrac will terminate if denominators go past flag(contFracMaxDen)
      bizzaroArithmetic.pl redefines arithmetic operators in a way that can be leveraged to distinguish different forms of answers. This is applied in contextLimitedRadical.pl (for requiring reduced radicals) and in contextLimitedFactor.pl (for requiring a factorization that matches the author's)
      edited example in bizarroArithmetic.pl so that bizarro arithmetic will not remain in effect after the answer checker is finished
      added pccTables.pl
      fixed some typos and added allcellcss option to DataTable
      fixed typo in pccTables.pl
      reverting unionTables.pl

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/webwork-pg.git



More information about the debian-science-commits mailing list