-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V5 Release #56
V5 Release #56
Commits on Jun 25, 2022
-
update unspecified date character
the unspecified date character (formerly lower case ‘u’) is superseded by the character (upper case) 'X';
Configuration menu - View commit details
-
Copy full SHA for 8789cb4 - Browse repository at this point
Copy the full SHA 8789cb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1895d6b - Browse repository at this point
Copy the full SHA 1895d6bView commit details
Commits on Mar 17, 2023
-
Merge pull request #1 from rettinghaus/develop-latest-specs
Brings some updates to comply with final standard
Configuration menu - View commit details
-
Copy full SHA for 30ef6b6 - Browse repository at this point
Copy the full SHA 30ef6b6View commit details
Commits on Mar 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8067056 - Browse repository at this point
Copy the full SHA 8067056View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb9b84e - Browse repository at this point
Copy the full SHA cb9b84eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57e8686 - Browse repository at this point
Copy the full SHA 57e8686View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d241be - Browse repository at this point
Copy the full SHA 2d241beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b08350 - Browse repository at this point
Copy the full SHA 3b08350View commit details -
latest spec definitions for exponential year: the year prefix 'y' and…
… the exponential indicator 'e', both previously lowercase, are now 'Y' and 'E' (uppercase); the significant digit indicator 'p' is now 'S' (uppercase) --> significat digit is still NOT implemented yet
Configuration menu - View commit details
-
Copy full SHA for 3793142 - Browse repository at this point
Copy the full SHA 3793142View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59ce382 - Browse repository at this point
Copy the full SHA 59ce382View commit details
Commits on Mar 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4d6ed49 - Browse repository at this point
Copy the full SHA 4d6ed49View commit details
Commits on Mar 30, 2023
-
latest spec definition: the extended interval syntax keywords 'unknow…
…n' and 'open' have been replaced with null and the double-dot notation ['..'] respectively; general overwork of intervals and consecutives to deal with open beginnings and open ends
Configuration menu - View commit details
-
Copy full SHA for 8d556f9 - Browse repository at this point
Copy the full SHA 8d556f9View commit details -
implementation of Level2Season based on implementation of exisiting S…
…eason; year overflow for northern winter/southern sommer still not considered
Configuration menu - View commit details
-
Copy full SHA for 924b64b - Browse repository at this point
Copy the full SHA 924b64bView commit details
Commits on Apr 4, 2023
-
adding function to convert an old specification expression to a new s…
…pecification expression
Configuration menu - View commit details
-
Copy full SHA for bed138d - Browse repository at this point
Copy the full SHA bed138dView commit details -
new specs for group qualification: at the first step added implementa…
…tion of the new spec but keep the old way with brackets
Configuration menu - View commit details
-
Copy full SHA for e53a11a - Browse repository at this point
Copy the full SHA e53a11aView commit details -
new specs for group qualification: at the first step added implementa…
…tion of the new spec but keep the old way with brackets
Configuration menu - View commit details
-
Copy full SHA for 3fa4156 - Browse repository at this point
Copy the full SHA 3fa4156View commit details -
Configuration menu - View commit details
-
Copy full SHA for aed1798 - Browse repository at this point
Copy the full SHA aed1798View commit details -
new specs for group qualification: at second step removed old groupin…
…g way with brackets
Configuration menu - View commit details
-
Copy full SHA for f15511b - Browse repository at this point
Copy the full SHA f15511bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0828ea - Browse repository at this point
Copy the full SHA d0828eaView commit details
Commits on Jun 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9783799 - Browse repository at this point
Copy the full SHA 9783799View commit details
Commits on Jun 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 300b4fe - Browse repository at this point
Copy the full SHA 300b4feView commit details
Commits on May 3, 2024
-
Merge commit '300b4fe8bedbf3d1790dbef23613c95c3aa2bf6a' into v5
Partial merge of fork from https://github.com/saw-leipzig/python-edtf.git
Configuration menu - View commit details
-
Copy full SHA for f0c0040 - Browse repository at this point
Copy the full SHA f0c0040View commit details
Commits on May 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1e3a011 - Browse repository at this point
Copy the full SHA 1e3a011View commit details -
Configuration menu - View commit details
-
Copy full SHA for a095fc1 - Browse repository at this point
Copy the full SHA a095fc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41f3050 - Browse repository at this point
Copy the full SHA 41f3050View commit details
Commits on May 6, 2024
-
WIP moving CI to Github Actions
- Tests are failing due to testInterval(), but are being run correctly. On Python 3.12, `nose` is failing. We should upgrade to `nose2`, or more likely, switch from unittest + nose to pytest. - Move tox config to setup.cfg for now - TODO move to pyproject.toml instead of setup.cfg - TODO remove .travis.yml
Configuration menu - View commit details
-
Copy full SHA for a7091f6 - Browse repository at this point
Copy the full SHA a7091f6View commit details -
Remove setup.cfg and setup.py in favor of pyproject.toml Nose and Tox are next to go. Nose seems to be failing on Python 3.10, no need for it any more as pytest should cover its features. Likely no need for tox either as we are using the matrix strategy in Github Actions, though it could be useful for local dev
Configuration menu - View commit details
-
Copy full SHA for 782d1a1 - Browse repository at this point
Copy the full SHA 782d1a1View commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f88c88e - Browse repository at this point
Copy the full SHA f88c88eView commit details -
Configuration menu - View commit details
-
Copy full SHA for acebbff - Browse repository at this point
Copy the full SHA acebbffView commit details -
Configuration menu - View commit details
-
Copy full SHA for f37831f - Browse repository at this point
Copy the full SHA f37831fView commit details -
Merge pull request #44 from artshumrc/ci-setup-packaging
Github Actions CI and modern config
Configuration menu - View commit details
-
Copy full SHA for 7ba63ad - Browse repository at this point
Copy the full SHA 7ba63adView commit details
Commits on May 8, 2024
-
Convert tests to pytest format
- Use parameterization in pytest to simplify many test cases by wrapping the input and expected values in tuples - No need for unittest or class wrappers - There is a legitimately failing test in parser/tests.py - code change needed in parser_classes to handle this I think - natlang/tests.py will need to be updated to match the new spec, as will the whole text_to_edtf() function
Configuration menu - View commit details
-
Copy full SHA for 7c41b8c - Browse repository at this point
Copy the full SHA 7c41b8cView commit details -
Fix infinite comparison for OneOfASet
The max and min functions now use a generator expression to filter out infinite values unless they are directly relevant to the calculation; if inf or -inf are found, they are returned instead of doing a comparison.
Configuration menu - View commit details
-
Copy full SHA for cf341bb - Browse repository at this point
Copy the full SHA cf341bbView commit details -
Use v5, which uses node v20 rather than deprecated v16
Configuration menu - View commit details
-
Copy full SHA for 46b7b8f - Browse repository at this point
Copy the full SHA 46b7b8fView commit details -
Remove context from from_db_value()
In Django 3.0, "support for the context argument of Field.from_db_value() and Expression.convert_value() is removed": https://github.com/django/django/blob/91a4b9a8ec2237434f06866f39c7977e889aeae6/docs/releases/3.0.txt#L641-L642
Configuration menu - View commit details
-
Copy full SHA for 0cc4bdf - Browse repository at this point
Copy the full SHA 0cc4bdfView commit details
Commits on May 9, 2024
-
Allow for setting EDTF directly in Django field
Previously, the Django field could directly take an EDTF string, only a natural language string that was then parsed and turned into EDTF.
Configuration menu - View commit details
-
Copy full SHA for dfd3292 - Browse repository at this point
Copy the full SHA dfd3292View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f06040 - Browse repository at this point
Copy the full SHA 4f06040View commit details -
Add TestEvent model implementing EDTFField
Ignore SQLlite local database
Configuration menu - View commit details
-
Copy full SHA for 25ee507 - Browse repository at this point
Copy the full SHA 25ee507View commit details -
This basic Django app shows how a user could create a model using the EDTFField and store data in it. The integration tests check that the EDTFField and associated fields (date_edtf_direct and date_display, in this case) work correctly. There is a weird issue in test_date_display() where if we use an instance variable (self.event1, self.event2) the event.date_display property is available, but if we retrieve the object from the database it is not. I tried using TestEvent.objects.create() as well as the current method (make and then save an instance to no effect). CI is set up to run the Django integration tests after Pytest. We could move to using pytest/django-pytest for these tests as well
Configuration menu - View commit details
-
Copy full SHA for fbf4262 - Browse repository at this point
Copy the full SHA fbf4262View commit details -
Update the natural language parser to work with 2018 spec
In the parser: - Update regular expressions for SHORT_YEAR_RE and LONG_YEAR_RE to use X instead of x and u and Y instead of y - Replaced`unknown` with null as per the 2018 spec. It does not look like python-edtf currently has open intervals (`open` before, `..` now)? - Replaced `?~` with `%` In the tests: - eliminate masked precision - no u/x just X for unknown regardless of why the data is missing - replace unknown with null - replace ~? with %
Configuration menu - View commit details
-
Copy full SHA for ee4b21e - Browse repository at this point
Copy the full SHA ee4b21eView commit details
Commits on May 10, 2024
-
Merge pull request #45 from artshumrc/pytest-format-tests
Reformat tests to use Pytest style; fix infinite comparison for OneOfASet
Configuration menu - View commit details
-
Copy full SHA for 98636f7 - Browse repository at this point
Copy the full SHA 98636f7View commit details
Commits on May 12, 2024
-
Improve handling of field updates
Ensure that `EDTFField` properly updates related fields whenever it changes inspired by ImageField. - Use EDTFFieldDescriptorClass as a descriptor for EDTFField. This inherits from DeferredAttribute and handles getting, setting, and updating values. Whenever the field value is set, additional logic is processed to potentially update the field again based on other fields. - update_values() replaces pre_save() to better handle updates/dependencies when EDTFField value changes - contribute_to_class() attaches update_values() to the `post_init` signal These changes should make the field updates more stable and (not reliant on definition order in models using EDTFField). Thanks for the suggestion @aweakley #47 (comment) Co-Authored-By: aweakley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2a79dd - Browse repository at this point
Copy the full SHA e2a79ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fd0782 - Browse repository at this point
Copy the full SHA 4fd0782View commit details -
Merge pull request #47 from artshumrc/edtf-django-tests
Django integration tests
Configuration menu - View commit details
-
Copy full SHA for 613ccf5 - Browse repository at this point
Copy the full SHA 613ccf5View commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d23ff7b - Browse repository at this point
Copy the full SHA d23ff7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1cd472 - Browse repository at this point
Copy the full SHA f1cd472View commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c024360 - Browse repository at this point
Copy the full SHA c024360View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61c792e - Browse repository at this point
Copy the full SHA 61c792eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17f7960 - Browse repository at this point
Copy the full SHA 17f7960View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85bac2a - Browse repository at this point
Copy the full SHA 85bac2aView commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e8b6433 - Browse repository at this point
Copy the full SHA e8b6433View commit details -
Use immediate modules within the package, and import from the package level for integration tests. For now, ignore `pickle` security warning.
Configuration menu - View commit details
-
Copy full SHA for 77c1b6a - Browse repository at this point
Copy the full SHA 77c1b6aView commit details -
Split requirements into primary and dev if still installing from requirements.txt
Configuration menu - View commit details
-
Copy full SHA for 8d63225 - Browse repository at this point
Copy the full SHA 8d63225View commit details -
Merge pull request #51 from artshumrc/49_use_ruff
Ruff config and module import updates
Configuration menu - View commit details
-
Copy full SHA for ee1d07d - Browse repository at this point
Copy the full SHA ee1d07dView commit details
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ed2a3f6 - Browse repository at this point
Copy the full SHA ed2a3f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f74ae80 - Browse repository at this point
Copy the full SHA f74ae80View commit details -
Fix qualification (complete) for L1 qualification
Apply it to the entire date when a date is parsed as UncertainOrApproximate (L1 qualified)
Configuration menu - View commit details
-
Copy full SHA for 26b0afb - Browse repository at this point
Copy the full SHA 26b0afbView commit details
Commits on May 22, 2024
-
Merge pull request #48 from artshumrc/natural-language
Update natural language parser
Configuration menu - View commit details
-
Copy full SHA for 077eac5 - Browse repository at this point
Copy the full SHA 077eac5View commit details -
The ci.yml updates add a commit to PRs. I tested this locally using `act` as best I could, but ran into an issue that I think will resolve when running on the real runner (undefined head). We'll see how it works when the workflows actually run ...
Configuration menu - View commit details
-
Copy full SHA for 48a9b02 - Browse repository at this point
Copy the full SHA 48a9b02View commit details -
The new workflow adds a badge to the readme based on coverage for Python 3.12.
Configuration menu - View commit details
-
Copy full SHA for 09b10d8 - Browse repository at this point
Copy the full SHA 09b10d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac4705f - Browse repository at this point
Copy the full SHA ac4705fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f2b550 - Browse repository at this point
Copy the full SHA 9f2b550View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eeb9bd - Browse repository at this point
Copy the full SHA 0eeb9bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a02fcd - Browse repository at this point
Copy the full SHA 7a02fcdView commit details -
5
Configuration menu - View commit details
-
Copy full SHA for 54d5ec7 - Browse repository at this point
Copy the full SHA 54d5ec7View commit details -
3
Configuration menu - View commit details
-
Copy full SHA for 0b92096 - Browse repository at this point
Copy the full SHA 0b92096View commit details
Commits on May 23, 2024
-
3
Configuration menu - View commit details
-
Copy full SHA for 6428196 - Browse repository at this point
Copy the full SHA 6428196View commit details -
3
Configuration menu - View commit details
-
Copy full SHA for b8fdbef - Browse repository at this point
Copy the full SHA b8fdbefView commit details -
5
Configuration menu - View commit details
-
Copy full SHA for f262199 - Browse repository at this point
Copy the full SHA f262199View commit details -
Add back JUnit reporting stats
- Switch to using pytest-django to run the Django tests, as that has JUnit support. Add Django settings as a flag rather than in pyproject.toml because defining it there makes the normal pytest run fail since it can't find the module. - Adds a simple script using junitparser to combine the two JUnit XML files.
Configuration menu - View commit details
-
Copy full SHA for 5d3d80c - Browse repository at this point
Copy the full SHA 5d3d80cView commit details -
Skip covered due to long comments
``` File read successfully "/home/runner/work/python-edtf/python-edtf/./combined_junit_pytest.xml" Warning: Your comment is too long (maximum is 65536 characters), coverage report will not be added. Warning: Try add: "--cov-report=term-missing:skip-covered", or add "hide-report: true", or add "report-only-changed-files: true", or switch to "multiple-files" mode ```
4Configuration menu - View commit details
-
Copy full SHA for 6771172 - Browse repository at this point
Copy the full SHA 6771172View commit details
Commits on May 24, 2024
-
10
Configuration menu - View commit details
-
Copy full SHA for 7e15e89 - Browse repository at this point
Copy the full SHA 7e15e89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7556479 - Browse repository at this point
Copy the full SHA 7556479View commit details -
Add all required tests for significant digits
Significant digits should work on a year in any format: "four-digit, 'Y' prefix, or exponential." These correspond to the python-edtf classes of Date, LongYear, and ExponentialYear.
Configuration menu - View commit details
-
Copy full SHA for 3ce6e87 - Browse repository at this point
Copy the full SHA 3ce6e87View commit details -
Parse significant digits for year, Y-prefixed, exponential
- Add significant digit parsing for Date (year) and LongYear (y-prefixed) - Standardize grammar for significant digits - Use significant_digits rather than precision. Precision is used throughout for other functionality. - Add estimated() public functions for the above EDTF classes
Configuration menu - View commit details
-
Copy full SHA for 7545b6a - Browse repository at this point
Copy the full SHA 7545b6aView commit details -
Fix a regression with Consecutives / OneOfASet
Two tests were failing: ``` FAILED edtf/parser/tests.py::test_edtf_examples[[1667, 1668, 1670..1672]-expected_tuple62] - AttributeError: 'list' object has no attribute 'expandtabs' FAILED edtf/parser/tests.py::test_edtf_examples[{1667,1668, 1670..1672}-expected_tuple67] - AttributeError: 'list' object has no attribute 'expandtabs' ``` pyparsing.parse_string() was being passed a list by year somehow. Added year_basic for this use case (4 digit year without significant digits). If we need to support Consecutives with significant digits then this isn't a sufficient workaround.
Configuration menu - View commit details
-
Copy full SHA for 6b3a9d4 - Browse repository at this point
Copy the full SHA 6b3a9d4View commit details -
- Adds functionality for significant digits to Date, LongYear, and ExponentialYear - Updates the tests for significant digits - Updates the docs for significant digits and a few other references to old syntax (lowercase e, grouping) - ExponentialYear inherits from LongYear so only need to add it there; LongYear does not inherit from Date, so a bit of code duplication in the _fuzzy() overrides
5Configuration menu - View commit details
-
Copy full SHA for 5883f53 - Browse repository at this point
Copy the full SHA 5883f53View commit details
Commits on May 27, 2024
-
Merge pull request #55 from artshumrc/12_exponential_year_precision
Significant Digits
5Configuration menu - View commit details
-
Copy full SHA for 6f19388 - Browse repository at this point
Copy the full SHA 6f19388View commit details -
10
Configuration menu - View commit details
-
Copy full SHA for a6c869e - Browse repository at this point
Copy the full SHA a6c869eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a1f436 - Browse repository at this point
Copy the full SHA 3a1f436View commit details -
5
Configuration menu - View commit details
-
Copy full SHA for 6e7b109 - Browse repository at this point
Copy the full SHA 6e7b109View commit details -
5
Configuration menu - View commit details
-
Copy full SHA for 0ab80ed - Browse repository at this point
Copy the full SHA 0ab80edView commit details -
5
Configuration menu - View commit details
-
Copy full SHA for 3436357 - Browse repository at this point
Copy the full SHA 3436357View commit details -
10
Configuration menu - View commit details
-
Copy full SHA for 23a3d7e - Browse repository at this point
Copy the full SHA 23a3d7eView commit details -
5
Configuration menu - View commit details
-
Copy full SHA for bb6e640 - Browse repository at this point
Copy the full SHA bb6e640View commit details -
9
Configuration menu - View commit details
-
Copy full SHA for 13a8315 - Browse repository at this point
Copy the full SHA 13a8315View commit details -
10
Configuration menu - View commit details
-
Copy full SHA for 57af559 - Browse repository at this point
Copy the full SHA 57af559View commit details -
15
Configuration menu - View commit details
-
Copy full SHA for 90558b6 - Browse repository at this point
Copy the full SHA 90558b6View commit details -
15
Configuration menu - View commit details
-
Copy full SHA for 6c0e239 - Browse repository at this point
Copy the full SHA 6c0e239View commit details
Commits on May 28, 2024
-
Merge pull request #57 from ixc/50_add_performance_tests
50 add performance tests
10Configuration menu - View commit details
-
Copy full SHA for d550274 - Browse repository at this point
Copy the full SHA d550274View commit details -
Handle unspecified and qualified ("16XX~")
Unspecified dates previously could not handle qualification. Unspecified dates also couldn't handle dates with 3 unspecified digits ("1XXX"). This commit adds both those features and tests for those use cases.
Configuration menu - View commit details
-
Copy full SHA for ef24bc7 - Browse repository at this point
Copy the full SHA ef24bc7View commit details -
Handle negative unspecified and negative unspecified + qualified
Requires quite a few overrides of lower_ and upper_ range methods to properly handle dates due to padding working in the opposite direction for negative dates, esp when combined with month/day padding.
Configuration menu - View commit details
-
Copy full SHA for b53df4a - Browse repository at this point
Copy the full SHA b53df4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c14a57b - Browse repository at this point
Copy the full SHA c14a57bView commit details -
If not in debug mode, use a simpler EDTFParseException rather than returning the full pyparsing error
Configuration menu - View commit details
-
Copy full SHA for 53d3a32 - Browse repository at this point
Copy the full SHA 53d3a32View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab6c413 - Browse repository at this point
Copy the full SHA ab6c413View commit details
Commits on May 30, 2024
-
Merge pull request #58 from artshumrc/38_unspecified_and_qualified
Handle unspecified + qualified EDTF strings
15Configuration menu - View commit details
-
Copy full SHA for 8c571b0 - Browse repository at this point
Copy the full SHA 8c571b0View commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 55b0723 - Browse repository at this point
Copy the full SHA 55b0723View commit details -
Improve EDTFParseException handling
Includes handling for empty or null input strings and null errs passed to the constructor Co-Authored-By: aweakley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5ad27b - Browse repository at this point
Copy the full SHA d5ad27bView commit details -
Add the TestEvent model to Django admin
Make the string representation of TestEvent simpler
Configuration menu - View commit details
-
Copy full SHA for daf0d04 - Browse repository at this point
Copy the full SHA daf0d04View commit details
Commits on Jun 5, 2024
-
Update qualification properties
Properly set qualification properties on - UncertainOrApproximate - Unspecified - Level1Interval - PartialUncertainOrApproximate - Level2Interval Adds tests to check that each EDTF object is parsed and that .is_approximate, .is_uncertain, and .is_uncertain_and_approximate are set to what we expect them to be
Configuration menu - View commit details
-
Copy full SHA for 5818557 - Browse repository at this point
Copy the full SHA 5818557View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63a1573 - Browse repository at this point
Copy the full SHA 63a1573View commit details
Commits on Jun 10, 2024
-
Merge pull request #59 from artshumrc/30_improve_exceptions
Improve exceptions
10Configuration menu - View commit details
-
Copy full SHA for d779dea - Browse repository at this point
Copy the full SHA d779deaView commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b3205af - Browse repository at this point
Copy the full SHA b3205afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a99f12 - Browse repository at this point
Copy the full SHA 7a99f12View commit details -
Configuration menu - View commit details
-
Copy full SHA for e99813c - Browse repository at this point
Copy the full SHA e99813cView commit details -
Merge pull request #60 from artshumrc/31-is_approximate-is_uncertain
Properly set qualification properties
10Configuration menu - View commit details
-
Copy full SHA for fe96fbd - Browse repository at this point
Copy the full SHA fe96fbdView commit details
Commits on Jun 13, 2024
-
5
Configuration menu - View commit details
-
Copy full SHA for 9529491 - Browse repository at this point
Copy the full SHA 9529491View commit details -
Merge pull request #63 from ixc/62_field_could_be_none
Anticipate None for date_display #62
10Configuration menu - View commit details
-
Copy full SHA for 630a165 - Browse repository at this point
Copy the full SHA 630a165View commit details
Commits on Jun 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 48b232f - Browse repository at this point
Copy the full SHA 48b232fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0dce8a - Browse repository at this point
Copy the full SHA c0dce8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e90db90 - Browse repository at this point
Copy the full SHA e90db90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 336e8bf - Browse repository at this point
Copy the full SHA 336e8bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for efbb954 - Browse repository at this point
Copy the full SHA efbb954View commit details -
10
Configuration menu - View commit details
-
Copy full SHA for ea74daf - Browse repository at this point
Copy the full SHA ea74dafView commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f09bdf - Browse repository at this point
Copy the full SHA 5f09bdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4592e9b - Browse repository at this point
Copy the full SHA 4592e9bView commit details
Commits on Jun 27, 2024
-
5
Configuration menu - View commit details
-
Copy full SHA for a2b20cf - Browse repository at this point
Copy the full SHA a2b20cfView commit details -
Merge pull request #65 from rettinghaus/readme
fix alerts formatting in readme
10Configuration menu - View commit details
-
Copy full SHA for ec5dcc4 - Browse repository at this point
Copy the full SHA ec5dcc4View commit details -
5
Configuration menu - View commit details
-
Copy full SHA for 2dee3d0 - Browse repository at this point
Copy the full SHA 2dee3d0View commit details -
10
Configuration menu - View commit details
-
Copy full SHA for 1a5ebd5 - Browse repository at this point
Copy the full SHA 1a5ebd5View commit details
Commits on Jul 7, 2024
-
Merge pull request #68 from ixc/62_verify_related_fields
62 verify related fields
5Configuration menu - View commit details
-
Copy full SHA for ca7e02e - Browse repository at this point
Copy the full SHA ca7e02eView commit details -
10
Configuration menu - View commit details
-
Copy full SHA for d313a9d - Browse repository at this point
Copy the full SHA d313a9dView commit details