<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Project updates</title><link>https://arelle.org/updates/</link><description>Updates from the Arelle team.</description><language>en-US</language><atom:link href="https://arelle.org/updates/index.xml" rel="self" type="application/rss+xml"/><item><title>June 2026 Update</title><link>https://arelle.org/updates/2026/06/26/june-2026-update/</link><pubDate>Fri, 26 Jun 2026 16:49:00 +0000</pubDate><guid>https://arelle.org/updates/2026/06/26/june-2026-update/</guid><description>&lt;p&gt;We missed our monthly update in May as members of the team were attending the &lt;strong&gt;2026 XBRL Europe and Eurofiling conference in Paris&lt;/strong&gt;. It was fantastic to connect in person with so many members of the Arelle community and to provide a preview of our upcoming Arelle viewer redesign.&lt;/p&gt;&#10;&lt;p&gt;Following that productive event, we are pleased to share our latest updates with the release of &lt;strong&gt;Arelle 2.41.5&lt;/strong&gt;. This version introduces key regulatory updates, expanded API capabilities, and refined validation accuracy.&lt;/p&gt;&#10;&lt;h2 id="standard--regulatory-compliance"&gt;Standard &amp;amp; Regulatory Compliance&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;EDINET 2026 Support&lt;/strong&gt;: Added support for &lt;strong&gt;EDINET 2026&lt;/strong&gt; along with new filing validations.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;ESEF 2025&lt;/strong&gt;: The &lt;strong&gt;ESEF 2025 disclosure systems&lt;/strong&gt; are no longer marked as draft.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="data--validation-accuracy"&gt;Data &amp;amp; Validation Accuracy&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Table Constraints&lt;/strong&gt;: Implemented &lt;strong&gt;Table Constraints restriction validation&lt;/strong&gt;.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Negative-Number Check&lt;/strong&gt;: Improved the accuracy of the &lt;strong&gt;iXBRL 1.1 negative-number check&lt;/strong&gt;.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;OIM XSD Validation&lt;/strong&gt;: Added &lt;strong&gt;XSD type validation&lt;/strong&gt; for CSV and JSON Open Information Model (OIM) formats.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="system--infrastructure-upgrades"&gt;System &amp;amp; Infrastructure Upgrades&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Public API Addition&lt;/strong&gt;: Exposed the &lt;strong&gt;PackageSource&lt;/strong&gt; class as part of the public API.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Docker Updates&lt;/strong&gt;: Resolved an issue to ensure that &lt;strong&gt;Docker images report the correct release version&lt;/strong&gt;.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Windows Installer&lt;/strong&gt;: Added &lt;strong&gt;system-wide shortcuts&lt;/strong&gt; to the Windows installation process.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Typing Improvements&lt;/strong&gt;: Continued expanding code health with &lt;strong&gt;more type hint coverage&lt;/strong&gt;.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;To get involved with future work, please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item><item><title>April 2026 Update</title><link>https://arelle.org/updates/2026/04/24/april-2026-update/</link><pubDate>Fri, 24 Apr 2026 04:43:00 +0000</pubDate><guid>https://arelle.org/updates/2026/04/24/april-2026-update/</guid><description>&lt;p&gt;In April, the Arelle team released version &lt;strong&gt;2.39.11&lt;/strong&gt;, introducing important regulatory finalizations, significant deployment optimizations, and internal code refactoring.&lt;/p&gt;&#10;&lt;h2 id="compliance--validation"&gt;Compliance &amp;amp; Validation&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;ESEF 2025&lt;/strong&gt;: Finalized support for the &lt;strong&gt;ESEF 2025&lt;/strong&gt; reporting cycle.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;ESEF Authority Option&lt;/strong&gt;: Introduced a new &amp;ndash;esefAuthority configuration option across both the CLI and GUI.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;xBRL-CSV Support&lt;/strong&gt;: Added metadata validation for &lt;strong&gt;xBRL-CSV Table Constraints&lt;/strong&gt;.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="performance--infrastructure"&gt;Performance &amp;amp; Infrastructure&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Windows Performance&lt;/strong&gt;: Significantly improved Windows startup performance, reducing launch time to &lt;strong&gt;1–3 seconds&lt;/strong&gt;.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;DockerHub Availability&lt;/strong&gt;: The official Arelle Docker image is now published to DockerHub. It can be run using:&lt;br&gt;&#10;docker run arelleproject/arelle:latest /opt/start.sh&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Installer Enhancements&lt;/strong&gt;: Refined the Arelle installer, successfully &lt;strong&gt;cutting its size in half&lt;/strong&gt;.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Proxy Integration&lt;/strong&gt;: Implemented improved proxy support for better environment compatibility.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="architecture--code-quality"&gt;Architecture &amp;amp; Code Quality&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Refactoring&lt;/strong&gt;: Separated core responsibilities by extracting the PackageManager and PluginManager into distinct classes.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Type Hints&lt;/strong&gt;: Continued code modernization with &lt;strong&gt;more type hint coverage&lt;/strong&gt; across the codebase.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;To get involved with future work, please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item><item><title>March 2026 Update</title><link>https://arelle.org/updates/2026/03/27/march-2026/</link><pubDate>Fri, 27 Mar 2026 07:38:00 +0000</pubDate><guid>https://arelle.org/updates/2026/03/27/march-2026/</guid><description>&lt;p&gt;In March, the Arelle team released version &lt;strong&gt;2.39.3&lt;/strong&gt;, focusing on formula performance optimizations, validation updates, and new deployment and automation features.&lt;/p&gt;&#10;&lt;h2 id="performance--infrastructure"&gt;Performance &amp;amp; Infrastructure&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Solvency II Performance&lt;/strong&gt;: Optimizations to the formula engine delivered up to &lt;strong&gt;60% faster performance for Solvency II&lt;/strong&gt; taxonomies.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Web Server Docker Image&lt;/strong&gt;: Introduced an official &lt;strong&gt;web server Docker image&lt;/strong&gt; (thanks to Ryan for this contribution).&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="validation--compliance"&gt;Validation &amp;amp; Compliance&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;EDGAR 26.1&lt;/strong&gt;: Added full support for the &lt;strong&gt;EDGAR 26.1&lt;/strong&gt; release.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Rule Refinements&lt;/strong&gt;: Implemented several &lt;strong&gt;KVK and EDINET validation rule improvements&lt;/strong&gt;.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="platform--tooling"&gt;Platform &amp;amp; Tooling&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Validation Exit Codes&lt;/strong&gt;: Added the validationExitCode option to allow returning non-zero exit codes when validation errors occur, aiding pipeline automation.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Data Parsing&lt;/strong&gt;: Introduced an &lt;strong&gt;xBRL-CSV Table Constraints parser&lt;/strong&gt; to handle complex table layouts.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Codebase Improvements&lt;/strong&gt;: Continued adding &lt;strong&gt;more type hints&lt;/strong&gt; to improve code stability and developer experience.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;To get involved with future work, please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item><item><title>February 2026 Update</title><link>https://arelle.org/updates/2026/02/27/february-2026-update/</link><pubDate>Fri, 27 Feb 2026 04:18:00 +0000</pubDate><guid>https://arelle.org/updates/2026/02/27/february-2026-update/</guid><description>&lt;p&gt;February has been a highly productive month of refinement and acceleration for the Arelle project. With the release of &lt;strong&gt;Arelle 2.38.17&lt;/strong&gt; and &lt;strong&gt;iXBRL Viewer 1.4.88&lt;/strong&gt;, we have delivered major performance optimizations, clearer project guidelines, and updated regulatory previews.&lt;/p&gt;&#10;&lt;p&gt;Here is what we accomplished this month:&lt;/p&gt;&#10;&lt;h2 id="performance--rendering-enhancements"&gt;Performance &amp;amp; Rendering Enhancements&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Faster Load Times:&lt;/strong&gt; We have optimized loading speeds, yielding a &lt;strong&gt;15% load time improvement for US-GAAP&lt;/strong&gt; taxonomies.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Table Linkbase:&lt;/strong&gt; This update addresses and resolves critical &lt;strong&gt;Table Linkbase rendering bug fixes&lt;/strong&gt;.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="validation--compliance"&gt;Validation &amp;amp; Compliance&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;EDGAR 26.1 Previews:&lt;/strong&gt; Early-stage support is now live with &lt;strong&gt;EDGAR 26.1 preview builds&lt;/strong&gt;.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Rule Improvements:&lt;/strong&gt; We have made targeted &lt;strong&gt;DBA validation rule improvements&lt;/strong&gt; and &lt;strong&gt;KVK validation rule improvements&lt;/strong&gt; to strengthen our Danish and Dutch reporting support.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="infrastructure--policy-updates"&gt;Infrastructure &amp;amp; Policy Updates&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Official Versioning Policy:&lt;/strong&gt; To provide more clarity and transparency around our releases, we have published our official &lt;a href="https://arelle.readthedocs.io/en/latest/versioning.html"&gt;Versioning Policy&lt;/a&gt;.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;New Conformance Suite Runner:&lt;/strong&gt; We have transitioned to a modernized testing setup. You can view the code and progress at our &lt;a href="https://github.com/Arelle/arelle-test-engine"&gt;new conformance suite runner repository&lt;/a&gt;.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="arelle-ixbrl-viewer-v1488"&gt;Arelle iXBRL Viewer (v1.4.88)&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Visual Fixes:&lt;/strong&gt; This release resolves an interface bug, providing a &lt;strong&gt;fix for column layout fact highlight wrapping&lt;/strong&gt; to keep report presentation clean and readable.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;To get involved with future work, please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item><item><title>January 2026 Update</title><link>https://arelle.org/updates/2026/01/30/january-2026-update/</link><pubDate>Fri, 30 Jan 2026 16:12:00 +0000</pubDate><guid>https://arelle.org/updates/2026/01/30/january-2026-update/</guid><description>&lt;p&gt;We are thrilled to kick off 2026 alongside our incredible Arelle and larger XBRL community! To start the new year strong, we have rolled out &lt;strong&gt;Arelle 2.38.7&lt;/strong&gt; and &lt;strong&gt;iXBRL Viewer 1.4.87&lt;/strong&gt;, introducing several new draft validations and key infrastructure enhancements.&lt;/p&gt;&#10;&lt;p&gt;Here is what we worked on this month:&lt;/p&gt;&#10;&lt;h2 id="regulatory--validation-drafts"&gt;Regulatory &amp;amp; Validation Drafts&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;2025 Draft Standards:&lt;/strong&gt; We have added draft validation support for both &lt;strong&gt;DBA 2025&lt;/strong&gt; and &lt;strong&gt;NL (Netherlands) inline 2025&lt;/strong&gt;.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;KVK Enhancements:&lt;/strong&gt; This release includes targeted validation rule improvements for the Dutch Chamber of Commerce (&lt;strong&gt;KVK&lt;/strong&gt;).&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="platform--infrastructure-upgrades"&gt;Platform &amp;amp; Infrastructure Upgrades&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Python 3.14 Support:&lt;/strong&gt; We continue to ensure compatibility with modern environments by expanding &lt;strong&gt;Python 3.14 support&lt;/strong&gt; to both the core Arelle platform and the iXBRL Viewer.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;CI Runner Overhaul:&lt;/strong&gt; Our development workflow received a major boost with a complete overhaul of our &lt;strong&gt;CI conformance suite runner&lt;/strong&gt;.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Enhanced Type Safety:&lt;/strong&gt; The iXBRL Viewer now includes &lt;strong&gt;full type hints&lt;/strong&gt; for better code maintenance and developer experience.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;To get involved with future work, please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item><item><title>December 2025 Update</title><link>https://arelle.org/updates/2025/12/23/december-2025-update/</link><pubDate>Tue, 23 Dec 2025 13:06:00 +0000</pubDate><guid>https://arelle.org/updates/2025/12/23/december-2025-update/</guid><description>&lt;p&gt;December has been an incredibly eventful month to close out the year! Alongside our latest technical milestones, the team connected with the broader reporting community at the virtual &lt;strong&gt;XBRL International Data Amplified&lt;/strong&gt; conference. It was a fantastic opportunity to share insights and discuss the evolving landscape of digital financial reporting.&lt;/p&gt;&#10;&lt;p&gt;On the development front, we are capping off 2025 with a major milestone release: &lt;strong&gt;Arelle 2.38.0&lt;/strong&gt; and &lt;strong&gt;iXBRL Viewer 1.4.84&lt;/strong&gt;.&lt;/p&gt;&#10;&lt;h2 id="regulatory--validation-milestones"&gt;Regulatory &amp;amp; Validation Milestones&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;EDGAR 25.4:&lt;/strong&gt; Full support for the EDGAR 25.4 release is now live.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;ESEF 2025 Draft:&lt;/strong&gt; You can now prepare for upcoming European filings with our ready-to-use ESEF 2025 draft support.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;EDINET Completion:&lt;/strong&gt; We have achieved a major landmark with completely finalized EDINET validation support.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;NL NT20 Preview:&lt;/strong&gt; This update introduces initial preview validation support for the Dutch NT20 taxonomy.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="infrastructure--code-modernization"&gt;Infrastructure &amp;amp; Code Modernization&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Python 3.14 Alignment:&lt;/strong&gt; To keep our stack future-proof, both Arelle and the iXBRL Viewer now include initial support for Python 3.14.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Enhanced Code Quality:&lt;/strong&gt; Developers will benefit from significant type hint improvements in the core platform, alongside full type hints checking implemented across the iXBRL Viewer for greater stability.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;As we look back on a highly productive year, the Arelle team wants to thank all of our users and contributors. Happy holidays, and we wish you all a happy and successful new year!&lt;/p&gt;&#10;&lt;p&gt;To get involved with future work, please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item><item><title>November 2025 Update</title><link>https://arelle.org/updates/2025/11/28/november-2025-update/</link><pubDate>Fri, 28 Nov 2025 09:18:00 +0000</pubDate><guid>https://arelle.org/updates/2025/11/28/november-2025-update/</guid><description>&lt;p&gt;November brings the release of &lt;strong&gt;Arelle 2.37.72&lt;/strong&gt; alongside &lt;strong&gt;iXBRL Viewer 1.4.80&lt;/strong&gt;. This month, the development focus has shifted toward laying the groundwork for 2025 regulatory reporting standards, expanding international validation suites, and optimizing our delivery packages.&lt;/p&gt;&#10;&lt;h2 id="platform--validation-milestones"&gt;Platform &amp;amp; Validation Milestones&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;ESEF 2025 Preview:&lt;/strong&gt; We have introduced work-in-progress (WIP) support for the &lt;strong&gt;ESEF 2025 disclosure system&lt;/strong&gt;. This is currently incomplete but serves as an early foundation for upcoming filings.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;EDINET Rules Milestone:&lt;/strong&gt; We added more validation rules, bringing the total to &lt;strong&gt;401 EDINET validation rules&lt;/strong&gt; (now approximately &lt;strong&gt;95% complete&lt;/strong&gt;).&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Netherlands iXBRL:&lt;/strong&gt; Updated the platform to support &lt;strong&gt;Netherlands iXBRL 2025 validation&lt;/strong&gt; requirements.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Command Line Improvement:&lt;/strong&gt; A new &amp;ndash;optionsFile argument has been introduced, allowing you to &lt;strong&gt;load CLI options directly from a JSON file&lt;/strong&gt; for cleaner automation.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="ixbrl-viewer-updates-v1480"&gt;iXBRL Viewer Updates (v1.4.80)&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Optimized Package Size:&lt;/strong&gt; We have successfully reduced the footprint of both our &lt;strong&gt;Python and npm packages&lt;/strong&gt;, ensuring a lighter and faster installation process.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;To get involved with future work, please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item><item><title>October 2025 Update</title><link>https://arelle.org/updates/2025/10/24/october-2025-update/</link><pubDate>Fri, 24 Oct 2025 10:30:00 +0000</pubDate><guid>https://arelle.org/updates/2025/10/24/october-2025-update/</guid><description>&lt;p&gt;October has been a productive month for the Arelle project, marked by the release of &lt;strong&gt;Arelle 2.37.67&lt;/strong&gt; and &lt;strong&gt;iXBRL Viewer 1.4.77&lt;/strong&gt;. These releases focus heavily on expanding regulatory coverage, resolving developer pain points, and refining the user interface.&lt;/p&gt;&#10;&lt;h2 id="core-validation--compliance"&gt;Core Validation &amp;amp; Compliance&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;EDGAR Alignment:&lt;/strong&gt; Full support is now available for &lt;strong&gt;EDGAR 25.3 &amp;amp; 25.3.1&lt;/strong&gt;.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;ESEF Progress:&lt;/strong&gt; Implemented &lt;strong&gt;improved ESEF validations&lt;/strong&gt; to streamline European reporting.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;EDINET Expansion:&lt;/strong&gt; Added &lt;strong&gt;60+ more EDINET validation rules&lt;/strong&gt;, pushing our total coverage to &lt;strong&gt;87%&lt;/strong&gt;.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Conformance Testing:&lt;/strong&gt; Updated the &lt;strong&gt;XBRL dimensions conformance suite&lt;/strong&gt; within our CI environment.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="api--developer-enhancements"&gt;API &amp;amp; Developer Enhancements&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Session API:&lt;/strong&gt; Added &lt;strong&gt;source zip stream filename detection&lt;/strong&gt; to the Session API.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Debugger Stability:&lt;/strong&gt; Resolved a bug where the ModelObject was causing the Python debugger to crash.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Data Export:&lt;/strong&gt; Implemented key bug fixes for the &lt;strong&gt;fact table XML output format&lt;/strong&gt;.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="ixbrl-viewer-v1477"&gt;iXBRL Viewer (v1.4.77)&lt;/h2&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Better Navigation:&lt;/strong&gt; Dimensions in the &lt;strong&gt;Fact Properties panel&lt;/strong&gt; are now sorted, making it significantly easier to read and explore distinct data points.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;To get involved with future work, please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please contact us for meeting details.&lt;/p&gt;&#10;</description></item><item><title>September 2025 Update</title><link>https://arelle.org/updates/2025/09/26/september-2025-update/</link><pubDate>Fri, 26 Sep 2025 08:38:00 +0000</pubDate><guid>https://arelle.org/updates/2025/09/26/september-2025-update/</guid><description>&lt;p&gt;September was another active month of development for the Arelle project, with updates rolling out across versions &lt;strong&gt;2.37.50 through 2.37.60&lt;/strong&gt;. This cycle brings a healthy mix of platform usability enhancements, diagnostic upgrades, and crucial regulatory updates.&lt;/p&gt;&#10;&lt;p&gt;Here is a breakdown of what’s new:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Regulatory &amp;amp; Validation Enhancements&lt;/strong&gt;: This release introduces preview builds for &lt;strong&gt;EDGAR 25.3&lt;/strong&gt; and adds further &lt;strong&gt;Japanese EDINET validation rules&lt;/strong&gt;. We have also made key &lt;strong&gt;LEI validation improvements&lt;/strong&gt;.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Usability &amp;amp; GUI Updates&lt;/strong&gt;: To streamline your workflow, you can now &lt;strong&gt;load EDINET manifests directly from the GUI&lt;/strong&gt;. We’ve also &lt;strong&gt;improved plugin discovery&lt;/strong&gt; to make managing extensions a smoother experience.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Logging &amp;amp; Diagnostics&lt;/strong&gt;: Developers and power users will benefit from &lt;strong&gt;improved IXDS model reference logging&lt;/strong&gt;, making troubleshooting much more straightforward.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;To get involved with future work, please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item><item><title>August 2025 Update</title><link>https://arelle.org/updates/2025/08/31/august-2025-update/</link><pubDate>Sun, 31 Aug 2025 12:00:00 +0000</pubDate><guid>https://arelle.org/updates/2025/08/31/august-2025-update/</guid><description>&lt;p&gt;In August, the Arelle team released several updates across versions 2.37.43 through 2.37.53, focusing on enhancements to validation and data handling. Key updates included:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Validation and Conformance&lt;/strong&gt;: The recognition of ROS 2025 taxonomies was added, and both the EFM and the new UKSEF conformance suites were updated.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;EDINET Rules&lt;/strong&gt;: New EDINET entries were added, and existing ones were updated for better efficiency.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Error Handling&lt;/strong&gt;: Improvements were made to the ErrorManager and logging for embedded SVGs.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Fact Handling&lt;/strong&gt;: A new function was created to replace old duplicate fact checks, and logging was added for duplicate fact set fact references.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Dependencies&lt;/strong&gt;: Various dependency updates, including frequent Python and GitHub Action updates.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;To get involved with future work, please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item><item><title>July 2025 Update</title><link>https://arelle.org/updates/2025/07/31/july-2025-update/</link><pubDate>Thu, 31 Jul 2025 12:00:00 +0000</pubDate><guid>https://arelle.org/updates/2025/07/31/july-2025-update/</guid><description>&lt;p&gt;The Arelle team delivered several updates in July 2025, from versions 2.37.29 through 2.37.42. The updates centered on extending validation and making various technical improvements to the platform. Key updates included:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;EDINET Validation&lt;/strong&gt;: The initial EDINET validation plugin and conformance suite were added, along with numerous EDINET rules.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Validation Improvements&lt;/strong&gt;: The team added a new check for the extension taxonomy directory prefix for DK ESEF and improved the handling of test case variations with warnings.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Platform Enhancements&lt;/strong&gt;: New features were introduced, such as support for logging image CSS selectors and a new function to get file sizes.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Bug Fixes&lt;/strong&gt;: Fixes were addressed for issues like ROS.19 casting errors and a parenthesis grouping problem in the ROS.19 rule.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Dependencies&lt;/strong&gt;: The minimum version of setuptools was bumped, and various dependency groups were updated.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;To get involved with future work, please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item><item><title>June 2025 Update</title><link>https://arelle.org/updates/2025/06/30/june-2025-update/</link><pubDate>Mon, 30 Jun 2025 12:00:00 +0000</pubDate><guid>https://arelle.org/updates/2025/06/30/june-2025-update/</guid><description>&lt;p&gt;In June, the Arelle team released multiple updates across versions 2.37.19 through 2.37.28, which focused on expanding validation, improving platform infrastructure, and handling new features. Key updates included:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;NL-KVK rules&lt;/strong&gt;: Numerous new validations were added.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Infrastructure&lt;/strong&gt;: The Python Session API was promoted from beta, and Mac builds were separated for Intel and Apple Silicon.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Conformance Suites&lt;/strong&gt;: The ability to pass test case filters to the conformance suite runner was added, and the EFM conformance suite was updated for 25.2.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;OIM Taxonomy&lt;/strong&gt;: Improvements were made to OIM Taxonomy typing, and how the OIM taxonomy plugin was loaded.&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Bug Fixes&lt;/strong&gt;: A fix was implemented to handle None fact values when deduplicating facts.&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;To get involved with future work, please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item><item><title>May 2025 Update</title><link>https://arelle.org/updates/2025/05/30/may-2025-update/</link><pubDate>Fri, 30 May 2025 13:10:00 +0000</pubDate><guid>https://arelle.org/updates/2025/05/30/may-2025-update/</guid><description>&lt;p&gt;This month, the Arelle team added support for EDGAR 25.2 preview builds and expanded validation coverage, including additional DBA and NL rules. Report package validation was also improved, and users can now save iXDS reports to OIM formats (JSON/CSV) directly from the GUI.&lt;/p&gt;&#10;&lt;p&gt;The iXBRL Viewer introduced better dark mode handling across multiple documents and tabs, along with support for Node.js 24.&lt;/p&gt;&#10;&lt;p&gt;To get involved with future work, please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item><item><title>April 2025 Update</title><link>https://arelle.org/updates/2025/04/25/april-2025-update/</link><pubDate>Fri, 25 Apr 2025 13:07:00 +0000</pubDate><guid>https://arelle.org/updates/2025/04/25/april-2025-update/</guid><description>&lt;p&gt;In April, the Arelle team delivered a series of infrastructure-focused updates, most notably adding support for Python 3.13 across both the platform and iXBRL Viewer.&lt;/p&gt;&#10;&lt;p&gt;Arelle 2.37.3 updates include:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Added support for Python 3.13&lt;/li&gt;&#10;&lt;li&gt;Introduced a new &lt;code&gt;--inlineTarget&lt;/code&gt; CLI argument to specify inline target sets (e.g., &lt;code&gt;--inlineTarget=DKGAAP&lt;/code&gt;)&lt;/li&gt;&#10;&lt;li&gt;Fixed a bug related to formula parameter resolution for iXDS target documents&lt;/li&gt;&#10;&lt;li&gt;Improved support for EBA 4.0, including fixes for loading xBRL-CSV files&lt;/li&gt;&#10;&lt;li&gt;Resolved an issue affecting behavior when running Arelle as a Windows service&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;The iXBRL Viewer also now supports Python 3.13, ensuring continued alignment with the latest platform infrastructure.&lt;/p&gt;&#10;&lt;p&gt;To get involved with future work, please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item><item><title>March 2025 Update</title><link>https://arelle.org/updates/2025/03/28/march-2025-update/</link><pubDate>Fri, 28 Mar 2025 13:05:00 +0000</pubDate><guid>https://arelle.org/updates/2025/03/28/march-2025-update/</guid><description>&lt;p&gt;March development focused on finalizing EDGAR 25.1 support, tightening ESEF conformance, and enhancing the accuracy and display of unit information across the platform.&lt;/p&gt;&#10;&lt;p&gt;Arelle 2.36.32 includes several updates:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;EDGAR 25.1 support&lt;/li&gt;&#10;&lt;li&gt;ESEF 3.4.6 log locator reference handling&lt;/li&gt;&#10;&lt;li&gt;Fixes for the EBA table report plugin&lt;/li&gt;&#10;&lt;li&gt;DBA validation improvements&lt;/li&gt;&#10;&lt;li&gt;Option for deduplicated facts when saving to OIM&lt;/li&gt;&#10;&lt;li&gt;GUI bug fixes for calculation view&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;The iXBRL Viewer (1.4.62) now uses symbols from the UTR for all units—not just currencies—making non-monetary data like shares and percentages easier to interpret.&lt;/p&gt;&#10;&lt;p&gt;To get involved with future work, please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item><item><title>February 2025 Update</title><link>https://arelle.org/updates/2025/02/28/february-2025-update/</link><pubDate>Fri, 28 Feb 2025 13:00:00 +0000</pubDate><guid>https://arelle.org/updates/2025/02/28/february-2025-update/</guid><description>&lt;p&gt;This month’s updates focus on expanding validation support and enhancing the viewer experience, laying groundwork for upcoming regulatory changes and documentation improvements.&lt;/p&gt;&#10;&lt;p&gt;Arelle 2.36.16 includes:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;EDGAR 25.1 preview builds&lt;/li&gt;&#10;&lt;li&gt;Bug fix for ESEF 1.4.1 data type checks&lt;/li&gt;&#10;&lt;li&gt;New option to add filenames to server POST requests&lt;/li&gt;&#10;&lt;li&gt;Continued expansion of DBA validation rules&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;iXBRL Viewer 1.4.59 introduces:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Support for persisting user language selection&lt;/li&gt;&#10;&lt;li&gt;New documentation project and early release of a user guide&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;To get involved with future work, please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item><item><title>January 2025 Update</title><link>https://arelle.org/updates/2025/01/31/january-2025-update/</link><pubDate>Fri, 31 Jan 2025 12:43:00 +0000</pubDate><guid>https://arelle.org/updates/2025/01/31/january-2025-update/</guid><description>&lt;p&gt;We’re kicking off the new year with several important enhancements to both the Arelle platform and iXBRL Viewer. The big news this month is the promotion of the ESEF 2024 validation plugin from beta, now fully supported and passing the ESEF 2024 conformance suite. This update supports continued alignment with evolving European filing requirements.&lt;/p&gt;&#10;&lt;p&gt;The platform also includes expanded DBA validation coverage and the introduction of EDGAR Plus iXViewer support across all SEC filings, providing a consistent viewer experience within EDGAR.&lt;/p&gt;&#10;&lt;p&gt;The latest viewer release improves clarity and accessibility by showing fact unit labels based on UTR descriptions. It also includes performance improvements and bug fixes to ensure a smoother user experience.&lt;/p&gt;&#10;&lt;p&gt;To get involved with future work, please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item><item><title>December 2024 Update</title><link>https://arelle.org/updates/2024/12/20/december-2024-update/</link><pubDate>Fri, 20 Dec 2024 12:39:00 +0000</pubDate><guid>https://arelle.org/updates/2024/12/20/december-2024-update/</guid><description>&lt;p&gt;Happy holidays from the Arelle team! As we close out the year, the final 2024 release delivers updates to both the platform and viewer, with a continued focus on regulatory support, validation enhancements, and accessibility.&lt;/p&gt;&#10;&lt;p&gt;Arelle 2.36.1 includes full support for the EDGAR 24.4 release, as well as the newly published Filing Index. Additional improvements include support for NT-19 validation, expanded DBA validation rules, and a fix for a GUI bug affecting the calculation view.&lt;/p&gt;&#10;&lt;p&gt;The latest iXBRL Viewer release (version 1.4.46) adds accessible highlight color options, fixes an XHTML validity issue, and includes additional translation improvements to support a growing global user base.&lt;/p&gt;&#10;&lt;p&gt;To get involved with future work, please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item><item><title>November 2024 Update</title><link>https://arelle.org/updates/2024/11/29/november-2024-update/</link><pubDate>Fri, 29 Nov 2024 12:34:00 +0000</pubDate><guid>https://arelle.org/updates/2024/11/29/november-2024-update/</guid><description>&lt;p&gt;We’ve made lots of improvements to the viewer this month! The latest release of the Arelle viewer introduces a suite of accessibility and usability improvements, including support for dark mode, tool tips explaining XBRL terms, and screen reader and keyboard navigation enhancements for WCAG compliance.&lt;/p&gt;&#10;&lt;p&gt;Translation support was also improved, with updated Spanish and Walsh localizations and a new option to customize the viewer interface with user-defined skins.&lt;/p&gt;&#10;&lt;p&gt;Arelle platform updates this month include:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Validation support for Report Package 1.0&lt;/li&gt;&#10;&lt;li&gt;End-of-life for Python 3.8&lt;/li&gt;&#10;&lt;li&gt;EDGAR 24.4 release candidate builds&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;To get involved with future work, please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item><item><title>October 2024 Update</title><link>https://arelle.org/updates/2024/10/25/october-2024-update/</link><pubDate>Fri, 25 Oct 2024 11:54:00 +0000</pubDate><guid>https://arelle.org/updates/2024/10/25/october-2024-update/</guid><description>&lt;p&gt;This month, the Arelle team has introduced support for Report Package 1.0 loading, enhancing the platform&amp;rsquo;s capabilities for structured data reporting. Additionally, we&amp;rsquo;ve updated the platform to support the EDGAR 24.3.1 release and Extensible Enumeration 2 schemas over HTTPS.&lt;/p&gt;&#10;&lt;p&gt;The Arelle 2.33.0 release also includes:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;ESEF 2024 validation updates&lt;/li&gt;&#10;&lt;li&gt;Bug fixes for ESEF SVG validation comments&lt;/li&gt;&#10;&lt;li&gt;Improvements to the EBA HTML export plugin&lt;/li&gt;&#10;&lt;li&gt;Resolution of extra columns in relationship set reports&lt;/li&gt;&#10;&lt;li&gt;The Arelle Viewer 1.4.36 release includes a fix to the Calc 1.1 inspector&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;To get involved with future work, please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item><item><title>September 2024 Update</title><link>https://arelle.org/updates/2024/09/27/september-2024-update/</link><pubDate>Fri, 27 Sep 2024 11:52:00 +0000</pubDate><guid>https://arelle.org/updates/2024/09/27/september-2024-update/</guid><description>&lt;p&gt;The Arelle 2.31.2 release includes support for the official EDGAR 24.3 release, now available in the new EDGAR repo. This release also delivers updates across multiple regulators, including fixes for ROS validation, improvements to HMRC image validation and an update for ESEF 2024 validation.&lt;/p&gt;&#10;&lt;p&gt;A fix for the Japanese iXBRL manifest issue was also included.&lt;/p&gt;&#10;&lt;p&gt;In the Arelle iXBRL Viewer 1.4.35, bug fixes were made to the calculation inspector to improve display accuracy.&lt;/p&gt;&#10;&lt;p&gt;To get involved with future work, please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item><item><title>August 2024 Update</title><link>https://arelle.org/updates/2024/08/30/august-2024-update/</link><pubDate>Fri, 30 Aug 2024 09:24:00 +0000</pubDate><guid>https://arelle.org/updates/2024/08/30/august-2024-update/</guid><description>&lt;p&gt;This month’s update brings continued progress across the Arelle platform with enhancements focused on compliance, performance, and previewing what’s ahead.&lt;/p&gt;&#10;&lt;p&gt;The Arelle 2.30.25 release includes:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;EDGAR 24.2 Update 1, incorporating the latest SEC changes&lt;/li&gt;&#10;&lt;li&gt;ROS validation updates, delivering improved support for reporting obligations under evolving regulatory standards&lt;/li&gt;&#10;&lt;li&gt;EDGAR 24.3 Release Candidate builds, now available for early testing in our new EDGAR repo as we prepare for the upcoming release&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;To get involved with future work, please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item><item><title>July 2024 Update</title><link>https://arelle.org/updates/2024/07/26/july-2024-update/</link><pubDate>Fri, 26 Jul 2024 09:20:00 +0000</pubDate><guid>https://arelle.org/updates/2024/07/26/july-2024-update/</guid><description>&lt;p&gt;This month’s Arelle updates include a variety of improvements to both the core Arelle platform and the Arelle iXBRL Viewer.&lt;/p&gt;&#10;&lt;p&gt;The Arelle 2.30.14 release includes support for the EDGAR 24.2 taxonomy, enhancements to the Session Python API, and the addition of more Danish Business Authority validation rules.&lt;/p&gt;&#10;&lt;p&gt;The Arelle iXBRL Viewer 1.4.30 release includes several new capabilities:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Calc 1.1 relationships now display directly in the viewer&lt;/li&gt;&#10;&lt;li&gt;Webserver support has been added&lt;/li&gt;&#10;&lt;li&gt;New support for vendor MMS Solutions AG, enhancing multi-vendor compatibility&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;To get involved with future work, please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item><item><title>June 2024 Update</title><link>https://arelle.org/updates/2024/06/28/june-2024-update/</link><pubDate>Fri, 28 Jun 2024 08:59:00 +0000</pubDate><guid>https://arelle.org/updates/2024/06/28/june-2024-update/</guid><description>&lt;p&gt;We are continuing to push forward with performance, platform stability, and regulatory updates this month across both the Arelle engine and the Arelle iXBRL Viewer.&lt;/p&gt;&#10;&lt;p&gt;This month’s release of Arelle 2.29.1 introduces early support for the upcoming EFM 24.2 update. Frozen builds now use Python 3.12, ensuring continued compatibility with the latest Python releases. We’ve also delivered a major performance improvement— loading xBRL-CSV reports is now up to 90% faster.&lt;/p&gt;&#10;&lt;p&gt;Other improvements include:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;OIM loading now works out-of-the-box, with no plugin required&lt;/li&gt;&#10;&lt;li&gt;The validate/HMRC plugin has been renamed to validate/UK for clarity&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;The Arelle iXBRL Viewer 1.4.28 release adds support for vendor F19, improving coverage across multi-vendor workflows.&lt;/p&gt;&#10;&lt;p&gt;To get involved with future work, please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item><item><title>April - May 2024 Update</title><link>https://arelle.org/updates/2024/05/30/april-may-2024-update/</link><pubDate>Thu, 30 May 2024 14:52:44 +0000</pubDate><guid>https://arelle.org/updates/2024/05/30/april-may-2024-update/</guid><description>&lt;p&gt;We&amp;rsquo;re excited to announce the beta release of the Arelle Python API! You can read all about it on our &lt;a href="https://arelle.readthedocs.io/en/latest/python_api/python_api.html"&gt;documentation page&lt;/a&gt;.&lt;/p&gt;&#10;&lt;p&gt;In addition, Arelle now supports the latest US SEC Edgar Filing Manual (EFM) 24.1.1 update as well as additional DBA validation updates. We have also updated views to support the Calc 1.1 arc.&lt;/p&gt;&#10;&lt;p&gt;The Arelle Viewer version 1.4.27 was released, featuring data about the report creation software in the file information.&lt;/p&gt;&#10;&lt;p&gt;To get involved with future work please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item><item><title>March 2024 Update</title><link>https://arelle.org/updates/2024/03/26/march-2024-update/</link><pubDate>Tue, 26 Mar 2024 13:25:00 +0000</pubDate><guid>https://arelle.org/updates/2024/03/26/march-2024-update/</guid><description>&lt;p&gt;As the busy regulatory update season continues, the Arelle team is happy to report that full support for the US SEC EDGAR 24.1 release was completed shortly after the official release by the SEC.&lt;/p&gt;&#10;&lt;p&gt;The Arelle 2.25.3 release also included support for DTR 2024 validations, KVK conformance suites and UK FRC 2023 authority configuration.&lt;/p&gt;&#10;&lt;p&gt;A target document search filter was added to the Arelle viewer version 1.4.21 to enable easier and more accurate searching of multi document taxonomies.&lt;/p&gt;&#10;&lt;p&gt;To get involved with future work please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item><item><title>February 2024 Update</title><link>https://arelle.org/updates/2024/02/27/february-2024-update/</link><pubDate>Tue, 27 Feb 2024 14:52:00 +0000</pubDate><guid>https://arelle.org/updates/2024/02/27/february-2024-update/</guid><description>&lt;p&gt;As mentioned in last month&amp;rsquo;s update, this is our busy season for regulatory updates to the Arelle Platform. Much of the work in February involved adding support for a very large US SEC EDGAR update. Support for EDGAR 24.0.1, including the EDGAR 24.1 preview, was released as part of the Arelle 2.23.3 release.&lt;/p&gt;&#10;&lt;p&gt;The release also included updates to HMRC validations, support for duplicate fact validations, improved locale support and various web server updates.&lt;/p&gt;&#10;&lt;p&gt;The Arelle Viewer (1.4.18) release included support for displaying Calc 1.1 and for displaying the target document for facts in preparation for multi-document taxonomies.&lt;/p&gt;&#10;&lt;p&gt;To get involved with future work please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item><item><title>January 2024 Update</title><link>https://arelle.org/updates/2024/01/26/january-2024-update/</link><pubDate>Fri, 26 Jan 2024 13:31:00 +0000</pubDate><guid>https://arelle.org/updates/2024/01/26/january-2024-update/</guid><description>&lt;p&gt;Happy New Year from the Arelle team! We&amp;rsquo;ve been busy this month working on the latest releases to Arelle and the Arelle iXBRL Viewer.&lt;/p&gt;&#10;&lt;p&gt;The Arelle (2.21.3) release included a Calc1.1 Working Group update, performance improvements to CI, improvements to ESEF error messages and a new plugin integration test runner. It also included XULE runtime performance improvements and support for Python 3.12.&lt;/p&gt;&#10;&lt;p&gt;The Arelle Viewer (1.4.14) release included support for multi target documents and Python 3.12.&lt;/p&gt;&#10;&lt;p&gt;Its the busy season for regulatory validation updates, and we will be updating the Arelle validations accordingly.&lt;/p&gt;&#10;&lt;p&gt;To get involved with future work please join the Arelle team monthly standup on the fourth Tuesday of each month at 1400 UTC. Please &lt;a href="mailto:support@arelle.org"&gt;contact us&lt;/a&gt; for meeting details.&lt;/p&gt;&#10;</description></item></channel></rss>