[webwork-pg] annotated tag PG-2.8 created (now 462dcca)

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.8
in repository webwork-pg.

        at  462dcca   (tag)
   tagging  f98a92564ec07b83933d9e98eea03513baa3e201 (commit)
  replaces  PG-2.7+
 tagged by  Michael Gage
        on  Sun Dec 22 00:41:01 2013 -0500

- Log -----------------------------------------------------------------

Davide P. Cervone (11):
      Fix parserAssignment TeX output to use TeX rather than string for its value (typo from copying and pasting).
      Fix Value::Matrix decompose_LR to return a Value::Matrix, not MatrixReal1. Fix solve_LR to call correct routine to get wwMatrixLR (it was renamed and still had the old name).
      Allow errors when checking the adapted values (so we get the message about not being able to generate enout points, for example).  This resolves bug 2776.
      Merge pull request #53 from goehle/devupdates
      Fix relative error check with adaptive parameters (resolved bug 2784)
      Merge pull request #57 from mgage/feature/devel_applet
      Fix resetting of context flags when using Compute (they used to leave reduceConstants and reduceConstantFunctions incorrectly set)
      Add correct_ans_latex_string to values not to be inherited (fixes wrong display when a Computed calue is used in a perl expression)
      Fix the ijk() method to honor the texStrings/normalStrings value, and also accept a 'string' or 'TeX' value as a parameter
      Merge pull request #70 from goehle/codeshard
      Fix TeX output so that it matches HTML output (apply math_ev3 to it).

Geoff Goehle (20):
      Merge pull request #41 from mgage/develop
      Fixed essay answers so answers can have newlines
      Merge pull request #49 from KellyBlack/black_dev
      Update PGessaymacros.pl
      Update PGessaymacros.pl
      Removing scrubber stuff
      Merge branch 'develop' of http://github.com/openwebwork/pg into devupdates
      Fixed a bug where using mutiple essay questions and a radio button question caused an error.
      Merge branch 'develop' of http://github.com/openwebwork/pg into essayraio
      Fixed a (unreported) bug where some unrendered math formulas didn't display
      Merge branch 'develop' of http://github.com/openwebwork/pg into essayencode
      Added text2PG (which was a union macro) to the main macros folder
      Fixed assiciated bug in EV3P having to do with backslashes.
      Added codeshard class to answer arrays so that they can be attached to
      Merge pull request #71 from dpvc/hotfix/2.8-PGML
      Merge branch 'master' of http://github.com/openwebwork/pg into HEAD
      Merge pull request #68 from dpvc/hotfix/2.8-mathobjects
      Merge pull request #75 from goehle/rel28
      Merge pull request #76 from mgage/release/2.8_hint_solution_tweaks
      Added permission checking for printing the problem source during an error.

Jason Aubrey (2):
      Added AskSage() subroutine to ask SAGE to do computations during problem authoring.
      Modification to AskSage() which allows passing  to SAGE's set_random_seed().

Jason Grout (2):
      Fix AskSage to work with the accepted_tos option, and to print any errors.
      Make the sage interface support getting back multiple values in json format

John Jones (9):
      Fix pgalias bug where files have the same root but different extensions.
      Merge pull request #37 from mgage/develop
      Merge pull request #44 from goehle/devupdates
      Merge pull request #48 from paultpearson/patch-3
      Merge pull request #47 from paultpearson/patch-2
      Merge pull request #46 from paultpearson/patch-1
      Merge pull request #63 from mgage/release/2.8_fixLinearProgramming
      Merge pull request #65 from mgage/release/2.8_fixChromatic
      Merge pull request #66 from mgage/release/2.8_OctoberDevelopUpdate

John Travis (2):
      Add the initial version of a Sage cell macro.
      Merge pull request #59 from goehle/essayraio

