Skip to content

Releases: ScriptRaccoon/CatDat

v1.12.0 - Schema unification

16 Jun 23:33

Choose a tag to compare

The biggest change is the complete unification of categories and functors on the database level. See #242 for details.

Database 🔋

  • Add the categories of filtered vector spaces and of finite-dimensional vector spaces by @ScriptRaccoon in #244

Refactor 🧹

  • Schema unification by @ScriptRaccoon in #242
  • Smaller fixes that were directly merged into main

Full Changelog ⚙️

v1.11.0...v1.12.0

v1.11.0 - Results on locally ringed spaces, and more

10 Jun 14:06

Choose a tag to compare

Database 🔋

Features 🧪

Refactor 🧹

Full Changelog ⚙️

v1.10.0...v1.11.0

v1.10.0 - More Examples of Functors

01 Jun 08:07

Choose a tag to compare

The biggest change is the unification of categories and functors in the frontend (#193). Also, many more functors have been added.

Features 🧪

Database 🔋

Refactor 🧹

Full Changelog ⚙️

v1.9.0...v1.10.0

v1.9.0 – Filling the Gaps

25 May 07:47

Choose a tag to compare

Features 🧪

Refactor 🧹

Database 🔋

All these PRs belong to #194. The number of unknown (category, property)-pairs went down from 151 to 116.

Full Changelog ⚙️

v1.8.0...v1.9.0

v1.8.0 - Compact spaces, Content pages

18 May 15:21

Choose a tag to compare

Infrastructure 💻

Features 🧪

Database 🔋

Full Changelog

v1.7.0...v1.8.0

v1.7.0 - Hello YAML

11 May 16:16

Choose a tag to compare

A major change to CatDat has been introduced in #164: all categorical data is now authored via YAML files. Each category now has its own YAML file, making the data much easier to maintain. The SQL database is still used for processing and querying data. See the PR description for details.

The redundancy check script developed in #155 makes it easy to determine which property assignments are actually necessary.

Features 🧪

Infrastructure 💻

Database 🔋

Full Changelog ⚒️

v1.6.0...v1.7.0

v1.6.0 - Three major updates

04 May 16:16

Choose a tag to compare

Infrastructure 💻

This is a major change. The SQLite database of CatDat is no longer hosted remotely on Turso, but is shipped directly with the application. This is possible because it is read-only at runtime. Among other things, this provides a significant performance boost for the web application (search + comparison) and simplifies the deployment process. See the PR description for details.

Features 🧪

This makes writing LaTeX much easier.

Database 🔋

The PR on effective (co)congruences was a massive effort. It introduces many interesting results and non-trivial proofs.

Full Changelog ⚒️

v1.5.0...v1.6.0

v1.5.0 - Core Refactor + Database Additions

02 May 13:12

Choose a tag to compare

Features 🧪

Refactor 🧹

Database 🔋

Documentation 📚

New Contributors 👏

Full Changelog ⚒️

v1.4.0...v1.5.0

v1.4.0 - Making CatDat more accessible

20 Apr 12:02

Choose a tag to compare

Features 🧪

Database 🔋

Refactor 🧹

Full Changelog ⚒️

v1.3.0...v1.4.0

v1.3.0 - Lots of good stuff

13 Apr 13:52

Choose a tag to compare

Features 🧪

*This has also introduced a breaking URL change: the search result page is now available at /category-search/results?satisfied?....

Database 🔋

New Contributors 👏

Full Changelog ⚒️

v1.2.0...v1.3.0

Remark. CatDat is currently released almost daily (see the list of tags), but I only create GitHub "releases" to present the latest changes in a bundled form.