Version 2.2.2 of my Pascal code snippets collection has just been released. Don't let the patch version number bump fool you. There are a lot of new snippets in this release. In fact, it's the first time in years that so many new snippets have been added. Nearly all the new snippets are mathematical. A few snippets were added to the Arrays category, but most got grouped into the Mathematics category. Some snippets relate to number theory while others work with numbers in different bases. However the majority relate to statistics, including functions to calculate Arithmetic, Geometric, Harmonic, Logarithmic and Power means. I'm not going to list them all here, that would be tedious. See the change log for a full list of the new functions & other changes. A couple of existing snippets have been modified, in one case to fix a bug. Unit tests have been added for every new snippet and for one existing snippet. All the new snippets compile without problem with Delphi XE...
Finally, months after I meant to, I've released v2.2.0 of the DelphiDabbler Code Snippets Collection. This is a collection of snippets that can be loaded into CodeSnip program. To do so, download csdb-v2.2.0-data.zip from the GitHub release page . Unzip it somewhere on your system then run CodeSnip. Select the Install or Update DelphiDabbler Snippets Database menu option and follow the wizard. If you would like to run tests on some of the snippets then download csdb-v2.2.0-tests.zip from the same place. Read the included read-me file for info about how to run the tests. Finally there's comprehensive documentation in csdb-v2.2.0-docs.zip . In this release the main feature is the addition of a few routines to the Mathematics category. Specifically there are three IEEE conformant Pown routines and a couple of heavily overloaded summing functions. For details of these and other changes see the change log .
Version 2.2.3 of my Pascal code snippets collection has just been released. Unlike the previous bumper release, this one adds compilation results with Delphi 12 for all snippets that hadn't been tested with that compiler, which was most of them. It also fixes a couple of bugs, so I recommend updating to this release. For details of the bug fixes, see the change log . If you are using CodeSnip v4.16 or later then you can update your snippets collection by using the Database | Install or Update DelphiDabbler Snippets Database menu option and following the instructions in the resulting wizard. ➤ You can find the new release on GitHub .
Comments
Post a Comment