Skip to content

Commit efc6134

Browse files
committed
update changelog and tests
1 parent c1d82f2 commit efc6134

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
44

5+
## [0.8.2] - 2023-03-23
6+
7+
### Added
8+
- Forms now allow you to specify presets using their schemas and tables to avoid collisions [#158](https://github.com/datajoint/pharus/pull/158)
9+
510
## [0.8.1] - 2023-03-20
611

712
### Added
@@ -275,6 +280,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
275280
- Support for DataJoint attribute types: `varchar`, `int`, `float`, `datetime`, `date`, `time`, `decimal`, `uuid`.
276281
- Check dependency utility to determine child table references.
277282

283+
[0.8.2]: https://github.com/datajoint/pharus/compare/0.8.1...0.8.2
278284
[0.8.1]: https://github.com/datajoint/pharus/compare/0.8.0...0.8.1
279285
[0.8.0]: https://github.com/datajoint/pharus/compare/0.7.3...0.8.0
280286
[0.7.3]: https://github.com/datajoint/pharus/compare/0.7.2...0.7.3

tests/init/test_dynamic_api_spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ SciViz: # top level tab
9696
destination: c_name
9797
presets: >
9898
def presets():
99-
return {'preset 1': {'b_id': 14}}
99+
return {'preset 1': {'b_id': 14, 'someschema.sometable.attributetobefiltered' : 'blabla'}}
100100
insert3:
101101
route: /insert3
102102
x: 1

0 commit comments

Comments
 (0)