Skip to content

Releases: rayference/joseki

v2.6.1

13 Feb 09:13
Compare
Choose a tag to compare

Changed

  • Various documentation tweaks for improved quality of life (search, logo, etc.).
  • Move from PDM to Rye for project management.

Fixed

  • Added missing tests to bring coverage metric to 100%.

v2.6.0

12 Feb 15:07
Compare
Choose a tag to compare

Changed

  • Joseki is now licensed under the terms of the LGPLv3.
  • Updated documentation to reflect licensing and governance changes.
  • Added Python 3.11 and 3.12 to CI matrix: Joseki is now testing with Python 3.8 to 3.12.

v2.5.2

16 Nov 16:05
Compare
Choose a tag to compare

🔨 Refactoring

  • Units registry: remove duplicate definition of 'parts_per_billion' unit

🚨 Testing

  • Added unit tests for schema.py, util.py and units.py modules

v2.5.1

03 Oct 13:23
Compare
Choose a tag to compare

📚 Documentation

  • Added a logo

🔨 Refactoring

  • Units registry is created in more robust way
  • Fixed the is_valid accessor
  • Make the dataset schema more flexible with respect to units
  • Removed obsolete code, data and documentation

v2.5.0

05 Sep 12:30
Compare
Choose a tag to compare

📚 Documentation

  • Update How-to guides with respect to rescaling and specifying the altitude grid

🚀 Features

  • Remove support to CAMS reanalysis datasets

🔨 Refactoring

  • parameter z to make is converted to a quantity
  • get unit registry from application and append units from units definition file

v2.1.0

17 Feb 13:00
9a3cf2d
Compare
Choose a tag to compare

📚 Documentation

  • Add installation instructions for conda

🚀 Features

  • Added molecular masses for all missing HITRAN species
  • Fix out-dated command-line interface
  • Add thin wrappers for xarray.open_dataset and xarray.load_dataset
  • Add convenience method to list available identifiers

v2.0.0

14 Feb 16:02
Compare
Choose a tag to compare

📚 Documentation

🚀 Features

  • Conserve column densities when interpolating or when changing the nodes-representation of a profile to a cells-representation
  • Added a dataset schema validator (and converter)
  • Added a profile factory
  • Added logging

🔨 Refactoring

  • Updated dataset schema
  • Move from poetry to PDM

v1.4.1

06 Dec 16:08
12a9dca
Compare
Choose a tag to compare

Changes

🔨 Refactoring

v1.4.0

05 Dec 14:29
Compare
Choose a tag to compare

Changes

📦 Dependencies

v1.3.1

23 Jun 08:39
bc6adc8
Compare
Choose a tag to compare

Changes

🚀 Features

📚 Documentation

📦 Dependencies