Skip to content

Releases: ScriptRaccoon/CatDat

v1.15.0 - Various additions to morphisms

Choose a tag to compare

@ScriptRaccoon ScriptRaccoon released this 20 Jul 07:15

Features 🧪

Database 🔋

Bugs 🐛

Full Changelog ⚙️

v1.14.0...v1.15.0

v1.14.0 - Improve architecture

Choose a tag to compare

@ScriptRaccoon ScriptRaccoon released this 12 Jul 13:45

Quite a lot has been improved over the last week: the morphism structure type is available, end-to-end tests have been added, and the application is better organized. This is due both to a new shared folder for utilities used by the Svelte application and the database application, and to the extraction of the admin application into its own repository. Moreover, dynamic routes have removed lots of code duplication. In addition, the database has received various updates thanks to @dschepler.

Features 🧪

Refactor 🧹

Database 🔋

  • Add Sierpinski topos (category of set functions and commutative squares) by @dschepler in #264
  • Add category Mono of sets with a distinguished subset by @dschepler in #266
  • Add quasitopos property by @dschepler in #273
  • Add regular-subobject-trivial and regular-quotient-trivial properties by @dschepler in #275
  • Rename "proset" to "preordered set" by @ScriptRaccoon in #284

Full Changelog ⚙️

v1.13.0...v1.14.0

v1.13.0 - Various additions to functors

Choose a tag to compare

@ScriptRaccoon ScriptRaccoon released this 04 Jul 10:36

Features 🧪

Refactor 🧹

Bugs 🐛

Database 🔋

Full Changelog ⚙️

v1.12.0...v1.13.0

v1.12.0 - Schema unification

Choose a tag to compare

@ScriptRaccoon ScriptRaccoon released this 16 Jun 23:33

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

Choose a tag to compare

@ScriptRaccoon ScriptRaccoon released this 10 Jun 14:06

Database 🔋

Features 🧪

Refactor 🧹

Full Changelog ⚙️

v1.10.0...v1.11.0

v1.10.0 - More Examples of Functors

Choose a tag to compare

@ScriptRaccoon ScriptRaccoon released this 01 Jun 08:07

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

Choose a tag to compare

@ScriptRaccoon ScriptRaccoon released this 25 May 07:47

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

Choose a tag to compare

@ScriptRaccoon ScriptRaccoon released this 18 May 15:21

Infrastructure 💻

Features 🧪

Database 🔋

Full Changelog

v1.7.0...v1.8.0

v1.7.0 - Hello YAML

Choose a tag to compare

@ScriptRaccoon ScriptRaccoon released this 11 May 16:16

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

Choose a tag to compare

@ScriptRaccoon ScriptRaccoon released this 04 May 16:16

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