ConceptCore/pyconcept/CHANGELOG.md

94 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2024-04-18 15:02:46 +03:00
# Change Log
All notable changes to this project will be documented in this file.
Python wrapper for C++ library for manipulating concepts in formal language of advanced set theory
## [Unreleased] - yyyy-mm-dd
Here we write upgrading notes. Make them as straightforward as possible.
### Added
- [PROJECTNAME-XXXX](http://tickets.projectname.com/browse/PROJECTNAME-XXXX)
MINOR Ticket title goes here.
- [PROJECTNAME-YYYY](http://tickets.projectname.com/browse/PROJECTNAME-YYYY)
PATCH Ticket title goes here.
### Changed
### Fixed
2024-12-03 22:04:24 +03:00
## [0.1.12] - 2024-12-03
### Fixed
- Fix multi filter typification check
## [0.1.11] - 2024-10-17
2024-12-03 22:04:24 +03:00
### Fixed
2024-12-03 22:04:24 +03:00
- Allow enumeration in structure definition
2024-09-25 22:54:12 +03:00
## [0.1.10] - 2024-09-25
### Fixed
- Allow emptyset in cartesian product
## [0.1.9] - 2024-09-25
### Added
- Add new rule to prevent unreasonable use of emptyset
## [0.1.8] - 2024-09-22
### Fixed
- Change check-constituenta to use string representation of CstType
## [0.1.7] - 2024-09-22
### Added
- Improve error messages for invalid types
- Add API for checking constituenta expressions
## [0.1.6] - 2024-06-14
### Fixed
- Fix emptyset type deduction in recursive structures
### Added
- Allow single argument for multi-Filter
- Add fixed dependencies versions to build requirements
2024-05-13 12:03:20 +03:00
## [0.1.5] - 2024-05-10
### Added
- Allow tuple declarations in imperative syntax
2024-05-10 01:43:36 +03:00
## [0.1.4] - 2024-05-10
### Fixed
- EmptySet is correctly processed as argument for functions and other operations
2024-05-08 02:27:25 +03:00
## [0.1.3] - 2024-05-08
### Changed
- Allow EmptySet to be used as standalone expression. Mostly used in recursion initialization
- Grammar rules refactoring
2024-04-18 15:02:46 +03:00
## [0.1.2] - 2024-04-18
2024-05-08 02:27:25 +03:00
### Added
- Add URLS to package and improve build process