Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins that include changes to files matching 'modules/math/*'
2025-02-09
| ||
15:47 | Fixed a typo in permutations proc. check-in: 61f5d52a95 user: arjenmarkus tags: trunk, main | |
2025-01-04
| ||
18:37 | Correct mistakes in the man page for the filter package. check-in: ce253d70e3 user: arjenmarkus tags: trunk, main | |
16:16 | Re-implement the filter procedures, this time based on source code with an MIT license check-in: 79ae95d9e3 user: arjenmarkus tags: trunk, main | |
2024-12-23
| ||
06:58 | Merge trunk Leaf check-in: 71d736ed2c user: apnadkarni tags: apn-vc-fixes | |
2024-11-19
| ||
19:19 | Improve the check on the range for the x and y arguments (there should be some variation) check-in: c4478a0624 user: arjenmarkus tags: trunk, main | |
2024-11-15
| ||
08:12 | Correct a typo in the description of the elliptic function dn (K.Koehler) check-in: 61e6db60d3 user: arjenmarkus tags: trunk | |
2024-10-17
| ||
22:03 | Merge trunk and resolve conflicts. Some mime tests fail. check-in: aed2b8c04b user: pooryorick tags: mime | |
2024-09-27
| ||
10:44 | Merge trunk. check-in: 3242d066e4 user: pooryorick tags: module-aes | |
2024-09-13
| ||
18:51 | math::bigfloat - B - Tcl 9 portability fixes. Bumped to version 2.0.6 math::constants - B - Tcl 9 portability fixes. Bumped to version 1.0.4 math::special - B - Tcl 9 portability fixes. Bumped to version 0.5.4 math::statistics - B - Tcl 9 portability fixes. Bumped to version 1.6.1 math::filtergen - B - fixed ordering bug in condition. Bumped to version 0.3 math::filtergen - Tcl 9 portability markers math::calculus - Tcl 9 portability markers math::combinatorics - Tcl 9 portability markers math::pca - Tcl 9 portability markers math::quasirandom - Tcl 9 portability markers check-in: d89de8983d user: aku tags: trunk | |
2024-05-12
| ||
10:15 | Merge trunk. check-in: 07889faed0 user: pooryorick tags: module-aes | |
2024-01-22
| ||
07:28 | Correct the use of the random seed in the statistics tests check-in: 673d4e13ce user: arjenmarkus tags: trunk | |
2024-01-16
| ||
08:07 | Healed trunk split check-in: 19f1507600 user: aku tags: trunk | |
2024-01-15
| ||
18:45 | Correcting the description of math::sigma and fixing the seed for the random number generator - sporadic failures in one of the tests (as reported by A. Kupries). Closed-Leaf check-in: 08a89c4379 user: arjenmarkus tags: trunk | |
2024-01-08
| ||
13:02 | ticket [1482302b36] -- across modules, many version mismatches Introduced into trunk by me, via commit [758418619e8fa801] integrating Rolf's Tcl 9 work. I forgot to check for version mismatches. Thanks to Brian for the report. See also ticket [7be06f3334]. check-in: 7bed00f1fa user: aku tags: trunk | |
10:42 | math -- interpolate -- B, D Fix out of date version number in package index. Introduced into trunk by me, via commit [758418619e8fa801] integrating Rolf's Tcl 9 work. I forgot to check for version mismatches. Fix for ticket [7be06f3334]. Thanks to teclab for the report. check-in: d7c1f992da user: aku tags: trunk | |
2023-11-14
| ||
08:20 | Integrated Rolf's work to make Tcllib ready for Tcl 9+ into the trunk. Thank you very much. check-in: 758418619e user: aku tags: trunk | |
2023-09-29
| ||
16:28 | Bumped package version for all modules [a-r]*. (user: rolf) check-in: e5c34f86b7 user: rolf tags: tcl9-testarea-rde | |
2023-08-27
| ||
23:27 | More work on minimum Tcl version requirement, package vsatisfies and removing code for older versions. check-in: c3860e3eaf user: pointsman tags: tcl9-testarea-rde | |
2023-08-22
| ||
06:38 | Housekeeping: Bumped all the testsNeedTcl to at least 8.5. check-in: 424b8a1033 user: rolf tags: tcl9-testarea-rde | |
2023-08-19
| ||
13:08 | wip check-in: 26c5b661b6 user: rolf tags: rde-wip | |
2023-08-16
| ||
00:32 | More [package require Tcl] work and cleanup, including documentation. Regenerated embedded documentation. check-in: 57962d728c user: rolf tags: tcl9-testarea-rde | |
2023-08-11
| ||
23:52 | More adaption to the package require Tcl commands, following what was discussed at the montly meeting 2023/08. More work and changes to come. check-in: 46ab6ea7c8 user: rolf tags: tcl9-testarea-rde | |
2023-07-17
| ||
16:28 | Restored test math-fuzzy-ManyCompares-1.1 to its code on trunk and marked as Tcl 8 only test. check-in: 48aacf8db2 user: rolf tags: tcl9-testarea-rde | |
2023-07-07
| ||
23:52 | More work on the math test suite check-in: 2249a54089 user: rolf tags: tcl9-testarea-rde | |
16:27 | Removed bigfloat.tcl and bigfloat.test and references to them. This was the Tcl 8.4 version, for Tcl 8.5- bigfloat2.tcl is used. Fixed a missed [package require Tcl]. Fixed a variable scope thingy in exact.tcl. check-in: 4046518638 user: rolf tags: tcl9-testarea-rde | |
2023-06-30
| ||
22:54 | No magic tcl_presicion anymore in Tcl 9 (Tip 488). check-in: cbcc7a8ba3 user: rolf tags: tcl9-testarea-rde | |
2023-06-23
| ||
10:22 | Pointsman testbed. check-in: a5532890a4 user: rolf tags: tcl9-testarea-rde | |
2023-04-03
| ||
04:19 | Correct some errors in the description of the weighted multivariate regression (mv-wls) check-in: dd42ad9077 user: arjenmarkus tags: trunk | |
2022-10-05
| ||
21:00 | math - bigfloat2 - Tkt [38447f264b] - B - mishandling of zero exponent tests added. version bumped to 2.0.4. regenerated docs. check-in: 99458cf45a user: aku tags: trunk | |
20:42 | math - decimal - Tkt [c32d31f42d] - I - typo fix in comment simulation - montecarlo - Tkt [29e688b8fb] - D - typo fix in docs regenerated docs check-in: 7546b29b79 user: aku tags: trunk | |
2022-06-05
| ||
11:01 | Document the changes- root-find procedures check-in: a27334abbf user: arjenmarkus tags: trunk | |
10:59 | Add root finding methods for one-dimensional functions (bisection, secant, Brent and Chandrupatla) check-in: 4c392b4878 user: arjenmarkus tags: trunk | |
2022-05-07
| ||
15:51 | Tcllib Release 1.21 work integrated with trunk. Released. check-in: a25bdeaef4 user: aku tags: trunk, release, tcllib-1-21 | |
2022-04-26
| ||
19:07 | Merge math::figurate fixes from trunk. check-in: e5ce7db6e1 user: aku tags: tcllib-1-21-rc | |
18:19 | Correct several procedures in the figurate package. These were partly due to the apparently inconsistent definition of the number of objects. With these changes an argument 0 (or negative) means that no objects are counted, hence the result is 0. This seems more logical as some of the original formulae returned 1 if the argument was 0. check-in: 5186b4951a user: arjenmarkus tags: trunk | |
2022-04-25
| ||
21:28 | fileutil::magic::filetype - Fix missing version bump irc - Fix inconsistent version information ldapx - Fix inconsistent version information math::bigfloat - Fix inconsistent version information, and missing bump. struct::list - Fix missing version bump check-in: 93193f011e user: aku tags: tcllib-1-21-rc | |
2022-04-14
| ||
12:14 | merge trunk check-in: d72480fa88 user: pooryorick tags: module-aes | |
2022-04-09
| ||
15:28 | math - figurate [B] Fixed various things Missing continuation lines in namespace export Missing Tcl 8.6 requirement in tests Typo in test description Copyright year for tests check-in: 6ca4214eda user: aku tags: trunk | |
2021-10-31
| ||
14:42 | Forgot to commit the change log file check-in: 287e798c6f user: arjenmarkus tags: trunk | |
13:32 | Add the new package "math::figurate" for evaluating various figurate numbers check-in: 777c3eccc5 user: arjenmarkus tags: trunk | |
2021-07-28
| ||
23:28 | Merge trunk. Closed-Leaf check-in: e3b25903c8 user: pooryorick tags: pooryorick | |
22:50 | Merge trunk and fix smtp.tcl. check-in: db119d511f user: pooryorick tags: mime | |
2021-05-29
| ||
08:56 | Forgot to update the version number for math::special check-in: 86b804e36a user: arjenmarkus tags: trunk | |
08:47 | Correct the implementation of the Jacobi elliptic function dn and add proper test cases for the three functions (sn, cn and dn) check-in: d79cb46369 user: arjenmarkus tags: trunk | |
2021-05-09
| ||
16:25 | merge trunk check-in: 505623356e user: pooryorick tags: mime | |
2021-05-06
| ||
07:03 | Correct a mistake in the name of one of the Jacobi elliptic functions. Note that the set of tests should be extended, as the functions cn, sn and dn are not explicitly tested. Made a note for this. check-in: c67e12121e user: arjenmarkus tags: trunk | |
2021-05-01
| ||
12:01 | As prescribed in [7dfe60d7f4], updated all test files where the value of testsNeedTcl was less than 8.5. Update some tests in ncgi. check-in: 108bdfc111 user: pooryorick tags: mime | |
2021-04-30
| ||
12:12 | Merge trunk. check-in: e535000f3e user: pooryorick tags: pooryorick | |
2021-04-14
| ||
20:53 | Merge test fixes from trunk, plus local fixes for small localPath breakage. Semantic change: `localPath` now looks for siblings, not module files. In some places this changes the relative path needed for access to support files. Closed-Leaf check-in: e67cf6dad0 user: aku tags: pyk-testutilities | |
19:13 | math - T - Fix tests for changepoint, filtergen, and combinatorics. These packages require Tcl 8.6, and the tests asked only for 8.5, breaking them for 8.5. Also cleanup of trailing whitespace in the entire module. check-in: 96e2abceb9 user: aku tags: trunk | |