Data objects for HTML elements.
Changes for 0.14 - 2024-04-22T11:30:49+02:00
- Add 'onchange' parameter to Select.
Pango style markup formatting
Changes for 0.036 - 2024-04-22
- Introducing struts. Update SYNOPOSIS example to modern PDF::API2 conventions. Fix/enhance drawing of brackgrounds. Fix problem with wrongly calculated underlining.
Get stock and mutual fund quotes from various exchanges
Changes for 1.61_01 - 2024-04-21T17:50:16-07:00
- YahooWeb.pm - Issue #377. Modified YahooWeb to account for changes from Yahoo.
Sah schemas related to SortKey
Changes for 0.002 - 2024-03-07
- Rename module/dist Sah-Schema{s,Bundle}-SortKey.
Perl Data Language
Changes for 2.088 - 2024-04-22
- Slatec::ch{ic,sp} work arrays now [t]
- add Slatec::bvalu
- add Func::{pchip,spline}, and a demo
- add Ufunc::diff2
- extra ) on end of Pars now an error
- PP dim sizes can be =CALC(...) instead of explicit RedoDimsCode
- PP add loop(n=start:end:inc) idiom to stop not at end and have non-1 inc
- updated README.md - thanks @falsifian
- support T_PTROBJ in typemap
an interactive plotting widget and library for PDL and Prima
Changes for 0.21 - 2024-04-22
- demo now only loads Prima when run, reducing perldl problems
demonstrate PDL::Graphics::PLplot capabilities
Changes for 0.84 - 2024-04-22
- add perldl demo
- fix plFreeGrid to use free that matches the allocator
- pl{Alloc,Free}{,2d}Grid error if not match allocating and freeing routine
- minimum PDL 2.083 due to output OtherPars
Simple backend-independent plotting for PDL
Changes for 1.011 - 2024-04-22
- P{GPLOT,Lplot} to read devices using proper API not subprocesses
- if PDL_SIMPLE_ENGINE in ENV, use ONLY that if engine unspecified
- each driver module now publishes which $P:G:S::API_VERSION it conforms to
- PGS::register takes hashref instead of magic var in driver namespace
- loading driver module not eval-ed
- PDL_SIMPLE_DEVICE in env replaces driver guessing
- PDL_SIMPLE_OUTPUT in env overrides input parameters
SAML bindings and protocol implementation
Changes for 0.79 - 2024-04-21T18:13:48Z
- Compatibility Deprecation Warning
- Significant Changes
- Detailed Change Log
Validate HTTP requests and responses against an OpenAPI v3.1 document
Changes for 0.062 - 2024-04-21T18:11:43Z
- BREAKING CHANGE: operation_path is dropped from the populated $options hash in validate_request, validate_response, and find_path, and replaced with path_item_uri
- "servers" entries are now allowed in openapi documents, but they are not yet considered when matching URIs to paths
Plack search application.
Changes for 0.05 - 2024-04-21T17:53:19+02:00
- Add 'tags_after' parameter.
Tags helper for table view.
Changes for 0.06 - 2024-04-21T17:26:14+02:00
- Fix of setting of table data. Copy in this time.
Tags helper for CPAN::Changes object.
Changes for 0.04 - 2024-04-21T16:06:08+02:00
- Add trivial Changes file and test on it.
- Fix output on ex1.changes test file.
parses .pm file as PAUSE does
Changes for 0.47 - 2024-04-21
- Improve class detection
Plack application for running Tags::HTML objects.
Changes for 0.17 - 2024-04-21T12:34:17+02:00
- Add test for 'css_data'.
- Rewrite examples in doc to version with indented output.
Perl extension for finding the memory usage of Perl variables
Changes for 0.83_50 - 2024-04-21
- patch from Slaven:
- CvOUTSIDE is again set on all cloned subs [CPAN #149902]
Tags helper for HTML container.
Changes for 0.07 - 2024-04-21T12:13:54+02:00
- Add 'padding' parameter.
- Add check for unit in 'height' parameter.
- Add example with change password helper in container to doc.
Mo CSS utilities.
Changes for 0.06 - 2024-04-21T11:32:50+02:00
- Fix check_css_unit() method for e.g. '0.5em'.
Plack application for running Tags::HTML objects.
Changes for 0.16 - 2024-04-21T09:16:38+02:00
- Copy CSS links, Javascript and Javascript links from component to main object.
Plack component for Tags with HTML output.
Changes for 0.17 - 2024-04-21T08:10:03+02:00
- Move inicialization of page begin to better place after actions phase. It's possible to implement _process_actions without inheritance of it.
Demiguise 🇮🇱 likes this.
A simplex optimizer for the rest of us (who may not know PDL).
Changes for 2.001 - 2024-04-20T22:02:43-07:00
- bugfix: add workers as a valid option
- add parallel worker test
A simplex optimizer for the rest of us (who may not know PDL).
Changes for 2.0 - 2024-04-20T21:33:12-07:00
- Add support for parallel Simplex and ParticleSwarm workers
- Catch SIGINT to provide the best values so far, and then return as if the simulation finished (without crashing).
- ParticleSwarm: Pre-seed "best" values if initialGuess is provided
- Simplex: move tolerance to simplex opts
- bugfix: Only clamp or round variables if the variables are enabled
- bugfix: Fix an undef dereference of best_minima
Sah schemas related to Comparer
Changes for 0.002 - 2024-03-07
- Rename module/dist Sah-Schema{s,Bundle}-Comparer.
Tags helper abstract class.
Changes for 0.10 - 2024-04-21T00:11:40+02:00
- Add storing of CSS link, JS code and JS links in instance.
- Use CSS::Struct::Output::Structure in tests only.
- Use Tags::Output::Structure in tests only.
Demiguise 🇮🇱 likes this.
Plack component for Tags with HTML output.
Changes for 0.16 - 2024-04-21T00:08:47+02:00
- Add handling of css_src().
- Fix DEPENDENCIES section in doc.
- Fix default value of 'tags' parameter in doc.
- Move inicialization of page begin from prepare to actions phase.
- Sort parameters in doc.
- Update copyright years.
stateless, text-based CAPTCHAs
Changes for 0.3
- Added protections for bad enc_payload to validate()
Client for the NearlyFreeSpeech.NET API
Changes for 1.04 - 2024-04-20
- Added the sync property to DNS objects
- Use FindBin to locate inc::My_Build in Build.PL
ITree based document list
Changes for 0.06 - 2024-04-20T11Z
- Added collapseAll and expandAll methods.
Print a table to the terminal and browse it interactively.
Changes for 0.163 - 2024-04-20
- Term::Choose minimum version 1.764.
- Update search prompt.
- Return if the table has no columns.
- Code refactoring.
Read lines from STDIN.
Changes for 0.556 - 2024-04-20
- Update documentation.
- Term::Choose minimum version 1.764.
- Code refactoring.
TUI-related functions for selecting directories, files, numbers and subsets of lists.
Changes for 0.141 - 2024-04-20
- Term::Choose minimum version 1.764.
- Updates 'choose_directories'.
- Code refactoring.
Yet another NoteBook widget
Changes for 0.06
- fixed relief of tab widget beautified appearance of selected page.
Choose items from a list interactively.
Changes for 1.764 - 2024-04-20
- Code refactoring.
Tags helper class for image presentation.
Changes for 0.01 - 2024-04-20T15:31:29+02:00
- First version.
Data object for image.
Changes for 0.04 - 2024-04-20T15:30:30+02:00
- Add check location for url.
- Add test for author error.
- Improve doc.
- Improve test in constructor to full-fledged object.
- Update copyright years.
Tool to fetch module from CPAN archive.
Changes for 0.10 - 2024-04-20T14:51:38+02:00
- Add tests for App::CPAN::Get::MetaCPAN.
- Improve abstract.
- Improve check for LWP::UserAgent.
- Improve constructor tests of App::CPAN::Get.
- Rewrite from Menlo::Index::MetaCPAN to own implementation.
- Update copyright years.
Interaction with OpenExchangeRates API
Changes for 0.001 - 2024-04-20T11:44:47+00:00
- Initial Release
data pack for Business::ISBN
Changes for 20240420.001 - 2024-04-20T11:39:16Z
- data update for 2024-04-20
A plugin bundle for distributions config as common dist.ini by VNEALV
Changes for 0.003 - 2024-04-20T11:31:25+00:00
- Updated minimum version to support
Perl extension for Package URL (aka "purl")
Changes for 2.11 - 2024-04-19
- Improved the cpan PURL type to be compatible with the 'PURL-TYPES' specification (giterlizzi/perl-URI-PackageURL#8 - https://github.com/package-url/purl-spec/blob/master/PURL-TYPES.rst)
- Added "luarocks" PURL type support
- Improved test suite (giterlizzi/perl-URI-PackageURL#11)
- Renamed CLI package in "URI::PackageURL::App"
- Changed JSON module pre-requisite to "JSON::PP" to be compatible with CPAN Toolchain (giterlizzi/perl-URI-PackageURL#12)