Kelly Black (58):
      Added comments to the probability routines.
      Added a new routine to generate a list of normally dist. random numbers.
      Added routines associated with exponentially distributed random numbers.
      Added a routine to calculate the five point summary.
      Cleaned up the comments and added info about the optional parameter.
      Added an additional method for calculating the five point summary. The new method includes the median in the calculation of Q1 and Q3 if the median is in the dataset.
      Added first draft of a set of macros for statistics graphs.
      Added the code to add a box plot for the data.
      Added labels to the boxplots and adjusted the margins for the graph of the boxplots
      Moved the random number generating routines to the statistics macro in order to preserve the use of the problem's seed.
      Cleaned up the comments and added to them for completeness.
      Added a routine in the graph macros to get the largest and smallest values in a data set. This allows the init graph to avoid using any sorts.
      Fixed a problem with the positions of the ticks on the axes of a graph.
      Removed a test string for a label that was inadvertantly left in.
      Moved the axes positioning code out of an else to make sure all situations are captured.
      Removed a line that reset the labels that are queued to print in a plot.
      Shifted the labels on the axes for the graph macros.
      Fixed a problem with the positioning of the labels on the axes.
      Merge pull request #1 from openwebwork/develop
      Added first draft of code to make a histogram.
      Added the boxes for the histograms.
      Added an option in init_graph to allow for the vertical axis to be toggled off in an image.
      Added the labels to the plots of the histograms.
      Added a mutliplier to adjust the vertical scale of the histograms.
      Added a vertical, frequency axis for each histogram in a data set.
      Removed the label at deltax/y to the middle of the axes in the init_graph routine.
      Added a subroutine to calculate frequencies of nominal data.
      Added a routine to generate Poisson randomly dist. random numbers.
      Added a routine to generate binomially distributed random variables.
      Merge pull request #2 from openwebwork/develop
      Merge branch 'develop' into black_dev
      Added a routine to calculate a chi squared test statistic for a two way table.
      Removed an array that was used for testing purposes.
      Removed another array that was used for testing purposes.
      Added a first draft of a subroutine to calc. the stats for a t test.
      Added the value of the p-value for the t-test.
      Added comments to the t-dist routine.
      Added a routine to calculate the Pearson's sample correlation.
      Added the first draft of a routine to calculate least square linear regression
      Added comments and made minor formatting changes to the lienar regression subroutine.
      Added the ability to display outliers in boxplots using the 1.5 IQR rule.
      Set up the boxplots so that the ability to plot outliers as circles is an option.
      Started to add a routine to make a link to a generated data file.
      Added skeleton of a file to be used as a statistics module.
      Set of changes to set up using a statistics module.
      Updated the statistics module to create a valid filename and set it up to begin the process of creatign a data file.
      Set up the new module to write out a data file.
      Set up the statistics module to write to a file and create a link.
      Fixed a bug in the number of randomly generated numbers was incorrect.
      Changed a warning to a die in the data file writing routine.
      Updated the help text for the routine to write out a data file.
      Fixed an error in the comments for the t test routine.
      First draft of the routine added for a two sample t test.
      Added a separate routine to sum the values and their squares in a data set.
      Fixed the two sample t test.
      Fixed the comments in the two sample t test and removed some print statements.
      Merge pull request #4 from openwebwork/develop
      Added a routine to generate random numbers from a Bernoulli distribution.

Michael Gage (67):
      Merge pull request #20 from openwebwork/release/2.6
      Merge pull request #27 from openwebwork/master
      Merge pull request #30 from aubreyja/ask_sage
      Merge pull request #31 from aubreyja/ask_sage
      Merge pull request #32 from jwj61/develop
      Merge pull request #34 from openwebwork/hotfix1
      Merge pull request #29 from drjt/feature/SageMacro
      Modify debug message
      Change tex_cener key to tex_center
      Adjust addresses to the .js files to match new organization
      Add initial support for the GeogebraWebApplet
      Commented out some alert commands that were overwhelming the debugging.
      Merge pull request #35 from mgage/develop
      Simplify getApplet function for geobebraweb applets
      Add context that uses j instead of i in complex context
      Update geogebraweb object headers
      Make Chromatic portable.
      Improve error messages.
      Fix typo
      Add contextComplexJ.pl for using jas the square root of -1
      Change version to develop
      Merge branch 'develop' of https://github.com/openwebwork/pg into develop
      Add debug option to askSage
      Merge pull request #39 from mgage/develop
      Update to version 2.8
      Change message to use warning_message instead of perl's warn.
      Correct urls for ww_applet_support.js
      Merge branch 'develop' of https://github.com/openwebwork/pg into develop
      Merge pull request #42 from mgage/develop
      Merge pull request #43 from dpvc/bugfix/2.8-mathobject-fixes
      Adding Chromatic files
      Don't cache object before it is created
      Remove hardwiring of applet source -- allow this to be specified in the WW problem.
      Fix conflicts from merge
      Remove compiled C file
      Merge pull request #54 from dpvc/bugfix/2.8-FormulaUpToConstant
      Merge pull request #55 from dpvc/bugfix/2.8-adaptive-params
      Fix bug in setting isReady flag for geogebraweb
      Add tex mode outputs to compoundProblem2.pl
      Add _contextTypeset_init() subroutine so that the file is not reloaded.
      Merge branch 'develop' of https://github.com/openwebwork/pg into develop
      Merge pull request #60 from goehle/essayencode
      Merge branch 'develop' of https://github.com/openwebwork/pg into develop
      Add Chromatic.pm and chromatic/color.c to release/2.8.
      Restore Davide's identification of macro fileswhen reporting errors.
      Change new Fraction() to Fraction() to conform to MathObjects syntax.
      Merge branch 'release/2.8' into develop
      Merge branch 'develop_init_fix' into develop
      Update VERSION
      Fix conflicts in Chromatic.pm file
      Fix conflicts in Chromatic.pm
      Merge branch 'release/2.8_OctoberDevelopUpdate' of https://github.com/mgage/pg into release/2.8_OctoberDevelopUpdate
      Fix Chromatic.pm again
      Merge branch 'release/2.8' of https://github.com/openwebwork/pg into release/2.8
      Add most recent version of compoundProblems macros
      Merge branch 'release/2.8' of https://github.com/openwebwork/pg into release/2.8
      Correct behavior of HINTS and SOLUTIONs
      Finish tweaks to solutions and hints subroutines
      Update AskSage
      Fix error order of defining variables.
      Merge pull request #77 from mgage/release/2.8_asksageupdate
      Modify way results are passed back in askSage.  Work on error messages.
      Set default for accepting TOS to false
      Merge pull request #79 from goehle/dispbug
      Merge pull request #78 from mgage/release/2.8_asksageupdate
      Merge pull request #40 from openwebwork/release/2.8
      update version number(s)

Paul Pearson (3):
      Create MatrixCheckers.pl
      Create MatrixReduce.pl
      Create MatrixUnits.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