# Product Release Notes January 2023 - New Methodologies, Smarter Accommodation & Ruby 3

* 🏨 **\[Accommodation]**

  • New methodology based on a given **date range**, factoring in **heating seasons** for the specified country and stay period.

  • Existing `number_of_nights` methodology now uses **average heating factors** for more precise calculations.
* 🚆 **\[Train]**

  • New **SQUAKE train methodology** using the `operator_name` parameter for operator-specific emission factors (supported operators documented).
* ✈️ **\[Flights]**

  • Added new flight calculation methodologies: **ADEME**, **DEFRA**, **US EPA** — more flexibility for compliance and reporting.

***

**📈 Improvements**

* 📄 **\[API Docs]** Updated example request for the `accommodation` methodology.
* 🧾 **\[Calculations]**

  • Adjusted default accommodation values for better accuracy.
* 🏎 **\[Performance]**

  • Ruby upgraded to **3.0** — notable performance boost.
* 🌍 **\[Train & Parcel]**

  • Calculations now accept LOCODEs in more formats (e.g., `LO//CODE`).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-integration.squake.earth/notable-changes/release-notes/2023/2023-jan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
